﻿/*
	CSS Stylesheet
	
	Immowelt – Top-Immo-Ranking
    Frontend Template
	style.css
	V.1.0
	
	Immowelt
    www.immowelt.de
	aktion.immowelt.de/top-immo-ranking/AT/
	
	Autor:
    Kerstin Stolz


*/   

/* 1. Reset 
__________________________________________________________________________
*/
body {
	margin:0;
    background-color:#9a9392 !important;
}

html, body, form {
	height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}

body, p, td, span, ul, div, input, textarea, select, form {
	font-family : 'Open Sans', Arial, Helvetica, sans-serif;
	font-size : 14px;
	line-height:24px;
	color:#2d2d2d;
    font-weight: 400;
}

#pageheader {
    background-color: #fff;
    position: absolute;
    height: 110px;
    width: 100% !important;
}

#pageheader .content {
    padding: 0 15%;
}

@media(max-width: 1200px) {
     #pageheader .content {
        padding: 0 5%;
    }       
}

#basecontainer {
    width: 100% !important;
}

#pagecontent {
    padding: 100px 0 0 0px;
    width: 100% !important;
    background-color:#fff;
}

@media (min-width: 768px) {
    #pagecontent {
        padding: 100px 0 0 0px;
        width: 100% !important;
        background-color:#fff;
    }
}

@media (min-width: 981px) {
    #pagecontent {
        padding: 140px 0 0 0px;
    }
}

.nav-menu  {
    margin-bottom: 0 !important;
}

.alert {
    margin-bottom: 0px !important;
    padding: 0 !important;
}

ul.nav-tabs {
    border-bottom-width: 0!important;
    text-align: center;
}

.nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    color: #888888;
    cursor: pointer;
    background-color: rgba(255,255,255,0.8);
    border-width: 0;
    border-radius: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;

}

.nav-tabs li a {
    width: 140px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;

}

.nav-tabs li:nth-of-type(1) a{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs li:nth-of-type(2) a{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #333333;
    cursor: default;
    background-color: #ffcc00;
    border-width: 0;
    font-weight: 700;
}

.nav-tabs li a:visited,
.nav-tabs li a:hover,
.nav-tabs li a:active,
.nav-tabs li a:focus {
    text-decoration: none !important;
    font-weight: 700;
    color: #333333;
    background-color: #ffffff;
}

@media (max-width: 980px) {

    #spot .nav {
        display: block !important;
    }
}


/* 2. Typography 
__________________________________________________________________________
*/
h1
{ 
font-family : 'Open Sans', Arial, Helvetica, sans-serif; 
font-size : 3em; 
font-weight: 800;
line-height: 20%;
color:#333333;
margin-bottom: 0em;
}

h2
{ 
font-family : 'Open Sans', Arial, Helvetica, sans-serif; 
font-size : 2em; 
font-weight: 300;
line-height: 100%;
color:#333333;
margin-bottom: 1em;
}

h1 strong,
h2 strong {
    font-weight: 800;
}

h3
{ 
font-family : 'Open Sans', Arial, Helvetica, sans-serif; 
font-size : 2em; 
font-weight: 700;
line-height: 120%;
color:#333333;
margin-top: 0;
margin-bottom: 1.6em;
}

h4 {
font-family : 'Open Sans', Arial, Helvetica, sans-serif; 
font-size : 2em; 
font-weight: 300;
text-transform:none;
line-height:120%;
color:#333333;
margin-top: 0;
}

h5 {
font-family : 'Open Sans', Arial, Helvetica, sans-serif; 
font-size : 3em; 
font-weight: 700;
text-transform:none;
line-height:120%;
color:#ffcc00;
}

h6 {
font-family : 'Open Sans', Arial, Helvetica, sans-serif; 
font-size : 1.5em; 
font-weight: 700;
text-transform:none;
line-height:120%;
color:#333333;
margin-top: 0;
}

