
/*!
Theme Name: Musterpage-v10-Clone
Theme URI: http://www.musterpage.ch
Author: Resign
Author URI: http://www.resign.ch
Description: Theme GIT
Version: 10.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: Theme by RESIGN.CH

This theme, like WordPress, is licensed under the GPL.
 */

/*************************************************************************/
/* Media queries vorlage */
@media only screen and (max-width: 480px) {}    /*    XS    phone 360x640 */ 
@media only screen and (max-width: 970px) {}    /*    SM    ipad portrait 768 x 1024 */ 
@media only screen and (max-width: 1100px) {}    /*   MD    ipad quer  1024 x 768 */ 
@media only screen and (max-width: 1390px) {}    /*   LG   ab 1400    netbook 1280x800, latptop 1360x768  */ 
@media only screen and (max-width: 1690px) {}    /*   LG   desktop 1680x1050, Desktop HD 1920x1080  */ 

@media only screen and (max-width: 330px) {}    /*    only iPhone 4 + 5 */

/*************************************************************************/
/* Basic for the Theme  */ 

html {
	position: relative;
	min-height: 100%;
	/*overflow-y: scroll;*/
}
body {
	font-family: HelveticaNeueLTStd-Roman;
	font-size: 19px;
	line-height: 140%;
	font-weight: normal;
	font-style: normal;
	color: #000;
	background-color: #fff;  
}
@media only screen and (max-width: 1690px) {
body {font-size: 190%;line-height: 140%;}
} 
@media only screen and (max-width: 1100px) {
body {font-size: 160%; line-height: 180%;}
} 
@media only screen and (max-width: 480px) {
body {font-size: 150%; line-height: 180%;}
} 

a {
	text-decoration: none;
	transition: all .2s ease-in-out;
	color: #333;
}

/*
a:visited, a:active {
	color: #333;
}
*/
a:focus {
	outline: none;
}
*:focus {
	outline: 0;
}
a:active, a:hover {
	outline: 0 none;
	text-decoration: none;
	color: inherit;
	transition: all .2s ease-in-out;
	opacity: .9;
}
p {
	margin-bottom: 1em;
}
.container {
	max-width: 1100px;
	width: 100%;
}
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
@media only screen and (max-width: 1390px) {
.container { max-width: 85%;}
}
@media only screen and (max-width: 970px) {
.container {padding-left: 12%;padding-right: 12%; max-width: 100%;}
}

.colored {
	color:#90bf21;
	border-color:#90bf21;
}

.colored>a {
    color: #90bf21;
}


/*************************************************************************/
/* Titel */

h1, h2, h3, h4, h5, h6 {
	font-family: HelveticaNeueLTStd-Blk; 
	font-weight: normal; 
	font-style: normal; 
	line-height: 120%;
	margin: 10px 0;
} 
h1 {
    font-size: 190%;
    margin: 10px 0 15px 0;
}
.home h1 {
    font-size: 171%;
}
@media only screen and (max-width: 970px) {
	.home h1 {
    font-size: 135%;
}
} 
h2 {
	font-size: 160%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
.h6, h6 {
    font-size: 80%;
    font-weight: 300;
}
@media only screen and (max-width: 970px) {
h1, h2, h3, h4, h5, h6 {line-height: 130%;}
h1 {font-size: 135%;}
h2 {font-size: 120%;}
h3 {font-size: 110%;}
}

/*************************************************************************/
/* Header */

.res-header {
	position: relative;
	width: 100%;
}
.home .res-header {
	position: relative;
	z-index: 2;
	background: rgba(255,255,255, .95);
}
.logo {
    position: absolute;
    left: 3%;
    font-size: 40px;
    top: 15px;
}
.logo a {
	color: #ccc;
}
.logo img {
	text-align: left;
}
@media only screen and (max-width: 1690px) {
	.logo img{max-width: 70%;}
}

.res-top-nav .dropdown-menu-right, .dropdown-menu.pull-right {
    left: auto;
    right: 10px;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    padding: 25px;
    width: 300px;
    background-color: #ffffffc9;
}
.res-top-nav .dropdown {
    position: absolute;
    top: 0;
    right: 0;
}

.res-top-nav .form-control{
    display: inline-block;
    width: 72%;
}
.res-top-nav .btn {
    display: inline-block;
    width: 19%;
    padding: 9px 15px;
    font-size: 80%;
}
.res-top-nav label {
    display: inline;
    max-width: none;
}

#mobile-sub-nav .dropdown .subnav-btn{
	width: 100%; 
}

#mobile-sub-nav .dropdown-menu {
    width: 100%;
    border: 1px solid #ddd;
}
#mobile-sub-nav .btn-secondary:hover, #mobile-sub-nav .btn-secondary:focus, #mobile-sub-nav .btn-secondary:active {
    background-color: #ddd;
    opacity: 1;
}

#mobile-sub-nav .dropdown-menu li {
    border-bottom: 1px solid #ddd;
}
#mobile-sub-nav ul {
    padding-left: 15px;
    padding-right: 15px;
}

/*************************************************************************/
/* Navigation */

@media only screen and (max-width: 970px) {
	.navbar {
    min-height: 0;
    margin-bottom: 0px;
    border: 0px solid transparent;
}
} 

.res-nav-header {
	z-index: 1;
}
.res-nav #navbar {
    margin-top: 0px;
    margin-right: 0px;
}
.res-nav .nav > li > a {
	font-family: HelveticaNeueLTStd-Blk; 
    font-size: 115%;
    font-weight: normal;
    padding: 10px 0;
    padding-right: 20px;
	padding-left: 25px;
    color: #90bf21;
    transition: all .3s ease-in-out;
}
.res-top-nav .nav > li > a {
    font-size: 75% !important;
    font-weight: 300;
    padding: 20px 0 10px 0;
    padding-right: 20px;
    padding-left: 20px;
    color: #000;
    transition: all .3s ease-in-out;
}


.res-nav .navbar-nav > li > a:hover {
    color: #000;
    opacity: 1;
}
.res-nav .navbar-nav > .active a {  /* active */
    color: #000;
    opacity: 1;
}
@media only screen and (min-width: 970px) {  /* hover effekt Desktop only */
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus { 
	transform: translateY(2px);
}
}

@media only screen and (max-width: 970px) {
	
.res-nav-header {  /* Mobile Header  */  
	height: 70px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 15;
	padding: 0;
	background: rgba(255,255,255, 1.0);
	background-size: auto 70%;
	background-repeat: no-repeat;
	background-position: center 60%;
	border-bottom: 1px solid #dedede;

}
.navbar-toggle {
    float: left; 
    border: 0;
	margin-right: 0px;
	margin-left: 20px;
}
.res-nav-header #navbar_mobile{
	margin-top: 0px;
	margin-right: 0px;
}
.navbar-collapse {  /* Mobile Dropdown BG */
	background: rgba(255,255,255, 1.0);
}
.navbar-collapse ul {
}
.navbar-nav li a { /* Mobile Dropdown Button */
	padding: 6% 0 6% 33px;
	font-size: 120%;
}
.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}
.res-nav-header .navbar-nav li a {
    padding: 3% 0 3% 45px;
    border-bottom: 1px solid #dedede;
    font-size: 100% !important;
    font-weight: 300;
}
.res-nav-header .res-nav-header .nav > li > a {  
	padding: 0;
	padding-right: 0px;
	color: inherit;
}
.res-nav-header .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}
.res-nav-header a.navbar-brand {  /* mobile logo home-link */
    width: 150px;
    height: 65px;
    margin-left: 30px;
}
.res-nav-header a.navbar-brand span{
	line-height: 160%;	
	}
.res-nav-header .navbar-toggle {
    float: left; 
    border: 0;
	margin-right: 0px;
	margin-left: 34px;
	margin-top: 20px;
}
.res-nav-header .navbar-toggle .icon-bar {  /* Mobile Icon */
    background-color: #000;
}
.res-nav-header .navbar-nav .open .dropdown-menu li a span{ 
	margin-left: 5%;
}

}
.dropdown-menu{ 
	box-shadow: 0 5px 15px -8px rgba(149, 153, 153, 0.6);
}
.dropdown-menu > li > a { /* dropdown */
    padding: 15px 30px;
	font-weight: 300;
}
.dropdown-menu > .active > a { /* dropdown active */
    color: #000;
	font-weight: 400;
	background: rgba(200,200,200, .2); 
}

