/*   
Theme Name: Incaal
Theme URI: http://wunschvater.de
Description: 
Author: Wunschvater
Author URI: http://wunschvater.de
Version: 1
*/
/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
html,
body {
  height: 100%;
}
body {
  font: 13px Verdana, Arial, sans-serif;
}
body,
select,
input,
textarea {
  color: #000;
} 
a:link,
a:visited {
  color: #db203f;
  text-decoration: none;
}
a:hover,
a:active {
  color: black;
  text-decoration: none;
  -webkit-transition: color 400ms linear;
  -moz-transition: color 400ms linear;
  -o-transition: color 400ms linear;
  -ms-transition: color 400ms linear;
  transition: color 400ms linear;
}
.slider-pro a{
  -webkit-transition: color 400ms linear !important;
  -moz-transition: color 400ms linear !important;
  -o-transition: color 400ms linear !important;
  -ms-transition: color 400ms linear !important;
  transition: color 400ms linear !important;
}
::-moz-selection {
  background: #db203f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #db203f;
  color: #fff;
  text-shadow: none;
}
ins {
  background-color: #db203f;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #db203f;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Allgemein
-------------------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
  padding: 0;
}
#content {
  position: relative;
  padding-top: 10px;
}
h1 {
  text-transform: uppercase;
  text-align: center;
  color: #db203f;
  font-size: 21px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-weight: bold;
}
h2 {
  text-transform: uppercase;
  color: #db203f !important;
  font-size: 18px !important;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 50px 0 20px 0;
  text-align: center;
}

h2:first-child{
  margin: 20px 0;
}

.home h2, .category-proservice h2 {
  text-transform: uppercase;
  color: #db203f;
  font-size: 15px !important;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 30px 0;
  text-align: center;
}
h3 {
  text-transform: uppercase;
  color: #db203f;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 0px 0 0 10px;
  margin-top: 10px;
  margin-bottom: 7px;
  text-align: center;
}
#content {
  line-height: 23px;
  font-size: 14px;
}

.anker:target{
  padding-top: 140px;
}

/* Slider */
.slider-pro p.sp-layer{
  margin-right: 350px;
}

.slider-pro h1.sp-layer, .slider-pro h2.sp-layer, .slider-pro h3.sp-layer{
  color: #db203f;
  font-weight: bold;
  text-align: left;
}

.slider-pro h1.sp-layer{
  font-size: 21px !important;
}

.slider-pro h2.sp-layer{
  font-size: 18px !important;
}

.slider-pro h3.sp-layer{
  font-size: 15px !important;
}

.slider-pro .klein{
  font-size: 14px !important;
}

.slider-pro .mittel{
  font-size: 15px !important;
}

.slider-pro .gross{
  font-size: 16px !important;
}


/* Header & Hauptmenü
-------------------------------------------------------------------------------*/
#header-bg {
  width: 100%;
  background-color: #343436;
  height: 350px;
  position: absolute;
  top: 140px;
}
#header {
  height: 115px;
  max-width: 1170px;
  width: 100%;
  margin-bottom: 25px;
  background-color: white;
  position: fixed;
  z-index: 99999;
}
#header-kontakt{
  padding-top: 115px;
  text-align: center;
}

#logo{
  margin-top: 20px;
}

#header #logo img {
  width: 220px;
  height: auto;
}
#header #hauptmenu{
  background-color: #db203f;
  height: 80px;
  padding-left: 0px;
}
#header #hauptmenu ul#menu-hauptmenu, #header #hauptmenu ul#menu-hauptmenu-englisch  {
  padding-left: 20px;
}
#header #hauptmenu ul#menu-hauptmenu li, #header #hauptmenu ul#menu-hauptmenu-englisch li {
  display: inline-block;
  margin-top: 23px; 
  padding-left: 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
#header #hauptmenu ul#menu-hauptmenu li a:link,
#header #hauptmenu ul#menu-hauptmenu-englisch li a:link,
#header #hauptmenu ul#menu-hauptmenu li a:hover,
#header #hauptmenu ul#menu-hauptmenu-englisch li a:hover,
#header #hauptmenu ul#menu-hauptmenu li a:active,
#header #hauptmenu ul#menu-hauptmenu-englisch li a:active,
#header #hauptmenu ul#menu-hauptmenu li a:visited,
#header #hauptmenu ul#menu-hauptmenu-englisch li a:visited {
  color: white;
  padding: 10px 0 0 0;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#header #hauptmenu ul#menu-hauptmenu li a::after, #header #hauptmenu ul#menu-hauptmenu-englisch li a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
