/* ----------------------------- */
/* -------- KID A DESIGN ------- */
/* ----------------------------- */
/* ------ GITTERLE EDITION ------ */
/* ----------------------------- */

@import url("https://use.typekit.net/cul8cdq.css"); 

html {
	font-size: 14px;	
	-webkit-font-smoothing: antialiased;
	font-kerning: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body { 
	font-family: magneta, serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 27px;
	letter-spacing: 0.8px;
	background-color: #f3f3f3;
	color: rgba(0,0,0,1);
	padding: 0px;
	margin: 0px;
	text-align: left;
}

/* ------------------------------- */
/* ----- DEFAULT HTML STYLES ----- */
/* ------------------------------- */

figure {
	display: block;
	margin: 0; padding: 0;
}
a, a:active, a:hover, a:focus {
	outline: 0;
	text-decoration: none;
}
p { margin-top: 0px;}

button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button, 
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
td, th {
	padding: 0;
	text-align: left;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 20px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
pre {
	background: #f1f1f1;
	font-size: 12px;
	padding: 15px;
	color: #686868;
}
img {
	border: none;
	display: block;
}



/* ------------------------------------------ */
/* --------- DEFAULT BAKEHOUSE HTML --------- */
/* ------------------------------------------ */

.bhe-content-noteditable {
	transition: opacity .4s;
}
a.bhElement {
	display: block;
}
.bhElement, .bhPseudoElement {
    position: relative;
    margin-bottom: 50px;
}
.bh-downloadlink-name {
    padding: 10px;
}
.bh-femode .bhImageInner{
    overflow: hidden;
}
.bh-tabcontent > .bhContainer {
    display: none;
}
.bh-tabcontent .bh-tabcontent-active {
    display: block;
}
audio {
	width: 100%;
}
.mce-edit-focus {
	outline: none !important;
}
.clearfix:after, .cf:after, .floatchildren:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix, .cf, .floatchildren {
    display: block;
}
.floatchildren > * {
    float: left;
    min-height: 1px;
}
.beside, .L, .l {
    float: left;
}
.rightside, .R, .r {
    float: right;
}



/* ------------------------------------------ */
/* -------------- PRELOADER ----------------- */
/* ------------------------------------------ */


#Preloader {
  width: 40px;
  height: 40px;
  background-color: #333;
  display: none;

  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

#Preloader .preloadericon {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 80%;
	margin-left: -15px;
	margin-top: -15px;
	border-radius: 50%;
	border-left: 2px solid #F1BF24;
	border-right: 2px solid #F1BF24;
	border-top: 2px solid ##F1BF24;
	border-bottom: 2px solid #F1BF24;

	-webkit-animation: rotation 0.8s infinite linear;
	-moz-animation: rotation 0.8s infinite linear;
	-ms-animation: rotation 0.8s infinite linear;
	-o-animation: rotation 0.8s infinite linear;
	animation: rotation 0.8s infinite linear;
	
}


@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}





/* ------------------------------------------ */
/* -------------- BH-BEMODE ----------------- */
/* ------------------------------------------ */

.bh-bemode #Page {
	padding-top: 50px;
}

.bh-bemode.bhe-state-editing #Page {
	padding-top: 100px;
}


.bh-bemode.bhe-state-editing nav#Mainmenu {
	display: none;
}


/* ------------------------------------------ */
/* -------------- LAYOUT -------------------- */
/* ------------------------------------------ */

#TopWrapper {
    position: absolute;
    z-index: 10;
    width: 100%;
    color: #fff;
    transition: margin-top .6s;
}

#Top {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

header {
	background: rgba(0,0,0,0.1);
	min-height: 300px;
}

main.bh-margin-normal {
	margin-bottom: 120px !important;
}

footer {
    font-family: magneta, serif;
/*
    background-image: url('../../fileadmin/images/background_footer.svg');
    background-repeat: repeat;
*/
    background-color: rgba(0,0,0,0.94);
/*     background-size: 35px; */
    display: block;
    min-height: 300px;
    color: #fff;
	position: relative;
	padding-top: 90px;
}

