/*!
Theme Name: Musterpage10
Theme URI: http://www.musterpage.ch
Author: Resign
Author URI: http://www.resign.ch
Description: Theme 2017-2019-...
Version: 10.1
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 hochformat 768x1024 */ 
@media only screen and (max-width: 1280px) {}    /*   MD    ipad quer 1024x768 und Macbook 1280x800, Samsung TAB 1150x544  */ 
@media only screen and (max-width: 1440px) {}    /*   LG    ab 1400  Surface und 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  */

/*
Soleil Bold
font-family: soleil, sans-serif;
font-weight: 700;
font-style: normal;


Soleil Light
font-family: soleil, sans-serif;
font-weight: 300;
font-style: normal;


Soleil Semibold
font-family: soleil, sans-serif;
font-weight: 600;
font-style: normal;


Soleil Light Italic
font-family: soleil, sans-serif;
font-weight: 300;
font-style: italic;
*/


html {
	position: relative;
	min-height: 100%;
	/*overflow-y: scroll;*/
}
body {
font-family: soleil, sans-serif;
font-weight: 300;
	font-size: 21px;
	line-height: 150%;
	color: #2970b2;
	background-color: #fff;  
	
}
@media only screen and (max-width: 1440px) {
	body {font-size: 18px;}
} 
@media only screen and (max-width: 1100px) {
	body {font-size: 15px;}
} 

a {
    text-decoration: none;
    transition: all .2s ease-in-out;
    color: #2970b2;
}
li.active a {
    color: #be0a27;
}
li a:hover {
    color: #be0a27;
}
/*
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: 10px;
}
.container.large {
    max-width: 1600px;
}

@media only screen and (max-width: 1690px) {
	.content-layout .container.large {
    max-width: 85%;
}
} 

.container {
	max-width: 1350px;
	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: 9%;padding-right: 9%; max-width: 100%;}
}
@media only screen and (max-width: 970px) {
	.content-layout .container.large {
    max-width: 100%;
}
} 

.brand-color {
	color: #0a2849;
	border-color: #0a2849;
}

b, optgroup, strong {
    font-weight: 600;
}

.blue {
	background: #2970b2;
	color: #fff;
}
.text-blue {
	color: #2970b2;
}
.red {
	color: #be0a27;
}
.grey {
	background: #f6f6f6;
}

.letter-spacing {
    letter-spacing: 0.1em;
}

.relative {
	position: relative;
}


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

h1, h2, h3, h4, h5, h6 {
font-family: soleil, sans-serif;
font-weight: 300;
	line-height: 120%;
	margin: 10px 0;
} 
h1 {
	font-size: 215%;
}
h2 {
	font-size: 190%;
}
h3 {
	font-size: 190%;
}
h4 {
	font-size: 170%;
}
h5 {
	font-size: 145%;
}
h6 {
    font-size: 120%;
    line-height: 140%;
}

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 970px) {

}


.f300 {
	font-weight: 300;
}
.f600 {
	font-weight: 600;
}
.f700 {
	font-weight: 700;
}

.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0;
}

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

.res-header {
    width: 100%;
    background: rgba(255,255,255, 1.0);
    padding: 25px 0 0px 0;
    position: relative;
}
@media only screen and (max-width: 970px) {
	.res-header {
    padding: 0;
}
.res-header {
    height: 70px;
}
} 
.home .res-header {
}
@media only screen and (max-width: 970px) {
  .res-header .container {max-width: 100%; width: 90%;padding-right: 0;padding-left: 0;}
}

.logo {
	position: relative;
}
.logo a {
	color: #ccc;
}
.logo img {
    max-width: 290px;
}
/*.home .header-svg, .page-template-page-referenzen .header-svg, .page-template-page-ueber-uns-team .header-svg, .page-template-page-kontakt .header-svg, .page-template-page-medien .header-svg, .page-template-page-partner .header-svg, #fixedNav */

.header-svg {
    position: absolute;
    bottom: 1px; 
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    z-index: 999;
    width: 100%;
    height: auto;
    background: none;
    object-fit: unset;
    object-position: unset;
}

/*
{
    position: absolute;
    bottom: 1px;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
	background: #be1729;
    z-index: 999;
    width: 100%;
    object-fit: cover;
    height: 110px;
    object-position: 50% 50%;
}
*/

#fixedNav .header-svg {
    opacity: 0.95;
}

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


.res-nav-header .nav > li > a {
    font-weight: 600;
    font-style: normal;
    font-size: 90%;
    padding: 10px 0;
    text-transform: uppercase;
    padding-right: 15px;
    padding-left: 15px;
    letter-spacing: 0.075em;
    color: #2970b2;
    transition: all 0.3s;
    position: relative;
}

.res-nav-header .navbar-nav a:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.4em;
    margin: 0 auto -2px;
    height: 9px;
    width: 100%;
    opacity: 0;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-image: url(img/nav-active.svg);
}
.res-nav-header .navbar-nav > .active a:after,
.res-nav-header .navbar-nav a:hover::after {
    bottom: -2px;
    opacity: 1;
	transition: all 0.3s;
}
.res-nav-header .navbar-nav > .active a:after, .res-nav-header .navbar-nav a:hover::after {
    background-image: url(img/nav-active.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
	transition: all 0.3s;
}



@media only screen and (min-width: 970px) {  /* nav-flex */
    #navbar-primary .nav-flex{
        display: flex;
	}
.res-nav-header {
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
	.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus { 
		transform: translateY(2px);
	}
}

.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
}

@media only screen and (max-width: 970px) {
	

.res-nav-header {  /* Mobile Header  */  
	height: 70px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 15;
	padding: 0;
	transition: top 0.1s ease-out;
	background: rgba(255,255,255, 0.9);
	background-size: auto 60%;
	background-repeat: no-repeat;
	background-position: 30px 60%;
}
.nav-up-mobile{
	top: -70px !important;
}
	
.navbar-toggle {
    float: left; 
    border: 0;
	margin-right: 0px;
	margin-left: 20px;
}
.res-nav-header #navbar{
	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 { /* Mobile Dropdown space */
	padding: 5% 0 5% 45px;
	border-bottom: 1px solid #dedede;
	font-size: 100%;
	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: 60%;
    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); 
}


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


