html,body {
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  font-size: 12px;  
  color: #2A2C2B;
}
html {
  height: 100%;
}
body {
  height: 100%;
  position: relative;
  overflow: hidden;
}

h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  margin-bottom: 24px;
  color: #152A6B;
}
h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #152A6B;
}
h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  color: #2A2C2B;
}

@media screen and (max-width: 600px) {
  
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 20px;
  }
  
}

a {
  color: #2A2C2B;
  font-weight: bold;
}
#content a {
  color: #ACB85C;
  text-decoration: none;  
}
#content a:before {
  font-family: 'FontAwesome';
  content: '\f101';
  padding-right: 5px;
}
#content a:hover {
  color: #777f3f;
}

#content a[href$=".pdf"]:before {
  content: '';
  padding-right: 0px;
}

#content a[href$=".pdf"] {
  background: url('../images/icon-pdf.jpg') no-repeat;
  content: '';
  padding: 0 0 3px 22px;
  height: 16px;
}



#content img {
  max-width: 100%;
  height: auto;
}
#content img.fullWidth {
  width: 100%;
}
#content img.center {
  margin: 10px auto;  
  display: block;
}


p {
  line-height: 18px;
  margin-bottom: 10px;
}
hr {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ACB85C;
  margin: 10px 0 30px 0;
}
strong {
  font-weight: bold;
}


.imgCapHalf {
  width: 49%;
  display: inline-block;
  padding: 0 20px 20px 0px;
}
.imgCapHalf img {
  width: 100%;
}
@media screen and (max-width: 320px) {
  .imgCapHalf {
    width: 100%;
    padding: 0 0px 20px 0px;
  }
}


#left {  
  float: left;
  width: 7%;
  height: 100%;
  background: #F1F1F1 url(../images/dekor-rapport-liguria-oak.jpg) top left repeat; 
}
#page {  
  width: 93%;  
  height: 100%;
  overflow-x: auto;
  margin-right: 0;
  position: absolute;
  right: 0;
  left: 7%;
}
#innerPage {
  width: 600px;  
}
#contentBorder {
  float: left;
  width: 10px;
  height: 100%;
  background: #F1F1F1 url(../images/dekor-rapport-liguria-oak.jpg) top left repeat;
  margin-left: 600px;
}
#right {
  background: #F1F1F1 url(../images/laminatepark-living-room-liguria-oak.jpg) no-repeat center right; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: right;
  width: 50%;
  width: calc(93% - 610px);
  height: 100%;
}


@media screen and (max-width: 900px) {
  
  #left {  
    width: 10px;
  }
  #page {  
    width: calc(100% - 10px);
    right: 0;
    left: 10px;
  }
  #right {
    width: calc(100% - 620px);
  }
  
}

@media screen and (max-width: 800px) {
  
  #right {
    display: none;
  }
  #left {  
    width: 100px;
  }
  #page {  
    width: calc(100% - 100px);
    right: 0;
    left: 100px;
  }
  #contentBorder {
    width: calc(100% - 700px);
    margin-left: 600px;
  } 
  
}

@media screen and (max-width: 720px) {
  
  #left {  
    width: calc(100% - 600px);
  }
  #page {  
    width: 600px;    
    float: right;
    left: auto;
    right: 0;
  }
  #innerPage {
    width: 100%;  
  }
  #contentBorder {
    display: none;
  } 
  
}

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

  #left {
    display: none;
  }
  #page {  
    width: 100%; 
  }
  
}

/* PAGE */

header {
  height: 70px;
  width: 100%;
  max-width: 600px;
  background: #152A6B;
  position: relative;
  color: #FFF;
}
header a {
  color: #FFF;
  text-decoration: none;
}
header .topright {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
}
header .topright li {
  float: left;
}
header .topright a {
  font-weight: normal; 
}
header .topright a.de,
header .topright a.en {
  text-transform: uppercase;  
  border: 0px solid #FFF;  
}
header .topright a.de.active,
header .topright a.en.active {
  /*
  background: #FFF;
  color: #152A6B;
  */
}
header .topright a.de img,
header .topright a.en img {
  width: 24px;
  height: auto;
}
header .topright a.de {
  margin: 0 10px;  
}

/*
header .topright a.en:before {
  content: '|';
  padding-right: 3px;
}
*/




header .impLnk {
  margin-right: 10px;
}



#menu {
  display: none;
}

header nav {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  top: 45px;
}
header nav>ul {
  position: relative;  
}
header nav li {
  float: left;
  padding-right: 10px;
  font-size: 13px;  
  padding-bottom: 10px;
}
header nav > ul > li:first-child {
  margin-left: 195px;
}

header nav > ul > li > a {
  position: relative;
  display: inline-block;
}
header nav > ul > li.active > a,
header nav > ul > li > a:hover {
  color: #ACB85C;
}

header nav > ul > li:hover:after {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 41px;
  z-index: 100;
  background: #FFF;
  display: block;
}
header nav > ul > li.parent:hover:after {
  width: 0;
  height: 0px;
  z-index: 0;
}

header nav > ul > li:hover .arrow {
  background: url(../images/nav-indicator.png) top center no-repeat;
  height: 7px;
  width: 100%;
  z-index: 21;
  position: absolute;
  top: 25px;
}
header nav > ul > li.active:hover .arrow {
  background: url(../images/nav-indicator.png) top center no-repeat;
  height: 7px;
  width: 100%;
  z-index: 21;
  position: absolute;
  top: 25px;
}
header nav > ul > li.active .arrow {
  background: url(../images/nav-indicator.png) top center no-repeat;
  height: 7px;
  width: 100%;
  z-index: 11;
  position: absolute;
  top: 25px;
}


