@charset "UTF-8";
/* CSS Document */

body, html {
	height: 100%;
	min-height: 100%;
}

.primaryContainer {
   height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.5);
}

.topnavi {
    float: left;
    height: 30px;
    margin: 0px;
    clear: none;
    width: 100%;
    text-align: center;
    position:fixed;
    border-bottom: 1px solid #fff;
    z-index: 5000;
}

.top {
    float: left;
    height: 10px;
    margin: 0px;
    clear: none;
    width: 100%;
    position:fixed; 
    z-index: 7;
}

.contaxwave {
    width: 100%;
    height: 400px;
    bottom: 0px;
    float: left;
    position:fixed;
    max-height:99999px;
    z-index: 9000;
    clip-path: polygon(100% 100%, 0% 100% , 0.00% 66.83%, 2.00% 69.69%, 4.00% 72.48%, 6.00% 75.20%, 8.00% 77.81%, 10.00% 80.28%, 12.00% 82.59%, 14.00% 84.72%, 16.00% 86.64%, 18.00% 88.33%, 20.00% 89.78%, 22.00% 90.98%, 24.00% 91.91%, 26.00% 92.55%, 28.00% 92.92%, 30.00% 92.99%, 32.00% 92.78%, 34.00% 92.27%, 36.00% 91.49%, 38.00% 90.43%, 40.00% 89.11%, 42.00% 87.54%, 44.00% 85.73%, 46.00% 83.71%, 48.00% 81.49%, 50.00% 79.10%, 52.00% 76.56%, 54.00% 73.89%, 56.00% 71.13%, 58.00% 68.30%, 60.00% 65.43%, 62.00% 62.55%, 64.00% 59.69%, 66.00% 56.88%, 68.00% 54.13%, 70.00% 51.50%, 72.00% 48.99%, 74.00% 46.64%, 76.00% 44.46%, 78.00% 42.49%, 80.00% 40.74%, 82.00% 39.22%, 84.00% 37.96%, 86.00% 36.97%, 88.00% 36.25%, 90.00% 35.81%, 92.00% 35.67%, 94.00% 35.81%, 96.00% 36.24%, 98.00% 36.95%, 100.00% 37.95%);
}

.navbottom {
    display:none; 
}

.wrapper {
    margin:0px 0px 0px 0px;
    position:relative;
}

textarea {
    resize: vertical;
}

img {
    vertical-align: baseline;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


.webdesign {
	float: left;
	margin:  auto auto 95px -70px;
	height: auto;
	width: 200px;
	bottom: 0;
	z-index: 10;
	position:fixed;
}

.no-js {
	padding-top: 106px;
}

.loading {
	background: url('../img/ico_loading.gif') no-repeat center center;
}

section {
	min-width: 960px;
	opacity: 0;
    z-index: 10;
}

.loaded section,
.no-js section {
	opacity: 1;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}

main {
	overflow-x: hidden;
}

#preload {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.bcg {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
	background-size:100% auto;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}

.hsContainer {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	bottom: 0px;
}

.hsContent {
	width: 100%;
    height:400px;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 200px;
    z-index: 5;
	}
	
.hsContent_clear {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	}
	
.hsContent_large {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	}
	
.hsBox {
	width: 100%;
	height: 100%;
	margin-right:auto;
    padding:0px;
	margin-left:auto;
	overflow: hidden;
	position: relative;
    z-index: 8;
	bottom: 0px;
    
}


.hsBox_oval {
	width: 52%;
	height: 600px;
	margin:80px auto 0px 3%;
    padding: 80px 0px 0px 0px;
	overflow: hidden;
	position: relative;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
	text-align:center;
	background-color: rgba(255, 255, 255, 0.8);
    z-index: 7000;
	bottom: 0px;
}

.hsBox_oval_right {
	width: 52%;
	height: 600px;
	margin:80px auto 0px 45%;
    padding: 80px 0px 0px 0px;
	overflow: hidden;
	position: relative;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
	text-align:center;
	background-color: rgba(255, 255, 255, 0.8);
    z-index: 7000;
	bottom: 0px;
}