#menu-header-menu .menu-item.active:after {
    content: "\f0d8";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    bottom: -67px;
    left: 50%;
    font-size: 250%;
    color: #94c12a;
    margin-left: -13px;
    font-weight: 600;
}
@media only screen and (max-width: 1280px) {
	#menu-header-menu .menu-item.active:after {
    bottom: -44px;
    left: 50%;
    font-size: 250%;
    margin-left: -13px;
}
}
#pointerNav #menu-header-menu .menu-item.active:after,
#fixedNav #menu-header-menu .menu-item.active:after,
.page-template-page-kontakt #menu-header-menu .menu-item.active:after {
	display:none;
}

.home li#menu-item-625 {
	display: none;
	}
@media only screen and (max-width: 970px) {
	#mobile-sub-nav {
    margin-top: 30px;
}
#mobile-sub-nav .navbar-nav li a {
    padding: 3% 0 3% 33px;
    font-size: 110%;
}
} 

/*************************************************************************/
/*  RES Subnav  */

.res-sub-nav {
    margin-top: -10px;
    margin-bottom: 10px;
    background-color: #94c12a;
    font-size: 95%;
}
@media only screen and (max-width: 1280px) {
	.res-sub-nav {margin-top: 0px;}
	}
.subnavbar {
    font-size: 85%;
}
.res-sub-nav .nav {
    transition: all .3s ease-in-out;
}
.res-sub-nav .current-menu-item,
.res-sub-nav .nav .active a, li.filter-btn.active > a > span{
    color: #000;
}
.res-sub-nav .nav a{
	transition: all .3s ease-in-out;	
}
.res-sub-nav .nav a:hover{
	opacity: 1;
	transform: translateY(1px);
}

/*  ***** Typo rechtsbündig ***** */
/*
.res-sub-nav .nav :first-child a{
    margin-left: -80px !important;
}
.mobile-sub-nav-dropwown .res-sub-nav .nav :first-child a{
   margin-left: 0 !important;
   background-color: blue;
}
*/

@media only screen and (max-width: 970px) {
.mobile-sub-nav-dropwown .subnav-btn{ 
	padding: 10px 30px; 
	text-align: left;
	font-size: 110%; 
	border: 1px solid #dedede; 
	background-color: #fff;
}
.mobile-sub-nav-dropwown .dropdown-menu {
    z-index: 9999;
	width: 100%;
    padding: 0;
    margin: 0;
    font-size: 90%;
    background-color: #fff;
}
.mobile-sub-nav-dropwown .dropdown-menu .navbar-nav li {
	border-top: 1px solid #eee; 
	margin: 0 15px;
}
.mobile-sub-nav-dropwown .dropdown-menu .navbar-nav li a {
    padding: 4% 0 4% 30px;
}
.mobile-sub-nav-dropwown .nav {
    border-bottom: 0;
}
}

.res-sub-nav .nav-justified>li>a {
    text-align: right;
    margin-bottom: 5px;
    color: #fff;
}
@media only screen and (max-width: 1100px) {
	.res-sub-nav .nav-justified>li>a {
    margin-bottom: 3px;
}
}
.res-sub-nav .nav-justified>li>a:hover, .res-sub-nav .nav-justified>li>a:active {
	 color: #000;
	 }



/*  RES Subnav Desktop on Fixed  */

#subnavbar-fixed{
	display:none;
}
#subnavbar > .nav > li.active > a > span{
	 font-weight: 400;
}
#subnavbar-fixed > .nav > li.active > a > span{
	 font-weight: 400;
}
#subnavbar-fixed .nav {
	overflow:  hidden;
	margin-top: -30px;
}
#subnavbar-fixed .nav > li > a {
    padding: 0;
    font-size: 85%;
}



/*************************************************************************/
/*  FixedNav  */

.fadeFixNavIn {
	opacity: 1 !important;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
#fixedNav {
	position: fixed;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 1s ease;
	opacity: 0;
}
#fixedNav .res-header {
	background: rgba(255,255,255, 0.97);
	border-bottom: 1px solid #dedede; 
}
#fixedNav .res-nav-header .navbar {
    margin-bottom: 10px;
}
#fixedNav .res-nav-header #navbar {
    margin-top: 15px;
	margin-bottom: 0px;
}
#fixedNav .res-nav-header .nav > li > a {
    font-size: 90%;
    padding-top: 10px;
    padding-bottom: 0;
}
#fixedNav .logo {
	padding-top: 10px;
    padding-bottom: 0;
}
#fixedNav .logo img {
	max-width: 200px;
}


/*************************************************************************/
/*  Homscreen Headers   */

.headerScreen {
	height: 80vh;
	overflow: hidden;
	background-color: #000;
	position: relative;
	background: 50% 0 no-repeat fixed;
	background-image:none;
	background-size: cover;
}
@media only screen and (max-width: 1390px) {
.headerScreen { background-attachment: scroll;}
}

/*
.slogan{
	color: #FFF;
}
.slogan h2 {
	font-size: 320%;
	font-weight: 600;
	line-height: 100%;
	padding-top: 0;
	margin-top: 0;
}
.slogan h3 {
	font-size: 320%;
	font-weight: 100;
	line-height: 100%;
	padding-top: 0;
	margin-top: 0;
}
@media only screen and (max-width: 970px) {
.slogan h2 {font-size: 200%;line-height: 110%;}
.slogan h3 {font-size: 150%;line-height: 110%;}
.slogan {font-size: 90%;line-height: 110%;}
}
*/

.center-flex  {
	display: flex;
  	align-items: center;
  	justify-content: center;
}

.vertical-center {
	position: absolute;
	top: 50%; 
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1; 
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.headerIntroVideo .vertical-center, 
.rev-homescreen .vertical-center,
.video-inline .vertical-center{
    bottom: 0;
    transform: translateY(-0%);
    -moz-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    -webkit-transform: translateY(-0%);
    top: auto;
    background-color: #90bf21;
}

@media only screen and (max-width: 970px) {
.headerIntroVideo .vertical-center, .rev-homescreen .vertical-center, .video-inline .vertical-center {
    position: relative;
    top: -9px;
}
} 




/* --- Video Fullscreen  ---- */
.headerIntroVideo {
	height: 100vh;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	background-color: #000;
}
video {
	width: 100%;
	height: auto;
	border: none;
}
.fullscreenVideo  .videoScale {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	transform: translateX(-50%) translateY(-50%);
	transition: 1s opacity;
	background-color: #000;
}


/*  Video Inline   */
.video-inline {
    height: 52vh;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    background-color: #000;  /* fade HG Color */
}
/*
.video-inline .vertical-center {
	top: 70%; 
}
@media only screen and (max-width: 970px) {
	.video-inline .vertical-center {top: 60%; }
}
*/

.video-inline .container{
	position: relative;
}
.video-inline-play-btn {  
    cursor: pointer;
	display: flex;
  	align-items: center;
  	justify-content: center;
	transition: all .2s ease-in-out;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 140%;
    line-height: 100%;
    background-color: #fff;
    color: #1082d5;
    border: 0px solid #fff;
}
@media only screen and (max-width: 970px) {
	.video-inline-play-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 110%;
    line-height: 100%;
    background-color: #fff;
    color: #1082d5;
    border: 0px solid #fff;
}
} 
@media only screen and (min-width: 1010px) {
	.video-inline-play-btn:hover{transform: scale(1.1);}
}

/* Video Desktop Fullscreen */
#intro_video .videoScale,
#main_video .videoScale{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	transform: translateX(-50%) translateY(-50%);
	transition: 1s opacity;
   	background-color: #fff;
}


