/*===================================================================================*/
/*  GENERAL                                                                            */
/*===================================================================================*/

/* alegreya-sans-sc-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Alegreya Sans SC';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/alegreya-sans-sc-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* alegreya-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/alegreya-sans-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html,
body {
    height: 100%;
}
body {
    font-size: 12pt;
    font-family:  'Alegreya Sans', sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    background: #FFF;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    outline: none !important;
}
a:hover,
a:active {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 400;
}
* p:last-child {
    margin-bottom: 0;
}
p:empty {
    display: none;
}
/* BFSG / WCAG Fixes */
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  z-index: 1000;
}
.skip-link:focus {
  left: 10px;
}

/* Sichtbarer Fokus */
a:focus, button:focus, input:focus, textarea:focus {
  outline: 3px solid #c00;
  outline-offset: 2px;
}
:focus-visible {
  outline: 3px solid #c00;
  outline-offset: 2px;
}
.hidden {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/*#text-page-vor-ort h3::first-letter, #text-page-vor-ort h3:first-letter {
	font-size: 24px;
}
#text-page-pulver-granulate h3::first-letter, #text-page-pulver-granulate h3:first-letter {
	font-size: 24px;
}*/

/*===================================================================================*/
/*  PAGE                                                                             */
/*===================================================================================*/

.page {
    padding: 120px 0 150px;
    clear: both;
    overflow: hidden;
    background: #FFF;
    position: relative;
}
.pad-top {
    padding-top: 30px;
    overflow: hidden;
}
.pad-bottom {
    padding-bottom: 30px;
    overflow: hidden;
}
.space {
    background: #FFF;
    padding: 30px 0;
}
.fullwidth {
    width: 100%;
}
.gray {
    background: #f4f4f4;
}
div.home-parallax-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}
div.home-parallax-bottom div.home-red-box {
    min-height: 170px;
}
@media only screen and (max-width: 850px) {	
	div.home-parallax-bottom {
		bottom: auto;
	}
	div.home-parallax-bottom div.home-red-box {
		min-height: 140px;
	}
}
@media only screen and (min-width: 768px) {
	div.home-parallax-bottom div.home-red-box {
	    border-left: 1px solid #c31924;
	}
}
/*===================================================================================*/
/*  HOME SECTION                                                                     */
/*===================================================================================*/

#home, #wood, #tabletten, #sortiment {
    width: 100%;
    height: 100%;
    display: table;
    z-index: 1;
}
#home-content, .parallax-content {
    position: relative;
    z-index: 3;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 250px;
}

.contact-info {
	font-size: 14px;
}
/*===================================================================================*/
/*  CONTACT SECTION                                                                  */
/*===================================================================================*/

#contact_wrap .container {
    position: relative;
    z-index: 2;
    pointer-events: none;
}
#contact_wrap .form-container {
    background: #FFF;
    padding: 20px;
    pointer-events: auto;
}
#contact .contact-info {
    margin: 1em 0 1em 0;
}
#contact .contact-form input.btn {
    display: block;
    width: 100%;
    margin: 0;
}
#map_canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media only screen and (min-width: 1100px) {
	.column-home-fix {
		width: 50.1%;
		margin-left: -20px;
	}
}

/* Fix: container is too big for the screen resolution */
@media (max-width:768px){
	.pslide {
		width: 100% !important;
	}
	.container {
		width:100%;
	}
}
@media (min-width:768px){
	.container {
		width: 100%;
	}
	.pslide {
		width: 100% !important;
	}
}
@media (min-width:992px){
	.container {
		width:750px;
		/*width:970px;*/
	}
	.pslide {
		width: 100% !important;
	}
}
@media (min-width:1200px){
	.container {
		width:970px;
		/*width:1170px;*/
	}
}
#text-page-agb h1, #text-page-agb h2 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
#text-page-agb p, #text-page-agb li {
	text-align:justify;
	font-size: 15px;
}
footer a {
	color: #ffffff;
}
.text-bg .p-list h3 {
	letter-spacing: 0.1em;
}
.footer-column-bottom {
	font-size: 14px;
}
#cookie-notice {
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 12px;
    line-height: 18px;
    left: 0;
    text-align: center;
}

.cookie-notice-container {
    padding: 10px;
}

.cn-top {
    top: 0;
}

.cn-bottom {
    bottom: 0;
}

#cookie-notice .button {
    margin-left: 10px;
}

#cookie-notice .button.bootstrap {
    font-family: sans-serif;
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-right: 0.3em;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    font-style: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #e7e7e7;
    *background-color: #e7e7e7;
    background-image: -moz-linear-gradient(top, #e7e7e7, #e7e7e7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7e7e7), to(#e7e7e7));
    background-image: -webkit-linear-gradient(top, #e7e7e7, #e7e7e7);
    background-image: -o-linear-gradient(top, #e7e7e7, #e7e7e7);
    background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #333 #333 #333;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7cc', endColorstr='#e7e7e7cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 2px 10px;
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

#cookie-notice .button.bootstrap:hover, #cookie-notice .button.bootstrap:focus {
    color: #000000;
    background-color: #e7e7e7;
    *background-color: #e7e7e7;
}