.res-sub-nav-background {
    position: absolute;
    /* padding-top: 54px; */
    height: 105px;
    background: #be0a27;
    border-radius: 0% 0% 27% 100%;
    z-index: 1;
    width: 100%;
}
@media only screen and (max-width: 1100px) {
	.res-sub-nav-background {
    height: 70px;
    border-radius: 0% 0% 21% 100%;
}
}
.res-sub-nav {
    position: absolute;
    right: 32%;
    margin-top: 40px;
    z-index: 999;
    transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
}
@media only screen and (max-width: 1100px) {
	.res-sub-nav {
    margin-top: 15px;
}
}
.subnav-container {
    max-width: 500px;
}
.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, li.filter-btn.active > a > span{
	font-weight: 400;
}
.res-sub-nav .nav a {
    transition: all .3s ease-in-out;
    color: #fff;
}
.res-sub-nav .nav .active a {
    font-weight: 700;
}
.res-sub-nav .nav a:hover {
    opacity: 0.8;
    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;
}
#mobile-sub-nav .dropdown-backdrop{ 
	display: none; 
	}
}



/*  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;
}
.nav-up{
	top: -140px !important;
}

#fixedNav .res-header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0px;
    -webkit-transition: top 0.1s ease-in-out;
    transition: top 0.1s ease-in-out;
    background: rgba(255,255,255, 0.95);
    padding: 10px 0 0px 0;
    box-shadow: 0 5px 10px -5px rgba(150, 150, 150, 0.2);
}
#fixedNav .container{
	width: 100%;
}

#fixedNav .res-nav-header .navbar {
    margin-bottom: 0px;
}
#fixedNav .res-nav-header #navbar {
    margin-top: 0px;
	margin-bottom: 0px;
}
#fixedNav .res-nav-header .nav > li > a {
    font-size: 80%;
}
#fixedNav .logo {
    padding-top: 10px;
    padding-bottom: 0;
}
#fixedNav .logo img {
    max-width: 150px;
}


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

.headerScreen {
	height: 80vh;
	overflow: hidden;
	background-color: #2970b2;
	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;
}
.sloganBox {
    max-width: 780px;
}
.slogan h1 {
    font-size: 270%;
    line-height: 110%;
    font-weight: 600;
    padding-top: 0;
    margin-top: 0;
}
.slogan h2 {
	font-size: 320%;
	line-height: 100%;
	padding-top: 0;
	margin-top: 0;
}
.rev-slider.rev-parallax-bar .slogan h1 {
    font-size: 220%;
    line-height: 100%;
    font-weight: 600;
    padding-top: 0;
    margin-top: 0;
}
.rev-slider.rev-parallax-bar h2 {
    font-size: 155%;
    line-height: 100%;
    padding-top: 0;
    margin-top: 0;
    font-weight: 300;
}
@media only screen and (max-width: 1100px) {
	.rev-slider.rev-parallax-bar h2 {
    font-size: 155%;
    line-height: 100%;
}
}
.rev-parallax-bar .vertical-center {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.slogan h3 {
	font-size: 320%;
	line-height: 100%;
	padding-top: 0;
	margin-top: 0;
}
.slogan .btn{
	margin-top: 10px;
}

@media only screen and (max-width: 1440px) {
	.slogan h1 {font-size: 280%;line-height: 110%;}
	.slogan h2 {font-size: 260%;line-height: 110%;}
	.slogan h3 {font-size: 200%;line-height: 110%;}
}

@media only screen and (max-width: 970px) {
.slogan h1 {
    font-size: 215%;
    line-height: 110%;
}
	.slogan h2 {font-size: 200%;line-height: 110%;}
	.slogan h3 {font-size: 150%;line-height: 110%;}
	.slogan {font-size: 90%;line-height: 110%;}
}


.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{
	top: 70%; 
}
@media only screen and (max-width: 970px) {
	.headerIntroVideo .vertical-center, .rev-homescreen .vertical-center {
    top: 55%;
}
} 



/* --- Video Fullscreen  ---- */

.headerIntroVideo {
	height: calc(100vh - 130px) !important;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	background-color: #2970b2;
}
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: #2970b2;
}


/*  Video Inline   */
.video-inline {
    height: calc(100vh - 130px) !important;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    background-color: #2970b2;  /* 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: 110%;
    line-height: 100%;
    background-color: transparent;
    color: #fff;
    border: 1px 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: transparent;
}


/* Video Mobile Fullheight Inside */
@media only screen and (max-width: 970px) {
	#intro_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: transparent;
	}
	#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: transparent;
	}
} 

.video_control {
    display: none;
    position: absolute;
    left: 2%;
    bottom: 4%;
    z-index: 1;
    font-size: 110%;
}

/*   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,
.reset_btn {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}
.mute_btn:hover,
.reset_btn:hover{
	opacity: 0.6;
}



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

.parallaxCSS {
	position: relative;
	background: 50% 0 no-repeat fixed;
	background-size: cover;
	height: 600px;
}
.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: 1390px) {
.parallaxCSS {background-attachment: scroll; height:280px;}
}


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

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

.postContent ul {
    -webkit-padding-start: 25px;
	list-style: none;
	font-size: 100%;
	padding: 10px 0 10px 0;
	
}
.postContent li {
    padding-bottom: 10px;
    margin-left: 35px;
}
.sideNav .postContent li {
    padding-bottom: 20px;
}
.postContent li.active {
	color: #be0a27;
}
.postContent li:before {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    margin-left: -30px;
    text-decoration: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 70%;
    line-height: 240%;
    opacity: 1;
}
.postContent li.active:before {
    font-weight: 600;
}
.postContent .bullet-checklist 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: 0.3;
}
@media only screen and (max-width: 970px) {
.postContent li {margin-left: 25px;}
.postContent li:before {margin-left:-25px;}
} 


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

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


/*************************************************************************/
/*  Aktuelles Mobile  */

@media only screen and (max-width: 970px) {
.aktuelles .row {
    display: flex;
    flex-direction: column;
}
.aktuelles .col-sm-8 {
    display: block;
    margin-left: auto;
    order: 2;
    margin-top: 15px;
}
}


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

.team .postImg:after {
    content: "";
    position: absolute;
    width: 100%;
	height:auto;
    background-color: #2970b2;
}
.team h5 {
    font-size: 145%;
    color: #be0a27;
}

.team .postContent{
	font-size: 95%;
	line-height: 135%;
}
.team .postContent h4{
    font-weight: 300;
}
.team .postContent{
}
.team .postContent p{
	margin-bottom: 8px;
}
.team .postContent .mail {
    font-size: 80%;
    line-height: 120%;
    display: block;
}



/*************************************************************************/
/*  storyBox  */


.storyBox .container {
    max-width: 85%;
}
@media only screen and (max-width: 1100px) {
	.storyBox .container {  max-width: 95%;}
}
@media only screen and (max-width: 970px) {
.storyBox .container {  padding-left: 12%; padding-right: 12%;  max-width: 100%;}
} 