/* Video Mobile Fullheight Inside */
@media only screen and (max-width: 970px) {
#intro_video .videoScale {
    position: relative;
    padding-top: 70px;
    top: auto;
    left: auto;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: auto;
    z-index: 0;
    transform: translateX(0%) translateY(0%);
    transition: 1s opacity;
    background-color: #fff;
}
#main_video .videoScale {
    position: relative;
    padding-top: 70px;
    top: auto;
    left: auto;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: auto;
    z-index: 0;
    transform: translateX(0%) translateY(0%);
    transition: 1s opacity;
    background-color: transparent;
}
	.video-inline {
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
} 
.slogan-video-btn {
	position: absolute;
	top: 50%; 
	left: 0;
	width: 100%;
	height: auto;
	z-index: 3; 
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
@media only screen and (max-width: 970px) {
	@media only screen and (max-width: 970px) {
	.slogan-video-btn {
    z-index: 1;
}
} 
} 
.slogan-video-btn .container{
	max-width: 400px;
	margin: 0 auto;
}

.video_control {
    display: none;
    position: absolute;
    left: 2%;
    bottom: 4%;
    z-index: 1;
    font-size: 110%;
/*
	width: auto;
	height: auto;
	display: flex;
  	align-items: flex-end;
	justify-content: flex-end;
*/
}
.video_control div{
	display: inline;
	padding-right: 10px;
}



/*   Video-Controls iPhone 6  */
@media only screen and (max-width: 480px) {
	.video_control { bottom: 15%; font-size: 120%;}	  
}

/*   Video-Controls iPhoneX +  */
@media only screen and (min-device-height: 800px) and (max-width: 820px) {
	.video_control { bottom: 20%; font-size: 120%;}	  
}


.video_control i{
	color: #fff;
	font-weight: 200;
}
/*
.mute_btn,
.pause_btn,
.reset_btn {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}
.mute_btn:hover,
.pause_btn:hover,
.reset_btn:hover{
	opacity: 0.6;
}
*/



/*************************************************************************/
/*  Parallax   */

.parallaxCSS {
	position: relative;
	background: 50% 0 no-repeat fixed;
	background-size: cover;
	height: 41px;
}
.parallaxCSS:after {  /* abdunkler after */
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.parallaxCSS .slogan h3 {
    font-size: 240%;
    line-height: 100%;
} 
@media only screen and (max-width: 1100px) {
	.parallaxCSS {
    height: 51px;
}
}


/*************************************************************************/ 
/*  Sticker   */

.sticker {
	position: absolute;
	bottom: 5%; 
	right: 5%;
	width: 100%;
	max-width: 240px;
	height: auto;
	z-index: 3; 
}
.circleTxt h4 {
	font-size: 120%;
    padding-top: 60px;
} 
.circle {
	position: relative;
	border-radius: 50%; 
	width: 100%;
	height: auto;
	padding-top: 100%;
	background: #222;
	transition: all .2s ease-in-out;
}
.circleTxt {
    position: absolute;
    margin-top: -100%;
    padding: 0 20px;
	color: #fff;
	width:100%;
}
.circleTxt p {
	font-size: 80%;
	line-height: 130%;
	margin-bottom: 0;
} 
.circle:hover{
	transform: scale(0.95);
	opacity: .8;
}
@media only screen and (max-width: 1100px) {
	.sticker {max-width: 180px;}
	.circleTxt h4 {padding-top: 40px;font-size:110%;} 
}
@media only screen and (max-width: 970px) {
	.sticker {max-width: 140px;}
	.circleTxt h4 {padding-top: 20px; font-size: 90%;} 
	.circleTxt p {font-size: 70%;} 
}


/*************************************************************************/
/*  Content Layout   */


@media only screen and (min-width: 1280px) {
	.content-layout{
	padding-top: 30px;
}
}
.home .content-layout{
	padding-top: 0;
}
.page-template-home2 .content-layout{
	padding-top: 0;
}

@media only screen and (max-width: 970px) {
.content-layout {padding-top: 70px;}
}

.content-layout ul.bullet {
    -webkit-padding-start: 25px;
	padding-left:0;
}
.content-layout ul {
	padding-left:0;
}

.search-results .content-layout,
.facts-template-default .content-layout {
    padding-top: 30px;
}
.search-results .content-layout {
    padding-top: 30px;
}
.search-results .res-content,
.category-blog .res-content,
.single-post .single-article {
    padding-top: 60px;
}


/*************************************************************************/
/*  Postbox   */

.postBox{
}
@media only screen and (max-width: 970px) {
	.postBox {padding-bottom: 30px;}
}
.postImg{
	transition: all 0.4s ease-in-out;
}
.postImg a img:hover{
	opacity:  .85;
}
.postImg img{
	width: 100%;
	height: auto;
}
.postContent{
}

.postContent ul.bullet {
    -webkit-padding-start: 25px;
	padding-left: 5px;
	list-style: none;
	font-size: 100%;
	
}
.postContent ul.bullet li {
    padding-bottom: 10px;
    margin-left: 35px;
}
.postContent li {
    padding-bottom: 10px;
    margin-left: 20px;
}
.postContent ul.bullet li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
	position:absolute;
	margin-left:-35px;
    text-decoration: inherit;
    font-style: normal;
    font-weight: normal;
	font-size: 100%;
	opacity: 1;
	color: #94c12a;
}
@media only screen and (max-width: 970px) {
.postContent ul.bullet li {margin-left: 25px;}
.postContent ul.bullet li:before {margin-left:-25px;}
.postContent img {max-width: 100%; height: auto;}
} 




/*************************************************************************/
/*  PostMag - Height JS set   */

.postMag .postBox{
}
.postMag .postContent h2{
	font-size: 160%;
}
.postMag .postContent{
}
.postShowMore{
	padding: 15px 0 60px 0;
	font-size: 100%;
}
@media only screen and (max-width: 970px) {
	.postShowMore{padding: 8px 0 0 0;} 
}



/*************************************************************************/
/*  Team  */

.team .postImg:after {
    content: "";
    position: absolute;
    width: 100%;
	height:auto;
    background-color: #000;
}

.team .postContent{
	font-size: 90%;
	line-height: 130%;
}
.team .postContent{
}
.team .postContent p{
	margin-bottom: 8px;
}
.team .postContent a{
	font-size: 88%;
}


/*************************************************************************/
/*  Features   min-query  */

@media only screen and (min-width: 970px) { 
.features .postContent {
    padding-left: 0px;
    padding-right: 40px;
}
.features .row:nth-child(even) .postContent {
    padding-left: 40px;
    padding-right: 0px;
}
.features .row:nth-child(even) .col-sm-6 {
	float:right;
	}
.features .postImg:hover {
    opacity: 1;
}
.features .postImg img {
    width: 90%;
    height: auto;
	padding-left: 40px;
}
.features .row:nth-child(even) .postImg img {
    padding-left: 0px;
    padding-right: 40px;
}
.features .postImg {
    margin-top: 10px;
	overflow: hidden;
    width: 100%;
    max-height: none;
}
}
@media only screen and (max-width: 1100px) {
	.features .postImg img {width: 100%;}
}
@media only screen and (max-width: 970px) {
.features .postBox{
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 30px;
}
.features .postContent{
	margin-bottom: 30px;
}
}


/*************************************************************************/
/*  Modalbox  */

.modal {
	overflow-y: hidden;
}
.modal-content {
	background: rgba(255,255,255, 1.0);
	padding: 15px 6%;
}
.modal-content:after {
	position: absolute;
    content: "";
    border-right: 50px solid transparent;
    border-bottom: 50px solid #009fe3;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
    opacity: 0.75;

	
}
@media only screen and (max-width: 970px) {
.modal-content .container {padding-left: 0%;padding-right: 0%;}
}

body.modal-open {
	overflow: visible;
	position: fixed;
}
.modal-body {
	padding: 0px;
}
.modal-body .breadcrumb {
	display: block;
}
.modal .postBox {
	overflow: hidden;
	padding: 0;
	right: 0;
	margin-top: 0;
}
.modal h2 {
    margin-top: 0;
    max-height: 100%;
    color: #90bf21;
}
.modal-dialog {
    max-width: 1300px;
    width: 90%;
    margin: 30px auto;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
}
.modal-backdrop.in {
	opacity: .9;
}
.close-modal {
	top: 25px;
	right: 0;
	width: auto;
	background-color: transparent;
	cursor: pointer;
}
.close-modal:hover {
	opacity: .3;
}
@media only screen and (max-width: 970px) {
	.modal .postImg {
    margin-bottom: 15px;
}
} 

/*************************************************************************/
/*  focus Modal Posts  */

.focusModal .postContent h2 {
	font-size: 240%;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
}
@media only screen and (max-width: 970px) {
.focusModal .postContent h2 {font-size: 180%;}
}

.focusModal .postImg {
	margin-top: 10px;
	overflow: hidden;
	width: 90%;
	max-height: 283px;
}
.focusModal  .postImg:hover{
	opacity:  1.0;
}



/*************************************************************************/
/*  Single Content page  */


/*
.singleContent .postBox{
	overflow: hidden;
}
*/

.sprache-template-default .singleContent .postBox{
	overflow: visible;
}

.singleContent {
	padding-right: 20%;
}
@media only screen and (max-width: 1280px) {
	.singleContent {
	padding-right: 0%;
}
}

.modal .singleContent {
	padding-right: 0%;
}

.singleContent .postImg{
	width: 100%;
	max-width: 330px;
	float: right;
	margin-left: 4%;
	padding-top: 25px;
} 
@media only screen and (max-width: 1100px) {
	.singleContent .postImg {
    max-width: 270px;
}
}
@media only screen and (max-width: 970px) {
	.singleContent .postImg {
    margin-left: 0%;
	float:left;
}
} 

.singleContent iframe,
.page-template-default iframe{
    width: 80%;
    height: 520px;
}
@media only screen and (max-width: 970px) {
	.singleContent iframe, .page-template-default iframe{width: 100%;height: 180px;}
	.singleContent {padding-right: 0%;}
}


/*************************************************************************/
/*  Category Search for BLOG Page  */

.res-sidebar {
	font-size: 85%;
}
.res-sidebar h1,
.res-sidebar h2 {
    font-size: 140%;
}
.res-sidebar .widget_categories{
	margin-top: 40px;
}

.res-sidebar .share-tools i{
	margin-right: 10px;
}
.res-sidebar ul{
	padding-left: 5px;
	list-style-type: none;
}
.res-sidebar li{
	-webkit-padding-start: 0px;
	font-size: 90%;
}

.suche-form .form-control, output  {
	 font-weight: 300;
	 font-size: 17px;
}
.home .suche-form .form-control, output {
    font-weight: 300;
    font-size: 165%;
    color: #fff;
    border-bottom: 1px solid #fff;
    background-color: transparent;
}
 .home .suche-form .form-control::-webkit-input-placeholder {
	 color: #fff;
}
 .home .suche-form .form-control:placeholder {
	 color: #fff;
}
 .home .suche-form .form-control::-moz-placeholder {
	 color: #fff;
}
.home .suche-form .form-control:-ms-input-placeholder {
	 color: #fff;
}
.home .suche-form {
    padding: 10px 0 10px 0;
}
.home .suche-form #searchsubmit {
    background: transparent;
    box-shadow: none;
    border: none;
    position: absolute;
    right: 0;
    top: 8px;
    width: 50px;
    height: 30px;
    z-index: 1;
}
.home .suche-form label {
    position: relative;
}
.home .suche-form label:after {
    position: absolute;
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    top: 8px;
    right: 0;
    color: #fff;
    font-size: 170%;
}