footer h4 {
	color: #FCC200;
}



#FooterTop {
	height: 70px;
	display: flex;
	margin-top: 0px;
	margin-bottom: 35px;
	position: absolute;
	width: 1170px;
	left: calc(50% - 585px);
	top: -35px;
	background-color: #1A1A1A;
	align-items: center;
    align-content: center;
    justify-content: space-around;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
}

.iconfader_icon {
    margin: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    opacity: 0.20;
}

.iconfader_icon img {
	height: 20px;
}




/* ------------------------------------------ */
/* ------------- SUBNAVIGATION -------------- */
/* ------------------------------------------ */

#Service {
    text-align: center;
    line-height: 50px;
    background: RGBA(26, 26, 26, 1.00);
    margin-top: 80px;
    box-sizing: border-box;
    overflow: hidden;
}

#Service  li.servnavi_item {
	display: inline-block;
}

#Service  li.servnavi_item a {
	padding-left: 15px;
	padding-right: 15px;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	color: rgba(255,255,255,0.5);
	text-transform: none;
	transition: 0.3s all;
	text-transform: uppercase;
	font-family: "brandon-grotesque",sans-serif;
	
	
}

#Service  li.servnavi_item a:hover {
	color: rgba(255,255,255,1);
}




.infobox {
	position: absolute;
	height: 120px;
	line-height: 120px;
	font-size: 18px;
	z-index: 100;
	top: 4px;
	right: 30px;
	display: block;
	cursor: pointer;
}

.infobox span {
	padding-left: 5px;
}


#Logo {
	position: absolute;
	margin-left: 30px;
	margin-top: 20px;
	width: 70px;
	height: 100px;
	background-image: url( ../images/logo.svg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 105;
}








/* ----- EDITOR CUSTOM STYLES ----- */

.bh-bodytext .bhe-teaser2 {
	font-family: "brandon-grotesque",sans-serif;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
	text-align: center;
	letter-spacing: 1.5px;
	position: relative;
}


.bh-bodytext .bhe-teaser2:before {
    content: '';
    width: 100px;
    background-color: #fff;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: -10px;
}


.bh-bodytext .bhe-teaser {
	font-size: 80px;
	position: relative;
	display: block;
	text-transform: uppercase;
	line-height: 45px;
	text-align: center;
}

.bh-bodytext .bhe-bigger {
	font-size: 150%;
	line-height: 140%;
}

.bh-bodytext .bhe-color {
	color: #F1BF24;
}

.bh-bodytext .bhe-button-white {
	border: none;
    cursor: pointer;
    padding: 12px 15px;
    display: inline-block;
    text-align: center;
    -webkit-appearance: none;
    min-width: 220px;
    position: relative;
    font-family: "brandon-grotesque",sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: grey;
    text-decoration: none !important;
    letter-spacing: 2px;
    background: white;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.10);
    transition: background .4s;
    text-transform: uppercase;
}

.bh-bodytext .bhe-button-yellow {
    border: none;
    cursor: pointer;
    padding: 12px 15px;
    display: inline-block;
    text-align: center;
    -webkit-appearance: none;
    min-width: 220px;
    position: relative;
    font-family: "brandon-grotesque",sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none !important;
    letter-spacing: 2px;
    background: #FEC42A;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.10);
    transition: background .4s;
    text-transform: uppercase;
}

.bh-bodytext .bhe-button-yellow a {
	color: white !important;
	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.bh-bodytext .bhe-button-white a  {
	border: none !important;
}



/* ----- EDITOR DEFAULT STYLES ----- */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: rgba(0,0,0,0.8);
}
h1 {
  font-family: magneta, serif;
  font-weight: 400;
  letter-spacing: 0.5px !important;
	font-size: 42px;
	line-height: 60px;
	margin-bottom: 40px !important;
}

h2 {
	font-family: magneta, serif;
	font-weight: 400;
	font-size: 35px;
	letter-spacing: 2px;
	line-height: 42px;
}

