/* FONTS */

/* #### Generated By: http://www.cufonfonts.com #### 
Copyright Â© 2015 by Genilson Lima Santos (genilson.blacktype@gmail.com), with Reserved Font Name 'Stiluâ€™.
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is available with a FAQ at: http://scripts.sil.org/OFL
*/

@font-face {
    font-family: 'Stilu Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Stilu Regular'), url('../fonts/Stilu-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Stilu Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Stilu Oblique'), url('../fonts/Stilu-Oblique.woff') format('woff');
}


@font-face {
    font-family: 'Stilu Light';
    font-style: normal;
    font-weight: normal;
    src: local('Stilu Light'), url('../fonts/Stilu-Light.woff') format('woff');
}


@font-face {
    font-family: 'Stilu Light Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Stilu Light Oblique'), url('../fonts/Stilu-LightOblique.woff') format('woff');
}


@font-face {
    font-family: 'Stilu SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Stilu SemiBold'), url('../fonts/Stilu-SemiBold.woff') format('woff');
}


@font-face {
    font-family: 'Stilu SemiBold Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Stilu SemiBold Oblique'), url('../fonts/Stilu-SemiBoldOblique.woff') format('woff');
}


@font-face {
    font-family: 'Stilu Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Stilu Bold'), url('../fonts/Stilu-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Stilu Bold Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Stilu Bold Oblique'), url('../fonts/Stilu-BoldOblique.woff') format('woff');
}


/*
GUST Font License.
https://www.fontsquirrel.com/license/TeX-Gyre-Schola
*/
@font-face {
    font-family: 'tex_gyre_scholaregular';
    src: url('../fonts/texgyreschola-regular-webfont.eot');
    src: url('../fonts/texgyreschola-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/texgyreschola-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* FONTS END */



.subnav{
    background: white;
    width: auto;
    min-width: 200px;
    height: auto;
    border-bottom: 1px solid #969696;
    margin-top: 50px;
    opacity: 0.9;
}

.subnav li{
    list-style: none;
}

/*.subnav a:hover, .subnav a:link, .subnav a:visited{
	color: black;
}*/

/*.dropdown-menu a:hover, .dropdown-menu a:link, .dropdown-menu a:visited{
	color: black;
}*/

.katalog-section{
    background-repeat:no-repeat;
    background-size:cover;
    /*	background-color: #036080;	*/
    margin-top: 0px;
    padding-bottom:20px;
    padding-top: 50px;
}

.katalog-section h4{
    margin-bottom: 20px !important;
}

footer {
    height: auto;
    width: 100%;
    background-color:#e5e5e5;
    margin-bottom: 0px;
    /*	background-image:url(../img/footer-bg.jpg);
        background-repeat:no-repeat;
        background-size:cover;	*/
}
.footericon { font-size:35px; margin-bottom:15px; }
.ptop15 { padding-top:15px; }
.pbottom0 { padding-bottom:0px; }


/*	FORM THX	*/

.space10 { height:10px; }
.space20 { height:20px; }
.space30 { height:30px; }
.space40 { height:40px; }
.space50 { height:50px; }
.space30mobile { height:0px; }
.space100dt { height:100px; }
.space150dt { height:150px; }

.p-20 { padding:20px; }
.pr-20 { padding-right:20px !important; }
.pt-0 { padding-top: 0px; margin-top: 0px; }
.ptd-0 { padding-top: 0px; }
.pb-0 { padding-bottom: 0px; margin-bottom: 0px; }
.pt-15 {padding-top:15px; }
.pt-30 {padding-top:30px; }
.mt-0 {margin-top:0px !important; }
.mt-2 {margin-top:2px !important; }
.mt-6 {margin-top:6px !important; }
.mt-20 {margin-top:20px; }
.mt-30 {margin-top:30px; }
.mb-0 {margin-bottom:0px !important; }
.mb-6 {margin-bottom:6px !important; }
.mb-10 {margin-bottom:10px; }
.mb-30 {margin-bottom:30px; }
.mt-40 {margin-top:40px; }
.mb-40 {margin-bottom:40px; }
.ml-15 {margin-left:15px; }
.ml-30 {margin-left:30px; }
.mobile-30 {padding-top:0px; }


.thxbutton {
	display:block;
	width:100%;
	font-family: 'Stilu Light',Helvetica,Arial,sans-serif;
	font-size:17px;
	line-height: 1.5em;
	color:#000 !important;
	background-color:#fff;
	border: 1px solid #000;
	padding:20px 30px;
	margin-top:6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform:uppercase;
	background-image:url(../img/form/download.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:contain;
}
.thxbutton:hover {
	background-color:#969696;
	border: 1px solid #969696;
	color:#fff !important;
	background-image:url(../img/form/download+.png);
}

.thxbutton a {
   font-family: 'Stilu Light',Helvetica,sans-serif !important;
}
.fontlight a {
   font-family: 'Stilu Light',Helvetica,sans-serif !important;
}
.text-center { text-align:center; }
.formimg { display:inline !important; }


/*	FORM THX END	*/


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

    .ptop { padding-top:15px; }

}


#footer-social{
    height: auto;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 32px !important;
    margin-top: 0px;
}

footer a, #footer2 a, #footer-social a{
    color: #333;
}