header nav li ul {
  display: none;  
  position: absolute;
  top: 25px;
  background: #ACB85C;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
  text-align: center;
  height: 41px;  
}
header nav li.active ul {
  display: block;  
  z-index: 10;
}
header nav li:hover ul {
  display: block;
  z-index: 20;
}


header nav li li {  
  display: inline-block;
  float: none;  
}
header nav li li:first-child {
  padding-left: 0px;
}

header nav li li a {
  line-height: 21px;
  display: inline-block;
  padding: 10px 5px;
}
header nav li li.active a,
header nav li li a:hover {
  color: #152A6B;
}


@media screen and (max-width: 600px) {
  
  #menu {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
  }
  
  header nav {
    display: none;
    z-index: 100;
    cursor: pointer;
  }
  
  header nav {
    position: absolute;
    left: 0px;
    right: 0;
    top: 70px;
    
  }
  
  header nav > ul {    
    background: #152A6B;    
  }
  
  header nav li {
    padding-right: 0px;
    font-size: 13px;  
    padding: 3px 0px;
  }
  
  header nav > ul > li {
    display: block;
    float: none;
    text-align: center;
    width: 100%;
    border-top: 1px solid #FFF;
    padding: 8px 0;
  }  
  header nav > ul > li:first-child {
    margin-left: 0px;
  }
  
  header nav > ul > li > a{
    font-size: 18px;
  }
  
  header nav li ul {  
    display: block;  
    position: relative;
    top: 0;
    background: #ACB85C;
    width: 100%;
    left: 0;
    right: 0;
    padding: 4px 0;
    text-align: center;
    height: auto;
    background: #152A6B;
  }
    
  
  header nav li li {  
    display: block;
    float: none;  
  }
  header nav li li:first-child {
    padding-left: 0px;
  }

  header nav li li a {
    line-height: 13px;
    display: block;
    padding: 2px 0px;
  } 
  header nav li li.active a,
  header nav li li a:hover {
    color: #ACB85C;
  }
  
  header nav > ul > li:hover .arrow,
  header nav > ul > li.active:hover .arrow,
  header nav > ul > li.active .arrow {
    background: none;
    display: none;
  }
  header nav > ul > li:hover:after {
    display: none;
  }  
  
}



#mTeaser {
  display: none;
}

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

  #mTeaser {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background: url('../images/laminatepark-living-room-liguria-oak.jpg') center center no-repeat;
    background-size: cover;
  }

}



#content {  
  padding: 60px 50px 50px 50px;
}

@media screen and (max-width: 600px) {
 
  #content {
    padding: 60px 30px 30px 30px;
  }
  
}
  
#content li {
  padding: 0 0 10px 20px;
  line-height: 18px;
}
#content li:before {    
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 8px 0 -20px;
  color: #2A2C2B;
}



/* Teaser Boxen */
.teaser {
  margin-top: 30px;
}
.teaser:after {
  content: '';
  display: block;
  clear: both;
}
.teaserBox {
  float: left;
  width: 48.5%;
}
.teaserBox:first-child {
  margin-right: 3%;  
}
.teaserBox img {
  width: 100%;
}

.teaserBox h2 {
  margin-top: 10px;
}


@media screen and (max-width: 440px) {
  
  .teaser {
    margin-top: 30px;
  }
  .teaserBox {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  .teaserBox:first-child {
    margin-right: 0%;  
  }
  
}




/* Accordion */
.accordion {
  margin: 20px 0 0px 0;
}
.accordion section {
  margin: 1px;
}

.accordion h4 {
  background: #152A6B;
  color: #FFF;
  margin: 0px;
  padding: 5px 0;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;  
  cursor: pointer;
}
.accordion h4:before {
  font-family: FontAwesome;
  content: "\f067";
  color: #FFF;
  float: left;
  padding: 0 10px;
}

.accordion section .content {
  background: #FFF;
  padding: 20px;
  display: none;
}
.accordion section .content:after {
  content: "";
  display: table;
  clear: both;
}
.accordion section .content ul {
  list-style-type: disc;
  margin-left: 16px;
}


.download {
  
}
.download:after {
  content: '';
  display: block;
  clear: both;
}
  
.download img {
  float: left;
  width: 85px;
  margin: 0 20px 20px 0;
}



video {
  width: 100%;
  height: auto;
}







/* Kontakt */

.form.kontakt {  
  
}

.form.kontakt .left {
  float: left;
  width: 48%;
}
.form.kontakt .right {
  float: right;
  width: 48%;
}

@media screen and (max-width: 340px) {
  
  .form.kontakt .left {
    float: none;
    width: 100%;
  }
  .form.kontakt .right {
    float: none;
    width: 100%;
  }
  
}

.form.kontakt label {
  display: block;
  width: 100%;
  font-size: 12px;
}
.form.kontakt input {  
  border: 1px solid #152A6B;
  width: 100%;
  margin: 0 0 10px 0;
}
.form.kontakt #plz {
  width: 25%;
}
.form.kontakt #ort {
  width: 72%;
  float: right;
}

@media screen and (max-width: 440px) {
  
  .form.kontakt #plz {
    width: 30%;
  }
  .form.kontakt #ort {
    width: 67%;
    float: right;
  }
  
}



.form.kontakt textarea {  
  width: 100%;
  border: 1px solid #152A6B;
}

.form.kontakt input[type="submit"] {
  width: 140px;
  margin-top: 5px;
  background: #FFF;
  border: 1px solid #152A6B;
}
.form.kontakt input[type="submit"]:hover {
  background: #152A6B;
  color: #FFF;
}



/* Map */
.directions {
  margin: 10px 0;  
}
.directions input {
  border: 1px solid #152A6B;
}
.directions input[type="submit"] {
  background: #FFF;
}
.directions input[type="submit"]:hover {
  background: #152A6B;
  color: #FFF;
}