.suche-form .form-control:placeholder, output  {
	 font-weight: 300;
	 font-size: 12px;
}

.text-marker{
	color: red;
}
.content-img,
.content-img img{
	max-width: 100%;
	height: auto;
}
.content-img-right{
	float: right;
}
.content-img-left{
	float: left;
}

.page-header {
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	border: 0px;
}
@media only screen and (max-width: 970px) {
.page-header {margin: 0;}
}

.title-line{
	position: relative;
	margin-bottom: 50px;
	}
.title-line:after {
    content: "";
    left: 48%;
    position: absolute;
    bottom: -20px;
    width: 3%;
    height: 1px;
    background-color: #000;

}

.intro-box .container{
	max-width: 900px;
}
@media only screen and (max-width: 970px) {
.intro-box .container{max-width: 100%;}
}



/*************************************************************************/
/* Buttons */


.btn {
	border: 1px none;
	border-radius: 1px;
	font-size: 90%;
	margin: 0 0 1%;
	padding: 8px 16px;
}
@media only screen and (max-width: 970px) {
	.btn {
    word-wrap: break-word;
    white-space: normal;
}
} 
.btn-default {
    background-color: #90bf22;
    border-color: #90bf22;
    color: #fff !important;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    font-weight: 700;
    margin: 1% 0 0 0%;
}
.modal .btn-default {
    margin: 1% 0 2% 0%;
}
.btn-default a{
	color: #fff !important;
}

.ChangedInput:after {
	
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
	background-color: #777777;
}
.btn-primary {
	background-color: #eee;
	color: #000 !important;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	display: inline-block;
}
.btn-primary a{
	color: #000 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: transparent;
	opacity: .5;
}

.btn-primary:after {
    content: "";
    display: block;
    background: url(img/site/pdf-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 10px 0 0;
}



.btn-secondary {
	background-color: #eee;
	color: #000 !important;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	display: inline-block;
}
.btn-secondary a{
	color: #000 !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
	background-color: transparent;
	opacity: .5;
}


.btn-lg{
	letter-spacing: 1px;
	font-size: 130%;
	padding: 16px 40px;
	margin-bottom: 30px;
}
.btn-xs {
	font-size: 80%;
}

.res-content p a {
	text-decoration: none;
	transition: all .2s ease-in-out;
	color: #90bf21;
}

.res-content li a {
	text-decoration: none;
	transition: all .2s ease-in-out;
	color: #90bf21;
}


/*************************************************************************/
/*  Impressum Page  */

.single-impressum .impressum{
	font-family: "Roboto", sans-serif;
	font-size: 78%;
	font-weight: 300;
	line-height: 150%;
}
.single-impressum .impressum h3 {
	font-size: 160%;
}

@media only screen and (max-width: 970px) {
.single-impressum .impressum{font-size: 90%;}
}


/*************************************************************************/
/*  Impressum  */
.page-id-9453 div.col-xs-12.col-sm-4{
	padding-left: 0px!important;
}


/*************************************************************************/
/* Footer */

.res-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    clear: both;
}
@media only screen and (max-width: 970px) {
	.res-footer {
    position: relative;
}
} 
.res-footer .container{
}
.footerStandard{
}
.footerBox-Standard {
    font-size: 90%;
}
.footerStandard h3 {
    font-size: 133%;
}
.footerSocial i {
    transition: all .3s ease-in-out;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    background: #fff;
    color: #90bf21;
}
.footerSocial i:hover {
	opacity: 0.8;
	transform: scale(1.1);
}

.res-footer .footerBox h4 {
	font-weight: 600;
}

.res-footer .footerBox ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
.res-footer .footer-rights{
	font-size: 70%;
    padding-top: 9px;
	width: 75%;
}

@media only screen and (max-width: 1150px) {
	.res-footer .footer-rights{
		width: 85%;
}
}


@media only screen and (max-width: 970px) {
	.res-footer .footer-rights{
		width: 100%;
	}
}

.res-footer .footer-rights p {
    margin-bottom: 0;
    color: #fff;
}
.res-footer .footer-rights a {
	 color: #fff;
}
@media only screen and (max-width: 480px) {
.res-footer .footer-rights{ font-size: 79%; line-height: 130%; margin-bottom: 15px; }
}

.footerStandard #res-footer-Mailing .res-footer-Formmailing {/* form-button */
    width: 100%;
    height: 42px;
    margin-top: 0;
    float: left;
    margin-bottom: 10px;
	background-color: #fff;
    border-bottom: 1px solid #999;
    box-shadow: none;
}
.footerStandard .res-footer-Formmailing:hover{
    border: 1px solid #eee;
}

.footerBox #res-footer-Mailing .res-footer-Formmailing {  
	width: 45%;
	height: 42px;
	margin-right: 10px;
	margin-top: 0;
	float: left;
}

.footer-big-Title h3{
	font-size: 260%;
}
.footer-big-Title span{
	font-weight: 700;
}
.footer-big-formular form .form-group input {
    box-shadow: none;
    height: 70px;
    padding: 25px 15px;
}
.footer-big-formular form .form-group textarea{
    box-shadow: none;
	min-height: 250px;
    padding: 15px;
    margin-bottom: 30px;
}
.res-footer .footerMinimal {
    background-color: #eee;
    color: #000;
}
.res-footer .footerMinimal a{
	color: #333;
}
.res-footer .footerMinimal h3{
	color: #fff;
}


