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

html, body {
	width: 100%;
	height: 100%;
    margin:0px;
    padding:0px;
}

.container {
	min-height: 100%;
	position: relative;
	z-index: 10;
	-webkit-transform: translateZ(0) translateX(0) rotateY(0deg); /* reset transforms (Chrome bug) */
	transform: translateZ(0) translateX(0) rotateY(0deg);
}

.wrapper {
	position: relative;
}


*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

body {
	overflow-y: scroll;
	overflow-x: hidden;
}

.main {
	max-width: 100%;
	margin: 30% 0px 0px 0px;
}

.header {
	width:100%;
	height: auto;
	margin: 0px;
    overflow: hidden;
}

.chevron {
	width:auto;
	height: 20px;
	min-height:50px;
	margin: 10px auto 30px 0px;
}

.logo {
    width: 12%;
    max-width: 100%;
    height: auto;
	margin: 10px auto 30px 40px;
    clear: none;
   
}

.claim {
    min-height: 50px;
    margin: 50px 0px 50px 0px;
    clear: none;
    width: 100%;
    height: auto;
}

.box_logo {
    float: left;
    height: auto;
    clear: none;
    width: 100%;
    z-index:9998;
}

.navigator {
    width: 80%;
    height: 50px;
    margin: -120px 10% 0px 10%;
    float: left;
    clear: none;
    position: relative;
    z-index: 2000;  
}

.button {
    float: left;
    clear: none;
    height: 50px;
    width: 20%;
    margin: 0px 6.66% 0px 6.66%;
    border-width: 4px;
    border-style: solid;
    border-radius: 7px;
}

.box_33 {
    width: 33%;
    height: auto;
    margin: 30px 0px 30px 0px;
    float: left;
    clear: none;
    position: relative;
    z-index: 2000;
}

.box_33-L {
    width: 40%;
    height: auto;
    margin: 100px -10% auto 5%;
    float: left;
    clear: none;
    border-radius: 7px;
    position: relative;
    z-index: 2000;
}

.box_50 {
    width: 50%;
    height: auto;
    margin: 0px;
    padding: 0px 30px 0px 30px;
    float: left;
    clear: none;
    position: relative;
    z-index: 2000;
}


.box_100 {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 30px 50px 30px 50px;
    float: left;
    clear: none;
    position: relative;
    z-index: 2000;
}

.box_90 {
    width: 90%;
    height: auto;
    min-height: 200px;
    margin: 100px 5% auto 5%;
    float: left;
    clear: none;
    border-radius: 7px;
    position: relative;
    z-index: 2000;
}

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

.box_price2 {
    width:30%;
    float:left;
    clear: none;
    position: relative;
}

.box_price3 {
    width:14%;
    float:left;
}

.box_price4 {
    width:20%;
    float:left;
}

.box_priceleft {
    width:30%;
    float:left;
    clear: none;
    position: relative;
}

.box_priceright {
    width:70%;
    float:left;
    clear: none;
    position: relative;
}

.image_large_right {
    width: 65%;
    height: auto;
    float: left;
    margin: 50px 5% 50px -5%;
    position: relative;
    z-index: 1;
}

.image_100 {
	width: 100%;
	margin: 0px 0px 0px 0px;
	float: left;
	clear: none;
}

.image_50 {
	width: 50%;
	margin: 0px 0px 0px 0px;
	float: left;
	clear: none;
}

.image_25 {
	width: 20%;
	margin: 2.5%;
	float: left;
	clear: none;
}

.image_galerie {
	width: 25%;
	margin: 0px 0px 0px 0px;
	float: left;
	clear: none;
}

.image_context {
	width: 33%;
	margin: 0px 30px 0px 30px;
	float: left;
	clear: none;
}

.icon {
    width: 20%;
    margin: 30px 2.3%;
}

.flag-de {
    float: right;
    height: 30px;
    margin: 35px 20px 0px 0px;
}

.flag-en {
    float: right;
    height: 30px;
    margin: 35px 150px 0px 0px;
}

a img { 
	border: none;
}

hr {
    margin: 1px;
}

.sendbutton {
	margin: 0px 0px 0px 0px;
    min-height:30px;
    width: 400px;
    margin: 10px 0px 10px 0px;
    padding: 0px 10px 0px 20px;
    outline: none;
    text-align: center;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -o-border-radius:15px;
    -ms-border-radius:15px;
    border-radius:15px;
}

