@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
* {
    border: 0;
    margin: 0;
    padding: 0;
    height:auto;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    }
hmtl, body {
    width: 100%;
    height: 100%;
    font-size: 100%;
    }
body {
    color:#000;
    font-size: 1em;
}
h1 {
  font-size:25px;
  font-weight:500;
  padding:0 0 20px 0;
}
p {
  padding:5px 0;
}
.wrapper {
    margin: auto;
    height: auto;
    height: 100%;
    padding: 0 20px;
    position: relative;
    max-width: 1920px;
}
.inner {
  border-radius: 3px;
  /* background: rgb(255,255,255); */
}
.product .inner {
  padding: 20px;
  background: rgb(247, 247, 247);
}
.product .trailer {
  padding:0;
}
div:after {
  content:'';
  display:block;
  clear:both;
}
.trans {
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;               
    -webkit-transform: rotateZ(360deg);  
    -moz-transform: translatez(360deg);  
    -ms-transform: translatez(360deg);  
    -o-transform: translatez(360deg);  
    transform: translatez(360deg);
}
.blackout {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.8);
  z-index: 8;
  display: none;
}
a.btn {
  text-decoration: none;
  text-transform: uppercase;
  padding: .5em 0.6em;
  border-radius: .4em;
  text-align: center;
  height: 40px;
  display: inline-block;
  color: #fff;
  border-width: 2px;
  border-style: solid;
}

/*-------------------------------------------------------- HEAD --------------------------------------------------------*/
.header {
    width: 100%;
    height: 60px;
    background: rgb(237,237,237);
    background: rgba(237,237,237,.9);
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}


.tcon {
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  -webkit-tap-highlight-color: transparent;   
  z-index: 99;
}
.tcon-menu--arrow {
  position: absolute;
  left: 0;
}
.tcon > * {
    display: block; 
    }
.tcon:focus {
    outline: none; 
    }

.tcon-menu__lines {
  display: inline-block;
  height: 4.5px;
  width: 30px;
  border-radius: 2.85714px;
  transition: 0.3s;
  background: #0270C5;
  position: relative; 
}
  .tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 4.5px;
    width: 40px;
    border-radius: 2.85714px;
    transition: 0.3s;
    background: #0270C5;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%; 
    /* width: 30px; */
}
  .tcon-menu__lines::before {
    top: 10px; }
  .tcon-menu__lines::after {
    top: -10px; }
  .tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8); 
    width: 40px;
    height: 5.71429px;
}

.tcon-menu--arrow {
    display: none;
 }
  .tcon-menu--arrow.tcon-transform .tcon-menu__lines::before, .tcon-menu--arrow.tcon-transform .tcon-menu__lines::after {
    top: 0;
    width: 22.22222px; }
  .tcon-menu--arrow.tcon-transform .tcon-menu__lines::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  .tcon-menu--arrow.tcon-transform .tcon-menu__lines::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

