﻿/*
	CSS Stylesheet
	
	Immowelt – Immo-Booster
    Frontend Template
	style.css
	V.1.0
	
	Immowelt
    www.immowelt.de
	aktion.immowelt.de/immo-booster/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: #f0f0f0;
}

    #intro h2 {
        font-size: 1.8em;
    }

@media (min-width: 2000px) {
    #intro video {
        cursor: default;
        width: auto;
        height: 100%;
        max-height: 800px;
    }

    .intro-video {
        width: 900px;
        overflow: hidden;
        display: block;
        height: 700px;
    }

    #booster-video {
        margin-left: -50px;
    }
}

@media (min-width: 1500px) and (max-width: 1999.99px) {
    #intro video {
        cursor: default;
        width: auto;
        height: 100%;
        max-height: 700px;
    }

    .intro-video {
        width: 900px;
        overflow: hidden;
        display: block;
        height: 700px;
    }

    #booster-video {
        margin-left: -55px;
    }
}

@media (min-width: 1200px) and (max-width: 1499.99px) {
    #intro video {
        cursor: default;
        width: auto;
        height: 100%;
        max-height: 600px;
        margin-top: 50px;
    }

    .intro-video {
        width: 900px;
        overflow: hidden;
        display: block;
        height: 700px;
    }

    #booster-video {
        margin-left: -45px;
    }
}

@media (min-width: 992px) and (max-width: 1199.999px) {
    #intro h1 {
        margin-top: 1em;
    }

    #intro h2 {
        font-size: 1.3em;
    }

    #spalte-links {
        padding-top: 7em;
        padding-bottom: 7em;
    }

    #intro video {
        cursor: default;
        width: auto;
        height: 100%;
        max-height: 450px;
        margin-top: 50px;
    }

    .intro-video {
        width: 900px;
        overflow: hidden;
        display: block;
        height: 525px;
    }

    #booster-video {
        margin-left: -35px;
    }
}

@media (min-width: 768px) and (max-width: 991.999px) {
    #intro .col-md-6.sep-top-4x.sep-bottom-4x {
        padding-bottom: 0em;
        padding-top: 8em;
    }

    .intro-video video {
        float: right;
        width: 100%;
        height: auto;
        max-height: 700px;
        padding-right: 0;
    }

    #spalte-rechts {
        float: right;
    }
}

@media (max-width: 767.999px) {
    #icon-booster {
        display: block;
        margin: auto;
    }

    #intro {
        padding-top: 1.5em;
    }

        #intro h1 {
            padding-top: 0.5em;
            text-align: center;
        }

        #intro h2 {
            font-size: 1.5em;
            text-align: center;
        }

    .intro-video video {
        float: right;
        width: 100%;
        height: auto;
        max-height: 400px;
        padding-right: 0;
    }
}

@media (max-width: 424.999px) {
    #intro h1 {
        font-size: 2.5em;
    }
}

/* 5.2 Vorteile 
__________________________________________________________________________
*/
#vorteile img {
    height: 100%;
    max-height: 85px;
    width: auto;
    margin-bottom: 2em;
}

#vorteile h2 {
    font-size: 1.8em;
}

#vorteile h4 {
    margin-bottom: 1em;
}

@media (min-width: 768px) and (max-width: 991.999px) {
    #vorteile .container {
        padding-top: 6.5em;
        padding-bottom: 3em;
    }

    #vorteile img {
        max-height: 75px;
        margin-bottom: 1.5em;
    }

    #vorteile h4 {
        margin-bottom: 0.5em;
    }
}

@media (max-width: 767.999px) {
    #vorteile .container {
        padding-top: 3em;
        padding-bottom: 0;
    }

    #vorteile h4 {
        margin-bottom: 0.5em;
    }

    #vorteile img {
        height: 100%;
        max-height: 70px;
        width: auto;
        margin-bottom: 2em;
    }

    #vorteile p {
        padding-bottom: 2em;
    }
}


/* 5.3 Info
__________________________________________________________________________
*/
#info {
    background-color: #eee;
    overflow: hidden;
}

    #info img {
        display: block;
        height: 100%;
        max-height: 380px;
        width: auto;
        padding-left: 8em;
    }

@media (min-width: 992px) and (max-width: 1199.999px) {
    #info img {
        padding-left: 2em;
    }
}

@media (min-width: 768px) and (max-width: 991.999px) {
    #info img {
        padding-left: 0;
        display: block;
        margin: auto;
        width: 80%;
        height: auto;
    }

    #info h3 {
        margin-bottom: 1em;
    }

    #info .container {
        padding-bottom: 3em;
    }

    #info .col-md-6.col-md-pull-6.sep-top-3x {
        padding-top: 3em;
    }
}