footer p, #footer-social p{
    margin-bottom: 0px;
    font-size:1em;
}

footer h4, #footer-social h4{
    margin-bottom: 20px;
}
footer hr { border-top:1px solid #bababa; margin:4px 0px 15px 0px; }

footer small {font-size: 13px;}

#footer-social i { margin-left:15px; margin-right:10px; }
#footer-social span  { margin-left:15px; }

#slider-bgbox{
    /*	background-color: #036080;
        opacity: 0.9;	*/
    width: auto;
    height: auto;
    padding: 10px 10px;
    margin-top: 200px;
}

/*#slider-scroller{
	position: fixed;
	left: 50%;
	top: 80%;
	transform: translate(-50%, -50%);
}*/

.h3Produkt{
    /*   font-family: 'Stilu Light',Helvetica,Arial,sans-serif;	*/
    /*	color: #036080;	*/
    margin-top: 20px;
    font-size: 20px;
}

#parallax{
    color: #000;
    margin-top: 20px;
    font-size: 26px;
    line-height: 1.5em;
}

.more-startseite{
    margin-bottom: 30px;
}

h2{
    color: #000;
    line-height: 1.4em;
    /*word-break: break-all;*/
}

@media only all and (max-width: 380px){
    h2{
        font-size: 20px;
        /*overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;*/
    }

    h3{
        font-size: 20px;
        /*overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;*/
    }
}

.senza { margin:0px; padding:0px; }

.news{
    /* 	background-color: black;
         opacity: 0.75;
        background-color: rgba(0, 0, 0, 0.7); */
    /* 	padding: 30px 30px;	*/
    height: auto;
    margin-right: 10px;
    border: 1px solid #969696;
}

.news hr{
    border-color: #d2d2d2;
}

.news p, .news h3 {
    padding: 30px 30px;
    font-size: 1em;
    text-align:center;
}
.news h5 { text-align:center; font-weight:bold; line-height:1.6em; }

.news-first{
    margin-left: -20px;
}

.news-last{
    margin-right: 0px;
}
.news img { max-width:100%;
}
.statement {
    font-family: 'Stilu SemiBold',Helvetica,sans-serif;
    font-size: 20px;
    line-height: 2em;
    margin: 50px 0px 30px 25px;
    /* margin: 25px; */
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    opacity:0.5;
}
.statement p, #presseEchoUebersicht p { text-align:center; }

figure {
    /*	border: 1px solid #036080;	*/
    padding:0px;
}
figure img { float:left; padding:0px 20px 10px 0px;}
figure figcaption {
    padding: 0px 20px;
}

@media only all and (max-width: 380px){
    figure figcaption{
        padding-top: 220px;
        padding-left: 0px;
        padding-bottom: 10px;
    }
}

figure strong {
    font-size:18px;
}

.address { padding-left:40px; }

@media only all and (max-width: 380px){
    .address { padding-left:0px; }
}

.zitat {
    padding:0px 40px;
    font-size:1em;
    line-height: 1.4em;
    text-align:center;
}
.katalogform {
    background-color:#f3f3f3;
    padding:20px;
    margin-top:40px;
}
.partnerzusatz {
    font-size:1em;
    margin-bottom:20px;
}

.katalogcover { margin-top: 40px; }
#land-uebersicht {
    font-size:18px;
}


@media(max-width:991px) {

    .news-first{
        margin-left: 0px;
    }

    .news{
        margin-bottom: 20px;
        margin-right: 0px;
    }
}