.hsBox_left {
	width: 47.3%;
	height: 100%;
	margin:0px;
    padding: 30px 20px 0px 30px;
	overflow: hidden;
	position: relative;
	background-color: rgba(255, 255, 255, 0.8);
	bottom: 0px;
}

.hsBox_right {
	width: 47.3%;
	height: 100%;
	margin-right: 0px;
	margin-left: auto;
    margin-top:0px;
    padding: 30px 20px 0px 30px;
	overflow: hidden;
	position: relative;
    background-color: rgba(255, 255, 255, 0.8);
	bottom: 0px;
    z-index: 20 !important;
}

.box_50L {
    width: 50%;
    height:auto;
    position:relative;
    float:left;
    clear:none;
    margin:0px;
    padding:0px;
}

.box_50R {
    width: 50%;
    height:auto;
    position:relative;
    float:left;
    clear:none;
    margin:0px 0px 0px 50%;
    padding:0px;
}

.box_25L {
    width: 25%;
    height:auto;
    position:relative;
    float:left;
    clear:none;
    margin:0px;
    padding:0px;
}

.box_25LM {
    width: 25%;
    height:auto;
    position:relative;
    float:left;
    clear:none;
    margin:0px;
    padding:0px;
}

.box_25RM {
    width: 25%;
    height:auto;
    position:relative;
    float:left;
    clear:none;
    margin:0px;
    padding:0px;
}

.box_25R {
    width: 25%;
    height:auto;
    position:relative;
    float:left;
    clear:none;
    margin:0px;
    padding:0px;
}

/* Slide 1 */
#slide-1 .bcg {background-image:url('../img/bcg_slide-1.jpg');} 
#slide-1 .hsContent {
	bottom: 0px;
	top: auto; 
}

/* Slide 2 */
#slide-2 .bcg {background-image:url('../img/bcg_slide-2.jpg');} 
#slide-2 .hsContent_clear {
bottom: 0px;
	top: auto;
}

/* Slide 3 */
#slide-3 .bcg {background-image:url('../img/bcg_slide-3.jpg');} 
#slide-3 .hsContent {
	bottom: 0px;
	top: auto;
}
	
/* Slide 4 */
#slide-4 .bcg {background-image:url('../img/bcg_slide-3.jpg');} 
#slide-4 .hsContent {
	bottom: 0px;
	top: auto;
}
	
/* Slide 5 */
#slide-5 .bcg {background-image:url('../img/bcg_slide-4.jpg');} 
#slide-5 .hsContent {
	bottom: 0px;
	top: auto;
}
/* Slide 6 */
#slide-6 .bcg {background-image:url('../img/bcg_slide-5.jpg');} 
#slide-6 .hsContent {
	bottom: 0px;
	top: auto;
}

/* Slide 7 */
#slide-7 .bcg {background-image:url('../img/bcg_slide-6.jpg');} 
#slide-7 .hsContent {
	bottom: 0px;
	top: auto;
}

/* Slide 8 */
#slide-8 .bcg {background-image:url('../img/bcg_slide-7.jpg');} 
#slide-8 .hsContent {
	bottom: 0px;
	top: auto;
}
	
/* Slide 9 */
#slide-9 .bcg {background-image:url('../img/bcg_slide-5.jpg');} 
#slide-9 .hsContent {
	bottom: 0px;
	top: auto;
}

/* Slide 10 */
#slide-10 .bcg {background-image:url('../img/bcg_slide-8.jpg');} 
#slide-10 .hsContent {
	bottom: 0px;
	top: auto;
}

/* Slide 11 */
#slide-11 .bcg {background-image:url('../img/bcg_slide-11.jpg');} 
#slide-11 .hsContent {
	bottom: 0px;
	top: auto;
}

/* Slide 12 */
#slide-12 .bcg {background-color:#fff;} 
#slide-12 .hsContent {
	bottom: 0px;
	top: auto;
}

/* Slide 13 */
#slide-13 .bcg {background-image:url('../img/bcg_slide-10.jpg');} 
#slide-13 .hsContent {
	bottom: 0px;
	top: auto;
}

.dtonly {
    display: block;
}

.monly {
    display: none;
}


/* Page Loader */
.js .loading::before,
.js .loading::after {
	content: '';
	position: fixed;
	z-index: 1000;
}