h3 {
	font-weight: 400;
	font-size: 44px;
	line-height: 44px;
	letter-spacing: 1.5px;
	margin-bottom: 25px !important;
	column-span: all;
	-webkit-column-span: all;
	color: #F1BF24;
	text-align: center;
}
h4 {
	font-weight: 900;
	font-family: "brandon-grotesque",sans-serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 3.5px;
	text-transform: uppercase;
	color:	#8d837c;
}
h5 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 500;
	font-size: 26px;
	color: #E60114;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 0px !important;

}

h6 {
	font-style: italic;
	color: rgba(0,0,0,0.25);
	letter-spacing: 3.5px;
	font-size: 17px;
	font-weight: 400;
}

.bh-bodytext a,
.bh-bodytext a:visited {
	color: #8d837c;
	transition: 0.5s all;
	border-bottom: 1px solid RGBA(141, 131, 124, 0.35);	
}

.bh-bodytext a:hover {
	border-bottom: 1px solid RGBA(141, 131, 124, 1.00);	
	transition: 0.5s all;
	color: #8d837c;
}














/* ----- HAUPTNAVIGATION ----- */

ul.navi, .navi li, .navi a {
   margin: 0px; padding:0px;
   list-style-type: none;
   display: block;
}
nav#Mainmenu {
	position: relative;
	width: 100%;
	transition: 0.8s all;

}
nav#Mainmenu .bh-navigation,
nav#Servicemenu .bh-navigation {
	text-align: center;
}

nav#Mainmenu.fixed {
	position: fixed;
	top: -100px;
	width: 100%;
	background: rgba(255,255,255,1);
    margin: 0;
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 150px 29px;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.3);
	height: 70px;
	transition: .4s ease all;
}

.menuin.bh-bemode nav#Mainmenu.fixed {
	top: 50px;	
}
.menuin nav#Mainmenu.fixed {
	top: 0px;	
}

nav#Mainmenu.fixed .logo {
	margin-top: 5px;
	background-size: 80px;
}

nav#Mainmenu.fixed a {
	line-height: 70px;
}
nav#Mainmenu.fixed li.hnavi_item.active > a {
	line-height: 60px;
}

li.hnavi_item {
	display: inline-block;
	line-height: 120px;
	padding-left: 18px;
	padding-right: 18px;
	position: relative;
	text-transform: uppercase;
	
}
li.hnavi_item > a {
	color: rgba(255,255,255,1);
	font-weight: 400;
	cursor: auto;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 1.8px;
	transition: 0.3s all;
	font-family: "brandon-grotesque",sans-serif;
		text-rendering: optimizeLegibility;
	
}
li.hnavi_item:hover > a {
	color: #F1BF24;
	transition: 0.3s all;
}
li.hnavi_item.active > a {
	color: #F1BF24;
	box-sizing: border-box;
}

/* ----- UNTERMENÜ 1 und 2 ----- */
ul.navi.hsnavi_box{
	left: 50%;
	transform: translateX(-50%);
}
ul.navi.hsnavi_box,
ul.navi.hssnavi_box {
	font-family: "brandon-grotesque",sans-serif;
	font-weight: 300;
	visibility: hidden;
	background-color: #000000;
	position: absolute;
	width: 230px;
	text-align: center;
	margin-top: 15px;
	opacity: 0;
	transition: all .4s;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: -1;
	display: none;
}


li.hnavi_item:hover ul.navi.hsnavi_box {
	visibility: visible;
	margin-top: 0px;
	z-index: -10;
	opacity: 1;
}

li.hsnavi_item,
li.hssnavi_item {
/* 	border-bottom: 1px solid RGBA(111, 111, 110, 0.20); */
}

li.hsnavi_item.has-submenu:after {
	width: 30px;
	height: 40px;
	display: block;
	content: '\e906';
	position: absolute;
	right: 0;
	float: right;
	margin-top: -41px;
	line-height: 40px;

	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 20px;
}