#header #hauptmenu ul#menu-hauptmenu li a:hover::after,
#header #hauptmenu ul#menu-hauptmenu-englisch li a:hover::after,
#header #hauptmenu ul#menu-hauptmenu li a:focus::after,
#header #hauptmenu ul#menu-hauptmenu-englisch li a:focus::after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
#header #header-kontakt {
  height: 20px;
  text-align: center;
  padding-top: 25px;
}
#header-slider {
  height: auto;
  padding-top: 140px;
}
#produktmenu {
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-top: 8px;
  border-bottom: 1px solid #343436;
  border-top: 1px solid #343436;
  line-height: 23px;
  height: auto;
}
#produktmenu .firma{
  width: 12%;
  float: left;
}
#produktmenu .produkt-links{
  width: 88%;
  float: left;
}
#produktmenu ul {
  padding-left: 0;
}
#produktmenu ul li {
  display: inline-block;
}
#produktmenu ul li a:link,
#produktmenu ul li a:visited {
  color: #db203f;
  text-decoration: none;
}
#produktmenu ul li a:hover,
#produktmenu ul li a:active {
  color: black;
  text-decoration: none;
  -webkit-transition: color 400ms linear;
  -moz-transition: color 400ms linear;
  -o-transition: color 400ms linear;
  -ms-transition: color 400ms linear;
  transition: color 400ms linear;
}
#produktmenu ul li:after {
  content: " - ";
}
#produktmenu ul li:last-child:after {
  content: "";
}

/* Sprachumschalter */
#sprachumschalter{
  width: 78px;
}

.wpml-ls-legacy-list-horizontal{
  padding: 0;
}

/* Startseite
-------------------------------------------------------------------------------*/
.kasten-inner {
  background-color: #343436;
  height: 270px;
  margin-bottom: 20px;
  width: 100%;
}
.kasten-inner img {
  width: 100%;
  height: auto;
}
.kasten-inner a:hover,
.kasten-inner a:active {
  text-decoration: none;
}
/* Produkte 
-------------------------------------------------------------------------------*/
#produkte-proservice,
#produkte-morello {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#produkte-proservice p,
#produkte-morello p {
  padding: 0 10px 0 10px;
  text-align: center;
}
#produkte-proservice p a:link,
#produkte-morello p a:link,
#produkte-proservice p a:visited,
#produkte-morello p a:visited {
  font-weight: bold;
  color: #db203f;
  text-decoration: none;
}
#produkte-proservice p a:hover,
#produkte-morello p a:hover,
#produkte-proservice p a:active,
#produkte-morello p a:active {
  font-weight: bold;
  color: black;
  text-decoration: none;
  -webkit-transition: color 400ms linear;
  -moz-transition: color 400ms linear;
  -o-transition: color 400ms linear;
  -ms-transition: color 400ms linear;
  transition: color 400ms linear;
}
#produkte-proservice p.more,
#produkte-morello p.more {
  position: absolute;
  bottom: 0;
}
.produkte-kasten-inner {
  background-color: #343436;
  height: 270px;
  margin-bottom: 20px;
  width: 100%;
  color: #db203f;
}

.produkte-kasten-inner img {
  width: 100%;
  height: auto;
}
.produkte-kasten-inner a:hover,
.produkte-kasten-inner a:active {
  text-decoration: none;
}

.morello-button{
  display: block;
  width: 170px;
  height: 40px;
  background-color: #db203f;
  text-align: center;
  float: left;
  margin: 20px 10px 40px 0;
}

.morello-button a{
  color: #fff;
  width: 170px;
  height: 40px;
  display: block;
  padding-top: 8px;
}

.single-produkt #content h1 {
  color: #db203f;
}
.photospace_res {
  margin-top: 50px !important;
}
.photospace_res .slideshow img {
    width: 100% !important;
    max-width: 800px;
    height: auto !important;
    margin: 0 auto;
    display: block;
}

#download-datenblatt, #link-hersteller{
  display: block;
  width: 170px;
  height: 40px;
  background-color: #db203f;
  text-align: center;
  float: left;
  margin: 20px 10px 40px 0;
}

#download-datenblatt a, #link-hersteller a{
  color: #fff;
  width: 170px;
  height: 40px;
  display: block;
  padding-top: 8px;
}

#video {
  position: relative;
  margin-top: 60px;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
#video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bild-inhalt img{
  width: 100%;
  height: auto;
}
#morello-beschreibung h2{
  margin-top: 20px;
}