@media (max-width: 767.999px) {
    #info .container {
        padding-top: 2em;
        padding-bottom: 3em;
    }

    #info img {
        padding-left: 0;
        display: block;
        margin: auto;
        width: 80%;
        height: auto;
    }
}

@media (max-width: 424.999px) {
    #info img {
        width: 90%;
    }
}


/* 5.4 Details
__________________________________________________________________________
*/
#details h4 {
    font-size: 1.8em;
}

#details img {
    width: 100%;
    max-width: 350px;
    height: auto;
}

#diagramm {
    padding-top: 27px;
}

#darstellung {
    margin-bottom: 0;
}

.detail-box {
    min-height: 410px;
}

@media (min-width: 768px) and (max-width: 991.999px) {
    #details .container {
        padding-bottom: 0em;
        padding-top: 5em;
    }

    #details .row {
        padding-bottom: 0;
    }

    .detail-box {
        min-height: 400px;
    }

    #last-box {
        min-height: 350px;
    }
}

@media (max-width: 767.999px) {
    #details .container {
        padding-top: 3em;
        padding-bottom: 1.5em;
    }

    #details h4 {
        font-size: 1.5em;
        margin-bottom: 0.75em;
    }

    #last-box {
        padding-bottom: 0;
    }

    .detail-box {
        min-height: 0px;
        padding-bottom: 4em;
    }

        .detail-box img {
            padding: 0 !important;
            display: block;
            margin: auto;
        }
}

@media (max-width: 424.999px) {
    #details .container {
        padding-top: 3em;
        padding-bottom: 1.5em;
    }

    #details h4 {
        font-size: 1.5em;
        margin-bottom: 0.75em;
    }

    #last-box {
        padding-bottom: 0;
    }

    .detail-box {
        min-height: 0px;
        padding-bottom: 4em;
    }

        .detail-box img {
            padding: 0 !important;
            display: block;
            margin: auto;
        }
}

@media (max-width: 424.999px) {
    #details img {
        width: 90%;
    }
}

/* 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: rgba(255,179,0,1);
    background: -moz-linear-gradient(45deg, rgba(255,179,0,1) 0%, rgba(255,208,0,1) 77%, rgba(255,208,0,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,179,0,1)), color-stop(77%, rgba(255,208,0,1)), color-stop(100%, rgba(255,208,0,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,179,0,1) 0%, rgba(255,208,0,1) 77%, rgba(255,208,0,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,179,0,1) 0%, rgba(255,208,0,1) 77%, rgba(255,208,0,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,179,0,1) 0%, rgba(255,208,0,1) 77%, rgba(255,208,0,1) 100%);
    background: linear-gradient(45deg, rgba(255,179,0,1) 0%, rgba(255,208,0,1) 77%, rgba(255,208,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffd000', GradientType=1 );
}

    #cta .p {
        text-align: center;
        padding-top: 130px;
    }

#mh-tablet {
    width: 100%;
    max-width: 498px;
    height: auto;
}

.modal {
    width: 100%;
}

#cta .button-white {
    margin-right: 0!important;
}

@media (max-width: 1200px) {
    #cta .container {
        padding-top: 5em;
    }

    #mh-tablet {
        padding-top: 5em;
    }

    .sec-button {
        margin-top: -3em;
    }
}

@media (min-width: 768px) and (max-width: 991.999px) {
    #cta .container {
        padding-bottom: 5em;
    }
}

@media (max-width: 767.999px) {
    #cta .button-white,
    #cta .button-outline-white {
        margin-right: 0 !important;
    }
}

@media (max-width: 424.999px) {
    #cta .container {
        padding-top: 3em;
        padding-bottom: 2em;
    }
}

/* 6. Produkte
__________________________________________________________________________
*/
#product {
    background: #eeeeee;
    margin-bottom: 10px;
}

#product i {
    color: #ffcc00;
}

.product-img {
    width: 70%;
}

.product-img-tir {
    width: 100%;
}

.product-img-mh {
    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 .fa-check::before {
    margin-left: -22px;
    color: #ffcc00;
}

#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: 1.5em;
    }

    .product-img-tir {
        display: block;
        margin: auto;
        padding-top: 5em;
        margin-bottom: 0em;
    }

    .product-img-mh {
        display: block;
        margin: auto;
        padding-top: 1.5em;
        margin-bottom: 1.5em;
    }
}

@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;
    }
}