#res-footer-Mailing .form-control::-webkit-input-placeholder {
	 font-size: 80%;
}
#res-footer-Mailing .form-control:placeholder {
	 font-size: 80%;
}
#res-footer-Mailing .form-control::-moz-placeholder {
	 font-size: 80%;
}
#res-footer-Mailing .form-control:-ms-input-placeholder {
	 font-size: 80%;
}

.footerRights {
	background-color:#90bf21;
	}

.footerRights.well .col-sm-4 {
    width: 25%;
}

@media only screen and (max-width: 1150px) {
	.footerRights.well .col-sm-4 {
    	width: 15%;
	}
}

@media only screen and (max-width: 970px) {
	.footerRights.well .col-sm-4 {
    	width: 100%;
	}
}

/*
@media only screen and (min-width: 970px) {
	.footerRights.well .col-sm-4 {
    	width: 25%!important;
	}
}
*/
	
.page-template-page-kontakt .footerStandard {
	display:none;
	}

/*************************************************************************/
/* Formulare  */

.form-control {
	transition: all .1s ease;
	background-color: #fff;
	box-shadow: none;
	border-bottom: 1px solid #999;
}
.form-control:hover{
	box-shadow: inset 0 1px 1px rgba(0,0,0,.09);
}
 .form-control::-webkit-input-placeholder {
	 color: #555;
	 font-weight: 300;
	 font-size: 100%;
}
 .form-control:placeholder {
	 color: #555;
	 font-weight: 300;
	 font-size: 100%;
}
 .form-control::-moz-placeholder {
	 color: #555;
	 font-weight: 300;
	 font-size: 100%;
}
 .form-control:-ms-input-placeholder {
	 color: #555;
	 font-weight: 300;
	 font-size: 100%;
}
.kontakt-formular{
}
.kontakt-adresse{
}


/*************************************************************************/
/*  Checkbox Style  */

.checkbox label, .radio label {
    min-height: 50px;
}
dt, kbd kbd, label {
    font-weight: 300;
	letter-spacing:1px;
	font-size:80%;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #dedede;
    /* border-radius: 1.5em; */
    width: 1.5em;
    height: 1.5em;
    float: left;
    margin-right: .8em;
    margin-top: 0px;
	margin-bottom:10px;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: 1.2em;
    line-height: 0;
    top: 50%;
    left: 15%;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
    color: #000;  /* color checkicon */
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    margin-left: 0px;
    margin-top: -2px;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.small, small {
    font-size: 90%;
	letter-spacing:130%;
}
.smaller, smaller {
    font-size: 80%;
}
.text-warning {
    color: #ccc;
}

/*************************************************************************/
/*  Google Maps  */

#googleMapsBox {
    width: 100%;
    height: 478px;
}
.google-maps .container-fluid{
	overflow: hidden;
}

/*************************************************************************/
/*  Mailing Newsletter */

#newsletterbox {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#mailing-alert-success{
	margin-top: 15px;
}
#newsletterbox .modal-body {
	padding: 15px 0;
}
#newsletterbox .modal-header {
    padding: 0px;
}

/*************************************************************************/
/*  in Style Gallery -  wp-includes / media */

.gallery{
	display: inline-block;
	clear: both;
	width: 100%;
}
.gallery-item { 
	width: 24%;
	float: left;
	margin-left: 3px;
	margin-bottom: 5px;
} 
.gallery-item img{
	width: 100%;
	height: auto;
} 
.gallery-item .landscape{
	max-height: 200px;
	overflow: hidden;
} 
.gallery-item .portrait{
	max-height: 200px;
	overflow: hidden;
} 



/*************************************************************************/
/*  imagelightbox */
	#imagelightbox-close:before, 
	#imagelightbox-close:after {
		background-color: #eee;
	}
	#imagelightbox-close {
		background-color: transparent;
		z-index: 9999;
	}
	#imagelightbox-close {
		border: 0px;
	}
	#imagelightbox-close:hover {
		background-color: transparent;
		background: rgba(0,0,0, .8) 0%;
	}


/*************************************************************************/
/*  General Basic Elements Wordpress  */

/*  onTop  */
#navOnTop {
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 41px;
	border: 0px solid #dedede;
	color: #000;
	border-radius: 45px;
	bottom: 1%;
	right: 2%;
	padding: 0;
	display: none;
	position: fixed;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 490px) {
#navOnTop {padding-top: 5px; border:0; right: 0%;}
}

#navOnTop:hover {
	opacity: 0.8;
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
#navOnTop .arrow-up {
	width: 12px;
	height: 12px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
