#start-content,
#start-content > div {
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#start-content > div {
  padding: 0 !important;
}

#start-content > div > div {
  -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);
  margin-bottom: 30px;
}


#start-contact {
}

#start-slogan {
  width: 100%;
  background-color: #fff;
}

#start-contact-left,
#start-kataloge-left,
#start-sortiment-left {
  margin-right: 3%;
}

#start-contact-left,
#start-news-right,
#start-sortiment-left {
  float: left;
  width: 65%;
}

#start-contact-right,
#start-kataloge-left,
#start-imagefilm-right {
  float: left;
  width: 32%;
}

#start-contact-left,
#start-contact-right {
  background-color: #af8f6e;
}

#start-kataloge-left,
#start-news-right {
  background-color: #735446;
}

#start-sortiment-left,
#start-imagefilm-right {
  background-color: #584135;
}

#start-contact-left img,
#start-kataloge-left img,
#start-imagefilm-right img {
  height: auto;
  width: 100%;
}  

#start-contact-right {
  padding: 25px;
  width: calc(32% - 50px);
  min-height: calc(298px - 50px);
}

#start-news-right {
  padding: 25px;
  width: calc(65% - 50px);
}

#start-sortiment-left {
  padding: 25px;
  width: calc(65% - 50px);
  min-height: calc(302px - 50px);
}

@media only screen and (max-width: 1160px) {  
  #start-contact-left {
    width: 100%;
    margin-right: 0;
  }
  #start-contact-right {
    margin-right: 0;
    width: calc(100% - 50px);
    min-height: initial;
  }
  #start-kataloge-left {
    display: none;
  }
  #start-imagefilm-right {
    display: none;
  }
  #start-news-right {
    margin-right: 0;
    width: calc(100% - 50px);
    min-height: initial;
  }
  #start-sortiment-left {
    margin-right: 0;
    width: calc(100% - 50px);
    min-height: initial;
  }
}  

@media only screen and (max-width: 320px) {
  #start-sortiment-left {
    display: none;
  }
}

#start-slogan-content {
  padding: 25px;
  width: calc(100% - 50px);
}

#start-slogan-content h1 {
  color: #735446;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 10px 0;
  line-height: 100%;
  text-transform: none;
  white-space: nowrap;
  float: left;
}

#start-slogan-content p {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 100%;
  clear: left;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  #start-slogan-content h1 {
    font-size: 40px;
  }  
  #start-slogan-content p {
    font-size: 20px;
  }  
}

@media only screen and (max-width: 767px) and (min-width: 480px) {  
  #start-slogan-content h1 {
    font-size: 36px;
  }  
  #start-slogan-content p {
    font-size: 18px;
  }  
}

@media only screen and (max-width: 479px) {
  #start-slogan-content h1 {
    font-size: 24px;
  }  
  #start-slogan-content p {
    font-size: 14px;
  }  
}

#start-contact-content-left,
#start-contact-content-right {
  width: 100%;
  float: left;
}

@media only screen and (max-width: 1160px) and (min-width: 640px) {  
  #start-contact-content-left,
  #start-contact-content-right {
    width: 50%;
    float: left;
  }
}

#start-contact-right h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}

#start-contact-right h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 0;
}

#start-contact-right p,
#start-contact-right p * {
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

@media only screen and (max-width: 1023px) {
  #start-contact-right h1 {
    font-size: 22px;
  }
  #start-contact-right h2 {
    font-size: 16px;
  }
  #start-contact-right p,
  #start-contact-right p * {
    font-size: 14px;
  }  
}

@media only screen and (max-width: 767px) {  
  #start-contact-right h1 {
    font-size: 20px;
  }
}  

@media only screen and (max-width: 479px) {
  #start-contact-right h1 {
    font-size: 18px;
  }
}



#start-news-right {
  min-height: calc(302px - 50px);
}

#start-news-right h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 25px;
}


#start-news-right div.start-news-items div.start-news-item {
  background-image: url(../images/li-icon-news.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0 0 35px 35px;
}

#start-news-right div.start-news-items div.start-news-item,
#start-news-right div.start-news-items div.start-news-item * {
  font-style: normal;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

@media only screen and (max-width: 1023px) {
  #start-news-right h1 {
    font-size: 22px;
  }
  #start-news-right div.start-news-items div.start-news-item,
  #start-news-right div.start-news-items div.start-news-item * {
    font-size: 16px;
  }  
}

@media only screen and (max-width: 767px) {  
  #start-news-right h1 {
    font-size: 20px;
  }
}  

@media only screen and (max-width: 479px) {
  #start-news-right h1 {
    font-size: 18px;
  }
}


#start-sortiment-left {
}

#start-sortiment-left h1 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 5px;
  color: #fff;
}  

#start-sortiment-left ul {
  padding: 0;
  margin: 0;
}

#start-sortiment-left ul li {
  padding: 5px 0 30px 40px;
  margin: 0;
  list-style: none;
  float: left;
  width: calc(50% - 40px);
  background-image: url(../images/li-icon-wood.png);
  background-position: left top;
  background-repeat: no-repeat;
  line-height: 100%;
}

#start-sortiment-left ul li,
#start-sortiment-left ul li * {
  font-size: 18px;
  font-style: normal;
  letter-spacing:1px;
  text-decoration: none;
  color: #fff;
}  

@media only screen and (max-width: 1023px) {
  #start-sortiment-left h1 {
    font-size: 22px;
  }
  #start-sortiment-left ul li,
  #start-sortiment-left ul li * {
    font-size: 16px;
  }  
}

@media only screen and (max-width: 767px) {  
  #start-sortiment-left h1 {
    font-size: 20px;
  }
}  

@media only screen and (max-width: 600px) {
  #start-sortiment-left ul li {
    width: calc(100% - 40px);
  }  
}