p
{
font-family : 'Open Sans', Arial, Helvetica, sans-serif; 
font-size : 1.1em; 
font-weight: 400;
line-height: 180%;
color:#333333;
margin-bottom: 1em;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus 
 {
    color: #333;
    text-decoration: underline;
}

a.tel,
a.tel:link,
a.tel:visited,
a.tel:hover,
a.tel:active,
a.tel:focus 
 {
    color: #333;
    text-decoration: none !important;
}

a.tel:before
 {
  content: "\f095"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  padding-right: 3px;
  padding-left: 5px;
}


.small-txt {
font-family : 'Open Sans', Arial, Helvetica, sans-serif; 
font-size : 0.8em; 
font-weight: 500;
line-height:180%;
color:#333333;
}

sup {
    color: #333333;
    line-height: 1.5em;
}

.price-highlight {
    font-weight: 700;
    font-size: 4em;
    line-height: 100%;
}

.price-highlight sup {
    top: -.5em;
    font-size: 60%
}

.numbers {
    color: #ffcc00;
    font-weight: 800;
    font-size: 8em;
    line-height: 90%;
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1px solid #eee;
    width: 250px;
}

.numbers-mio  {
    font-weight: 300;
    font-size: 6em !important;
    color: #ffcc00;
    line-height: 80%;
    margin-bottom: 0;
    text-transform: uppercase;
}

.numbers-subline {
    color: #ffcc00;
    font-weight: 400;
}

ul.check,
ul.check-white {
list-style: none;
padding: 0;
font-family : 'Open Sans', Arial, Helvetica, sans-serif; 
font-size : 1em; 
font-weight: 400;
line-height:200%;
color:#333333;
margin-left: -1.3em;

}
ul.check li,
ul.check-white li {
  padding-left: 1.3em;
}
ul.check li:before,
ul.check-white li:before 
 {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  color: #ffcc00;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

ul.check-white li:before {
  color: #ffffff;
}

@media (max-width: 1200px) {
	h1 {
		font-size: 2em;
		line-height: 0%;
	}
	
	h2 {
		font-size: 1.5em;
	}
	
	h4 {
		font-size: 1.75em;
	}
}

@media (max-width: 992px) {
	h1 {
		font-size: 2.5em;
		line-height: 10%;
		margin-bottom: 0.75em;
	}
	h2 {
		font-size: 2.5em;
	}
}

@media (max-width: 768px) {
    h1 {
        font-size: 3em;
		line-height: 10%;
    }

    h2 {
        font-size: 3em;
		margin-top: 1.5em;
    }
	
	h3 {
        font-size: 1.5em;
    }
	
	h4 {
		font-size: 1.5em;
	}
}

@media (max-width: 425px) {
    h1 {
        font-size: 3em;
		line-height: 100%;
        margin-bottom: 0em;
    }
	
	h2 {
        font-size: 1.4em;
        margin-bottom: 1.2em;
		margin-top: 0.5em;
    }

    h3 {
        font-size: 1.4em;
        margin-bottom: 1.2em;
    }
	
	h4 {
		font-size: 1.4em;
	}
	
	h5 {
		font-size: 2.5em;
	}

    p  {
        font-size: 1.1em;
    }
}

.txt-center {
    text-align: center;
}

/* 3. UI KIT  
__________________________________________________________________________
*/

/* 4.1 UI Kit | Button
__________________________________________________________________________
*/
.button-white,
.button-white:link,
.button-white:visited,
.button-white:active,
.button-white:focus,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box; 
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 18em;
  margin-top: 20px !important;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
  border: 2px solid #fff;
}

.button-white:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button-white:focus,
button-white:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  outline: 0;
  text-decoration: none !important;
  background-color: #ddd;
  border: 2px solid #ddd;

}

.button-yellow,
.button-yellow:link,
.button-yellow:visited,
.button-yellow:active,
.button-yellow:focus,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
  white-space: nowrap;
  background-color: #ffcc00;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 18em;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
  border: 2px solid #ffcc00;
}