#navOnTop .arrow-up:hover {
	width: 14px;
	height: 14px;
}
.arrow-up {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.arrow-down {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.arrow-right {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow-left {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.arrowWhite {
	border-top: 1px solid white;
	border-right: 1px solid white;
}
.arrow-left:hover, .arrow-right:hover, .arrow-down:hover, .arrow-up:hover {
	width: 24px;
	height: 24px;
}
.scrollSkipper {
	width: 40px;
	margin: 0 auto;
	padding: 30px 0;
}
@media only screen and (max-width: 970px) {
	.headerIntroVideo .scrollSkipper {margin: 0 auto 40px auto;}
}
.scrollLink{ 
}
.nextSection .arrowDown{
    display: block;
    margin: 0 auto;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 60px;
    text-align: center;
    line-height: 47px;
    border: 1px solid #ccc;
    transition: all .4s ease-in-out;
}
.arrowDown a{
    color: #ccc;
}
.xClose {
	display: inline-block;
}
.xClose .lr {
    z-index: 1051;
    width: 2px;
    height: 30px;
    margin-left: 45px;
    background-color: #009fe3;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.xClose .lr .rl {
	z-index: 1052;
	width: 2px;
	height: 30px;
	background-color: #009fe3;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.breadcrumb {
	background-color: transparent;
	padding-left: 0;
	clear: both;
}
.socials i{
	padding: 40px 0;
	transition: all .3s ease-in-out;
}
.socials a:hover i {
	opacity: 0.4;
	transform: scale(1.4);
}
.imageZoomer img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.imageZoomer img:hover {
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/*  table  */
.postContent tr {
    border-bottom: 0px solid #eee;
}

.postContent table {
	 width: 100% !important;
}

/*  spalten  */
.postContent table td:nth-child(odd) {
    width: 50% !important;
}

.postContent table td:nth-child(even) {
    width: 50% !important;
}

.postContent table td,
.postContent table td * {
    vertical-align: top;
	padding-top: 6px;
}



/*  table Collapse  */
.collapse-section tr {
    border-bottom: 1px solid #eee;
}

.collapse-section table {
    width: 100% !important;
    height: auto !important;
}

/*  spalten  */
.collapse-section table:not(.supsystic-table) td:nth-child(odd) {
    width: 50% !important;
}

.collapse-section table:not(.supsystic-table) td:nth-child(even) {
    width: 50% !important;
}

.collapse-section table td, .collapse-section table td * {
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
}

.col-center {
	float: none;
    display: inline-block;
}

	
/*************************************************************************/
/*  Well padding Grid */

.well{
	padding-top: 15px;
	padding-bottom: 15px;
}
.well-sm{
	padding-top: 30px;
	padding-bottom: 30px;
}
.well-md{
	padding-top: 90px;
	padding-bottom: 90px;
}
.well-lg{
	padding-top: 120px;
	padding-bottom: 120px;
}
.well-top{
	padding-top: 15px;
}
.well-top-sm{
	padding-top: 30px;
}
.well-top-md{
	padding-top: 90px;
}
.well-top-lg{
	padding-top: 120px;
}
.well-bottom{
	padding-bottom: 15px;
}
.well-bottom-sm{
	padding-bottom: 30px;
}
.well-bottom-md{
	padding-bottom: 90px;
}
.well-bottom-lg{
	padding-bottom: 120px;
}	
@media only screen and (max-width: 970px) {
.well-lg{ padding-top: 60px; padding-bottom: 60px;}
.well-top-lg{ padding-top: 30px;}
.well-bottom-lg{ padding-bottom: 60px;}
.well-md{ padding-top: 30px; padding-bottom: 30px;}
.well-top-md{ padding-top: 30px;}
.well-bottom-md{ padding-bottom: 30px;}
.well-sm{ padding-top: 15px; padding-bottom: 15px;}
}

/*************************************************************************/
/* Collapse */

.collapse-section .panel-body {
	padding: 0px;
	padding-left: 15px;
}

.collapse-section .panel {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.collapse-icon {
    color: #009fe3;
    font-size: 30px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -15px;
}
.collapse-section .panel-default>.panel-heading {
    position: relative;
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-top: 1px solid #dedede;
    font-size: 120%;
}
.collapse-section .panel-default:nth-child(1) .panel-heading {
}
.collapse-section .panel-default:nth-last-child(1) {
    border-bottom: 1px solid #dedede;
} 
.panel-heading {
    padding: 10px 15px 10px 0px;
}
.collapse-section h3 {
	font-size: 170%;
	margin-left: -15px;
}
@media only screen and (max-width: 480px) {
.collapse-section h3 {font-size: 140%;margin-right: 30px}
}
@media only screen and (max-width: 970px) {
.collapse-section .postImg {margin-bottom: 40px;}
.collapse-section h3 {font-size: 110%;}
}
a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-angle-down.rotate-icon {
    -webkit-transition: all 150ms ease-in 0s;
    -moz-transition: all 150ms ease-in 0s;
    -ms-transition: all 150ms ease-in 0s;
    transition: all 150ms ease-in 0s;
}
.fa-angle-down:before {
    content: "\f107";
}
.collapse-section p {
    margin-bottom: 0;
    font-weight: 900;
}
.collapse-section .collapse.in,
.collapse-section .postContent p,
.collapse-section .panel-collapse p  {
	 font-weight: 300;
	 }

/*************************************************************************/
/*  Tabs */

#tab-nav {
	font-size:80%;
}
#tab-nav .nav-tabs>li.active>a, #tab-nav .nav-tabs>li.active>a:focus, #tab-nav .nav-tabs>li.active>a:hover {
    border: none;
    box-shadow: none;
    border-color: transparent;
    outline: none;
    padding: 10px 20px 10px 0px;
}
#tab-nav .nav>li>a {
    padding: 10px 20px 10px 0px;
}
#tab-nav .nav-tabs>li>a:hover {
    border-color: transparent;
}
#tab-nav .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.tabs .nav-tabs {
	margin-bottom: 30px;
	font-size: 130%;
}
@media only screen and (max-width: 970px) {
.tabs .nav-tabs li {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #ddd;
}
}
.tabs .nav-tabs li.active {
	border-bottom-color: transparent;
}

@media only screen and (max-width: 970px) {
.tabs .nav-tabs li.active {
	border-bottom-color: #ddd;
}
}
.tabs .nav-tabs li.active a {
	border-bottom-color: transparent;
}

@media only screen and (max-width: 970px) {
.tabs .nav-tabs li.active a {
	border: 0;
}
}

@media only screen and (max-width: 970px) {
.tabs .nav-tabs li.active a:hover {
	border: 0;
}
}
.tabs .nav-tabs li:hover a {
	border-bottom-color: transparent;
}

@media only screen and (max-width: 970px) {
.tabs .nav-tabs li a {
	padding-left: 0;
}
}
.tabs .nav-tabs li a:hover {
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	background-color: transparent;
}

@media only screen and (max-width: 970px) {
.tabs .nav-tabs li a:hover {
	border: 0;
}
}
.tabs .nav-tabs li a:focus {
	background-color: transparent;
}

@media only screen and (max-width: 970px) {
.tabs .nav-tabs li a:focus {
	border: 0;
}
}
.tabs .tab-content .postImg {
	min-height: 240px;
	overflow: hidden;
}
.tabs .tab-content .postImg img {
	max-width: 100%;
	height: auto;
}


/*************************************************************************/
/*  Second-Navigations Tabs */

.secondNav .nav-tabs {
	border-bottom: 0;
}
.secondNav .nav-tabs li {
	width: 100%;
}
.secondNav .nav-tabs li.active a {
	border: 0;
	border-bottom: 1px solid #ddd;
}
.secondNav .nav-tabs li a {
	border: 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 2px;
	padding-left: 0;
}
.secondNav .nav-tabs li a:hover {
	border: 0;
	border-bottom: 1px solid #ddd;
	background-color: transparent;
}
.secondNav .nav-tabs li a:focus {
	background-color: transparent;
}

@media only screen and (max-width: 970px) {
.secondNav .tab-content {
	margin-top: 30px;
	padding-left: 0;
	padding-right: 0;
}
}
.secondNav .tab-content .postContent h2 {
	margin-bottom: 20px;
}

/*************************************************************************/
/*  REV Slider  */

.rev-slider{
	position: relative;
}
.rev-slider-content{
	position: relative;
}
.rev-slider-content-text{
	position: absolute;
	bottom: 35%;
	left: 8%;
	font-size: 110% !important;
}
@media only screen and (max-width: 1100px) {
.rev-slider-content-text{left: 5%;font-size: 120% !important;}
}
.rev-slider-content-text h4 {
	font-size: 140% !important;
}
.rev-slider .tp-caption{
	width: 100% !important;
	height: auto;
	max-width: 100% !important;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 12px 40px !important;
}
.rev-slider{
	background-color: #fff;
}
.rev-homescreen {
    background-color: #fff;
    position: relative;
}
@media only screen and (min-width: 1280px) {
.rev-homescreen {
}
}
@media only screen and (max-width: 970px) {
	.rev-homescreen {
    margin-top: 70px;
}
} 



.rev-homescreen .rev_slider_wrapper {
}
.rev-homescreen .rev_slider { /* abdunkler homescreen */
	opacity: 1;
}
.rev-parallax-bar{
	background-color: #000;	
	overflow: hidden;
}
@media only screen and (max-width: 1100px) {
.rev-parallax-bar{background-color: transparent;}
}
.rev-parallax-bar .tp-bgimg {  /* abdunkler  parallax bar*/
	opacity: .8 !important;
}
@media only screen and (max-width: 1100px) {
.rev-parallax-bar .tp-bgimg {opacity: .1.0 !important;}
}

.rev-slider .tparrows{
	background: rgba(0,0,0, .0);
	width: 60px;
}
.rev-slider .tparrows:before {
    font-size: 30px;
}
.rev-slider .tp-bannertimer{
	bottom: 0px;
	top: auto;
}
.tp-caption.boxshadow, .boxshadow {
    box-shadow: 0 0 20px rgba(0,0,0,0.0);
}
.rev-slider .tp-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.rev-slider-content-box{
	background-color: #ccc;
	min-height: 550px;
}

@media only screen and (max-width: 1690px) {
.rev-slider-content-box {min-height:550px; background-color: transparent;}
} 
@media only screen and (max-width: 1280px) {
.rev-slider-content-box {min-height:520px; }
}
@media only screen and (max-width: 1100px) {
.rev-slider-content-box {min-height:380px; }
} 
@media only screen and (max-width: 970px) {
.rev-slider-content-box {min-height:300px; }
} 
@media only screen and (max-width: 480px) {
.rev-slider-content-box {min-height: 170px; }
} 


.rev-slider-text h3 {
    color: #fff;
    font-weight: 300;
    font-size: 130%;
    padding: 19px 0;
}
.rev-slider-text {
}
/*  Custom CSS  */

#overview.postMag .postContent,
#portrait.postMag .postContent,
#fms-portrait.postMag .postContent,
#lg-portrait.postMag .postContent   {
    padding-bottom: 50px;
}
@media only screen and (max-width: 970px) {
	#overview.postMag .postContent, #portrait.postMag .postContent, #fms-portrait.postMag .postContent, #lg-portrait.postMag .postContent {
    padding-bottom: 10px;
}
} 

#aktuelles p {
    margin-bottom: 0;
    display: inline;
}
#aktuelles .more {
    display: inline-block;
}