.tcon-menu--arrow360left.tcon-transform {
  -webkit-transform: scale3d(.8, .8, .8) rotate3d(0, 0, 1, 360deg);
  transform: scale3d(.8, .8, .8) rotate3d(0, 0, 1, 360deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  
  .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; 
    }

.tcon-search__item {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 0;
  transition: 0.3s;
  background: transparent;
  position: relative;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .tcon-search__item::before, .tcon-search__item::after {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 0;
    transition: 0.3s;
    background: transparent;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto; }
  .tcon-search__item::before {
    height: 4px;
    left: 0;
    background: #fff;
    border-radius: 2.85714px; }
  .tcon-search__item::after {
    right: 0;
    background: #0270C5;
    border-radius: 50%;
    width: 12.00012px;
    height: 12.00012px;
    border: 2px solid #fff;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }

.tcon-search--xcross.tcon-transform {
  -webkit-transform: scale3d(.8, .8, .8);
  transform: scale3d(.8, .8, .8); 
}
  .tcon-search--xcross.tcon-transform .tcon-search__item::before, .tcon-search--xcross.tcon-transform .tcon-search__item::after {
    border-radius: 2.85714px;
    background: #fff; }
  .tcon-search--xcross.tcon-transform .tcon-search__item::after {
    height: 4px;
    width: 100%;
    top: 0;
    right: 0;
    border: 0;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg); }


#nav {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  background: rgb(237,237,237);
  background: rgba(255,255,255,.9);
  height: 40px;
  z-index: 9;
}
.nav a {
    text-decoration: none;    
    color: #000;    font-size: 20px;    font-weight: 200;    
    padding: 5px 0;
    position: relative;
    display: block;
    float: left;
    width: 16.66%;
    text-align: center;
}
.nav a:hover {
  color:#55ADF9;
  fill: #55ADF9;
}
.nav a span {
    position: relative;
    padding: 0 0 0 35px;
}
svg {
    height: 25px;
    width: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -12.5px 0 0 0;
}

img[alt="RealityDiscount"] {
  height: 100%;
  width: auto;
  max-width: 80%;
}
a.btn.signup {
  color: #ff7402;        
  position: absolute;
  top: 50%;
  right: 6em;
  right: calc(6em - 20px);
  margin: -1.3em 0 0 0;
  width: 120px;
  border-color: #ff7402;
}
.btn.search, .btn.close {
    position: absolute;    
    right: 2em;
    right: calc(2em - 20px );
    cursor: pointer;
    background: #0270C5;    border-radius: 5px;
}
img[alt="suchen"] {
    width: 40px;
    height: 40px;
}
.content {
  padding: 60px 0 0 0;
  text-align: center;
}
.slider {
  width: 100%;
  display: inline-block;
  /* padding: 15px; */
  position: relative;
}
.item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.bg {
  background: rgba(0,0,0,.8);
  position: fixed;
  top: 0px;        
  z-index: 8;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*-------------------------------------------------------- CONTENT --------------------------------------------------------*/
.german {
  position: absolute;
  top: 40px;
  left: 0;
  width: 150px;
  height: 150px;
  background: url(../img/germanContent.gif) no-repeat center center;
  background-size: cover;
}

.site {
  width: 50%;    
  float: left;    
  padding: 10px;
}
img[alt="info"] {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.pics {
    /* padding: 5px; */

}
.pics img{
  width:33.33%;
  float:left;
  padding: 5px;
}
.pics img:nth-child(3n+1) {
    /* padding: 5px 7.5px 5px 0; */  
}
.pics img:nth-child(3n+2) {
    /* padding: 5px 4px; */  
}
.pics img:nth-child(3n+3) {
    /* padding: 5px 0 5px 7.5px; */  
}
.trailer {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  padding: 5px;
}
.trailer span.info {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px 60px 10px 10px;
  vertical-align: middle;
  color: #fff;
  font-size: 22px;
  height: auto;
  font-weight: 300;
  text-align: left;
  z-index: 5;
  min-width: 300px;
  text-align: right;
  border-radius: 5px;
  min-height: 60px;
  text-shadow: 0 0 15px #000;
}

.productname {
    text-transform: capitalize;
}
.trailer .info.show, .model .info.show {
    background:rgb(89,176,252);
    background: rgba(89,176,252,.8);
    min-width: 100% !important;
    text-align: left !important;
    text-shadow: 1px 1px 5px rgb(89,176,252) !important;
}
.info span {
  opacity: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  display: block;
  text-align: left;
}
.info strong {
    font-weight: 500;
}
.info span.show {
  opacity: 1;
  max-height: 800px;
  overflow: initial;
}
.info p {
  padding: 10px 0;
}
.info a {
  color: #fff;
  padding: 0 5px;
}
.info .more {
  margin: 0 0 10px 0;
}
/*-------------------------------------------------------- Single Product Info --------------------------------------------------------*/

.wrapper.singleProduct span.info, .wrapper.singleProduct span.info.show {
    background:none;
    display: block;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    text-shadow: initial !important;
}
.wrapper.singleProduct .info span {
    opacity: initial;  
    height: auto;
    max-height: initial;
}
.wrapper.singleProduct span.info a {
  color:#000;
}
.wrapper.singleProduct span.info img {
  display:none;
}





/*-------------------------------------------------------- /Single Product Info --------------------------------------------------------*/
.play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background: url(../img/play.svg) no-repeat center center;
  background-size: cover;
  opacity: .5;
  z-index: 4;
  cursor: pointer;
}
.play.spinner {
  background: url(../img/load.svg) no-repeat center center;
  background-size: cover;
  -webkit-animation: spin 4s linear infinite;
}

@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); }
}