.button-yellow:hover,
button-yelow:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button-yellow:focus,
button-yellow:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  background-color: #ff9900;
  outline: 0;
  text-decoration: none !important;
  border: 2px solid #ff9900;
}

.button-outline-white,
button-outline-white,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none !important;
  white-space: nowrap;
  background-color: inherit;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box; 
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 18em;
  margin-top: 20px !important;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
  border: 2px solid #fff;
}

.button-outline-white:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button-outline-white:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  background-color: #fff;
  border-color: #333;
  outline: 0;
  text-decoration: none !important;
  border: 2px solid #fff;
}

/* 4.1 UI Kit | Formular
__________________________________________________________________________
*/
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #ffcc00;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* 4. Layout  
__________________________________________________________________________
*/

/* 4.1 Layout | Padding Setting 
__________________________________________________________________________
*/
@media(min-width: 768px){
		.sep-top-xs {
		  padding-top: 0.5em;
		}
		.sep-top-sm {
		  padding-top: 2.2em;
		}
		.sep-top-md {
		  padding-top: 3em;
		}
		.sep-top-lg {
		  padding-top: 4.3em;
		}
		.sep-top-2x {
		  padding-top: 6.5em;
		}
		.sep-top-3x {
		  padding-top: 9.4em;
		}
		.sep-top-4x {
		  padding-top: 11.5em;
		}
		.sep-top-5x {
		  padding-top: 16em;
		}
		.sep-bottom-xs {
		  padding-bottom: 0.5em;
		}
		.sep-bottom-sm {
		  padding-bottom: 2.2em;
		}
		.sep-bottom-md {
		  padding-bottom: 3em;
		}
		.sep-bottom-lg {
		  padding-bottom: 4.3em;
		}
		.sep-bottom-2x {
		  padding-bottom: 6.5em;
		}
		.sep-bottom-3x {
		  padding-bottom: 9.4em;
		}
		.sep-bottom-4x {
		  padding-bottom: 11.5em;
		}
		.sep-bottom-5x {
		  padding-bottom: 16em;
		}
		
		.mar-top-xs {
		  margin-top: 1em;
		}
		.mar-top-sm {
		  margin-top: 2.2em;
		}
		.mar-top-md {
		  margin-top: 3em;
		}
		.mar-top-lg {
		  margin-top: 4.3em;
		}
		.mar-top-2x {
		  margin-top: 6.5em;
		}
		.mar-top-3x {
		  margin-top: 9.4em;
		}
		.mar-top-4x {
		  margin-top: 11.5em;
		}
		.mar-top-5x {
		  margin-top: 16em;
		}
		.mar-bottom-xs {
		  margin-bottom: 1em;
		}
		.mar-bottom-sm {
		  margin-bottom: 2.2em;
		}
		.mar-bottom-md {
		  margin-bottom: 3em;
		}
		.mar-bottom-lg {
		  margin-bottom: 4.3em;
		}
		.mar-bottom-2x {
		  margin-bottom: 6.5em;
		}
		.mar-bottom-3x {
		  margin-bottom: 9.4em;
		}
		.mar-bottom-4x {
		  margin-bottom: 11.5em;
		}
		.mar-bottom-5x {
		  margin-bottom: 16em;
		}
		
		
		.sep-left-md {
		  padding-left: 3em;
		}
		
		.sep-right-md {
		  padding-right: 3em;
		}
	}
	