.content-column img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

/* Promat Accordion
-------------------------------------------------------------------------------*/
h3.accordion-title{
  background-color: #343436;
  padding: 20px;
  margin: 0;
  margin-top: 3px;
  cursor: pointer;
  text-align: left;
}

h3.accordion-title:after{
  content: '';
  position: absolute;
  width: 29px;
  height: 18px;
  right: 40px;
  background: transparent url(/wp-content/themes/waninger/_/img/arrow_down.png) no-repeat center center;  
}

h3.accordion-title.open:after{
  background-image: url(/wp-content/themes/waninger/_/img/arrow_up.png);
}

h3.accordion-title::selection{ 
  background: none;
  color: #db203f; 
}

.accordion-content{
  margin-bottom: 30px;
}

.promat-table{
  width: 48%;
  float: left;
}

.table-right{
  margin-left: 4%;
}

.promat-table tr:nth-child(odd){ 
  background-color:#343436;
}

.promat-table td{
  padding: 5px 12px 5px 20px;
  vertical-align: top;
}

.clear{
  clear: both;
}

/* Kontakt & Formulare
-------------------------------------------------------------------------------*/
.gform_wrapper {
  max-width: 100% !important;
}
.gform_wrapper .top_label textarea.textarea.large {
  width: 100% !important;
}
.gform_wrapper .top_label .gfield_label {
  color: #db203f;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: none !important;
  border-top: none !important;
  border-bottom: none !important;
}
input[type=submit] {
  border: none;
  padding: 10px;
  background-color: #db203f;
  color: white;
  width: 170px;
  height: 40px;
}
.gfield_select {
  height: 35px;
}
iframe.map {
  width: 100%;
}
/* Footer
-------------------------------------------------------------------------------*/
#footer {
  margin-top: 40px;
  height: 35px;
  background-color: #343436;
  font-size: 13px;
  color: white;
}
#footer .footer-container {
  height: 35px;
  background-color: #db203f;
  padding-top: 10px;
}
#footer .footer-container ul {
  text-align: right;
}
#footer .footer-container ul li {
  display: inline-block;
}
#footer .footer-container ul li a:link,
#footer .footer-container ul li a:visited {
  color: white;
  text-decoration: none;
}
#footer .footer-container ul li a:hover,
#footer .footer-container ul li a:active {
  color: black;
  text-decoration: none;
  -webkit-transition: color 400ms linear;
  -moz-transition: color 400ms linear;
  -o-transition: color 400ms linear;
  -ms-transition: color 400ms linear;
  transition: color 400ms linear;
}
#footer .footer-container ul li:after {
  content: " - ";
}
#footer .footer-container ul li:last-child:after {
  content: "";
}

#footer .adresse a:link, #footer .adresse a:visited, #footer .adresse a:hover, #footer .adresse a:active{
  color:white;
  text-decoration: none;
}
/* Media queries!
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  #header-bg {
    height: 290px;
  }
  #header{
    max-width: 970px;
  }
  #header #hauptmenu ul#menu-hauptmenu {
  padding-left: 50px;
}
  #header #hauptmenu ul#menu-hauptmenu li {
    padding-left: 21px;
  }
  .footer-container .adresse {
    font-size: 10px;
    padding-top: 2px;
  }
  .kasten-inner, .produkte-kasten-inner{
    height: 285px;
  }
  .home h2, .category-proservice h2 {
    margin: 20px 0;
  }
  .trennkeil label {
    min-height: 36px;
  } 
  .promat-anwendung{
    height: 30px;
  }
  .slider-pro p.sp-layer{
    margin-right: 150px;
  }
  .res-layer{
    width: 900px !important;
  }
  p.res-layer{
    font-size: 12px !important;
  }
  .slider-pro h1.sp-layer {
    font-size: 19px !important;
}
}

@media only screen and (max-width: 991px) {
    #logo {
    margin-bottom: 15px;
  }
  #header{
    margin-bottom: 14px;
  }
  #header #header-kontakt {
    padding-top: 10px;
  }
  #header-bg {
    margin-top: 67px;
  }
  #header #hauptmenu ul#menu-hauptmenu li {
    padding-left: 41px;
  }
  .kasten-inner, .produkte-kasten-inner{
    height: 320px;
  }
  .home h2, .category-proservice h2 {
    margin: 30px 0;
  }
  #header-text {
    padding-left: 45px;
  }
  #header-bg {
    height: 224px;
  }
  .adresse {
    text-align: center;
  }
  #produktmenu .firma{
    width: 15%;
    float: left;
  }
  #produktmenu .produkt-links{
    width: 85%;
    float: left;
  }
  #footer,
  #footer .footer-container {
    height: 60px;
  }
  #footer .footer-container ul {
    text-align: center;
  }
  .footer-menu {
    margin-top: 10px;
  }
  .menu-footermenu-container {
    margin: 0 auto;
  }
  .res-layer{
    width: 690px !important;
  }
  #header{
    max-width: 750px;
  }
  #header-slider{
    padding-top: 207px;
  }
  #header-kontakt {
    padding-top: 185px;
  }    
  #header #logo img{
    width: 250px;
    height: auto;
  }
  .anker:target{
    padding-top: 200px;
  }
}

@media only screen and (min-width: 769px) {
  /* Glow */
  .hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
  }
  .hvr-glow:hover,
  .hvr-glow:focus,
  .hvr-glow:active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  }
}