#footer2 a{
    margin-right: 30px;
    font-family: 'Stilu Light',Helvetica,Arial,sans-serif;
}

#intro-swimmingteich{
    background: url(../img/swimmingteich/swimmingteich.jpg) no-repeat bottom center scroll;
    background-size:cover;
    padding-top: 150px;
    padding-bottom: 375px;
}
#intro-content{
    background: no-repeat bottom center scroll;
    background-size:cover;
    padding-top: 110px;
    padding-bottom: 30px;
}

#intro-livingpool{
    background: url(../img/livingpool/livingpool.jpg) no-repeat bottom center scroll;
    background-size:cover;
    padding-top: 200px;
    padding-bottom: 165px;
}
#intro-livingpool h1{
    font-size: 55px;
    line-height: 70px;
}

.btn-parallax{
    color: #000;
    border-color: #969696;
    /*    font-size: 24px;	*/
    margin-top: 20px;
    margin-right:10px;
    padding: 10px 15px;
}

.referenz, .referenz a{
    color: white;
    cursor: pointer;
}

.referenz{
    margin-left: 0px;
    margin-top: -60px;
    opacity: 0.9;
    background-color: #036080;
    color: white;
    height: 60px;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.referenz-w75{
    width: 75%;
    float: left;
}

.referenz-w20{
    width: 20%;
    float: left;
    padding-top: 7px;
    text-align: right;
}

.referenz-detail, .referenz-detail2{
    width:100%;
    height:100%;
    background-color:white;
    z-index:100;
    /*padding: 10px;*/
    position : fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
}

.referenz-navi{
    position: fixed;
    top: 0px;
    left: 0px;
    margin-bottom: 20px;
    z-index: 200;
    display: block;
    background-color: #f9f9f9;
    height: auto;
    min-height: 50px;
    width: 100%;
    padding: 30px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.referenz-content{
    height: auto;
    margin-top: 140px;
    margin-bottom: 15px;
    background-color: white;
}
.referenz-content p {
    font-size:1em;
    margin-bottom:25px;
}

.referenz-content h4{
    font-size: 18px;
    margin-bottom: 7px;
}
.referenz-content h2{
    margin:25px 0px;
    text-decoration:none;
    border-bottom:none;
}

.referenz-detail img{
    margin-bottom: 20px;
}
.close-referenz-detail{
    cursor: pointer;
}

.referenz-footer{
    border-top: 1px solid #f1f1f1;
    background-color: #f9f9f9;
    width: 100%;
    height: auto;
    min-height: 300px;
    padding: 50px;
}

#scrollToTop{
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    padding-top:8px;
    color: white;
    background-color: #cbcbcb;
    opacity: 0.9;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    opacity: 0.5;
}

@media (min-width: 768px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        color: white;
    }
}

.dropdown-menu>li>a{
    color: black;
}

ul.nav li.dropdown:hover{
    background-color: #969696;
}

.navbar-custom .subnav li a{
    color: black;
}

.carousel-caption h1{
    /*position: absolute;
    top: -200px;
    left: 0px;*/
    font-family: tex_gyre_scholaregular, serif;
    font-size: 40px;

}

.centerHelp{

    position: relative;
    /*  top: 50%;	*/
    top: 35%;
    left: 0%;
}

.bottomHelp{
    position: absolute;
    bottom: 35px;
    left: 25%;
    width: 100px;
}

@media only all and (min-width: 768px) and (min-height: 768px) {
    .carousel-caption h1{
        /*	font-size: 75px;
            line-height:80px;	*/
        font-size: 55px;
        line-height:70px;


    }

    .centerHelp{
        left: -1%;
    }
}

@media only all and (max-width: 768px){

.mobilebreak { display:inline; }
.pt-15 { padding-top:0px; }
.ptd-0 { padding-top: 10px; }
.pr-20 { padding-right:0px !important; }
.noform { height: auto; }
.space30mobile { height:30px; }


    .carousel-caption h1{

        font-size: 40px;
        line-height: 50px;

    }

    .centerHelp{
        top: 35%;
    }

    #intro-livingpool{
        padding-top: 180px;
        padding-bottom: 85px;}

    #intro-livingpool h1{
        font-size: 30px;
        line-height: 40px;
    }

    #intro-content{
        padding-top: 120px;
        padding-bottom: 20px;
    }

}