.storyBox .postContent {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
    max-width: 59%;
    background-color: #fff;
    padding: 9.5rem 7.65rem 9.25rem;
    margin-top: -20rem;
    border-radius: 4px;
}
@media only screen and (min-width: 970px) {
	.storyBox .storyBox-row:nth-child(even) .postContent { margin-left: 8%;}
	.storyBox .storyBox-row:nth-child(odd) .postContent {margin-right: 8%;}
} 
@media only screen and (max-width: 1690px) {
	.storyBox .postContent { max-width: 78%;}
}
@media only screen and (max-width: 1100px) {
	.storyBox .postContent {  max-width: 88%; padding: 6.5rem 4.65rem 6.25rem;}
}

@media only screen and (max-width: 1280px) {
	.storyBox .postContent { padding: 5.5rem 5.65rem 5.25rem;
    margin-top: -13rem;
}
	.storyBox .storyBox-row:nth-child(even) .postContent {margin-left: 4%;}
	.storyBox .postContent { max-width: 88%;}
}

@media only screen and (max-width: 970px) {
.storyBox .postContent { max-width: 100%; margin-top: 0; margin-bottom: 0;}
	.storyBox .storyBox-row:nth-child(even) .postContent { margin-left: 0%;}
}

@media only screen and (min-width: 970px) { 
	.storyBox .img-spacer { height: 27vw;}
	.storyBox .container .row .col-lg-7, 
		.storyBox .container .row .col-sm-6, 
		.storyBox .container .row .col-xs-12 { padding: 0;}
	.storyBox .postBox {display: flex; align-items: center;justify-content: center;flex-direction: row; margin-left: 0;margin-right: 0; position: relative; border-radius: 4px;}
	.storyBox :nth-child(even) .container .row .col-lg-7:nth-child(odd), 
		.storyBox :nth-child(even) .container .row .col-sm-6:nth-child(odd), 
		.storyBox :nth-child(even) .container .row .col-sm-6:nth-child(odd) { display: block; margin-left: auto; order: 2;}
}