.js .loading::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;

}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 0%;
    width: 100%;
    font-size: 30px;
    margin-top: 0px;
    border-style: solid 2px;
}

.overlay a {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #00adb7;
}

.openbtn a:hover, .overlay a:focus {
    color: #cc0000;
}

.openbtn {
    position: absolute;
    top: 50px;
    right: 93%;
    color: #fff;
    font-size: 60px !important;
    z-index:99000;
}

.closebtn {
    position: absolute;
    top: 50px;
    right: 92%;
    color: #ff5e00;
    font-size: 60px !important;
    z-index:99900;
}

.image_100 {
    width:100%;
    margin:20px 0px 10px 0px;
    float:left;
    position:relative;
}

.image_50 {
    width:40%;
    margin:20px 5% 10px 5%;
    float:left;
    position:relative;
}

.orange {
    background-color: #ff5e00;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

a img { 
	border: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* =============================================================================================================
   ANPASSUNG SCREEN SIZE ANPASSUNG SCREEN SIZE ANPASSUNG SCREEN SIZE ANPASSUNG SCREEN SIZE ANPASSUNG SCREEN SIZE
   ========================================================================================================== */
@media screen and (max-width: 1600px) {

.hsBox_oval {
	width: 52%;
	height: 550px;
	margin:100px auto 0px 3%;
    padding: 50px 0px 0px 0px;
}
    
.hsBox_oval_right {
	width: 52%;
	height: 550px;
	margin:100px auto 0px 45%;
    padding: 50px 0px 0px 0px;
}
    
.hsContent {
    height:530px;
}
}

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

.hsContent {
    height:550px;
	bottom: 200px;
}
    
.hsBox_oval {
	width: 60%;
	height: 550px;
	margin:60px auto 0px 1%;
    padding: 50px 0px 0px 0px;
}
    
.hsBox_oval_right {
	width: 60%;
	height: 550px;
	margin:60px auto 0px 37%;
    padding: 50px 0px 0px 0px;
}
    
.contaxwave {
    width: 100%;
    height: 300px;
}

}


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

.hsContent {
    height:550px;
	bottom: 200px;
}
    
.hsBox_oval {
	width: 60%;
	height: 550px;
	margin:50px auto 0px 3%;
    padding: 50px 0px 0px 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
    
.contaxwave {
    height: 250px;
}

}



@media screen and (max-width: 1024px) {
    
    /* Slide 1 */
#slide-1 .bcg {background-image:url('../img/bcg_slide-1-tablet.jpg');} 
#slide-1 .hsContent {
	bottom: 0px;
	top: auto; 
}

/* Slide 2 */
#slide-2 .bcg {background-image:url('../img/bcg_slide-2-tablet.jpg');} 
#slide-2 .hsContent_clear {
bottom: 0px;
	top: auto;
}

/* Slide 3 */
#slide-3 .bcg {background-image:url('../img/bcg_slide-3-tablet.jpg');} 
#slide-3 .hsContent {
	bottom: 0px;
	top: auto;
}
	
/* Slide 4 */
#slide-4 .bcg {background-image:url('../img/bcg_slide-4-tablet.jpg');} 
#slide-4 .hsContent {
	bottom: 0px;
	top: auto;
}
	
/* Slide 5 */
#slide-5 .bcg {background-image:url('../img/bcg_slide-4-tablet.jpg');} 
#slide-5 .hsContent {
	bottom: 0px;
	top: auto;
}
/* Slide 6 */
#slide-6 .bcg {background-image:url('../img/bcg_slide-5-tablet.jpg');} 
#slide-6 .hsContent {
	bottom: 0px;
	top: auto;
}

/* Slide 7 */
#slide-7 .bcg {background-image:url('../img/bcg_slide-6-tablet.jpg');} 
#slide-7 .hsContent {
	bottom: 0px;
	top: auto;
}

/* Slide 8 */
#slide-8 .bcg {background-image:url('../img/bcg_slide-7-tablet.jpg');} 
#slide-8 .hsContent {
	bottom: 0px;
	top: auto;
}
	
/* Slide 9 */
#slide-9 .bcg {background-image:url('../img/bcg_slide-5-tablet.jpg');} 
#slide-9 .hsContent {
	bottom: 0px;
	top: auto;
}