div.header-eck {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 210px solid transparent;
    border-right: 60px solid #009fe3;
    border-bottom: 207px solid #009fe3;
    border-top: 0px solid transparent;
    mix-blend-mode: multiply;
    opacity: 0.75;
}
@media only screen and (max-width: 1280px) {
div.header-eck {
    border-left: 100px solid transparent;
    border-right: 50px solid #009fe3;
    border-bottom: 187px solid #009fe3;
}
}
@media only screen and (max-width: 970px) {
	div.header-eck {
    border-left: 180px solid transparent;
    border-right: 60px solid #009fe3;
    border-bottom: 70px solid #009fe3;
}
} 
div.header-eck-home {
    position: absolute;
    top: 0;
    z-index: 9;
    right: 0;
    width: 0;
    height: 0;
    border-left: 144px solid transparent;
    border-right: 90px solid #009fe3;
    border-bottom: 136px solid #009fe3;
    border-top: 0px solid transparent;
    mix-blend-mode: multiply;
    opacity: 0.75;
}

@media only screen and (max-width: 970px) {
	div.header-eck-home {
    border-left: 66px solid transparent;
    border-right: 40px solid #009fe3;
    border-bottom: 70px solid #009fe3;
}
} 
.home div.header-eck,
.home2 div.header-eck {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 800px solid transparent;
    border-right: 90px solid #009fe3;
    border-bottom: 756px solid #009fe3;
    border-top: 0px solid transparent;
    z-index: 2;
    mix-blend-mode: multiply;
    opacity: 0.75;
}
@media only screen and (max-width: 1690px) {
.home div.header-eck {
    border-bottom: 42.8vw solid #009fe3;
}
} 
@media only screen and (max-width: 1280px) {
.home div.header-eck {
    border-left: 500px solid transparent;
    border-right: 90px solid #009fe3;
    border-bottom: 650px solid #009fe3;
}
} 

@media only screen and (max-width: 970px) {
.home div.header-eck {
    border-left: 500px solid transparent;
    border-right: 30px solid #009fe3;
}
} 

.home div.header-eck01,
.home2 div.header-eck01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 800px solid transparent;
    border-right: 90px solid #009fe3;
    border-bottom: 756px solid #009fe3;
    border-top: 0px solid transparent;
    z-index: 2;
    opacity: 0.3;
}
@media only screen and (max-width: 1690px) {
	.home div.header-eck01 {
    border-left: 800px solid transparent;
    border-right: 90px solid #009fe3;
    border-bottom: 42.8vw solid #009fe3;
}
} 

@media only screen and (max-width: 1280px) {
	.home div.header-eck, .home div.header-eck01 {
    border-bottom: 500px solid #009fe3;
	border-left: 500px solid transparent;
}
}

@media only screen and (max-width: 1020px) {
	.home div.header-eck, .home div.header-eck01 {
    border-bottom: 450px solid #009fe3;
}
}

@media only screen and (max-width: 970px) {
	.home div.header-eck, .home div.header-eck01 {
    border-bottom: 400px solid #009fe3;
	border-right: 30px solid #009fe3;
	 z-index: 1;
}
}

@media only screen and (max-width: 842px) {
	.home div.header-eck, .home div.header-eck01 {
    border-bottom: 350px solid #009fe3;
	border-left: 300px solid transparent;
}
}

@media only screen and (max-width: 720px) {
	.home div.header-eck, .home div.header-eck01 {
    border-bottom: 300px solid #009fe3;
}
}

@media only screen and (max-width: 586px) {
	.home div.header-eck, .home div.header-eck01 {
    border-bottom: 250px solid #009fe3;
}
}

@media only screen and (max-width: 479px) {
	.home div.header-eck, .home div.header-eck01 {
    border-bottom: 300px solid #009fe3;
}
}

@media only screen and (max-width: 370px) {
	.home div.header-eck, .home div.header-eck01 {
    border-bottom: 250px solid #009fe3;
}
}

@media only screen and (max-width: 1690px) {
	div.header-eck-home {
	display:none;
}
}

.home .header-eck.visible-xs,
.home2 .header-eck.visible-xs{
	display:none !important;
	}



@media screen and (max-width: 1690px) {
.home-suche {
	z-index: 10; 
}
}
@media only screen and (max-width: 970px) {
	.home-suche {
    z-index: 1;
}
} 

div.footer-eck {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 315px solid transparent;
    border-bottom: 315px solid #009fe3;
    border-top: 110px solid transparent;
    z-index: 3;
    mix-blend-mode: multiply;
    opacity: 0.75;
}
@media only screen and (max-width: 1690px) {
	div.footer-eck {
    border-left: 0px solid transparent;
    border-right: 215px solid transparent;
    border-bottom: 215px solid #009fe3;
    border-top: 60px solid transparent;
}
}
@media only screen and (max-width: 970px) {
	div.footer-eck {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 150px solid #009fe3;
    border-top: 110px solid transparent;
	}} 

#portrait .postImg,
#overview .postImg,
#facts .postImg,
#fms-portrait .postImg,
#lg-portrait .postImg {
	position: relative;
}
#portrait .postImg:after,
#overview .postImg:after,
#facts .postImg:after,
#fms-portrait .postImg:after,
#lg-portrait .postImg:after {
    position: absolute;
    content: "";
    border-right: 50px solid transparent;
    border-bottom: 50px solid #009fe3;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
    opacity: 0.75;
}

#overview .postBox:nth-last-child(1) .postImg:after {
    border-bottom: 50px solid #90bf21;
	opacity: 0.9;
}

.facts-template-default .postImg img {
	display: none; 
}

.facts-template-default h4 {
	margin-top: 35px; 
}

#portrait .modal-body .postImg:after {
	display:none;
	}
#kontakt p {
    margin-bottom: 0.5em;
}

.postBox.taxonomy-filter {
    padding: 10px 0;
    border-top: 1px solid #dcdcdc;
    font-size: 80%;
}
.postBox.taxonomy-filter:nth-last-child(1) {
    border-bottom: 1px solid #dcdcdc;
}

@media only screen and (min-width: 970px) {
	#fachschaften .colored {
    height: 2.5em;
}
}

#fachschaften h6 {
    position: relative;
    padding-left: 12px;
}
#fachschaften h6:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 120%;
    color: #94c12a;
    margin-left: 0px;
}


@media only screen and (max-width: 970px) {
.lehrer .postContent {
    padding-bottom: 0;
    min-height: 80px;
}
} 

#sprachen .lehrperson,
#kunst-sport .lehrperson, 
#mnw .lehrperson, 
#gsw .lehrperson {
}

.fussnote {
	padding-top: 10px;
}

.fussnote p {
	font-size: 13px;
	margin-bottom: 0px;
}


.collapse-section #collapse-567 .panel-body table {
    width: 33.333333% !important;
    float: left;
    font-size: 70%;
}
.collapse-section #collapse-567 table td:nth-child(odd) {
    width: 20% !important;
    font-weight: 600;
}
.collapse-section #collapse-567 table td:nth-child(even) {
    width: 80% !important;
}
.collapse-section #collapse-567 table td * {
    padding-top: 0px;
    padding-bottom: 0px;
}
.collapse-section #collapse-567 table td {
    padding-top: 4px;
    padding-bottom: 4px;
}



.id_616 .postContent li:before {
	display:none;
}


#fms-stundentafel-txt li,
#fms-lehrplaene-txt li,
.kontaktInformationen li,
#lg-lehrangebote-txt li {
    display: inline-block;
    padding: 8px 16px;
    background-color: #eee;
    margin-bottom: 8px;
    margin-left: 0;
    font-size: 92%;
}
#lg-reglemente-txt li, #fms-reglemente-txt li, .id_616 li {
    display: inline-block;
	padding-bottom: 8px;
    margin-left: 0px;
}


#lg-lehrplaene-txt li {
		display: inline-block; 
		padding-bottom: 8px;
    	margin-left: 0px;
}
	
	

#lg-reglemente-txt .postContent li:before,
#fms-stundentafel-txt .postContent li:before,
#fms-reglemente-txt .postContent li:before,
.postContent.kontaktInformationen li:before,
#lg-lehrangebote-txt .postContent li:before {
	display:none;
}



