/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v17-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../fonts/open-sans-v17-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}


html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
    font-size:14px;
  padding-top: 56px;
      font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    
background-image:url('../img/bg.png');
  background-size: 1290px 100%;
    background-position: top center;
    background-repeat: no-repeat
}

section{margin:4rem 0}

h1,.h1{letter-spacing: 0.02em}
h3,.h3{letter-spacing: 0.01em}
h5, .h5 {
    font-size: 1.15rem;
}

hr{max-width:1190px;
margin:0 auto;
}
a {color: #339933;}
a:hover {color: #339933;}

.container-fluid .row{max-width:1920px;margin:0 auto;width:auto;}

@media (min-width: 768px){
.container {
   width:calc(100% - 2em);
    max-width:1280px;
}}

@media (min-width: 1300px){
.container, .container-fluid {
    width:100%;
    max-width: 1190px;
        max-width: 1290px;
}}

@media (max-width: 576px){
    .container {
  /* width:calc(100% - 2em);*/
  
}}
    



.langnav {
    background: #ddd;
    height:30px;
}

.langnav .container {
    text-align: right;
    padding-right: 23px;
    font-size:0.8em
}
.langnav .container a{color:#000;text-transform:uppercase;line-height:30px;}

.navbar {
    top: 30px;}


.container,  .container-fluid {
    
    opacity: 0;
     position: relative;
    transition: padding 0.5s 0.1s, opacity 1s 0.3s, width 0.5s 0.1s, transform 1s 0.5s;
}

header{opacity:0;
  transition: opacity 2s ;
      height:450px;
}
header.in-view {opacity:1;
}

.container.in-view, .container-fluid.in-view {
    opacity: 1;
      transform: translate(0px, 0px);
}

.row{ transform: translateY(10px);
    opacity: 0;
    transition: opacity 2.2s, transform 1.5s;}

h1,h2,h3, h4, h5{
    transform: translateY(30px);
    opacity: 0;
    transition: opacity 2s, transform 2s;
}
p, .btn {
    transform: translateY(20px);
    opacity: 0;
    transition: opacity 1.6s, transform 1.6s 0.4s;
}

#accordion p, #accordion h5{ transform: translateY(0px);}

h2{
    transition: opacity 3s 0.2s, transform 2s 0.2s;
}

h3{
    transition: opacity 3s 0.3s, transform 2s 0.3s;
}

h5{
    transition: opacity 3s 0.6s, transform 2s 0.6s;
}

p{
    transition: opacity 3s 0.6s, transform 2s 0.6s;
}

.btn{
    transition: opacity 3s 0.8s, transform 2s 0.8s;
}

.in-view h1,  .in-view h2, .in-view h3, .in-view h4, .in-view h5, .in-view p, .in-view .row, .in-view .btn {
    transform: translate(0px, 0px);
    opacity: 1;
}


h1.display-4 {
    font-weight: 600;
    font-size: 2.5rem;
     text-transform: uppercase
}

h2 {
    color: #339933;
    font-size: 1.8rem;
     font-weight: 600;
    margin-bottom: 1rem;
}

h3 {
    font-weight: 300;
    text-transform: uppercase
}

@media (max-width: 576px){
  h1.display-4 {
    font-size: 1.5rem;
}
  h2 {
    font-size: 1.2rem;
      margin-bottom: 0.3em;
}
  h3 {
    font-size: 1.1rem;
       margin-bottom: 0.2em;
} h4 {
    font-size: 1.1rem;
     margin-bottom: 0.5em;
}
    
    h2.text-center{text-align:left !important}
    .lead{font-size:0.95rem !important}
    
    .container.green-outline {max-width:calc(100% - 30px)}
    
   section {
    margin: 1rem 0;
}
}
    


.bg-home {
    background-image: url(../img/header_home.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.bg-sealants {
    background-image: url(../img/header_sealants2g.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:right center;
}

.bg-waterchemicals {
    background-image: url(../img/header_sealants.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:right center;
}

.bg-contact {
    background-image: url(../img/header-contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:right center;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}
.lead {
    font-size: 1rem;
    font-weight: 600;
}


.box-green {background: #339933; 
    color:#fff;
text-align:right;
}

#datenschutz p {opacity:1;
   transform:none;
}
.modal-body.privacy{height:72vh;}
.modal-body.privacy iframe{width:100%;height:100%;border:1px solid #eee;}


.green-gradient{
        color:#fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007d4d+1,006a84+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#339933+1,006a84+100 */
background: rgb(51,153,51); /* Old browsers */
background: -moz-linear-gradient(left,  rgb(51,153,51) 1%, rgb(0,106,132) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgb(51,153,51) 1%,rgb(0,106,132) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgb(51,153,51) 1%,rgb(0,106,132) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#339933', endColorstr='#006a84',GradientType=1 ); /* IE6-9 */


}
.green-gradient p a{color:#fff}


.green-outline{border:1.5px solid #339933 }
.green-outline h5{color:#339933; font-weight:600}
.green-outline p{font-size:1.1em:}

@media (max-width: 1289px){.green-outline_:margin-left:15px;margin-right:15px;}



.card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius:0;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
}
.box-green a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
     font-weight: 600;
}

.btn-light {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #339933;
    border-color: #666;
}

.btn-primary:hover {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

form .btn-primary {
    color: #212529;
    background-color: #fff;
    border-color: #666;
}

.bottom-sitemap{margin-top:6em}


@media (max-width: 767px){
    .box-green div{text-align:left;}
 
}



.fill-imgbox.kundenorientiert{
   background-image:url('../img/home_mitte.jpg');
}

.fill-imgbox.groesse{
   background-image:url('../img/sealants_mitte.jpg');
}

.fill-imgbox {
    background-size:cover;
     min-height: 330px;
    padding:0;
}
.card-header:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
        line-height: 24px;
}
.card-header.collapsed:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
} 

#accordion .card{border:0;
 }

#accordion  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
   background: #339933;
    color: #fff;
    border-bottom: 2px solid white;
    cursor:pointer;
    transition:opacity 0.3s;
}

#accordion  .card-header:hover{opacity:0.8;}

#accordion li{font-weight:600;}

.card-header:first-child {
    border-radius: 0;
}

#accordion .card-header p{margin:0px 0 0 1em;}

.accdescr{display:flex;}
@media (max-width: 1024px){br{display:none}}
@media (max-width: 767px){.accdescr{display:inline-block;}}

.prodicon{width:24px;margin-right:1em;transform:scale(1.2);transition:transform 0.3s;}

.box-green form {text-align:left;}
form{margin:0 auto;}
.theform{width:100%; max-width:1190px;margin:0 auto}

@media (max-width: 767px){
.prodicon{
   display:none;
}
#accordion .card-header p {
    margin: 3px 0 0 0;
}
}
#accordion{    border: 1px solid #eee;}

.conticon{width:42px;}
.downicon{margin-top:1em;width:55px;}

#accordion  .card-header:hover .prodicon{transform:scale(1.4);}

.prod-contact a{color:#339933}
.prod-download a:hover img{opacity:0.8;}


.logofooter{max-width:180px;}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
    
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