.storyBox .storyBox-row:nth-child(even) .postBox {background-color: #ccc;}  /* color Boxes Right */
.storyBox .storyBox-row:nth-child(odd) .postBox {background-color: #ccc;}  /* color Boxes left */

.storyBox .storyBox-row:nth-child(2) .postBox{ background-color: #dedede;}  /* color indiduell */


@media only screen and (max-width: 970px) {
.storyBox .postBox{margin-bottom: 30px; padding-bottom: 0;}
.storyBox .postContent{margin-bottom: 0px; padding: 4.5rem 4.65rem 5.25rem;}
.storyBox .img-spacer {  height: 40vh;}
	.storyBox .col-xs-12 { padding-left: 0;  padding-right: 0;}
}



/*************************************************************************/
/*  storytell  */

.storytell .postImg {
	overflow: hidden;
    max-height: none;
	justify-content: center;
	background-position: center center !important;
    background-size: cover !important;
    flex-direction: column;
    width: 100%;
}
.storytell .postContent {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
    max-width: 68%;
}
@media only screen and (max-width: 1280px) {
.storytell .postContent { max-width: 78%;}
}
@media only screen and (max-width: 970px) {
.storytell .postContent { max-width: 100%; padding-left: 12%; padding-right: 12%;}
}
@media only screen and (min-width: 970px) { 
.storytell .img-spacer { height: 27vw;}
.storytell .container-fluid .row .col-lg-7, .storytell .container-fluid .row .col-sm-6, .storytell .container-fluid .row .col-xs-12 { padding: 0;}
.storytell .postBox {display: flex; align-items: center;justify-content: center;flex-direction: row; margin-left: 0;margin-right: 0; position: relative; overflow: hidden;}
.storytell :nth-child(even) .container-fluid .row .col-lg-7:nth-child(odd), .storytell :nth-child(even) .container-fluid .row .col-sm-6:nth-child(odd), .storytell :nth-child(even) .container-fluid .row .col-sm-6:nth-child(odd) { display: block; margin-left: auto; order: 2;}
}

@media only screen and (max-width: 970px) {
.storytell .postBox{margin-bottom: 30px;margin-left: 0;  margin-right: 0;}
.storytell .postContent{margin-bottom: 30px;}
.storytell .img-spacer {  height: 40vh;}
}

@media only screen and (max-width: 970px) {
.storytell .col-xs-12 {  width: 100%;  padding: 0;}
} 


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

.features .postImg {
	overflow: hidden;
    max-height: none;
	justify-content: center;
	background-position: center center !important;
    background-size: cover !important;
    flex-direction: column;
    width: 100%;
}
.features .postContent {
    padding-left: 0px;
    padding-right: 0px;
	margin: 0 50px;
}

@media only screen and (min-width: 970px) { 
.features .img-spacer {
    height: 80vh;
}
.features .container-fluid .row .col-lg-7, .features .container-fluid .row .col-sm-6, .features .container-fluid .row .col-xs-12 {
    padding: 0;
}
.features .postBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
	margin-left: 0;
    margin-right: 0;
}
.features :nth-child(even) .container-fluid .row .col-lg-7:nth-child(odd), .features :nth-child(even) .container-fluid .row .col-sm-6:nth-child(odd), .features :nth-child(even) .container-fluid .row .col-sm-6:nth-child(odd) {
    display: block;
    margin-left: auto;
    order: 2;
}

/*
.features .row:nth-child(even) .postContent {
    padding-left: 0px;
    padding-right: 0px;
}
.features :nth-child(odd) .container-fluid .row .col-lg-7:nth-child(odd),
.features :nth-child(odd) .container-fluid .row .col-sm-6:nth-child(odd),
.features :nth-child(odd) .container-fluid .row .col-sm-6:nth-child(odd) {
	float:right;
	padding: 0;
}
.features .postImg:hover {
    opacity: 1;
}
.features .postImg img {
    width: 100%;
    height: auto;
}
.features .row:nth-child(even) .postImg img {
    padding-left: 0px;
    padding-right: 40px;
}
*/
}

/*
@media only screen and (max-width: 1100px) {
.features .postImg img {width: 100%;}
}
*/

@media only screen and (max-width: 970px) {
.features .postBox{
	margin-bottom: 30px;
	margin-left: 0;
    margin-right: 0;

}
.features .postContent{
	margin-bottom: 30px;
}
.features .img-spacer {
    height: 40vh;
}
}


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

.modal {
	overflow-y: hidden;
}
.modal-content {
	background: rgba(255,255,255, 1.0);
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 15px 6%;
}
@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: none;
}
.modal .postBox {
	overflow: hidden;
	padding: 0;
	right: 0;
	margin-top: 0;
}
.modal h2 {
	margin-top: 0;
	max-height: 100%;
}
.modal-dialog {
	max-width: 980px;
	width: 90%;
	margin: 30px auto;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #2970b2;
}
.modal-backdrop.in {
	opacity: .8;
}
.close-modal {
    top: 25px;
    right: 0;
    padding-right: 25px;
    margin-right: -25px;
    width: auto;
    background-color: transparent;
    cursor: pointer;
}

.close-modal:hover {
	opacity: .3;
}

/*************************************************************************/
/*  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;
}

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

.singleContent .postImg{
	width: 100%;
	max-width: 330px;
	float: right;
	margin-left: 4%;
	padding-top: 25px;
} 
.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  */

.blogBox{
	border-bottom: 1px solid #dedede;
}
.blogBox:last-child {
    border-bottom: 0px;
}

.res-sidebar {
	font-size: 85%;
}
.res-sidebar h1,
.res-sidebar h2,
.res-sidebar h3 {
    font-size: 130%;
	font-weight: 400;
}

.res-sidebar .sidebar-cat li{
	font-size: 110%;
	transition: all .3s ease-in-out;
}

.res-sidebar .sidebar-share li{
	transition: all .3s ease-in-out;
}
.res-sidebar .sidebar-cat li:hover,
.res-sidebar .sidebar-share li:hover{
	transform: translateX(4px);
	opacity: .6;
}	

.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{
    height: 48px;
    padding: 10px 20px;
}
.suche-form .btn {
/*    border-radius: 0;*/
    padding: 10px 23px;
	margin: 0;
}
.suche-form .form-control, output  {
	 font-weight: 300;
	 font-size: 17px;
}
.suche-form .form-control:placeholder, output  {
	 font-weight: 300;
	 font-size: 13px;
}
.sidebar-archiv select{
	font-size: 85%;
	padding: 10px 20px;
	background-color: #eee;
	border: 0;
}



/* WordPress Content Styling
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}




.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;

}
.title-line-side{
	position: relative;
	margin-bottom: 40px;
	}
.title-line-side:after {
    content: "";
    left: 0;
    position: absolute;
    bottom: -5px;
    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: 30px;
    font-size: 90%;
    margin: 1% 0 1% 0;
    padding: 11px 35px 15px 35px;
    letter-spacing: 0.05em;
}
.btn-default {
    background-color: transparent;
    border: 1px solid #be0a27;
    color: #be0a27;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
    transform: scale(1.06);
    box-shadow: 1px 1px 5px #656565;
    background-color: transparent;
    border: 1px solid #be0a27;
    color: #be0a27;
}
.btn-primary {
    background-color: #be0a27;
    border: 1px solid #be0a27;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: uppercase;
}
.btn-primary a{
	color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    transform: scale(1.06);
    color: #fff;
    background-color: #be0a27;
    border-color: #be0a27;
    box-shadow: 1px 1px 5px #656565;
}


.btn-secondary {
	background-color: #be0a27;
	border: 1px solid #be0a27;
	color: #be0a27;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.btn-secondary a{
	color: #be0a27;
}

.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%;
}

.text-link {
	font-weight: 700;
	color: #be0a27;
    text-transform: uppercase;
}
.text-link .text {
    font-size: 90%;
}

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

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

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




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

.res-footer {
    position: relative;
    background: #2970b2;
    color: #fff;
}
.res-footer .muster-footer {
	position: absolute;
	bottom: 0;
	right: 0;
}
.res-footer a {
    color: #fff;
}

.pre-wrap {
    white-space: pre-wrap;
}
.res-footer .container{
}

.footerKontakt{
    font-size: 85%;
    line-height: 160%;
    border-top: 0px solid #eee;
}
.footerKontakt h4 {
    font-size: 120%;
    font-weight: 600;
    padding-bottom: 12px;
}
.footer-blog-hinweis i{
	padding: 0 5px;
}
.footer-blog-hinweis a:hover{
	opacity:  .5;
}
.footerKontakt-row1{
}
.footerCopyright-row2{
}
.footerCopyright-left-txt{
}
.footerCopyright-right-txt{
	text-align: right;
}

.res-footer .footer-rights{
	font-size: 80%;
}
.res-footer .footer-rights a {
}
.res-footer .footer-rights a:hover {
    opacity: .6;
}
.res-footer .footer-impressum-link{
	padding-left: 3px;
}
@media only screen and (max-width: 970px) {
	.res-footer { font-size: 110%;}	
	.res-footer .footer-rights{ font-size: 90%; line-height: 140%; text-align: left;}
	.footerCopyright-right-txt {text-align: left;}	
	.footerCopyright-left-txt {padding-right: 0%;}
	.footer-blog-hinweis {padding-right: 34%; margin-bottom: 30px;}
	.footer-blog-hinweis a {display: block; margin-top: 8px;}
	
	.footerCopyright-right-txt i {display: none;}
	.footerCopyright-right-txt p{padding: 0;}
	.footerCopyright-right-txt span:first-child{display: block}
	.footerCopyright-right-txt span:nth-child(2){display: none}
	.res-footer .footer-impressum-link {padding-left: 0px; margin-left: 0px;}	
}

.footerStandard h4 {
    font-size: 110%;
	font-weight: 400;
}
.footerSocial i {
    transition: all .3s ease-in-out;
    /* width: 45px; */
    /* height: 45px; */
    font-size: 23px;
    /* margin-bottom: 40px; */
    /* line-height: 45px; */
    /* text-align: center; */
    /* border-radius: 50%; */
    margin-right: 10px;
    /* background: #000; */
    color: #fff;
}
.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-Mailing*/
.res-footer .footer-rights #res-footer-Mailing span{
	padding-right: 8px;
}
.res-footer .footer-rights #res-footer-Mailing span i{
	padding-right: 5px;
}
.res-footer .footer-rights #res-footer-Mailing span:hover{
	opacity: .6;
	cursor: pointer;
}
.footerStandard #res-footer-Mailing .res-footer-Formmailing {
    width: 100%;
    height: 42px;
    margin-top: 0;
    float: left;
    margin-bottom: 10px;
	background-color: #eee;
    border-bottom: 0px 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;
}
.res-footer-ButtonMmailing{
    padding: 9px 25px;
	font-size: 80%;
	border-radius: 20px;
	margin-top: 3px;
}


.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;
}
/*  ios fix */
@media only screen and (max-width: 970px) {
.footer-big-formular form .form-group input.datenschutz-checkbox {
    width: 20px;
	height: 20px;
    padding: 0;
	line-height: 100%;
	font-size: 100%;
}
}

.footer-big-formular form .form-group textarea{
    box-shadow: none;
	min-height: 250px;
    padding: 15px;
    margin-bottom: 30px;
}
.footer-big-formular #footerKontaktSuccess{
	clear: both !important;
}
#footer_kontaktSuccess{
	clear: both !important;
}
#footer_kontaktSuccess{
	clear: both !important;
}