li.hsnavi_item > a,
li.hssnavi_item > a {
	color: RGBA(255, 255, 255, 0.90);
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 55px;
	font-family: magneta, serif;
	text-transform: none;
}
li.hsnavi_item:last-child,
li.hssnavi_item:last-child {
	border-bottom: none;
}
li.hsnavi_item > a:hover {
	color: #fff;
}
ul.navi.hssnavi_box {
	position: absolute;
	width: 200px;
	margin-left: 170px;
	margin-top: -2.8em;
	background-color: rgba(0,0,0,.7);
	border: none;
}

li.hsnavi_item:hover ul.navi.hssnavi_box {
	visibility: visible;
	opacity: 1;
	margin-left: 203px;
}

li.hssnavi_item > a {
	color: #fff;
}
li.hssnavi_item > a:hover {
	background: rgba(0,0,0,.8);
}

/* ----- MENÜ SIMPLE DROPDOWN ----- */

nav#Mainmenu.bhm-simpledropdown li.hsnavi_item:hover ul.navi.hssnavi_box {
	visibility: hidden;
}
nav#Mainmenu.bhm-simpledropdown li.hsnavi_item.has-submenu:after {
	display: none;
}




/* ---- MENÜ MITFAHREND ---- */
[data-scroll="scrolled"] #Mainmenu {
	position: fixed;
	top: 0px;
	height: 70px;
	z-index: 10;
	background: #F4F4F4;
	box-shadow: 3px 3px 20px RGBA(0,0,0,0.1);
}



[data-scroll="scrolled"] #Mainmenu li.hnavi_item {
    display: inline-block;
    line-height: 70px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
}

[data-scroll="scrolled"] #Mainmenu li.hnavi_item > a {
	color: #323232;
	font-weight: 600;
}

[data-scroll="scrolled"] #Mainmenu li.hnavi_item:hover > a {
	color: #F1BF24;
	transition: 0.3s all;
}

[data-scroll="scrolled"] #Mainmenu li.hnavi_item.active > a {
	color: #F1BF24;
	box-sizing: border-box;
}

[data-scroll="scrolled"] #Mainmenu #Logo {
	margin-top: 5px;
	left: 5px;
	padding: 0px;
	background-position: top center;
	height: 60px;
}

[data-scroll="scrolled"] #Mainmenu .infobox {
	color: rgba(0,0,0,0.3);
	line-height: 70px;
}


[data-scroll="scrolled"] main {
	padding-top: 0;
}


/* ------------------------------------------ */
/* -------------- INFOLAYER ----------------- */
/* ------------------------------------------ */

#InfoOverlay {
	transition: transform .7s;
	width: calc(100vw - 40px);
	height: calc(100vh - 40px);
	position: fixed;
	transform: translateY(-100vh);
	left: 20px;
	background: #FEC42A;
	z-index: 100;
	padding: 30px;
	box-sizing: border-box;
	overflow: hidden;
}
body.infooverlay-open #InfoOverlay {
	transform: translateY(20px);
}

#InfoOverlayClose {
	background: black;
	font-size: 50px;
	color: white;
	display: inline-block;
	text-align: right;
	right: 30px;
	position: absolute;
}



.InfoBoxContent {
	color: #313131;
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0 auto !important;
	display: block;
	font-size: 25px;
	line-height: 35px;
	display: flex;
	align-items: top;
	padding-top: 15%;
}

.InfoBoxContent a {
	display: block;
	color: #313131;

}
.InfoBoxContent a:hover {
	color: #8D837C;
}


.InfoBoxMils {

}

.InfoBoxMils .phone,
.InfoBoxMils .mail,
.InfoBoxMils .openinghours,
.InfoBoxMils .location {
	position: relative;
}

.InfoBoxMils .openinghours span,
.InfoBoxMils .location span {
	height: 80%;
}



.InfoBoxMils .headline,
.InfoBoxFliess .headline {
	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	font-weight: bold;
	font-size: 18px;
	line-height: 120px;
	color: white;
}