/* Slide 10 */
#slide-10 .bcg {background-image:url('../img/bcg_slide-8-tablet.jpg');} 
#slide-10 .hsContent {
	bottom: 0px;
	top: auto;
}

/* Slide 11 */
#slide-11 .bcg {background-image:url('../img/bcg_slide-11-tablet.jpg');} 
#slide-11 .hsContent {
	bottom: 0px;
	top: auto;
}

/* Slide 12 */
#slide-12 .bcg {background-color:#fff;} 
#slide-12 .hsContent {
	bottom: 0px;
	top: auto;
}

/* Slide 13 */
#slide-13 .bcg {background-image:url('../img/bcg_slide-10-tablet.jpg');} 
#slide-13 .hsContent {
	bottom: 0px;
	top: auto;
}

    
.bcg {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 1024px;
	height: 768px;
	width: 1024px;
	background-size:1024px 768px !important;
	-moz-background-size:1024px !important;
	-webkit-background-size:1024px 768px !important;
}

section {
	width: 1024px !important;
    height:100% !important;
	opacity: 0;
    z-index: 10;
}
    
.hsContainer {
	width: 100%;
	height: 768px;
	overflow: scroll;
	position: relative;
	bottom: 0px;
}
    
.hsContent {
	width: 100%;
    height:320px;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	bottom: 200px;
}
    
.hsBox_oval {
	width: 60%;
	height: 450px;
	margin:50px auto 0px 3%;
    padding: 50px 0px 0px 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
    
.hsBox_oval_right {
	width: 60%;
	height: 450px;
	margin:50px auto 0px 37%;
    padding: 50px 0px 0px 0px;
}
 
.contaxwave {
    height: 250px;
}     
    
}

@media screen and (max-width: 800px) {
    
/* Slide 1 */
#slide-1 .bcg {background-image:url('../img/bcg_slide-2-mobile.jpg');} 
#slide-1 .hsContent {
	bottom: 0px;
	top: auto; 
}

/* Slide 2 */
#slide-2 .bcg {background-image:url('../img/bcg_slide-2-mobile.jpg');} 
#slide-2 .hsContent_clear {
bottom: 0px;
	top: auto;
}

/* Slide 3 */
#slide-3 .bcg {background-image:url('../img/bcg_slide-2-mobile.jpg');} 
#slide-3 .hsContent {
	bottom: 0px;
	top: auto;
}
	
/* Slide 4 */
#slide-4 .bcg {background-image:url('../img/bcg_slide-2-mobile.jpg');} 
#slide-4 .hsContent {
	bottom: 0px;
	top: auto;
}
	
/* Slide 5 */
#slide-5 .bcg {background-image:url('../img/bcg_slide-2-mobile.jpg');}  
#slide-5 .hsContent {
	bottom: 0px;
	top: auto;
}
/* Slide 6 */
#slide-6 .bcg {background-image:url('../img/bcg_slide-2-mobile.jpg');}  
#slide-6 .hsContent {
	bottom: 0px;
	top: auto;
}

/* Slide 7 */
#slide-7 .bcg {background-image:url('../img/bcg_slide-2-mobile.jpg');} 
#slide-7 .hsContent {
	bottom: 0px;
	top: auto;
}

/* Slide 8 */
#slide-8 .bcg {background-image:url('../img/bcg_slide-2-mobile.jpg');}  
#slide-8 .hsContent {
	bottom: 0px;
	top: auto;
}
	
/* Slide 9 */
#slide-9 .bcg {background-image:url('../img/bcg_slide-2-mobile.jpg');} 
#slide-9 .hsContent {
	bottom: 0px;
	top: auto;
}

/* Slide 10 */
#slide-10 .bcg {background-image:url('../img/bcg_slide-2-mobile.jpg');} 
#slide-10 .hsContent {
	bottom: 0px;
	top: auto;
}

/* Slide 11 */
#slide-11 .bcg {background-image:url('../img/bcg_slide-2-mobile.jpg');} 
#slide-11 .hsContent {
	bottom: 0px;
	top: auto;
}