.alert-fail{
	background-color: #ccc;
	clear: both !important;
}


#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%;
}

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

.form-control {
	transition: all .1s ease;
	background-color: #eee;
	box-shadow: none;
	border-bottom: 0px solid #999;
	height: 55px;
    padding: 20px 30px;
}
.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%;
}

/* Radio Buttons */
.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
      position: relative;
                padding-left: 30px;
    margin-right: .75rem; 
}

/* Hide the browser's default radio button */
.form-check-inline input {
  position: absolute;
  opacity: 0;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.form-check-inline:hover input ~ .checkmark {
  background-color: #dedede;
}
/* When the radio button is checked, add a blue background */
.form-check-inline input:checked ~ .checkmark {
  background-color: #eee;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.form-check-inline input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.form-check-inline .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333;
}


.kontakt-quick-info a:hover {
	opacity: .5;
}

.kontakt-quick-info i{
	padding-right: 8px;
}


.kontakt-formular{
}
.kontakt-adresse{
}

/*  hon ey  */

.e-mail-field{
	position: absolute; 
	left: -2000px;
}


/*  Datenschutz  */
.datenschutz-txt{
	line-height: 180%;
}
@media only screen and (max-width: 970px) {
	.datenschutz-txt{ font-size: 90%;}
	.kontakt-formular .datenschutz-txt {font-size: 80%;}
}
	
.datenschutz-hinweis  .form-control-feedback { right:-40px;}

.kontakt-formular .datenschutz-hinweis .form-group{
	padding-right: 37px;
}
.footer-big-formular form .datenschutz-hinweis .form-group input{
	height: auto;
}


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

.checkbox label, .radio label {
    min-height: 50px;
}
dt, kbd kbd, label {
    font-weight: 300;
	font-size:80%;
	line-height: 120%;
}
.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%;
	line-height: 140%;
}
.smaller, smaller {
    font-size: 75%;
}
.text-warning {
    color: #ccc;
}


/*************************************************************************/
/* Cookies Hinweis v2 */

.cookies {
    position: fixed;
    z-index: 90;
    bottom: 1%;
	left: 1%;
	width: auto;
	max-width: 330px;
	height: auto;
}
.cookies-hinweis-side {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 130%;
    background: rgb(0, 65, 130);
    color: #fff;
    padding: 10px;
    transition: all .2s ease-in-out;
    display: flex;
    justify-content: flex-start;
}
.cookies-hinweis-side a{
    color: #fff;
	font-weight: 400;
}
#cookies-close-x {
	font-size: 14px;
	line-height: 180%;
	color: #000;
	font-family: Arial, "sans-serif";
	font-weight: 400;	
	display: flex;
}

figcaption {
    color: #000;
}
@media only screen and (max-width: 970px) {
	.cookies {bottom: 2%;left: 3%;max-width: 92%;}
	.cookies-hinweis-side{font-size: 12px; padding: 10px 20px;}	
}






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

#googleMapsBox {
	width: 100%;
	height: 550px;
}
@media only screen and (max-width: 970px) {
	#googleMapsBox { height: 360px;}	
}

.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;
}
#newsletter-alert-success{
	margin-top: 15px;
}
#newsletterbox .alert-success {
    padding: 15px;
}

/*************************************************************************/
/*  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-columns-3 .gallery-item {
    width: 32%;
    float: left;
    margin-left: 3px;
    margin-bottom: 5px;
}
.gallery-columns-3 .gallery-item .landscape {
    max-height: 290px;
    overflow: hidden;
}
.gallery-columns-2 .gallery-item {
    width: 49%;
    float: left;
    margin-left: 3px;
    margin-bottom: 5px;
}
.gallery-columns-2 .gallery-item .landscape {
    max-height: 450px;
    overflow: hidden;
}
.gallery-item img{
	width: 100%;
	height: auto;
} 
.gallery-item .landscape{
	max-height: 200px;
	overflow: hidden;
} 
.gallery-item .portrait{
	max-height: 200px;
	overflow: hidden;
} 



/*************************************************************************/
/*  imagelightbox 0.12 */

.imagelightbox-arrow,
.imagelightbox-close{
	background: transparent;
}
.imagelightbox-arrow:hover,
.imagelightbox-close:hover{
	background: transparent;
	opacity: .6;
}
#imagelightbox {
    box-shadow: none;
}
.imagelightbox-overlay {
    background-color: rgba(0,0,0,0.9);
    z-index: 9998;
}

.imagelightbox-nav {
	background: transparent;
    bottom: 2%;
}
.imagelightbox-nav a{
	border: 0px;
	background-color: #dedede;
	opacity: .2;
    top: 0;
    width: 7px;
    height: 7px;
    margin: 0 0.3em;
}
.imagelightbox-nav a.active{
	opacity: 1.0;
}
@media only screen and (max-width: 970px) {
	.imagelightbox-nav a{width: 5px; height: 5px; margin: 0 0.3em;}	
}


/*************************************************************************/
/*  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: 3%;
	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: 30px;
	height: 30px;
	border-top: 2px solid black;
	border-right: 2px 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: 30px;
	height: 30px;
	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);
	-webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.arrowWhite {
    border-top: 3px solid white;
    border-right: 3px solid white;
}
.arrow-left:hover, .arrow-right:hover, .arrow-down:hover, .arrow-up:hover {
    transform: rotate(135deg) scale(1.2);
}
.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: 52px;
    border: 0px solid #ccc;
    transition: all .4s ease-in-out;
}
.arrowDown a{
    color: #ccc;
}
.xClose {
	display: inline-block;
}
.xClose .lr {
	z-index: 1051;
	width: 1px;
	height: 30px;
	margin-left: 45px;
	background-color: #666;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.xClose .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 30px;
	background-color: #666;
	-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);
}

.scale {
    transition: all .2s ease-in-out;
}
.scale:hover {
    transition: all .4s ease-in-out;
    transform: scale(1.02);
}

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

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

/*  spalten  */

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

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

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

@media only screen and (max-width: 970px) {
	.postContent table td {
    width: 100% !important;
		display: block;
}
} 
	
/*************************************************************************/
/*  Well padding Grid */

.well{
	padding-top: 15px;
	padding-bottom: 15px;
}
.well-sm{
	padding-top: 30px;
	padding-bottom: 30px;
}
.well-md{
	padding-top: 50px;
	padding-bottom: 50px;
}
.well-lg{
	padding-top: 100px;
	padding-bottom: 100px;
}
.well-top{
	padding-top: 15px;
}
.well-top-sm{
	padding-top: 30px;
}
.well-top-md{
	padding-top: 50px;
}
.well-top-lg{
	padding-top: 100px;
}
.well-bottom{
	padding-bottom: 15px;
}
.well-bottom-sm{
	padding-bottom: 30px;
}
.well-bottom-md{
	padding-bottom: 50px;
}
.well-bottom-lg{
	padding-bottom: 100px;
}	