@media only all and (max-width: 320px){
    .carousel-caption h1{

        font-size: 20px;
        line-height: 30px;

    }

    .centerHelp{
        top: 35%;
    }

    .bottomHelp{
        display: none;
    }

}


.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    top: 85%;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

/*.shadow {
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}*/

.shadow{
    -webkit-box-shadow: inset 0px 0px 40px 19px rgba(0,0,0,0.17);
    -moz-box-shadow: inset 0px 0px 40px 19px rgba(0,0,0,0.17);
    box-shadow: inset 0px 0px 40px 19px rgba(0,0,0,0.17);
}

/*Startseite Pfeile */
.arrows {
    width: 60px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 15px;
}

.arrows path {
    stroke: white;
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow
{
    0% {opacity:0}
    40% {opacity:1}
    80% {opacity:0}
    100% {opacity:0}
}

@-webkit-keyframes arrow
{
    0% {opacity:0}
    40% {opacity:1}
    80% {opacity:0}
    100% {opacity:0}
}

.arrows path.a1 {
    animation-delay:-1s;
    -webkit-animation-delay:-1s;
}

.arrows path.a2 {
    animation-delay:-0.5s;
    -webkit-animation-delay:-0.5s;
}

.arrows path.a3 {
    animation-delay:0s;
    -webkit-animation-delay:0s;
}
/*Startseite Pfeile Ende*/



/*Startseite Slider*/

/* Styles go here */


/* Carousel Styles */
.carousel-indicators .active {
    background-color: white;
}

.carousel-indicators{
    /*position: absolute;
    bottom: 120px;*/
    display: none;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.brand-heading {
    font-size: 50px;
    color: white;
    /*    opacity:0.9;	*/
    font-family: tex_gyre_scholaregular, serif;
    line-height: 60px;
    width: 100%;
}

@media(max-width:767px) {
    .brand-heading{
        font-size: 30px;
    }
}



/*Starseite Slider Ende*/

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    60% {
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.arrow {
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);*/
    background-size: contain;
}

.bounce {
    -moz-animation: bounce 2s ease-in 3s 1; /* name | duration | timing-function | delay | iteration-count */
    -webkit-animation: bounce 2s ease-in 3s 1;
    animation: bounce 2s ease-in 3s 1;
}

/* captiontest1*/
.caption {
    position: relative;
    overflow: hidden;
    width: 101%;
    border: 1px solid white;
    /* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.caption p{
    font-size: 1em;
}

.caption a{
    margin-top: 10px; margin-right: 10px;
}

.caption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    /*background: rgba(10, 10, 10, .3);*/
    transition: background .25s ease-out;
}

.caption:hover::before {
    /*background: rgba(0, 0, 0, .5);*/
    /*background: transparent;*/
    background: rgba(10, 10, 10, .3);

}

.caption__media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

.caption__overlay {
    position: absolute;
    font-size:0.9em;
    top: 160px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: black;
    overlfow:hidden;

    background-color: white;
    opacity: 0.8;

    -webkit-transform: translateY(100%);
    transform: translateY(100%);

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

@media only all and (max-width:1199px) {
    .caption__overlay{
        top: 100px;
    }
}

@media only all and (max-width:991px) {
    .caption__overlay{
        top: 60px;
    }
}

@media only all and (max-width:767px) {
    .caption__overlay{
        top: 440px;
    }
}

@media only all and (max-width:665px) {
    .caption__overlay{
        top: 380px;
    }
}

@media only all and (max-width:555px) {
    .caption__overlay{
        top: 300px;
    }
}

@media only all and (max-width:480px) {
    .caption__overlay{
        top: 250px;
    }
}

@media only all and (max-width:420px) {
    .caption__overlay{
        top: 200px;
    }
}

@media only all and (max-width:375px) {
    .caption__overlay{
        top: 180px;
    }
}

@media only all and (max-width:320px) {
    .caption__overlay{
        top: 120px;
    }
}

.caption:hover .caption__overlay {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.caption__overlay__title {
    -webkit-transform: translateY( -webkit-calc(-100% - 20px) );
    transform: translateY( calc(-100% - 20px) );


}

.caption:hover .caption__overlay__title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.caption__overlay__content{
    font-size: 144px;
    margin-top: -85px;
}

.captionButton{
    margin: 0;
}

@media only all and (max-width:1199px) {
    .caption__overlay__content{
        margin-top: -95px;
    }
}

@media only all and (max-width:991px) {
    .captionButton{
        display: none;
    }
}

@media only all and (max-width:767px) {

    .caption__overlay__content{
        margin-top: -85px;
    }
    .captionButton{
        display: none;
    }
}

/*@media only all and (max-width:665px) {
   .caption__overlay__content{
     margin-top: -85px;
   }
}*/


.caption__overlay__title2{
    background-color: white;
    /*  color: #036080;	*/
    font-size:1.2em;
    text-transform:none;
    margin-bottom: -1px;
    margin-top: 5px;
    margin-left: -10px;
    padding-left:10px;
    padding-top: 10px;
    width: 150%;
    /*width: 440px;*/
    height: 51px;
    border: 1px solid white;
}

.referenzHolder{
    color: white;
    cursor: pointer;
    padding: 10;
    margin-bottom: 30px;
    overflow: hidden;
}


.carousel .item {
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -ms-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
}
.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel .next, .carousel .prev {
    left:0;
    opacity:1;
    z-index:1;
}

.navbar li:hover a, .navbar li:active a, .navbar li:focus a {
    color: white;
}

.col-xs-12{
    margin-bottom: 15px;
}

/*#slide{
  width: 100%;
  height: 100%;
  border: 1px solid blue;
}*/

.weiter{
    margin: 0px 20px;
}

@media only all and (max-width: 360px){
    .weiter{
        margin: 0px 0px 0px 5px;
        width: 87px;
    }

    .zurueck{
        margin: 5px 0px 0px 5px;
        width: 87px;
    }
}

#referenzen .btn, .referenz-footer a{
    margin-bottom: 5px;
}

.panel-heading {
    background-color: white !important;
    border-bottom: 1px solid #969696 !important;
}

.panel-heading a{
    font-size: 18px;
}

.panel-default{
    border: none !important;
    margin-bottom: 30px !important;
}

.bg-success, .bg-danger{
    padding: 15px;
    text-align: center;
}

.uebersicht{
    padding-bottom: 20px;
}

.newsUl{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.newsUl li{
    margin-bottom: 8px;
}

.onlineshopPreis{
    margin-right: 20px;
    font-size: 18px;
}

#onlineshopProdukte img{
    max-height: 220px;
    margin: 0 auto;
}

.checkBox{
    font-size: 1em;
}
.agb { margin-top:20px; }

.g-recaptcha { margin:20px 0px; }

.uc-text-embedding {
    color: #e50051 !important;
    background-color: #fff;
    border: 1px solid #e50051 !important;
    border-radius: 4px;
    font-size: 1em;
    padding: 10px;
    display: block;
}

.orderbutton {
    /*  background: #969696;
        border: 1px solid #fff;
        box-shadow: 0 0 3px #fff;
        color: #fff;	*/
    background-color: #fff;
    font-size: 1em;
    height: auto;
    margin:15px 0px;
    padding: 15px;
    width: 100%;
}
.orderbutton:hover {
    background-color: #969696;
    /*    background: #000;
        border: 1px solid #fff;	*/
}

.katalogdropdown {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 1em;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    display: block;
    text-align:left;
}

header{
    margin-top: -7px;
}

#tagCloud{
    width: 100%; height: 200px;
}

#tagCloud a, #tagCloud a:hover{
    /*   color: #036080; */
    font-size: 18px;
}

.link:hover,
.link:focus {
    color: #8c8c8c;
    text-decoration: none;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    /* height: 100%; */
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-content {
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modalbuttontop1 { display:inline-block; width:250px; margin-bottom:20px; }
.modalbuttontop2 { display:inline-block; width:250px; }
.modalclosebutton { display:none; }

.modal-backdrop
{
    opacity:0.4 !important;
}

.modal-body {
    padding: 0px;
}
.modalright {
    padding:0px 20px 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow:hidden;
}
.modalright h3 {
    margin-top:50px;
}

.modal-lg {
    /* width: 1100px; */
    width: 80%;
    max-width:1100px;
}

@media only screen and (min-width : 992px) {
    .modalclosebutton { display:block; padding:20px 22px !important; }
    .closebig { font-size: 30px; }
    /* .closebig { color:#036080; opacity: 1; }	*/


    .modal-dialog {
        top:50% !important;
        transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        -webkit-transform: translate(0, -50%) !important;
        margin:auto 5%;
        width:90%;
        height:auto;
    }
    .modal-content {
        min-height:100%;
        top:0;
        bottom:0;
        left:0;
        right:0;
    }
    .modalbuttontop1 { display:inline-block; width:250px; margin-bottom:20px; }
    .modalbuttontop2 { display:none; }

    .modalright {
        padding:0px 85px 0px 55px;
    }

    .modalright h3 {
        margin-top:60px;
    }


}



.presseEcho{
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 30px;
    min-height: 280px;
}

.flagsLink{
    width: 25px; height: 19px; margin: 0px 10px 4px 0px; display:inline !important;
}

.countryLinks{
    display: block;
    width: 300px;
    height: 30px;
    margin-right: 30px;
    margin-bottom: 40px;
    float: left;
}

/*presseEcho isotope*/

.box {
    /* if not using border-box
    width: 218px;
    */
    width: 250px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    padding: 15px;
    margin: 10px;
    float: left;
}

.boxNews {
    width: 250px;
    background: #ffffff;
    border: 1px solid #969696;
    padding: 0px;
    margin: 10px;
    float: left;
}

.boxNews a, .boxNews p, .boxNews span{
    margin: 20px;
    text-align:center;
}

.boxNews img{
    margin-bottom: 20px;
}

.boxNews h3{
    font-size: 18px;
    line-height:1.6em;
    padding-bottom: 10px;
    border-bottom: 1px solid #969696;
    text-align: center;
    margin: 20px;
    font-family: 'Stilu Light',Helvetica,Arial,sans-serif;
}
.newsPreview h3 {
    font-size: 18px;
    line-height:1.6em;
    padding-bottom: 10px;
    border-bottom: 1px solid #969696;
    text-align: center;
    margin: 20px;
    font-family: 'Stilu Light',Helvetica,Arial,sans-serif;
}
.newsPreview { padding:0px; }

.newsPreview h3, .newsPreview p {
    padding:10px 30px;
}

.boxNews .date{
    margin: -10px 20px;
}

.boxNews p{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1em;
    text-align:center;
}

.boxNews span{
    margin-top: 0px;
}

.boxNews button{
    margin-top: 20px;
    margin-bottom: 20px;
}

.boxNews button:first-of-type{
    margin-left: 20px;
    margin-right: 5px;
}

.date{
    color: #7f7f7f;
    font-size:0.8em;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 1.8s;
    -moz-transition-duration: 1.8s;
    transition-duration: 1.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    transition-property:         transform, opacity;
}

#site .row{
    margin-top: 20px;
}

#cookieConf{
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 15px 25px;
    background-color: grey;
    color: white;
    z-index: 999;
    text-align: center;
}
#cookie-bar{
    direction: ltr;
}
.grid-item {
    float: left;
    width: 260px;
    height: auto;
}

