/*
hellgrau text #a7a0a5
rot #c10936
grau text #4a4b4d   4c4b4d
footer-hellgrau, allg grau #dbd8d5
footer-bar #4a4b4d
hellgrau icons #dbdbdc
hellgrau-dd #edebea


*/
/* =================================
   LAYOUT
   ================================= */
.page {
  min-height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}

header {
  min-height: 170px;
}

.main-content {
  padding-bottom: 30px; /* height footer */
}

.main-content:after, .platocontent:after {
  content: "";
  display: block;
  clear: both;
}

footer {
  bottom: 0;
  width: 100%;
  min-height: 350px;
  background: #dbd8d5;
  left: 0; /* left:0 ggf auskommentieren */
  padding: 20px 0 60px 0;
  /*overflow: hidden;*/
}

.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
  margin: 0 auto;
}
#platocontent {
  padding:10px 0;
}
/* =================================
   Width Setter Models
   ================================= */

/*
.owsetter {
max-width:80%;
min-width:320px;
margin:0 auto;
}
*/

/* ODER */

.iwsetter {
  max-width: 1240px;
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
}

.footer-bar {
  background: #4a4b4d;

  padding: 20px 0 0 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer-bar, .footer-bar a {
  color: white;
}

.hs-1 {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;

}

.hs-1 > div {
  padding-right: 10vw;
}

.hs-1 h1 {
  color: white;
  font-size: 5rem;
  line-height: 5rem;
  margin:0;padding:0;
  /*max-width:20vw;*/
  width:100%;

}
header .iwsetter {
  position: relative;
}
/*
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
*/

.platocontent p.p-block, .platomargin p.p-block {
  padding: 0 0 0 0;
}

.sectiondiv {
  padding: 0 0 40px 0;
  /*overflow: hidden;*/
}

.article-div, .iwsetter {
  max-width: 1240px;
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
}
.article-div, .iwsetter {
  padding:0 20px;
}

.subpage {
}

.subpage.sp-1 {
}

.subpage.sp-2 {
}

/* FLOAT MODEL */
.subpage.page-grid-1:after, .subpage.page-grid-1:before {
  content: "";
  clear: both;
  display: block;
}

.subpage.page-grid-1 .article-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.subpage.page-grid-1 section {

  flex: 1 1 auto;
  flex-basis: 50%;
  /* 10px*2 gutter */
  max-width: calc(50% - 10px);
}

.subpage.page-grid-1 {
  background: #ccecff;
}

.subpage.page-grid-1 .p-block:not(:last-of-type) {
  padding: 0;
  margin: 0; /*creates offset otherwise!!! */
}

.subpage.page-grid-1 section:nth-of-type(odd) {
  border: 1px solid red;
}

.subpage.page-grid-1 section:nth-of-type(even) {
  border: 1px solid green;
}

.subpage.page-grid-1 .thumb img {
  width: 100%;
  height: auto;
}

.subpage.page-grid-1 .layout-img-2 {
  margin-bottom: 20px;
}



/*
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
*/

.lang-change {
  float: right;
}

.dropbtn {
  background: #edebea url(/layout/icon-weltkugel.svg) no-repeat 8px 7px / 14px 14px;
  /*color: white;*/
  padding: 5px 0px 5px 38px;
  cursor: pointer;
  min-width: 120px;
  text-align: left;


}

.dropbtn:after {
  content: "";
  background: #edebea url(/layout/icon-pfeil-1.svg) no-repeat 0px 7px / 14px 14px;
  width: 24px;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
  color: #4a4b4d;
  font-size:1.5rem;
  line-height: 1.8rem;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #edebea;
  min-width: 120px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
}

.dropdown-content a {
  text-align: left;
  padding: 5px 0px 5px 38px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #edebea
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #edebea;
}

/* ----------------------- NEWS ----------------------*/

.category-box {
  position: relative;
}

.category-box img {
  width: 100%;
}

.category-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #c10936;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.7rem;
}

.news-box {
  position: relative;
}

.news-box {
  padding-top:70%;
  background-size: cover;
  background-position: center;
}

.news-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #c10936;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.7rem;
}

.news-detail {
  background: #fff;
  margin-top: -50px;
  z-index: 990;
  position: relative;
  padding: 25px 50px 75px 50px;
}
.news-headline {
  padding:10px 10px 0 10px;
  color:#000;
}
.news-date {
  color:#a7a0a5;
  margin-bottom:10px;
  font-size: 1.5rem;
}
.main-image {
  width: 100%;
  max-height: 800px;
  position: relative;
  z-index: 1;
}