@media only screen and (max-width: 1280px) {
.well-lg{ padding-top: 80px; padding-bottom: 80px;}
.well-top-lg{ padding-top: 80px;}
.well-bottom-lg{ padding-bottom: 80px;}
.well-md{ padding-top: 40px; padding-bottom: 40px;}
.well-top-md{ padding-top: 40px;}
.well-bottom-md{ padding-bottom: 40px;}
.well-sm{ padding-top: 15px; padding-bottom: 15px;}
}
@media only screen and (max-width: 970px) {
.well-lg{ padding-top: 70px; padding-bottom: 70px;}
.well-top-lg{ padding-top: 70px;}
.well-bottom-lg{ padding-bottom: 70px;}
.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: 20px;
	padding-right: 6%;
}
.collapse-section .panel {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-collapse{
    padding-top: 15px;
    padding-bottom: 15px;
}
.panel-collapse .content-lightbox img{
    max-width: 100%;
    height: auto;
}

.collapse-icon {
    color: #666;
    font-size: 25px;
    position: absolute;
    right: 30px;
    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;
}
.collapse-section .panel-default:nth-child(1) .panel-heading {
    border: none;
}
.collapse-section .panel-default:nth-last-child(1) {
    border-bottom: 1px solid #dedede;
} 
.collapse-section h3 {
    font-size: 140%;
	margin-left: -15px;
    font-weight: 300;
}
@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: 130%;}
.collapse-icon { right: 5px;}
}

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";
}

/*************************************************************************/
/*  Tabs Android  */
.tabs .nav-tabs {
    margin-bottom: 30px;
    font-size: 90%;
}
@media only screen and (max-width: 970px) {
.tabs .nav-tabs li {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #ccc;
}
}
.tabs .nav-tabs li.active {
	border-bottom-color: transparent;
}

@media only screen and (max-width: 970px) {
.tabs .nav-tabs li.active {
	border-bottom: 1px solid #ccc; 
	font-weight: 600;
}
}


@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;
}
}
@media only screen and (max-width: 970px) {
.tabs .nav-tabs li a {
	padding-left: 0;
}
}
@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: 0px;
    background: transparent;
    color: #000;
}
}
.tabs .tab-content .postImg {
	min-height: 240px;
	overflow: hidden;
}
.tabs .tab-content .postImg img {
	max-width: 100%;
	height: auto;
}

.nav-tabs.nav-justified>li>a {
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #2970b2;
    color: #2970b2;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}
.nav-tabs.nav-justified>li>a:hover {
    border-color: transparent;
	border-bottom: 1px solid #ccc;
	opacity: .6;

}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 0px;
    border-bottom: 1px solid #be0a27;
    box-shadow: 0 -2px 0px #be0a27 inset;
    background: transparent;
    color: #be0a27;
    font-weight: 600;
}
@media only screen and (max-width: 970px) {
.nav-tabs.nav-justified li, .nav-tabs.nav-justified li.active {border: 0;}
.nav-tabs.nav-justified li a {border-bottom: 1px solid #ccc;}
.nav-tabs.nav-justified li.active a {box-shadow: 0 0 0px rgba(0, 0, 0, 0.0) inset; font-weight: 300; border-bottom: 1px solid #666;}

}



/*************************************************************************/
/*  Filter */

/*
.filter-nav {
	font-size: 75%;
}
.filter-nav .nav-tabs {
    border: 1px solid transparent;
}

.filter-nav .nav > li > a {
    padding: 10px 30px;
    border: 1px solid transparent;
}
.filter-nav i {
	padding-right: 10px;
}
.filter-nav .nav-tabs > li > a:hover{
	border: 1px solid transparent;
}

.filter-nav .nav-tabs>li.active>a,
.filter-nav .nav-tabs>li.active>a:focus,
.filter-nav .nav-tabs>li.active>a:hover{
    border: 1px solid transparent;
}

.filter-nav .nav li:first-child a {
    padding-left: 0 !important;
}

#filter-nav-mobile .dropdown-menu {
	font-size: 80%;
    min-width: 90%;
}

@media only screen and (max-width: 970px) {
#filter-nav-mobile .dropdown-backdrop{ display: none; }
}
*/



/*************************************************************************/
/*  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;
}


/*  html video Play Button   */

.html-video { 
	position: relative;
}
.html-video-play-btn.html-video-play-handle:after {
	transition: all .3s ease-in-out;
	opacity: 0;
}
.html-video-play-btn:after {    
	content: "\f04b";
    font-size: 160%;
    padding-left: 8px;
    line-height: 375%;
    font-family: "Font Awesome 5 Pro";
	font-weight: 700;
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-color: #fff;
    margin-left: -60px;
    margin-top: -75px;
    color: #000;
    top: 50%; 
	left: 50%;
}
@media only screen and (max-width: 1100px) {
	.html-video-play-btn:after {   
		font-size: 270%;
		line-height: 280%;
	}	
}
@media only screen and (max-width: 480px) {	
	.html-video-play-btn:after { 
        font-size: 100%; 
        line-height: 400%;
		top: 70%;
		left: 60%;
		height: 60px;
		width: 60px;
		border-radius: 60px;
	}
}


/* RES VIDEO HTML5 ****************************************************************/
.res-vid-container{
	position:relative;
}

.res-vid-overlay{
	top: 0;
    left: 0;
    position: absolute;
    display: block;
    z-index: 3;
	width: 100%;
    height: 100%;
}

/*  Video Play button  */
.res-vid-overlay:after {    
	content: "\f04b";
    font-size: 150%;
    padding-left: 8px;
    padding-top: 5px;
    line-height: 375%;
    font-family: "Font Awesome 5 Pro";
	font-weight: 700;
    position: absolute;
    width: 120px;
    height: 120px;
	border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    margin-left: -60px;
    margin-top: -75px;
	border: 0px solid #fff;
	background: #fff;
	color: #000;
    top: 50%; 
	left: 50%;
}

.res-vid-overlay img{
	width: 100%;
    height: 99%
}

.res-vid-overlay video{
	top: 0;
    left: 0;
    position: absolute;
	width: 100%;
    height: 99%;
}

.res-vid-control {
    display: none;
    position: absolute;
    left: 2%;
    bottom: 4%;
    z-index: 1;
    font-size: 110%;
}

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

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

.res-vid-control i{
	color: #fff;
}
.res-vid-mute-btn,
.res-vid-playback-btn,
.res-vid-reset-btn {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}
.res-vid-mute-btn:hover,
.res-vid-playback-btn:hover
.res-vid-reset-btn:hover{
	opacity: 0.6;
}

@media only screen and (max-width: 970px) {
    .res-vid-control {
		bottom: 4%; right:6%;
	}
	
	.res-vid-overlay:after {  
		font-size: 209%;
	}
}
.hide{
	display:none;
}




/*************************************************************************/
/*  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: #2970b2;
    height: calc(100vh - 130px) !important;
    position: relative;
}
.rev-homescreen .rev_slider_wrapper { 
	height: calc(100vh - 130px) !important;
}

.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: #000;}
}
@media only screen and (max-width: 970px) {
	.rev-parallax-bar {
    background-color: #000;
}
} 
.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-motion{
	background-color: #333;
}
.rev-slider-motion .rev_slider{
	opacity: .8;
}

.rev-slider-motion .tp-caption{
	background-color: rgba(0, 0, 0, 0.0);
	width: 100%;
	padding: 0 !important;
	text-align: left;
}
.rev-slider-motion .rev-slider-motion-text{
	position: absolute;
	bottom: 15%;
	right: 30%;
	font-size: 90% !important;
	color: #fff;
}
.rev-slider-motion .tp-bullets {
	display: none;
}
.rev-slider-motion .tparrows {
	display: none;
}



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

.muster-home {
	position: absolute;
	bottom: 0;
	right: 0;
}
@media only screen and (max-width: 970px) {
	.muster-home {
    z-index: -1;
}
} 

.content-layout{
	padding-top: 0px;
}
.home .content-layout{
	padding-top: 0;
}

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

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




/*************************************************************************/

/*  Custom CSS  */

.box-shadow {
    box-shadow: 2px 2px 10px #bfbfbf;
}

.produkte .postContent {
    background: #fff;
    padding: 15px 30px 60px 30px;
    color: #2970b2;
}
@media only screen and (max-width: 970px) {
	.produkte .postContent {
    padding: 15px 0px 0px 0px;
}
} 
@media only screen and (max-width: 970px) {
	.home .produkte .postContent {
    padding: 15px 30px 30px 30px;
}
} 
.subproducts .postContent {
    background: #fff;
    padding: 30px 20px 60px 0px;
    color: #2970b2;
    height: 100%;
}
@media only screen and (max-width: 1690px) {
	.subproducts .postContent {
    padding: 30px 20px 30px 0px;
}
} 
@media only screen and (max-width: 1440px) {
	.subproducts .postContent {
    padding: 30px 20px 30px 0px;
    font-size: 90%;
    line-height: 160%;
}
}
@media screen and (max-width: 1100px) and (min-width: 970px) {
	.subproducts .postContent {
    padding: 0px 20px 0px 0px;
}
}
@media only screen and (max-width: 970px) {
	.subproducts .postContent {
    padding: 20px 10px 20px 20px;
    font-size: 90%;
    line-height: 160%;
}
} 

.postImg.svg-img-bottom {
	position: relative;
}

.postImg.svg-img-bottom:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: 0 auto -2px;
    height: 30px;
    width: 100%;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-image: url("img/header-svg.png");
}

.postImg.svg-img-right {
	position: relative;
}

.postImg.svg-img-right:after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    margin: 0 auto -2px;
    height: 100%;
    width: 88px;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(img/header-svg.png);
}