/* 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: 15%;
    width: 0;
    position: fixed;
    z-index: 3000;
    top: 0px;
    left: 0px;
    overflow: hidden;
    transition: 0.5s;        
}

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

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

.openbtn {
    position: absolute;
    float:right;
    top: 20px;
    right: 3%;
    margin-bottom: 20px;
    font-size: 50px !important;
    z-index:150;
}

.openbtn a:link {
	text-decoration: none;
}

.openbtn a:active {
	text-decoration: none; 
}

.openbtn a:visited {
	text-decoration: none;	
}

.openbtn a:hover {
	text-decoration: none;
}


.closebtn {
    position: absolute;
    top: 30px;
    right: 3%;
    font-size: 50px !important;
    z-index:99900;
}


.klar {
    background: rgba(251,248,241,0.0);
}

.transparent {
    background: rgba(251,248,241,0.7);
}

.transparent2 {
    background: rgba(251,248,241,0.9);
}

.white {
    background: rgba(251,248,241,1.0);
}

.purewhite {
    background: rgba(255,255,255,1.0);
}

.grey {
    background-color: #dee1e6;
}

.lightgrey {
    background-color: #f3f6fc;
}

.red {
    background-color: #ff0000;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}
.black {
    background-color: #000;
}

.beige {
    background-color: #f7dfa5;
}

.white {
    background-color: #fff;
}

.monly {
	display:none;
}

.dtonly {
	display:block;
}

.webdesign {
	float: right;
	margin: auto auto 0px 93%;
	height: auto;
	width: 100%;
	bottom: 0;
	z-index: 10;
    text-align: right;
	position:fixed;
	display:block;
}

/* ========================================================================================================
   END DEFAULTS  END DEFAULTS  END DEFAULTS  END DEFAULTS  END DEFAULTS  END DEFAULTS  END DEFAULTS  END
   ===================================================================================================== */


/* =============================================================================================================
   ANPASSUNG SCREEN SIZE ANPASSUNG SCREEN SIZE ANPASSUNG SCREEN SIZE ANPASSUNG SCREEN SIZE ANPASSUNG SCREEN SIZE
   ========================================================================================================== */


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

.image_context {
	width: 20%;
	margin: 0px 10px 0px 0px;
} 
    
.box_50 {
    width: 50%;
    height: auto;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    clear: none;
    position: relative;
    z-index: 2000;
}
   
    
    
}

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

.box_100 {
    padding: 30px 0px 30px 0px;
}
}


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

.navigator {
    width: 60%;
    height: 80px;
    margin: -170px 15% 0px 25%;  
}   

.logo {
    width: 15%;
	margin: 10px auto 30px 40px;
}

.overlay {
    height: 100%;
    text-align: center;  
}
       
.image_50 {
	width: 100%;
	margin: 0px;
}

.image_25 {
	width: 80%;
	margin: 10%;
}

.image_context {
	width: 30%;
	margin: 0px 10px 0px 0px;

}
}

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

.monly {
	display:block;
}

.dtonly {
	display:none;
}

    
.logo {
    width: 40%;
	margin: 30px 30% 30px 30%;
}
.flag-de {
    float: left;
    height: 30px;
    margin: -130px 0px 0px 20px;
    position:relative;
}    
.flag-en {
    float: left;
    height: 30px;
    margin: -80px 0px 0px 20px;
    position:relative;
}
    
.navigator {
    height: auto;
    width:100%
    margin: 35% 0px 0px -100px;
}

    
.button {
    height: 50px;
    width: 60%;
    margin: 10px 20% 30px 20%;
}
    
.box_33-L {
    width: 90%;
    margin: 100px 5% auto 5%;
}
    
.box_33 {
    width: 100%;
    height: auto;
    margin: 10px 0px 10px 0px;
    float: left;
    clear: none;
    position: relative;
    z-index: 2000;
}
 
.box_50 {
   width: 100%;
    margin: 30px 0% auto 0%;
    padding:0px;
}
    
.box_50-L {
   width: 90%;
    margin: 0px 5% 0px 5%;
}

.box_50-R {
    width: 90%;
    margin: 0px 5% 0px 5%;
}
    
.box_price1 {
    width:100%;
    height:auto;
    margin:0px;
    padding:0px;
    position: relative;
    float: left;
    clear: none;
}

.box_price2 {
    width:100%;
    float:left;
    clear: none;
    position: relative;
}

.box_price3 {
    width:14%;
    float:left;
}

.box_price4 {
    width:20%;
    float:left;
}

.box_priceleft {
    width:100%;
    float:left;
    clear: none;
    position: relative;
}

.box_priceright {
    width:100%;
    float:left;
    clear: none;
    position: relative;
}
    
.overlay {
    height: 100%;
    text-align: center;  
}
    
.image_large_right {
    width: 100%;
    margin: 50px 0px 0px 0px;
}
    

.image_context {
	width: 100%;
	margin: 0px 10px 0px 0px;
}
    
.icon {
    width: 80%;
    margin: 30px 10%;
}
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }



/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}