.main-image-tag {
  top: 0;
  right: 0;
  position: absolute;
  background: #c10936;
  color: white;
  padding: 5px 10px;
}

.news-image-headline {
  /*position: absolute;*/
  left: 0;
  top: 0;

  width: 200px;
}

.more-link {
  text-transform: uppercase;
  font-size:1.3rem;
  font-weight: bold;
  color:#4e4f51;
}

.play-video-button {
  border: none;
  background: transparent url(/layout/social/icon-youtube-weiss.svg) no-repeat center center;
  width: 100px;
  height: 100px;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
}

#player_box, #player_box iframe {
  width: 100%;
  height: 100%;
}

.main-image {
  position: relative;
}

.news-detail.video-playing {
  margin-top: 0;
}


.alt-two .content-wrapper {
  -webkit-column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-count: 2;
  -moz-column-gap: 80px;
  column-count: 2;
  column-gap: 80px;
}


/* ----------------------- FRUIT / PRODUCT ----------------------*/

.data-sheet {
  margin-bottom: 30px;
}

.data-sheet h3 {
  border-bottom: 3px solid #c10936;
  font-weight: bold;
  font-size: 2.1rem;
  padding: 60px 0 10px 0;
  margin: 0 0 10px 0;
  position: relative;
}

.data-sheet .data-row {
  border-bottom: 1px dotted #ccc;
  display: -ms-flexbox;
  display: flex;

}


.data-sheet .data-name, .data-sheet .data-value {
  padding: 5px 0;
}

.data-sheet .data-name {
  min-width: 150px;
  white-space: nowrap;
  padding: 5px 5px 5px 0;

}

.data-sheet .chart {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-basis: calc(100% - 150px + 5px);
  -ms-flex-positive: 1;
  flex-grow:1;
  padding: 1px 0;
  margin-left: -4px;
}

.data-sheet .chart div {
  background: #dbd8d5;
  margin: 2px 0 2px 4px;
  /*-ms-flex-preferred-size: 100%;*/
  -ms-flex-positive: 1;
  flex-basis: 100%;
  justify-content: center;
  align-self: stretch;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  padding:0 2px;
  /*max-height: 30px;*/
}

.data-sheet .chart div.active {
  background: #a7a098;
  color: white;
}
.data-sheet .chart div.active.half {
  background: #dbd8d5;
}
.data-sheet .chart div.half:after {
  background: #a7a098;
  position: absolute;
  left:0;
  bottom:0;
  right:calc(50% - 4px);
  top:0;
  border-right:4px solid white;
  color: white;
  content:"";
}

.data-value.single div {
  padding-left:8px;
  padding-right:6px;
  justify-content: flex-start;
}


.data-sheet   .double h3 {
  /*float:left;*/
  min-width: 150px;
  margin:0;padding:0;border:none;
}
.data-sheet .double div {
  /*position: absolute;*/
  /*left:150px;*/
  /*padding-left:20px;*/
  /*float:left;*/
  font-weight: bold;
  font-size: 2.1rem;
}
.data-sheet .double {
  padding: 60px 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 3px solid #c10936;
  display: flex;
}

.data-sheet h3 + .double {
  padding-top:10px;
}


.product-overview-image {
  padding-top: 80%;
  background: url(/layout/space.gif) no-repeat center center / cover;
}

.product-logo {
  margin-top:30px;
  width:80px;
  height:auto;
}
.product-image {
  width:100%;
  height:auto;
}

a.mod-prev img, a.mod-next img{
    width: 50px;
    height: 50px;
    
    
}

div.product-overview-image{
    margin-bottom: 10px;
}

.data-text {
  margin:10px 0;
}

/* ----------------------- FOOTERBAR ----------------------*/
.footerbar-nav a {
  padding-right: 10px;

}

.footer-cols {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

}

.footer-cols > div {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-right:20px;
}
.footer-cols > div:last-of-type {
  margin:0;
}
.footer-cols a {
  color: #4a4b4d;
}

footer {
  font-size:1.5rem;
  line-height: 1.8rem;
}
footer a {
  line-height: 1.9rem;
}
footer a.fnm, .footer-headline {
  font-size:1.7rem;
  line-height: 1.8rem;
  padding-bottom:5px;
  margin-bottom:5px;
  border-bottom: 1px solid #4a4b4d;
  display: block;
  color: #4a4b4d;
}

div.footer-vp-logo img{
    width: 80%;
    
   min-width: 45px;
    min-height: 45px;
  
}

div.footer-vp-logo{
    width: 100%;
    height: 80px;
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
}