@media(max-width: 767px){
		.sep-top-xs,
		.sep-top-sm,
		.sep-top-md,
		.sep-top-lg,
		.sep-top-2x,
		.sep-top-3x,
		.sep-top-4x,
		.sep-top-5x {
	  	  padding-top: 30px;
		}
		
		.sep-bottom-xs,
		.sep-bottom-sm,
		.sep-bottom-md,
		.sep-bottom-lg,
		.sep-bottom-2x,
		.sep-bottom-3x,
		.sep-bottom-4x,
		.sep-bottom-5x {
		  padding-bottom: 30px;
		}
		
		.mar-top-xs,
		.mar-top-sm,
		.mar-top-md,
		.mar-top-lg,
		.mar-top-2x,
		.mar-top-3x,
		.mar-top-4x,
		.mar-top-5x {
		  margin-top: 30px;
		}
		
		.mar-bottom-xs,
		.mar-bottom-sm,
		.mar-bottom-md,
		.mar-bottom-lg,
		.mar-bottom-2x,
		.mar-bottom-3x,
		.mar-bottom-4x,
		.mar-bottom-5x {
		  margin-bottom: 30px;
		}
		
		.sep-left-md {
		  padding-left: 15px;
		}
		
		.sep-right-md {
		  padding-right: 15px;
		}
	}

.no-padding {
	padding: 0;
}

.no-margin {
		  margin: 0;
}	

@media (max-width: 549px) {
        .res-no-margin {
            padding: 0;
        }
    }



.img-border {
        border: 4px solid #FFF;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    }


.video-border {
        border: 8px solid #FFF;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    }

.video-border-gardient {
        padding: 10px;
		background-image: linear-gradient(-180deg, #FFDA00 0%, #ffcc00 100%);
    }

.elastic-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}

.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.elastic-video-wrapper {
	max-width: 100%;
}


    .badge {
        color: #fff;
        background-color: #333;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        padding:  0.1em 0.8em;
        font-size: 0.9em; 
        text-transform: uppercase;
        font-weight: 600;
    }

/* 4.2 Layout | Modal
__________________________________________________________________________
*/


.modal-dialog {
    width: 60% !important;
    height: 60vh;
}
    
/*
.modal {
    background-color: rgba(0, 0, 0,0.5);
}

.modal-header {
    border-bottom-width: 0;
}
*/

@media (max-width: 768px){
    .modal-dialog {
        width: 100% !important;
    	height: 100vh;
        margin: 30px auto;
    }
}



/* 5. Content 
__________________________________________________________________________
*/

/* 5.1 Intro 
__________________________________________________________________________
*/
#intro {
	background-color: #eee;
    overflow: hidden;
}

#icon-mh {
	width: 120%; 
	max-width: 85px;
	height: auto;
}


#img-intro {
	height: 100%;
    max-height: 700px;
    width: auto;
}

#intro h2 {
    line-height: 120%;
    font-size: 1.75em;
    margin-top: 1em;
}

.contain-rel {
	position: relative;
}

@media (min-width: 992px) and (max-width: 1200px) {
    #img-intro {
        max-height: 600px;
    }
} 

@media (max-width: 1000px){
	#intro h2 {
		font-size: 1.5em;
	}
}

@media (max-width: 992px) {
	#intro {
		padding-bottom: 2em;
	}
	#intro .sep-top-2x {
		padding-top: 0em;
	}

    #img-intro {
        display: block;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        margin-top: 4em;
    }
}

@media (width: 768px) {
	h1,h2 {
		text-align: left !important;
	}

    #intro h2 {
        margin-top: 0.5em;
    }
	
	#mh-iphone {
	}
}

@media (max-width: 768px) {
	h1,h2 {
		text-align: center;
	}
		
	#video, #facts, #product {
		padding-top: 3em;
	}
	
	#vorteile, #facts, #product {
		padding-bottom: 2em;
	}
	
	#icon-mh {
		display: block;
		margin: auto;
	}
}

@media (max-width: 640px) {
	#intro .button-yellow, 
	#vorteile .button-yellow, 
	#facts .button-yellow, 
	#product .button-yellow, 
	#cta .button-white, 
	#cta .button-outline-white {
		width: 100% !important;
	}
}

@media (min-width: 425px) and (max-width: 768px) {
    #intro {
        padding-top: 2em;
        padding-bottom: 1.5em;
    }

    #intro h1 {
        line-height: 120%;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #img-intro {
        display: block;
        margin: auto;
        padding-top: 1.5em;
    }

	#icon-mh {
		margin-bottom: 3em;
	}
}