.postContent.arrow-link {
    position: relative;
}
.postContent.arrow-link:after {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    margin-left: 0px;
    right: 30px;
    bottom: 20px;
    font-weight: 100;
    font-size: 130%;
    color: #be0a27;
}

.aktuelles .postContent
{
    padding: 0px 40px 40px 40px;
}
@media only screen and (min-width: 970px) {
	.aktuelles .postContent{
    padding: 30px 40px 40px 40px;
}
} 
@media only screen and (max-width: 970px) {
	.aktuelles .postContent {
    padding: 24px 30px 30px 30px;
}
} 

.home-cta .svg,
.schwimmbad-cta .svg {
    position: absolute;
    top: 0px;
    width: 100%;
}

.welle-box-unten {
    position: absolute;
    bottom: -1px;
    width: 102% !important;
}
.welle-box-rechts {
    position: absolute;
    right: -1px;
    height: 102% !important;
    width: auto !important;
    bottom: -1%;
}

.welle-section-unten {
    position: absolute;
    top: 0px;
    transform: translateY(-99%);
    -moz-transform: translateY(-99%);
    -ms-transform: translateY(-99%);
    -webkit-transform: translateY(-99%);
}

.svg {
    width: 100%;
}

@media only screen and (max-width: 970px) {
	
.cta .postImg {

}
.cta .postImg img {
    max-width: 200px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
}
	.cta {
		padding: 30px 0;
	}
#mobile-sub-nav .subnav-btn {
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: 0;
	    color: #fff;
	z-index: 999;
}
	#mobile-sub-nav {
    background: #be0a27;
}
	.res-sub-nav-background {
		display: none;
	}
	.open>.dropdown-menu {
    width: 100%;
}
	.rev-parallax-bar .vertical-center {
    font-size: 80%;
}
	.cta.grey .svg {
    position: absolute;
    top: 0;
}
	.cta h2 {
    font-size: 150%;
}
	.page-template-page-ueber-uns-team .team .postContent {
    padding: 0;
}
	.team .postContent {
    padding: 0px 30px 30px 30px;
}
	.home .muster-home {
    z-index: 0;
}
} 


@media only screen and (max-width: 970px) {
	.einstueckbecken-intro .row.postBox,
	.aufstellbaecken-intro .row.postBox
	{
    display: flex;
    flex-direction: column-reverse;
}
} 


/*************************************************************************/
/*  Formulare    to CHECK */

.form-control {
	padding: 0.4rem 1rem;
	font-size: 90%;
	font-weight: 400;
	color: #000;
	background-color: #eee;
	border: 0px solid transparent;
}
input.form-control {
	height: calc(2.67em + 0.8rem + 2px);
}



/* Formular Title über inputfield */
.vfbp-form label { display: none;}
.vfbp-form .vfb-required-asterisk { display: none;}
.vfbp-form .vfb-fieldType-checkbox label, .vfb-fieldType-radio label, .vfb-fieldType-file-upload label, .vfb-fieldType-range-slider label {	display: block;}

/* Formular gleiche Abstände */
.vfbp-form .vfb-name-block input[class*='vfb-namepart-'] {
	margin-bottom: 15px;
}