div.footer-hide-mob{
    display: none;
}





/* ----------------------- CLICKSTREAM ----------------------*/
/*.clickstream a:not(:last-child):after, .clickstream a.active:after {*/
.clickstream a:after {
  content:"";
  width:20px;
  height:15px;
  background: url(/layout/arrow-right.svg) no-repeat 1px 0px  / 19px auto;
  display: inline-block;

}
.clickstream a {
  font-size:1.5rem;
  line-height: 1.8rem;
  color: #a7a0a5;
}
.clickstream a:hover {
  color: #c10936;
}
/* ----------------------- SEARCHBAR ----------------------*/
.search-bar {
  display: none;
  position: absolute;
  right: 16px;
  width: calc(100% - 20px); /* - padding li */
  background: rgba(237, 235, 234, 0.90);
  z-index: 5001;
}

.srch-img {
  width: 60px;
  border-left: 2px solid #4a4b4d;
  padding: 20px 20px;

}

.search_query_global {
  flex-basis: 100%;
  flex-grow: 20;
  font-size: 2.8rem;
  padding-left: 20px;
  background: none;
  border:none;
  color:#4a4b4d;
}

.search-bar form {
  display: flex;
  align-items: stretch;
  height:60px;
}

.global-search-icon {
  width:20px;
  vertical-align: baseline;
}
.global-search-icon.gsi-x {
  width:14px;
  margin:0 3px;
}
.mobile-gsi .global-search-icon {
  width:52px;
  position: absolute;
  right:60px;
  padding: 10px 10px;
  top:25px;
}

.mobile-gsi .global-search-icon.gsi-x {
  width:42px !important;
  top:29px !important;
}

.search_query_global::-webkit-input-placeholder, .search_query_global::-moz-placeholder, .search_query_global:-ms-input-placeholder {
  color:#4a4b4d;
}

.platocontent.search-active {
  opacity: 0.2;
}

/* ----------------------- SLIDER ----------------------*/
.bxslider-header-container:not(:empty) {
  margin-bottom: 80px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: -25px;
  z-index: 150;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 150;
}

.bxslider-header-container .bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px;
  height: 12px;
  border-radius: 30px;
}

.bxslider-header-container .bx-pager a.active {
  background: #c10936 !important;
}

.bxslider-header-container .bx-pager a {
  background: #dbdbdc !important;
}

.bxslider-header-container .bx-wrapper .bx-prev, .bxslider-header-container .bx-wrapper .bx-next, .bxslider-header-container .bx-wrapper .bx-controls-direction a {
  background: rgba(255, 255, 255, 0.5) url(/layout/arrow-left.svg) no-repeat center center;
  width: 40px;
  height: 40px;
  z-index: 91;
  top: calc(50% - 5px);
  
  opacity: 0.4;
  
}

.bxslider-header-container .bx-wrapper .bx-prev:hover, .bxslider-header-container .bx-wrapper .bx-next:hover, .bxslider-header-container .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}

.bxslider-header-container .bx-prev:hover, .bxslider-header-container .bx-prev {
  left: 0;
}



.bxslider-header-container .bx-next:hover, .bxslider-header-container .bx-next {
  background-image: url(/layout/arrow-right.svg) !important;
  right: 0;
 
}

/*

.bxslider-header-container .bx-next:hover, .bxslider-header-container .bx-next, .bxslider-header-container .bx-prev:hover, .bxslider-header-container .bx-prev {
  background-size: 50% !important;
}*/

.start-screen-icons {
  padding:60px 0;
  text-align: center;
  font-size:2.0rem;
}
.start-screen-icons .text {
  padding-top:50px;
}

.start-screen-icons .icon {
  position: relative;
}

.start-screen-icons .icon img {
  height:60px;
  top:0;
  margin:0 auto;
}
.start-screen-icons a .text div {
padding:3px 5px;
  display: inline-block;
  line-height:20px;

}
.start-screen-icons a:hover .text div {
  background: #c10936;
  color:white;
}



.logo {
  position: absolute;
  left:20px;
  top: 10px;
  width: 280px;
}

header .iwsetter, header {
  position: relative;
}
a.mod-prev{
    margin-left: -2%;
}

.mod-pn {
  /*position: relative;*/
}
.mod-pn img {
  width:20px;

}
.mod-next {
  position: absolute;
  right:-20px;
  top:calc(50% - 20px);
}
.mod-prev {
  position: absolute;
  left:-20px;
  top:calc(50% - 30px);
}

.paging-padding {
  padding:20px 0 0 0;
}