.grid-sizer { width: 0%; }

.detailsButtonPartner{
    margin-top: 70px;
}

@media only all and (max-width: 380px){
    .detailsButtonPartner{
        margin-top: 0px;
    }
}

.infobox-inner hr {
    margin-top: 5px;
    margin-bottom: 7px;
    border: 0;
    border-top: 1px solid #eee;
}

#countryDropdown{
    margin-right: 20px;
    float: left;
}

#stateDropdown{
    float:left;
}

@media only all and (max-width: 380px){
    #stateDropdown{
        /*float: none;*/
        margin-top: 15px;
    }
}

.newsDetailText{
    font-size: 1em;
}

.newsDetailText img{
    /* margin: 15px; */
    margin-top: 0px;
    /* margin-bottom: 20px; */
    max-width: 100%;
    height: auto;
}

.newsDetailText a:hover, .newsDetailText a:focus{
    /*color: #377699;
    text-decoration: underline;*/
}

.newsDetailText ol, .newsDetailText ul{
    margin-left: 0px;
    margin-bottom: 35px;
    padding-left: 15px;
}

.newsDetailText li{
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 7px;
}

@media (min-width: 768px){
    .newsDetailText {
        font-size: 1em;
    }
    .newsDetailText li{
        font-size: 1em;
    }
}