@media screen and (max-width: 767px) {
  #header{
    position: relative;
    height: auto;
  }
  #header-kontakt{
    padding-top: 0;
  }
  #header-slider{
    padding-top: 0;
  }

  .slider-pro h1.sp-layer, .slider-pro h2.sp-layer, .slider-pro h3.sp-layer, .slider-pro p.sp-layer{
    display: none;
  } 

  #header-bg {
    display: none;
  }
  #content{
    margin-top: 20px;
  }
  .photospace_res .gal_content {
    float: none;
    width: 100%;
  }
  .photospace_res .thumbs_wrap2 {
    float: none;
    width: 100%;
  }
  #logo {
    height: 70px;
  }
  #logo img {
    position: absolute;
    margin: auto;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #header #logo img {
    width: 275px;
    height: auto;
  }
  #header-kontakt {
    height: auto !important;
    margin-bottom: 5px;
  }
  #header-bg{
    margin-top: 10px;
    height: auto;
    padding-bottom: 10px;
  }
  .rechte-spalte {
    padding-left: 0px;
  }
  #menu-footermenu {
    padding-left: 0;
  }
  /* Proservice */
  .promat-table{
    width: 100%;
  }
  /* Mobile Menu*/
  .mean-container a.meanmenu-reveal span {
    background: #db203f;
  }
  .mean-container a.meanmenu-reveal {
    color: #db203f;
  }
  .mean-container .mean-bar,
  .mean-container .mean-nav,
  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: #343436;
  }
  .mean-container .mean-nav ul li a {
    color: #db203f;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    height: 23px;
    padding: 9px !important;
  }
  .mean-container .mean-nav ul li li a {
    padding: 1em 13%;
    opacity: 1;
    font-weight: normal;
  }
   .anker:target{
    padding-top: 0px;
  }
}
@media screen and (max-width: 700px) {
  .kasten-inner, .produkte-kasten-inner {
    height: 290px;
  }
}
@media screen and (max-width: 609px) {
  .col-xs-6{
    width: 100%;
  }
  .kasten-inner, .produkte-kasten-inner {
    height: 440px;
  }
  .home h2, .category-proservice h2 {
    margin: 25px 0;
  }
}
@media only screen and (max-width: 480px) {
  h2{
    margin-top: 20px; 
  }
  .col-xs-6 {
    width: 100%;
    padding: 0;
  }
  .post-type-archive-produkt #produkte-proservice,
  .post-type-archive-produkt #produkte-morello {
    padding-right: 0;
  }
  .kasten-inner, .produkte-kasten-inner {
    height: 370px;
  }
  #produkte-proservice,
  #produkte-morello {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    width: 98%;
  }
  body .gform_wrapper.gf_browser_chrome select {
    width: 97% !important;
  }
  #footer,
  #footer .footer-container {
    height: 62px;
  }
  #menu-footermenu {
    padding: 0;
  }
}
@media only screen and (max-width: 440px) {
  .kasten-inner, .produkte-kasten-inner {
    height: 350px;
  }
  h2{
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 400px) {
  .kasten-inner, .produkte-kasten-inner {
    height: 315px;
  }
  #download-datenblatt, #link-hersteller{
    margin-right: 4px;
  }
}
@media only screen and (max-width: 377px) {
  #download-datenblatt, #link-hersteller{
    margin: 10px 10px 10px 0;
  }
}
@media only screen and (max-width: 360px) {
  .kasten-inner, .produkte-kasten-inner {
    height: 300px;
  }
  h1{
    font-size: 19px;
  }
}