#lg-lehrangebote-txt tr:nth-child(even) {
    background-color: #eee;
}
.schulleitung {
	font-size: 90%; 
}
#overview p a {
	color: #000;
}
#aktuelles p a {
	color: #999;
}
.page-template-page-personen .collapse-section #collapse-569 img {
    max-width: 99px;
    height: auto;
    padding: 10px 0;
}
.page-template-page-personen .collapse-section #collapse-887 img {
    max-width: 99px;
    height: auto;
    padding: 10px 0;
}
.lehrpersonen-name {
	position: relative;
}
.lehrpersonen-name:before {
	 content: "\f0e0";
    font-family: 'Font Awesome 5 Pro';
	position:absolute;
	right:40px;
	font-size: 100%;
	color: #94c12a;
}

.open>.dropdown-menu {
    display: block !important;
}


/* Termine */

.month-name {
    font-weight: 700;
    color: #90bf21;
    margin-bottom: 15px;
    font-size: 120%;
}
.weekday {
    font-family: HelveticaNeueLTStd-Blk;
    line-height: 150%;
}
.one-date {
    padding: 10px 0;
    border-top: 1px solid #b9b9b9;
    font-size: 80%;
}
.one-date:nth-last-child(1) {
    border-bottom: 1px solid #dcdcdc;
}
.one-date:nth-child(even) {
    background-color: #fbfbfb;
}

.month-events.well-sm:nth-last-child(1) {
	padding-top:90px;
}
	
.date {
    line-height: 150%;
}
.singlelehrer {
    border-top: 1px solid #ddd;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 85%;
}
.singlelehrer:nth-child(even) {
    background-color: #f5f5f5;
}
.padding-0 {
	padding:0;
	}
.dropdown-backdrop {
	z-index: -1
}

.ferien-tag {
    padding: 10px 0;
    border-top: 1px solid #b9b9b9;
    font-size: 80%;
    line-height: 150%;
}
.ferien-tag:nth-child(even) {
    background-color: #fbfbfb;
}

.singleContent .lehrer .postImg {
    max-width: none;
    float: none;
    width: auto;
    margin-left: 0;
    padding-top: 0;
}

@media only screen and (min-width: 970px) {
	.lehrer.postMag .postContent { min-height: 4.5em;}
} 
	
@media only screen and (max-width: 1100px) {
	.lehrer .lehrperson h5{font-size: 14px;}
}
	

@media only screen and (min-width: 1280px) {
	.singleContent .lehrer .postImg {
}
}


@media only screen and (min-width: 970px) {
	.interviews .padding-right {
	    padding-right: 0;
}
} 
.interviews .postContent {
    padding: 15px 15px 55px 0px;
}

@media only screen and (max-width: 970px) {
.interviews .postContent {
    background-color: #90bf21;
    padding: 15px 15px 55px 25px;
}
} 
.interviews,
.interviews a,
.interviews h4 {
	color: #fff;
}
.interviews h4 {
    font-size: 100%;
}



.interviews .small, .interviews small {
    font-size: 90%;
    line-height: 120%;
    letter-spacing: 0px;
    font-weight: 100;
    display: block;
}
@media only screen and (max-width: 1380px) {
.interviews .small, .interviews small {
    font-size: 80%;
}
}

.interviewContent {
}
.interviews .ansehen {
    position: absolute;
    bottom: 15px;
    padding-left: 0px;
    color: #000;
}
@media only screen and (max-width: 970px) {
	.interviews .ansehen {
    position: absolute;
    bottom: 10px;
    /* left: 50%; */
    padding-left: 25px;
    color: #000;
}
} 
.interviews .anzeigen {
	color: #878787;
}
.black {
    color: #000;
}

.single-interview .image-only {
	position: relative;
}
.single-interview .image-only:after {
    border-bottom: 50px solid #90bf21;
    opacity: 0.9;
    position: absolute;
    content: "";
    border-right: 50px solid transparent;
    /* border-bottom: 50px solid #009fe3; */
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
    /* opacity: 0.75; */
}
.single-interview .singleContent {
    padding-right: 0;
}

.single-interview .anzeigen {
	color: #878787;
}
@media only screen and (max-width: 970px) {
	.single-interview .postImg {
    margin-left: 0%;
    float: left;
    max-width: none;
}
} 
.single-interview .small, .single-interview small {
    font-size: 90%;
    line-height: 120%;
    letter-spacing: 0px;
    font-weight: 100;
    display: block;
}

.hover-box .postBox:hover {
    transition: all .3s ease-in-out;
    transform: scale(1.03);
}
.hover-box .postBox {
    transition: all .3s ease-in-out;
}

.imageContent, .interviewContent {
    width: 50%;
    float: left;
}
@media only screen and (max-width: 970px) {
	.imageContent, .interviewContent {
    width: 100%;
    float: left;
}
} 
@media only screen and (max-width: 970px) {
	.interviewCol {
		margin-bottom: 30px;
	}
} 
.interviews .postBox {
    /* display: block; */
    /* clear: both; */
    /* position: relative; */
    overflow: hidden;
    background-color: #90bf21;
}

.tparrows:before {
    color: #000000;
}
.tp-leftarrow {
	left: -20% !important;
}
.tp-rightarrow {
	right: -38% !important;
	left: auto !important;
}
@media only screen and (max-width: 1100px) {
	.singleContent .postImg {
    max-width: 270px;
    margin-left: 4%;
    margin-right: 4%;
}
	.tp-leftarrow {
	left: -24% !important;
}
	.tp-rightarrow {
	right: -46% !important;
	left: auto !important;
}
}
@media only screen and (min-width: 970px) {
	.center-flex  {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.hr {
    margin-bottom: 13px;
}
#home i {
    font-size: 300%;
}

.sektionstitel {
    font-size: 110%;
    letter-spacing: 0;
    font-family: HelveticaNeueLTStd-Blk;
    font-weight: normal !important;
}

.modal-open .singleContent .btn-modal {
	display: none;
}

.page-id-479 .modal-content .postImg,
.page-id-516 .modal-content .postImg  {
	display: none; 
}

#slider-interview .alt-text {
    position: absolute;
    color: #fff;
    bottom: 6px;
    right: 15px;
    font-size: 14px;
}


.interview-overview .postImg .alt-text {
    position: absolute;
    bottom: 0;
    left: 7px;
    font-size: 12px;
}  

@media only screen and (min-width: 970px) {
	.stellen .d-flex {
    display: flex;
    align-content: center;
    justify-content: space-between;
}
} 

.stellen .postButton {
    padding-top: 15px;
	padding-bottom: 15px;
}

.stellen .postBox {
    border-top: 1px solid #dddddd;
}
.stellen .postBox:last-child {
    border-bottom: 1px solid #dddddd;
}

.page-id-8763 .singleContent, .page-id-8782 .singleContent {
    padding-right: 0%;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 13px !important;
}

.supsystic-tables-wrap {
	font-size: 14px;
	line-height: 150%;
}
.supsystic-tables-wrap tbody {
    box-shadow: 0px 0px 0px 1px #ddd;
}

.supsystic-tables-wrap .supsystic-table .bold {
    font-weight: 400 !important;
    font-family: HelveticaNeueLTStd-Blk !important;
    letter-spacing: 0.02em !important;
}
@media only screen and (max-width: 970px) {
	table.supsystic-table th, table.supsystic-table td {
    line-height: 140% !important; 
}
	.supsystic-tables-wrap {
	font-size: 12px;
	line-height: 150%;
}
} 

#lg-stundentafel-txt small {
    font-size: 75%;
    letter-spacing: 130%;
    line-height: 130%;
    display: block;
}

.panel-body ul {
    padding-left: 0;
}
.panel-body li {
    padding-bottom: 10px;
    margin-left: 20px;
}

@media only screen and (max-width: 970px) {
	table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
    hyphens: auto;
}
	.collapse-section .panel-default>.panel-heading {
    font-size: 110%;
    line-height: 140%;
}
	.panel-heading {
    padding: 10px 30px 10px 0px;
}
} 

@media only screen and (max-width: 768px) {
	table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
    min-width: 120px;
}
	
/*
	#supsystic-table-1_wrapper table.dataTable.cell-border tbody tr th:first-child, #supsystic-table-1_wrapper table.dataTable.cell-border tbody tr td:first-child {
    min-width: 190px;
}
*/
} 