.subtitle{
    /*  margin-top: -20px;	*/
    font-size: 0.9em;
    line-height: 1.6;
}

.picRight{
    float: right;
    margin-left: 20px;
    margin-bottom:20px;
}

.picLeft{
    float: left;
    margin-right: 20px;
    margin-bottom:20px;
}

@media only all and (max-width: 540px){
    .picRight{
        float: none;
        margin-left: 0px;
    }

    .picLeft{
        float: none;
        margin-left: 0px;
    }
}

.galleryLightbox{
    /*float: left;*/
    margin-right: 10px;
}

.newsGallery{
    width: 400px;
    height: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.scrollable-dropdown{/*, .dropdown-menu {*/
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

h5{
    height: 23px;
}

/* Gallery - Object-fit Fix: */
.newsGalleryImage{
    height: 175px;
    width: 275px;
    object-fit:cover;
}

.post__image-container {
    width: 275px;
    height: 175px;
    /*margin-right: 15px;
    padding-right: 15px;*/
    padding: 0px;
    margin: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.post__image-container.compat-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.post__image-container.compat-object-fit > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.post__image-container.compat-object-fit .post__featured-image {
    display: none;
}

.post__featured-image {
    width: 270px;
    height: 175px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width : 768px) and (max-width : 1024px){

    .newsGalleryImage{
        width: 225px;
    }

    .post__image-container {
        width: 225px;
    }

    .post__featured-image {
        width: 225px;
    }
}

.parallax-window {
    min-height: 400px;
    max-width: 100%;
    padding:0px;
    margin: 0px;
    background: transparent;
}

#full_languages {
    /* 	background: url(../img/bg-footer.jpg);
        background-repeat:no-repeat;
        background-size:cover;	*/
    /*	background-color: #036080;	*/
    margin-top: 0px;
    /*    color: white;	*/
    padding:40px;
}

.catalogue_download {
    display:block;
    padding-top:25px;
    /*   font-family: 'Stilu Light',Helvetica,Arial,sans-serif;	*/
    font-size:16px !important;
    color:#333 !important;
    text-transform:none !important;
}
.weightnormal { font-weight:400 !important; }


@media only screen and (min-width : 768px) and (max-width : 1200px){	/*992px*/

    .col-sm-3 {
        width:50%;
    }
}
@media only screen and (min-width : 768px) and (max-width : 992px){

    .col-sm-4 {
        width: 100%;
    }
}


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

    .navbar-custom {
        position:absolute;
    }

}

.odd { background-color:#f4f4f4; padding-top: 25px; }
.even { padding-top: 25px; }
.nopaddingleft { padding-left: 0px; }
.nopaddingbottom { padding-bottom: 0px; margin-bottom:0px; }
.pb-20 { padding-bottom:20px; }
.pb-10 { padding-bottom:10px; }
.pt-10 { padding-top:10px; }
.partnersocialicon {
    font-size: 30px !important;
    margin-right: 30px;
}
.partnerzitat {
    background-image:url(../img/zitat.png);
    background-position:top right;
    background-repeat:no-repeat;
    background-size:100px;
}
.black {color:#000 !important; }

.usercentrics-button .uc-privacy-button-wrapper {
    height: 50px !important;
    width: 50px !important;
}

/* SIDEBAR */

#sidebar {
    position:fixed;
    top:102px;
    right:0px;
    z-index:9000;
    width:auto;
    height:auto;
}

#sidebar span {
    margin-right:10px;
    font-size:1.1em;
}

#sidebar a:link, #sidebar a:visited {
    text-decoration:none;
    display:block;
    width:150px;
    height:45px;
    color:#fff !important;
    background-color:#00617e;
    padding:9px 15px;
    margin-top:15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
    background-color:#6f6f6f;
}

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

    #sidebar {
        background-color: #00617e;
        width: 100%;
        height: 55px;
        top: 0px;
        left: 0px;
        z-index: 9000;
        padding: 15px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sidebar span {
        margin-right: 5px;
        font-size: 1.0em;
    }

    #sidebar a:link, #sidebar a:visited {
        display: inline;
        width: auto;
        padding: 9px 6px 9px 0px;
    }

    #sidebar a:hover, #sidebar a:focus, #sidebar a:active {
        background-color: #00617e;
    }
}

/* SIDEBAR END */

/* PLZ */

.plzinput { padding:5px 12px; width:160px; margin-right:16px; }

#zipInput .btn { vertical-align:baseline; margin-right:16px; }

.mb-10 { margin-bottom:10px !important; }
.mr-15 { margin-right:15px !important; }

.JobForm {
    background-color: #f3f3f3;
    padding: 20px;
}

input[type="file"] {
  padding: 10px 15px;
  height: 46px;
}