.vfbp-form .btn-primary {
    background-color: #fff;
    border: 1px solid #be0a27;
    color: #be0a27;
    font-size: 85%;
    font-weight: 700;
    padding: 15px 45px;
    text-transform: uppercase;
	border-radius: 30px;
}





.vfbp-form .btn-primary:hover, .vfbp-form .btn-primary:focus, .vfbp-form .btn-primary.focus, .vfbp-form .btn-primary:active, .vfbp-form .btn-primary.active, .vfbp-form .open>.dropdown-toggle.btn-primary {
	color: #333 !important;
	border-color: #333;
	background-color: #fff;
}

.vfbp-form label {
	font-weight: 400;
	font-size: 100%;
	ine-height: 100%;
}
.vfbp-form h6 {
	font-size: 90%;
}

form.vfbp-form {
	margin-left: -15px;
}
.vfbp-form input[type="radio"], .vfbp-form input[type="checkbox"] {
	margin: 8px 0 0;
}

.vfb-form-group h1,
.vfb-form-group h2,
.vfb-form-group h3,
.vfb-form-group h4,
.vfb-form-group h5,
.vfb-form-group h6,
.vfb-form-group p
{
	margin-left: 15px;
}

.vfbp-form a {
	color: #000000;
	text-decoration: underline;
}

.vfb-form-group h3 {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

.vfbp-form .vfb-form-control:focus {
	border-color: #797979;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(144, 144, 144, 0.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(144, 144, 144, 0.3);
}
.vfbp-form .vfb-form-control {
    height: 55px;
    padding: 10px 30px;
    font-size: 95%;
    color: #000;
    background-color: #EFEFEF;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.vfbp-form .datenschutz[type="radio"], .vfbp-form .datenschutz[type="checkbox"] {
	margin: 9px 0 0;
}

.vfbp-form .vfb-help-block {
    display: block;
    margin-top: 15px;
    font-size: 14px;
}
.vfbp-form .vfb-checkbox {
	margin-top: 0;
}
.vfb-form-control.captcha {
	max-width: 120px;
}
.vfb-fieldType-captcha div div {
	font-size: 14px;
}
.vfb-fieldType-checkbox small {
	font-size: 12px;
	line-height: 150%;
	opacity: .7;
}


/*************************************************************************/
/*  Filter */

.filter-nav {
	font-size: 95%;
}
.filter-nav .nav-tabs {
    border: 1px solid transparent;
}

.filter-nav .nav > li > a {
    padding: 10px 10px;
    border: 1px solid transparent;
}
.filter-nav i {
    padding-right: 3px;
}
.filter-nav .nav-tabs > li > a:hover{
	border: 1px solid transparent;
}

.filter-nav .nav-tabs>li.active>a,
.filter-nav .nav-tabs>li.active>a:focus,
.filter-nav .nav-tabs>li.active>a:hover{
    border: 1px solid transparent;
}

.filter-nav .nav li:first-child a {
    padding-left: 0 !important;
}

#filter-nav-mobile .dropdown-menu {
	font-size: 80%;
    min-width: 90%;
}

@media only screen and (max-width: 970px) {
#filter-nav-mobile .dropdown-backdrop{ display: none; }
}

.fa-circle.fas {
    color: #be0a27;
}
.filter-nav li.active a {
    color: #be0a27 !important;
}

#fixedDropdown {
	display: block;
}


/* NEW BLOG MASONRY Grid*/

.gridStyle .postContent {
    position: relative;
    padding: 20px 30px 30px 30px;
    word-break: break-word;
    box-shadow: 0px 5px 8px 0px #cecece;
    background: #fff;
    line-height: 150%;
}
.gridStyle h4 {
    color: #ffffff;
    font-size: 150%;
}

/*hier*/ 
.gridStyle {
/*  background: #ffffff;*/
}
.gridStyle .postContent .keywords a{
    color: #ffffff;
    margin-right: 10px;
    font-size: 110%;
    font-weight: 500;
}
.gridStyle .postContent a{
    color: #ffffff;
}

.gridStyle .postContent .keywords {
    padding-top: 13px;
}


/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}


/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 33.333%;
}
@media only screen and (max-width: 970px) {
	.grid-sizer,
.grid-item {
  width: 100%;
}
} 

.grid-item {
    float: left;
    padding-left: 0;
    padding-right: 20px;
    padding-bottom: 20px;
    transition: all .3s ease-in-out;
}

.gridStyle .postBox {
    transition: all .3s ease-in-out;
}
.grid-item:hover,
.gridStyle .postBox:hover {
    transform: scale(0.98);
    transition: all .3s ease-in-out;
}
.postMag .postBox,
.team .postBox {
    transition: all .3s ease-in-out;
}
.postMag .postBox:hover {
/*
    transform: scale(0.98);
    transition: all .3s ease-in-out;
*/
}
.scale:hover {
    transform: scale(0.98);
    transition: all .3s ease-in-out;
}
.scale {
    transition: all .3s ease-in-out;
}

.grid-item img {
  display: block;
  max-width: 100%;
  width: 100%;
}

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

.filter-title {
    padding-right: 30px;
    font-size: 150%;
}

#filter-mobile-dropdown .navbar-nav li a {
    padding: 3% 0 3% 43px;
    font-size: 120%;
}

@media only screen and (max-width: 970px) {
	.gridStyle .smaller, .gridStyle smaller {
    font-size: 80%;
}
	.footerKontakt-row1 .footerBox-Standard {
	padding-bottom: 2rem;
}
} 

.footerShop .shop-btn {
	border-color: #fff;
	color: #fff;
	margin-top: 1rem;
}

.footerShop .shop-btn .fa-shopping-cart {
	margin-left: 1rem;
	font-weight: 300;
}

h3.small {
	font-size: 140%
}
a {
	color: #2970b2;
}
a:hover {
	color: #333;
}

.footer-rights.text-right a{
	margin-left: 1rem;
}


.subproducts .pb-3 {
    margin-bottom: 30px;
}

#menu-produkte.nav>li>a {
    padding: 10px 12px;
}

@media only screen and (max-width: 1100px) {
.header-svg {
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    height: 80px;
    object-position: 67% 50%;
    object-fit: cover;
}
	.res-sub-nav {
    margin-top: 25px;
}
}

@media only screen and (max-width: 970px) {
	.header-svg {
    position: absolute;
    bottom: 1px;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    background: transparent;
    z-index: 999;
    width: 100%;
    object-fit: cover;
    height: auto;
    object-position: unset;
}
	#produkte_mobile .navbar-nav li a {
    padding: 3% 0 3% 33px;
    font-size: 120%;
}
} 

.glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
display: none;
}

@media only screen and (min-width: 970px) {
	.singleContent .postBox {
    overflow: visible;
}
} 