.models {
  padding: 10px;
}

.model {
  width: 16.66%;
  height:auto;
  float: left;
  position: relative;
  padding: 5px;
}
.model > img {
  width:100%;
  height:auto;
}
p.name {
  position: absolute;
  bottom: 47px;
  right: 10px;
  display: block;
  min-width: 200px;
  font-size: 22px;
  text-align: right;
  text-shadow: 0 0 15px #000;
}
.model .info.show p.name {
  position: relative;
  /* left: 0; */
  bottom: 0;
  right: 15px;
}
.model .info {
    width: 0;
    display: block;
    position: absolute;
    bottom: 17px;
    right: 0;
    /* background: rgba(255,255,255,.9); */
    min-height: 50px;
    padding: 10px 42px 10px 10px;
    color: #fff;
    z-index: 5;
    border-radius: 5px;
}
.model .info.show {
  z-index: 2;
  bottom: 0px;
}
span.voting {
  height: 60px;
  overflow: visible;
  opacity: 1;
  padding: 10px;
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 100%;
  z-index: 1;
  text-align: left;
  background: rgb(255,255,255);
  background: rgba(255,255,255,.9);
}
.voting span {
  width:32px;
  height:32px;
  background: url(../img/icon_vote_grey.svg) no-repeat center center;
  background-size: cover;
  display: inline-block;
  cursor: pointer;
}
.voting span:hover, .voting span.activ:hover {
    background: url(../img/icon_vote_outline.svg) no-repeat center center;
    background-size: cover;
}
.voting span.activ {
    background: url(../img/icon_vote_full.svg) no-repeat center center;
    background-size: cover;
}
.teaser img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    cursor: pointer;
    float: left;
}
.teaser {
    padding: 15px;
}
.teaser .inner {
  background: #0572c7;
}
.teaser a.btn {
    margin: 20px 0;
    font-size: 1.5em;
    height: auto;
    max-width: 90%;
}
.teaser a.btn span {
    color: #ff7402;
}
.pages {
    padding: 20px 0 0;
}
.pages a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 0;
    margin: 0 5px;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 5px;
    color: #ccc;
    border: 1px solid #fff;
}
.pages a.active,.pages a.active:hover {
    color: #fff;
    background: #0270C5;
}
.pages a.btn {
    width: auto;
    padding: 5px 10px;
}
.pages a:hover {
    border: 1px solid #0270C5;
    color: #0270C5;
}
/*---------------------------- Product with Tag Parameter ----------------------------*/
.product .trailer {
    width: 50%;
    width: calc(50% - 30px);
    float: left;
    margin: 0 20px 0 0;
}
.invisible {
  width:100%;
  height:auto;
  background: url(../img/fsk18/teaser.jpg) no-repeat top center;
  background-size: cover;
}

.product {
    padding: 15px;
    width: 100%;
}