@media (max-width: 425px) {
	#intro {
        padding-top: 2em;
		padding-bottom: 0em;
	}

    #intro h1 {
        font-size: 2em;
    }
	
	#img-intro {
		margin-top: 3em;
        margin-bottom: 3em;
	}
}

/* 5.2 Vorteile 
__________________________________________________________________________
*/
#vorteile {
    margin-top: 2em;
}

#icn-rakete {
	width: 100%;
	max-width: 42px;
	height: auto;
}

#icn-lupe {
	width: 100%;
	max-width: 78px;
    margin-top: 7px;
	height: auto;
}

#icn-kontakt {
	width: 100%;
	max-width: 96px;
	height: auto;
    margin-top: 9px !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
    #icn-kontakt {
        padding-top: 3em;
    }
}

@media (max-width: 425px) {
	#icn-rakete,#icn-lupe,#icn-kontakt {
		margin-top: 1.5em;
		width: 20%;
	}
}

/* 5.3 Video
__________________________________________________________________________
*/
#video {
	background: #eeeeee;
}

#video h1 {
    line-height: 120%;
}

#video .button-toggle-right {
	margin-right: -2px !important;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

#video .button-toggle-left {
	margin-left: -2px !important;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

#video a {
	text-decoration: none !important;
}

#video ul {
	padding-left: 0px !important;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none !important;
  white-space: nowrap;
  background-color: inherit;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box; 
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 18em;
  margin: 0px !important;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
  border: 2px solid #fff;
}

.button-toggle {
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
  white-space: nowrap;
  background-color: inherit;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 18em;
  margin: 0px !important;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
  border: 2px solid #fff;
}


.button-toggle-group li.active {
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
  white-space: nowrap;
  background-color: #ffcc00;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 18em;
  margin: 0px !important;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
  border: 2px solid #ffcc00;
}

.fa-desktop {
	font-size: 1.1em;
	margin-right: 0.5em;
}

.fa-mobile {
	font-size: 1.5em;
	margin-right: 0.5em;
}

.mh-vorschau {
	width: 100%;
	max-width: 872px;
	height: auto;
	border: solid 1px #cccccc;
}

.mh-vorschau-mobile {
	width: 100%;
	max-width: 320px;
	height: auto;
	border: solid 1px #cccccc;
}

.img-tir {
    width: 100%;
    height: auto;
    max-width: 800px;
}

@media (min-width: 992px) {
    .img-tir {
        margin-bottom: 4em;
        padding-top: 0em;
    }
}

@media (max-width: 992px) {
    #video .container {
        margin-top: 0em;
        padding-top: 0em;
    }
}

@media (max-width: 768px) {
	.mh-vorschau-mobile {
		width: 60vw;
	}

    .img-tir {
        display: block;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 550px) {
	#video .button-toggle{
		width: 40%;
		min-width: 150px;
        display: table-cell;
        margin-right: 0px !important;
        padding: 0 10px !important;
        margin: auto;
	}
}

/* 5.4 Facts 
__________________________________________________________________________
*/
#facts {
	 overflow: hidden;
}

#facts img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

#img-ergebnisliste {
    margin-top: 2.5em;
}

#award {
    max-width: 125px !important;
}

#mh-devices {
    max-width: 990px;
    height: auto;
}

.border {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	margin: 1em 0em 1em 0em;
	padding: 1em 0em 1em 0em;
}

@media (min-width: 768px) and (max-width: 1200px) {
    #facts {
        margin-bottom: 0em;
    }

    #reihe-2 {
        margin-top: 2em;
    }
    
    #reihe-3 {
        margin-top: 4em;
    }
}

@media (min-width: 768px) {
	.facts-top {
		margin-bottom: 1.5em;
	}
	
	.facts-top-2x {
		margin-bottom: 3.25em;
	}
}