.InfoBoxMils .phone span,
.InfoBoxMils .mail span,
.InfoBoxMils .openinghours span,
.InfoBoxMils .location span {
	width: 40px;
	display: flex;
	height: 100%;
	align-items: center;
    position: absolute;
    margin-left: -60px;
    font-size: 26px;
   	color: #323336;
   	display: none;
}
.InfoBoxContent .openinghours,
.InfoBoxContent .location {
	padding-top: 30px;
}

.InfoBoxFliess {

}



/* ----- NEWSBEREICH OPTIK BILD ----- */

.newslist-blog-uebersicht {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;

	align-content: center;
	width: calc(70% + 10px);
	transform: translateZ(0);
	
	font-family: verdana;
	
	
}
.newslist-blog-uebersicht a.newslist_box {
	display: block;
	width: calc(33.3333% - 10px);
	margin-left: 10px;
}
.newslist-blog-uebersicht-item  {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}
.newslist-blog-uebersicht-item .bh-image-background {
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: transform .6s;
	transform: translateZ(0);
}
.newslist-blog-uebersicht-item:hover .bh-image-background {
	transform: scale(1.05);
}
.newslist-blog-uebersicht-item .newslist-blog-uebersicht-title {
    display: none;
}

.newslist-blog-uebersicht-item .newslist-blog-uebersicht-content {
	position: absolute;
	bottom: 10px; left: 10px;
	transition: background-color .5s;
}

.newslist-blog-uebersicht-item .newslist-blog-uebersicht-background {
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: absolute;

}

.newslist-blog-uebersicht-item .newslist-blog-uebersicht-subtitle,
.newslist-blog-uebersicht-item .newslist-blog-uebersicht-headline {
	color: grey;
	position: relative;
	letter-spacing: 0px !important;
}
.newslist-blog-uebersicht-item .newslist-blog-uebersicht-subtitle {
	font-size: 0.93rem;
	line-height: 0.93rem;
	margin: 15px;
	border: 1px solid aqua;
	height: 50px;
	
}
.newslist-blog-uebersicht-item .newslist-blog-uebersicht-headline {
	font-size: 18px;
	line-height: 22px;
	margin: 10px;
}
.newslist-blog-uebersicht .newslist_box:first-child {
	width: 100%;
}
.newslist-blog-uebersicht .newslist_box:first-child .newslist-blog-uebersicht-item .bh-image-background {
	height: 440px;
}
/* ---- temporär nicht genutzt ---- */
/*
.newslist-blog-uebersicht a.newslist_box:nth-child(2),
.newslist-blog-uebersicht a.newslist_box:nth-child(3) {
	width: calc(50% - 10px);
}
*/
.newslist-blog-uebersicht a.newslist_box:nth-child(2),
.newslist-blog-uebersicht a.newslist_box:nth-child(3),
.newslist-blog-uebersicht a.newslist_box:nth-child(4) {
	width: calc(33.3333% - 10px);
}
.newslist-blog-uebersicht a.newslist_box:nth-child(3) {
	margin-left: 10px;
}
.newslist-blog-uebersicht a.newslist_box:nth-child(5),
.newslist-blog-uebersicht a.newslist_box:nth-child(10) {
	width: calc(66.6666% - 10px);
}
/*
.newslist-blog-uebersicht .newslist_box:first-child .newslist-blog-uebersicht-content {
	width: 650px;
}
*/


/* ---- temporär genutzt ---- */
.newslist-blog-uebersicht a.newslist_box:nth-child(3) .newslist-blog-uebersicht-content, 
.newslist-blog-uebersicht a.newslist_box:nth-child(5) .newslist-blog-uebersicht-content,
.newslist-blog-uebersicht a.newslist_box:nth-child(8) .newslist-blog-uebersicht-content,
.newslist-blog-uebersicht a.newslist_box:nth-child(10) .newslist-blog-uebersicht-content,
.newslist-blog-uebersicht a.newslist_box:nth-child(12) .newslist-blog-uebersicht-content {
	bottom: auto;
	top: 10px;
	
}
.newslist-blog-uebersicht a.newslist_box:first-child .newslist-blog-uebersicht-item .newslist-blog-uebersicht-headline {
	font-size: 32px;
}