/* Slide 12 */
#slide-12 .bcg {background-image:url('../img/bcg_slide-2-mobile.jpg');} 
#slide-12 .hsContent {
	bottom: 0px;
	top: auto;
}

/* Slide 13 */
#slide-13 .bcg {background-image:url('../img/bcg_slide-2-mobile.jpg');} 
#slide-13 .hsContent {
	bottom: 0px;
	top: auto;
}

.bcg {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
	background-size:100% auto;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}
    
.primaryContainer {
	width: 100%;
}
    
.topnavi {
    float: left;
    height: 45px;
    margin: 0px;
    clear: none;
    width: 100%;
    text-align: center;
    position:fixed;
    border-bottom: 1px solid #fff;
    z-index: 5000;
}
    
.header {
    width:100%;
    margin:0px;
    }

    
.hsContainer {
    width:100%;
    overflow: visible;
	position: relative;
}
    

  
.hsContent_large {
    width:100%;
    height:2000px;
    float:left;
    overflow: visible;
	position: relative;
}
    
.hsBox_left {
    width:100%;
    height: 100% !important;
    padding: 0px;
    overflow: visible;
	position: relative;
}
 
.hsBox_right {
    width:100%;
    padding: 0px;
    height: 100%;
    overflow: visible;
	position: relative;
}
 
.hsBox_oval {
	width: 100%;
	height: 100%;
	margin:0px;
    padding: 20px 0px 0px 0px;
	overflow: visible;
	position: relative;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 0px solid rgb(255, 255, 255);
	text-align:left;
	background-color: rgba(255, 255, 255, 1.0);
}
    
.hsBox_oval_right{
	width: 100%;
	height: 100%;
	margin:0px;
    padding: 20px 0px 0px 0px;
	overflow: visible;
	position: relative;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 0px solid rgb(255, 255, 255);
	text-align:left;
	background-color: rgba(255, 255, 255, 1.0);
}
 
.homeSlide {
    width:100%;
    height:900px !important;
    }
    
.image_50 {
    width:70%;
    margin:10px 15% 10px 15%;
    float:left;
    position:relative;
}
.dtonly {
    display: none;
}

.monly {
    display:block;
}

    
section {
	min-width: 200px;
    width: 100%;
    height: 100px;
    position:relative;
}

.hsContent_clear {
	width: 100%;
	height: 100%;
	position: absolute;
    background-color: rgba(255,255,255,0.0);
	bottom: 0px;
	}
	
.hsContent_large {
	width: 100%;
	height: 100%;
	position: absolute;
    background-color: rgba(255,255,255,0.0);
	bottom: 0px;
	}
   
.hsContainer {
	width: 100%;
    height:100%;
	}
    
.hsContent {
	width: 100%;
    height:100%;
	}

.hsBox {
	width: 98%;
    background-color: rgba(255,255,255,1.0);
    height:auto;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 0px solid rgb(255, 255, 255);
}

.hsBox_100 {
	width: 100%;
	height: auto;
	margin: auto auto;
	background-color: rgba(255,255,255,1.0);
	overflow: visible;
	position: relative;
	bottom: 0px;
}
    
.hsBox_right {
    width: 100%;
    height: auto;
    overflow: visible;
    margin-top:0px;
    background-color: rgba(255,255,255,0.0);
}

.hsBox_left {
    width: 96%;
	height: 100%;
	margin:0px 2% 0px 1%;
    padding: 20px 0px 0px 0px;
	overflow: visible;
	position: relative;
	text-align:left;
	background-color: rgba(255, 255, 255, 0.0);
}
    
.contaxwave {
    width: 100%;
    height: 170px;
    bottom: 200px;
}

.navbottom {
    width: 100%;
    height: 200px;
    bottom: 0px;
    float: left;
    position:fixed;
    display:block;
    max-height:99999px;
    z-index: 9000;  
}
    
    
    
    
  .bcg {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 102px;
	height: auto;
	width: 100%;
	background-size:100% auto !important;
	-moz-background-size:100% auto !important;
	-webkit-background-size:100% auto !important;
}

section {
	width: 100% !important;
    height:100% !important;
	opacity: 0;
    z-index: 10;
}  
    
    
    
    
    
    
    
    
    
    
    
    
    
}


.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }   