@media (max-width: 767px) {
	#video,#facts,#product h3 {
		padding-top: 2em;
	}

    #facts img {
        padding-top: 0.5em;
        padding-bottom: 3em;
        width: 80%;
    }

     #facts #img-ergebnisliste {
        padding-top: 0.5em;
        padding-bottom: 3em;
        margin-top: 0em;
        width: 80%;
    }

    #facts p.small-txt.sep-top-sm {
        padding-top: 0px;
    }

}

/* 5.5 CTA 
__________________________________________________________________________
*/
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}

table {
	background-color: #eeeeee;
}

th {
	border: none !important;
	background-color: #cdcdcd;
}

td {
	border: none !important;
	margin-right: 10em !important;
	margin-left: 10em !important;
}

#cta {
	background: #ffcc00;
}

#cta .button-outline-white,
#cta .button-white {
    margin-right: 0px !important;
}

#cta .p {
  text-align: center;
  padding-top: 130px;
}

#mh-tablet {
	width: 100%;
	max-width: 498px;
	height: auto;
}

.modal {
	width: 100%;
}

@media (max-width: 1200px) {
	#cta .container {
		padding-top: 5em;
	}
	
	#mh-tablet {
		padding-top: 5em;
	}
	
	.sec-button {
		margin-top: -3em;
	}
}

@media (max-width: 768px) {
	#mh-tablet {
		margin-top: 1em;
		float: clear !important;
		display: block;
		margin: auto;
		}
}


/* 5.6 Produkte 
__________________________________________________________________________
*/
#product {
    background: #eeeeee;
    margin-bottom: 10px;
}

#product i {
    color: #ffcc00;
}

.product-img {
    width: 70%;
}

.product-img-mh {
    width: 90%;
}

.product-img-booster {
    padding-top: 4em;
    width: 90%;
}

#product .sidertext {
}

#product .sidertext img {
    padding: 20px 0 20px 0;
}

#product .slick-dots li button::before {
    font-size: 22px;
}

#product .slick-prev::before,
#product .slick-next::before {
    display: none;
}

#product ul .out {
    list-style-position: outside;
}

#product li {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 180%;
}

.product-list li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    display: inline-block;
    color: #ffcc00;
    margin-left: -1.3em;
    width: 1.3em;
}

#product ul {
    list-style-type: none;
    padding-left: 20px;
}

@media (max-width: 992px) {
    .product-img {
        display: block;
        margin: auto;
        padding-top: 1.5em;
        margin-bottom: 2em;
    }

    .product-img-mh {
        display: block;
        margin: auto;
        padding-top: 1.5em;
        margin-bottom: 2em;
    }

    .product-img-booster {
        display: block;
        margin: auto;
        padding-top: 5em;
        width: 95%
    }
}

@media (max-width: 420px) {
    #product {
        padding-top: 0em;
    }
}





/* 6. Debug  
__________________________________________________________________________
*/

/* 6.1 Responisve Debug  
__________________________________________________________________________
*/

@media(max-width:1199px){
    .tab-hidden {
        display: none;
    }
}

@media(max-width:980px){
 .header .nav {
     display: none;
 }  


}

@media (max-width: 549px) {
    .res-hidden {
        display: none;
    }

    .linklist_social {
        display: none;
    }

    #ctl00_Footer1_pnlWohnen {
        display: none;
    }

}


/* 6.2 Formular
__________________________________________________________________________
*/

.formular dl {
    margin-bottom: 0;
}

.formular input,
.formular select,
 select,
 textarea {
    width: 100%;
    max-width: 400px;
}

.formular .plz input {
    width: 30%;
    max-width: 100px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.formular .ort input {
    width: 70%;
    max-width: 290px;
    float: left;
    display: inline-block;
}

@media(max-width:400px){
    .formular .plz input {
        width: 30%;
        max-width: 100px;
        display: inline-block;
        float: left;
        margin-right: 5%;
    }

    .formular .ort input {
        width: 65%;
        max-width: 290px;
        float:left;
        display: inline-block;
    }
}