.newslist-blog-uebersicht a.newslist_box:first-child .newslist-blog-uebersicht-item .newslist-blog-uebersicht-subtitle {
	color: red;
}
.newslist-blog-uebersicht a.newslist_box:nth-child(2) .newslist-blog-uebersicht-item .newslist-blog-uebersicht-headline,
.newslist-blog-uebersicht a.newslist_box:nth-child(3) .newslist-blog-uebersicht-item .newslist-blog-uebersicht-headline,
.newslist-blog-uebersicht a.newslist_box:nth-child(4) .newslist-blog-uebersicht-item .newslist-blog-uebersicht-headline,
.newslist-blog-uebersicht a.newslist_box:nth-child(5) .newslist-blog-uebersicht-item .newslist-blog-uebersicht-headline,
.newslist-blog-uebersicht a.newslist_box:nth-child(6) .newslist-blog-uebersicht-item .newslist-blog-uebersicht-headline,
.newslist-blog-uebersicht a.newslist_box:nth-child(7) .newslist-blog-uebersicht-item .newslist-blog-uebersicht-headline,
.newslist-blog-uebersicht a.newslist_box:nth-child(10) .newslist-blog-uebersicht-item .newslist-blog-uebersicht-headline {


}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background: none !important;
	width: 70px !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next:before {
	font-size: 50px;
	color: white;
	text-align: center;
}

.swiper-pagination-bullet-active {
	background: #fdc201 !important; 
}

.swiper-container {
	height: 92vh !important;	
}

.swiper-pagination-bullet {
	border-radius: 0 !important;
}






/* -------- SLIDER  -------- */ 


.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background: none !important;
	width: 70px !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next:before {
	font-size: 50px;
	color: white;
	text-align: center;
	background: black !important;
	height: 100%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 0px !important;
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 0px !important;
}

.swiper-button-next, .swiper-button-prev {
	height: 50px !important;
}

.swiper-pagination-bullet-active {
	background: #fdc201 !important; 
}

.swiper-container {
	height: 90vh;	
}




/* --------------------------------------------- */
/* ------- COOKIES WARNING WEST EDITION -------- */
/* --------------------------------------------- */

/* ------- DESKTOP ----------------------------- */

.bh-state-desktop .bh-cookies-warning {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 320px;
    padding: 15px;
    box-sizing: border-box;
    background-color: white;
    z-index: 700;
    color: #fff;
    background-color: #1A1A1A;
    display: none;
}

.bh-state-desktop .bh-cookies-warning-accept,
.bh-state-desktop .bh-cookies-warning-link {
    background: transparent;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 50%;
    transition: 0.5s all;
    
    border-right: 1px solid rgba(255,255,255,0.2);
    color: #FFFFFF !important;
    font-size: 15px;
    line-height: 40px;
	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	font-weight: 800;

}

.bh-state-desktop .bh-cookies-warning-accept:hover,
.bh-state-desktop .bh-cookies-warning-link:hover {
/* 	background: #0E0E0E; */
	color: #FCC200 !important;
}


.bh-state-desktop .bh-cookies-warning-link,
.bh-state-desktop .bh-cookies-warning-accept {
	padding: 0px;
	margin: 0px;
}

.bh-state-desktop .bh-cookies-warning-link {
	border-right: 0px;
}

.bh-state-desktop .bh-cookies-buttons {
	display: inline-block;
	float: none;
	display: flex;
	justify-content: center;
	padding: 0px;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.bh-state-desktop .bh-cookies-warning-text {
	padding-top: 15px;
	text-align: center;

	border-top: 1px solid rgba(255,255,255,0.2);	
	font-size: 12px;
	line-height: 18px;
	color: rgba(255,255,255,0.8);

}