.content-div-1 {
  background: #fff;
  max-width:66.666666666%;
  margin:0 auto;
  padding: 25px 50px 75px 50px;
  letter-spacing: 0.02em;
}

.moodimage-content-block {
  margin-bottom:-50px;
  z-index: -1;
  position: relative;
}

.c-31-1-imgtxt {
  color:#a7a0a5;

  font-size:1.5rem;
  line-height: 1.8rem;

  max-width:160px;
  margin-top:20px;
  position: absolute;
  font-weight:300;
}



.tpl-2 img {
  width:100%;
}

.gsa-footer-logo {
  max-width:200px;
  margin-right:40px;
  width:100%;
}

.social-footer {
  float:right;
}
.social-footer a img {
  height:18px;
}

.social-footer a {
  float:left;
  padding-left:12px;
}

.start-screen-icons a {
  color:#a7a0a5;
}

.gsa_infobox {
  float:right;
  margin:8px 0 8px 20px;
  border:1px solid #222;
  padding:16px 20px;
  max-width:300px;

}

.tpl-2 .inline-image {
  height:auto;
  width:100%;
}


.tag-filter {
  text-align: center;
  position: absolute;
  width:100%;
  top:-62px;
  left: 0;
}
.tag-filter a {
  color:#4a4b4d;
  padding: 0 10px;
  font-size:1.7rem;
}
.tag-filter a.active {
  color:#c10936;

}

.tag-filter-height {
  height:20px;
}

.easy-tab {
  width:100%;
  display:table;
  margin-bottom:10px;
}
.easy-tab > div.easy-tab-row:first-child div {
  border-bottom: 3px solid #c10936;
  font-weight: bold;
  font-size: 2.1rem;
  padding: 10px 0 10px 0;
  position: relative;
}

.easy-tab div.easy-tab-row {
  display:table-row;
}

.easy-tab div.first, .easy-tab div.second {
  padding: 5px 5px 5px 0;
  display:table-cell;
  border-bottom: 1px dotted #ccc;
}

.alt-two .ct-0-stdtxt > div + p {
  padding:0;
  margin:0;
}

.alt-two .ct-0-stdtxt > div {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  margin-bottom:22px;
}


.alt-three .sectiondiv {
  padding-bottom:0 !important;
}



/* =================================
   COOKIE CONSENT 2
   ================================= */
#consent_info label {
  padding-right: 0;
  margin-left: 40px;
}

#consent_info input[type="checkbox"] + label:before {
  /*border: 1px solid #cc0000 !important;*/
  
}

#consent_info input[type="checkbox"]:checked + label:before {
    background: #c10936;
}
#consent_info input[type="checkbox"][id="cookie_tech"] + label:before {
  border: 1px solid #777 !important;

}

#consent_info input[type="checkbox"][id="cookie_tech"] + label {
  opacity: 0.6;
}

#consent_info .p-sb.somecookies {
  background: transparent;
}

#cookie_settings_details {
  margin: 20px auto;
  width: 100%;
  max-width: 700px;
}

#consent_info .con-cxs {
  display: flex;
  justify-content: flex-end;
}

#consent_details {
  display: none;
  text-align: left;
  padding: 10px;

  max-width: 900px;
  margin: 0 auto;
}

  a .cookie-note {
	color:black;
}
.cookie-note {
	background:#EFEFEF;
	padding:28px 20px 30px 100px;
	position: relative;
	font-size:1.4rem !important;
	line-height: 1.4 !important;
}
.cookie-note:before {
content:"!";
	font-size: 3rem;
	line-height: 1;
	font-weight: bold;
	color:#fff;
	border:5px solid #fff;
	border-radius: 100px;
	padding:0px;
	width:60px;
	height:60px;
	position: absolute;
	left:20px;
	text-align: center;
}


.cookie-note-mood {
    background: #051a39b3;
    padding: 25px;
    position: fixed;
    z-index: 2;
    top: 50%;
    align-items: center;
    justify-content: center;
    /* margin: auto; */
    display: none;
    color: #fff;
    /* min-width: 60%; */
}
.cookie-note-mood a{
    
    color:#fff;
    text-decoration: underline;
}

#consent_info {
    position: fixed;
    height: auto;
    bottom: 0;
    width: 100%;
    background-color: #ccc;
    text-align: center;
    z-index: 99999;
}


.content-data-protection h2{
  font-weight: bold;
}


.form-table input[type="radio"]:checked + label:after, .form-table input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  height: 10px;
  width: 10px;
    background: #c10936;
  /*border-radius: 2px;*/
}