.product .info {
    text-align: left;
}
a.btn.teaser {
    background: #FF7402;
    margin: 20px 0 0 0;      font-size: 1.5em;      height: auto;
    padding: 15px;
    float: right;
    font-weight: 100;
}
a.btn.teaser.start {
  background: #a29d7e;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EyOWQ3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2Y1ZWJhYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2Y2ZTc5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTM1MWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  -moz-linear-gradient(top,  #a29d7e 0%, #f5ebac 44%, #f6e79d 52%, #39351c 100%);
  background: 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a29d7e), color-stop(44%,#f5ebac), color-stop(52%,#f6e79d), color-stop(100%,#39351c));
  background: 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  -webkit-linear-gradient(top,  #a29d7e 0%,#f5ebac 44%,#f6e79d 52%,#39351c 100%);
  background: 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  -o-linear-gradient(top,  #a29d7e 0%,#f5ebac 44%,#f6e79d 52%,#39351c 100%);
  background: 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  -ms-linear-gradient(top,  #a29d7e 0%,#f5ebac 44%,#f6e79d 52%,#39351c 100%);
  background: linear-gradient(to bottom,  #a29d7e 0%,#f5ebac 44%,#f6e79d 52%,#39351c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a29d7e', endColorstr='#39351c',GradientType=0 );
  color: #7E733A !important;
}
a.btn.teaser span {
    display: initial;
    max-height: initial;
    width: inherit;
    opacity: initial;
    color: #0270C5;
    font-weight: 400;
}

a.btn.teaser.start span {
    color: #000;
}
.product .info a.modelteaser {
    color: #000;
    display: block;
    margin: 20px 0;
}

.product .info a.modelteaser:nth-child(1n+2) {
    display: none;
}




/*---------------------------- MODELS ----------------------------*/






/*---------------------------- SITES ----------------------------*/






/*---------------------------- SCENES ----------------------------*/
img.overlay {
    width: 100%;
    height: auto;
}


/*---------------------------- SAERCH ----------------------------*/

#search {
    width: 100%;
    min-height: 100%;
    position: fixed;
    right: -100%;
    top: 100px;
    z-index: 9;
}

#search.show {
    right: 0;
    overflow: auto;
}
.search.selection {
  position: absolute;
  text-align:left;
  min-width: 320px;
  max-width: 95%;
  width: 60%;
  min-height: 100%;
  background: #fff;
  display: block;
  right: 0;
  padding: 0px 20px 0;
}
.search.selection div {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.search.selection div.appearance.hide:before, .search.selection div.niche.hide:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    opacity: .7;
    z-index: 999;
}
/* basic css */
input[type=checkbox]   { display:none; }
label, p               { padding-left: 30px; }
.check-group        { position:relative; display: block; float: left; width: 220px; margin:  0 0 20px 0;}

/* checkbox css */
label                  { cursor:pointer; position: relative;}
label span             { display:block; position:absolute; left:0; 
  -webkit-transition-duration:0.3s; -moz-transition-duration:0.3s; transition-duration:0.3s;
}
label .circle {
  opacity: 0;
  z-index: 888;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
  position: absolute;            
  left: 0;    
  top: 50%;    
  margin: -15px 0 0 -5px;    
  width: 30px;    
  height: 30px;  
  -webkit-transform: scale(0) rotate(-180deg);    
  -moz-transform: scale(0) rotate(-180deg);    
  transform: scale(0) rotate(-180deg);
  border-radius: 100%;
}
label .box     {
  border: 2px solid #000;
  height:20px; 
  width:20px;
  z-index:888;
  -webkit-transition-delay:0.2s; -moz-transition-delay:0.2s; transition-delay:0.2s;
  border-radius: 100%;
}
label .check         {
  top: -7px;
  left: 6px;
  width: 12px;
  height: 24px;
  /* border: 4px solid #0f9d58; */  
  border: 4px solid #fff; */;
  border-top: none;
  border-left: none;
  opacity:0; 
  z-index:888;
  -webkit-transform:rotate(180deg); 
  -moz-transform:rotate(180deg); 
  transform:rotate(180deg);
  -webkit-transition-delay:0.3s; 
  -moz-transition-delay:0.3s; 
  transition-delay:0.3s;
}

/* handling click events */

/* when checkbox is checked */
input[type=checkbox]:checked ~ label .box { 
  opacity:0;
  -webkit-transform :scale(0) rotate(-180deg);
  -moz-transform 	:scale(0) rotate(-180deg);
  transform 		:scale(0) rotate(-180deg);
}
input[type=checkbox]:checked ~ label .circle { 
  opacity:1;
  background: #0f9d58;
    -webkit-transform: scale(1) rotate(-180deg);
  -moz-transform: scale(1) rotate(-180deg);
  transform: scale(1) rotate(-180deg);                
}
input[type=checkbox]:checked ~ label .check {
  opacity:1; 
  -webkit-transform   :scale(1) rotate(45deg);
  -moz-transform      :scale(1) rotate(45deg);
  transform           :scale(1) rotate(45deg);
}
/*---------------------------- LOGIN ----------------------------*/



/*---------------------------- SIGNUP ----------------------------*/

#signup {
  left: 0;
  bottom: auto;
  right: 0;
  top: -200%;
  z-index: 10;
  opacity: 0;
  position: fixed;
  background: rgb(255,255,255);
  background: rgba(255,255,255,.8);
}
#signup.show {
  bottom: 0;
  top:0;
  opacity: 1;
}
a.close {
    position: absolute;
    right: -11px;
    top: -11px;
    background: #fff;
    text-decoration: none;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 100%;
    border: 2px solid #000;
    color: #000;
}
#signup .inner {
  max-width: 100%;
  max-width: calc(100% - 40px);
  min-width: 300px;
  width: 600px;
  margin: 20px auto 0;
  padding: 20px;
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 10px #000;
  border-radius: 3px;
}
form#zahlung {
    position: relative;
    padding: 60% 0 60px 13%;
}
input {
  border-radius: 5px;
  border: 1px solid #000;
  padding: 5px;
  margin: 10px 0 0 0;
  cursor: pointer;
}
input#Email {
    margin-left: 30px;
}
#signup label {
  display:none;
}
input#submit {
  background: #FF8A01;
  color: #fff;
  border: 1px solid #FF8A01;
  cursor: pointer;
}
#signup img {
  width: 100%;
  width: calc(100% - 40px);
  height: auto;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 0;
  transform: rotate(2deg);
}

/*-------------------------------------------------------- FOOTER --------------------------------------------------------*/
.footer {
  width:100%;
  background: #58AFFB;
  text-align:center;
  color:#fff;
  padding: 20px;
  font-size: 12px;
  margin: 20px 0 0 0;
}
.footer a {
  color:#fff;
}






/*-------------------------------------------------------- < 1440px --------------------------------------------------------*/

@media screen and (max-width: 1440px) {

 .pics img {
    width: 50%;
    float: left;
    padding: 5px;
  }

 .model {
    width: 20%;
  }

}

/*-------------------------------------------------------- < 1280px --------------------------------------------------------*/

@media screen and (max-width: 1280px) {

 .model {
    width: 25%;
  }
  a.btn.teaser {
    float:none;
  }
  .invisible {
    background: url(../img/fsk18/teaser_small.jpg) no-repeat top center;
    background-size: cover;
  }

}


/*-------------------------------------------------------- < 960px --------------------------------------------------------*/

@media screen and (max-width: 960px) {

 .model {
    width: 33.33%;
  }
  .product .trailer {
    width:100%;
    margin:0 0 10px 0;
  }
  .invisible {
    background: url(../img/fsk18/teaser.jpg) no-repeat top center;
    background-size: cover;
  }

}



/*-------------------------------------------------------- < 750px --------------------------------------------------------*/

@media screen and (max-width: 750px) {

  .tcon-menu--arrow {
    display:block;  
    top: 5px;
  }

  img[alt="RealityDiscount"] {
    margin: 0 0 0 40px;  
    padding: 10px 0;
    max-width: 70%;
  }

  .owl-pagination {
    height: 22px;  
    bottom: 5px;
  }

  .owl-page {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }

  .btn.search, .btn.close {
    right: 0;
   }

  #nav {
    width: 100%;
    min-height: 100%;
    position: fixed;
    left: -100%;
    top: 60px;
    z-index: 9;
   
    height: auto;
    background: none;
  }
   #nav.show {
    left: 0;
  }

  .nav  {
    position: absolute;
    text-align: left;
    min-width: 250px;
    max-width: 95%;
    height: 100%;
    background: #fff;
    display: block;
    padding: 0;
  }
  .nav a {
    float:none;  
    padding: 20px;
    border-bottom: 1px solid #000;
    width: auto;
    text-align: left;
  }  

  a.btn.signup {
    display:none;
  }

  .wrapper {
    padding:0px;
  }
  .german {
    width: 100px;
    height: 100px;
  
    top: 0;
  }
  .site {
    width:100%;
    float:none;
  }
  .model {
    width:50%;
  }
  a.btn.teaser span:first-child {
    display:none;
  }
  .invisible {
    background: url(../img/fsk18/teaser_small.jpg) no-repeat top center;
    background-size: cover;
  }
}


/*-------------------------------------------------------- < 470px --------------------------------------------------------*/


@media screen and (max-width: 470px) {

  .owl-pagination {
    display:none;
  }

  .german {
    display:none;
  }

  .pics img {
    width: 100%;
    padding: 5px;
  }

  .model {
    width:100%;
  }
  
}