/* XPages Application CSS */
@font-face {
    font-family:'GenosGFG';
    src:url("https://static.bvr.de/font/GenosGFG-Bold.eot");
    src:url("https://static.bvr.de/font/GenosGFG-Bold.eot?#iefix") format("embedded-opentype"), url("https://static.bvr.de/font/GenosGFG-Bold.woff") format("woff"), url("https://static.bvr.de/font/GenosGFG-Bold.ttf") format("truetype"), url("https://static.bvr.de/font/GenosGFG-Bold.svg#GenosGFG-Bold") format("svg");
        font-weight:700;
     font-style:normal;
     font-display: swap;
    }
    
    @font-face {
    font-family:'GenosGFG';
    src:url("https://static.bvr.de/font/GenosGFG-Regular.eot");
    src:url("https://static.bvr.de/font/GenosGFG-Regular.eot?#iefix") format("embedded-opentype"), url("https://static.bvr.de/font/GenosGFG-Regular.woff") format("woff"), url("https://static.bvr.de/font/GenosGFG-Regular.ttf") format("truetype"), url("https://static.bvr.de/font/GenosGFG-Regular.svg#GenosGFG-Regular") format("svg");
    font-weight:400;
     font-style:normal;
     font-display: swap;
    }
    @font-face {
    font-family:'GenosGFG';
    src:url("https://static.bvr.de/font/GenosGFG-RegularItalic.eot");
    src:url("https://static.bvr.de/font/GenosGFG-RegularItalic.eot?#iefix") format("embedded-opentype"), url("https://static.bvr.de/font/GenosGFG-RegularItalic.woff") format("woff"), url("https://static.bvr.de/font/GenosGFG-RegularItalic.ttf") format("truetype"), url("https://static.bvr.de/font/GenosGFG-RegularItalic.svg#GenosGFG-RegularItalic") format("svg");
     font-weight:400;
     font-style:italic;
     font-display: swap;
    }
    @font-face {
    font-family:'GenosGFG';
    src:url("https://static.bvr.de/font/GenosGFG-BoldItalic.eot");
    src:url("https://static.bvr.de/font/GenosGFG-BoldItalic.eot?#iefix") format("embedded-opentype"), url("https://static.bvr.de/font/GenosGFG-BoldItalic.woff") format("woff"), url("https://static.bvr.de/font/GenosGFG-BoldItalic.ttf") format("truetype"), url("https://static.bvr.de/font/GenosGFG-BoldItalic.svg#GenosGFG-Bold_italic") format("svg");
    font-weight:600;
     font-style:italic;
     font-display: swap;
    }


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 5px;
    right: 5px;
    display: none;
    background: none;
    background-color: var(--white);
    border: 1px solid var(--blue1);
    border-radius: 5px;
    padding: .2em;
}

/*fixed test */

.fixed-nav{
	position: fixed!important;
    width: 100%;
    background-color: var(--white);
	z-index: 999;
	transition: position 15s ease;
	
}

.fixed-nav .container-search input.JCsearch {
	background: url(/jc.nsf/jc22-icon-Suche-Lupe.svg) no-repeat scroll 10px 7px var(--white);
	}

.top2.fixed-nav{
    height: 90px;
    top: 50px;
    border-bottom: 1px solid var(--blue1);
}
.galSWITCHCover{
	cursor: pointer;
}

header#header.fixed-nav{
    height: 50px;
    top:0px;
    padding-top: 1px;
    padding-bottom: 1px;
    
    
}
hr.head.fixed-nav{
    height: 0px;
    top:60px;
}

.top2.fixed-nav .headLinks.jcnav {
	
	 height: 40px;
	 padding: 0.2rem 0;
	
}

.top2.fixed-nav .container-search input.JCsearch{
	height:35px;
	width:35px;
} 



.top2.fixed-nav .headLinks.jcnav a, 
.top2.fixed-nav .headLinks.jcnav button {
	
	height:50px;
	width:50px;
}


.fixed-nav .text-wettbewerb{
line-height: 16px;
}
.fakemapcontainer .img-holder {
    display: inline-block;
    width: 100%;
    height: 75%;
    overflow: hidden;
        border-radius: 25px;
}

.anchorjs-link{
	padding-left:10px;
    font-weight: 400;
    color: var(--blue1);
    transition: color .15s ease-in-out,opacity .15s ease-in-out;	
    opacity: 0;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
	
}
.text-block-inner-headline:hover .anchorjs-link,.text-block-inner-headline:active .anchorjs-link,
.text-block-headline:hover .anchorjs-link,.text-block-headline:active .anchorjs-link{
	opacity: 1;
	color:var(--blue1)!important;

}
.homeboxIMG{
	max-height:320px;
	height:100%;
	overflow:hidden;
	object-fit: cover;
	margin:-20px!important;
	width:120%;
	height:250px;
}

[data-anchorjs-icon]::after {
    content: attr(data-anchorjs-icon);
}
.headline-title{
	pointer-events: auto;
}


.youtube-embed-wrapper {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: row;
    float: left;
    padding-left: 5%;
    margin-left: 1%;
    border-radius: 25px;
    height:20em;
    display:block;
    margin-top:10px;
    margin-bottom:10px;
}

.youtube-embed-wrapper+p{
	clear:both;
}

button.slick-arrow{
	z-index:99;
}

.slickGBB button.slick-prev,
.slickGLB  button.slick-prev,
.slickGLV  button.slick-prev{
	left:0;
	
}
.slickGBB button.slick-next,
.slickGLB  button.slick-next,
.slickGLV  button.slick-next{

	right:0;
}

.clampthreelines{
overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

}


:root {
    --blue1: #0F2C63;
    --blue2: #0067AF;
    --blue3: #005C9C;
    --blue4: #3579A3;
    --gray1: #787800;
    --gray2: #F3F3F3;

	--red1: #A20032;
	--red2:	#A0008C;
	--purple1: #006E73;
	
	--orange1:#ED702E;
	
	
	
	--font-family-genosgfg: "GenosGFG", Arial, sans-serif;
	--font-family-frutiger: frutiger_vrregular,frutiger_vrbold,frutiger_vritalic,frutiger_vrbold_italic;
}

em{    font-style:italic;  font-weight:400;}
b, strong, .bold, .fett,.font-bold {    font-weight:700; }
b em, strong em {   font-weight:600; }

main,footer,header{display:block;}


	.sectImage .bvr-media img { width:100%}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
 cursor: text;
}
	
.image.img-right{
		width:auto;
		float:right;
	padding-top:20px;
		    /**padding-left: 20px;*/
    padding-bottom: 20px;
	}
	
	img.img-responsive.img-right {
	 /* padding-left: 10px; */
	  padding-bottom: 10px;
	  padding-top:10px;
	}
	
	img.img-responsive.img-left {
	  padding-right: 10px;
	  padding-bottom: 10px;
	  padding-top:10px;
	}
	
	.image.img-left{
		width:50%;
		float:left;
	padding-top:20px;		
		    padding-right: 20px;
    padding-bottom: 20px;
	}
	
	
	figcaption{font-size: 14px;}
	
	.jc-media{
		position:relative;
		cursor: pointer;
	}
	
	.jc-media:before {
	
	/* content: url(/jc.nsf/jciconZoom.png); */
	content: url(/jc.nsf/jc22-icon-plus-dark.svg);
	    background-color: var(--white);
    opacity: 0.9;
    font-size: 40px;
    color: #0066b3;
    position: absolute;
    vertical-align: unset;
    top: 14px;
    right: 14px;
    height: 40px;
    line-height: 25px;
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 18px;
    font-weight: 900;
    vertical-align: middle;
    padding-top: 3px;
	}

.s18p{
	font-size:18px;
}
.lh22p {
	line-height:22px;
}

.l18B{font-size: 18px;font-weight: bold;line-height: 22px;}
.l16{font-size: 16px;font-weight: bold;line-height: 20px;}

a[data-toggle="collapse"][aria-expanded="true"] > img{
	transform: scaleY(-1) rotate(360deg)
}

a,a:hover,a:visited{
	text-decoration: none;
	 color:var(--blue1);
}

.text-block a,.newsbottom a,
.text-block a:hover,.newsbottom a:hover,
.text-block a:visited,.newsbottom a:visited{
	 color:var(--orange1)!important;
}

.iconDropdown{
	width:25px;
	height:25px;
}

.imgbox--headline{
	height:50px;
	display:block;
}

.containerPressHead{
	background-color: var(--red1);
}
.containerPressHead h1{
	color:white;
	margin-top:30px;
	margin-bottom:30px;
}
.text-block h3{
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
}
.text-block h4{
	margin-top: 5px;
	margin-bottom: 5px;
}

.containerHeaderImage + .container.containerTOC,
.containerPressHead   + .container.containerToc{
	margin-top:15px;
	margin-bottom:13px;
}


.jc-yt-media {
    position: relative;
    display: block;
 
}
.jc-yt-media .playIcon {
    background: url('/jc.nsf/video_grau_90x90.png') center center no-repeat;
 
  width: 90px;
    height: 90px;
    position: absolute;
    z-index: 22;
    top: 45%;
    left: 45%;
    display: block;

}

.jc-yt-media img{
	opacity:0.6;
}
.jc-yt-media a{
	z-index:999;
}
.rounded-inline.float-right {width:auto;max-width:100%;}
.rounded-inline.float-right img{
	/*width:80%;*/
}

button.btn-jc,button.btn-jc:visited,
a.btn-jc,a.btn-jc:visited{
  height: 50px;
  color: var(--white);
  font-size: 20px!important;
  letter-spacing: 0;
  /*line-height: 24px;*/
  box-shadow:none;
  text-shadow:none;
  padding:0px 20px;
    box-shadow: 0 0 1px var(--blue1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:auto 0 0 var(--white)  inset;

}

.jc-alert-success{
	color: var(--white);
    background-color: var(--gray1);
    border-color: var(--gray1);
    height: auto;
    border-radius:25px;
}

.alert-minimalist {
	background-color: var(--gray1);
	border-color: var(--gray1);
	border-radius: 3px;
	color: var(--white);
	padding: 10px;
}
.alert-minimalist > [data-notify="icon"] {
	height: 50px;
	margin-right: 12px;
}
.alert-minimalist > [data-notify="title"] {
	color: var(--white);
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
	font-size: 80%;
}

a.btn-jc{
	height:auto;
	line-height: 50px;
}

.btn-max350{
	max-width:350px;
}

a.btn-jc-bg-b1-hover:hover,
button.btn-jc-bg-b1-hover:hover{
	color:var(--blue1);
	border:1px solid var(--blue1);

    box-shadow:400px 0 0 var(--white) inset!important;
	
}

button.btn-jc.bg-white,button.btn-jc.bg-white:visited,
a.btn-jc.bg-white,a.btn-jc.bg-white:visited
 {
	color:var(--blue1);
	border:1px solid var(--blue1);
	 box-shadow: 0 0 1px var(--white);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:auto 0 0 var(--blue1)  inset;
     
}

button.btn-jc-bg-white-hover:hover,
a.btn-jc-bg-white-hover:hover
 {
	
	color:var(--white);
	border:1px solid var(--white);
	/* 
	background: linear-gradient(to left, var(--white) 100%, var(--blue1) 100%) right;
	background-color: var(--blue1)!important; 
     background: linear-gradient(to right, var(--white) 50%, var(--blue1) 100%) 50%)!important;
  background-size: 200% 100%!important;
  background-position: right bottom!important;
 
        box-shadow: 0 0 1px var(--white)!important;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear!important;
    box-shadow:0px 0 0 var(--blue1)  inset!important;
     box-shadow:100px 0 0 #31708f inset;
      */

    box-shadow:400px 0 0 var(--blue1) inset!important;
}
	
}
button.btn-jc-bg-b1-hover:hover,
a.btn-jc-bg-b1-hover:hover{
	/*background-color: var(--white)!important; 
	background: linear-gradient(to left, var(--blue1) 100%, var(--white) 100%) right;
	*/
	   display:block;
  
	box-shadow:400px 0 0 var(--white) inset!important;
	border:1px solid var(--blue1);
	color:1px solid var(--blue1);
}

.btn-jc[disabled='disabled']:hover,
.btn-jc-bg-b1-hover[disabled='disabled']:hover{
	color:inherit!important;
	border:inherit!important;
	box-shadow:inherit!important;
	cursor: not-allowed;
	
}

.color-r1{color:var(--red1);}
.color-r2{color:var(--red2);}
.color-b1{color:var(--blue1);}
.color-b2{color:var(--blue2);}
.color-b3{color:var(--blue3);}
.color-o1{color:var(--orange1);}
.color-g1{color:var(--gray1);}


body,body.xsp{
	line-height:24px;
    font-size:20px;
    color:var(--blue1);
	font-family:var(--font-family-genosgfg);
	font-weight:400;
	word-break: break-word;
}


.iconAutoHeight{
	    line-height: 50px;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    right: 15px;
    top: 50%;
    bottom: 50%;
	
}

.h-1{height:1px;}

.bg-white{background-color: var(--white);}

.bg-b1{background-color: var(--blue1);}
.bg-b2{background-color: var(--blue2);}
.bg-g1{background-color: var(--gray1);}
.bg-g2{background-color: var(--gray2);}
.bg-r12{background-color: var(--red1);}
.bg-r2{background-color: var(--red2);}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
.box-rounded {border-radius:25px;padding:15px;}
.rounded-25 {border-radius:25px;}
.box-rounded-0 {border-radius:25px;padding:0px;}
.box-rounded-border-blue1{border: 1px solid var(--blue1);}
.box-rounded-border-blue2{border: 1px solid var(--blue2);}
.box-rounded-border-blue3{border: 1px solid var(--blue3);}
.box-rounded-border-blue4{border: 1px solid var(--blue4);}
.box-rounded-border-orange1{border: 1px solid var(--orange1);}
.box-rounded-border-red1{border: 1px solid var(--red1);}
.box-rounded-border-red2{border: 1px solid var(--red2);}
.box-rounded-border-gray1{border: 1px solid var(--gray1);}
.box-rounded-border-gray2{border: 1px solid var(--gray2);}
.box-rounded-highlight{border: 1px solid var(--orange1);background-color: var(--orange1);color:white!important;}

.border-r-b1{
	border-right:1px solid var(--blue1);
}

.posts--morearticle{
    display: flex;
    justify-content: center;
    margin-top:60px;
    margin-bottom:60px;
}


.text-block-collapser{
	padding:15px;
}


.content--morearticle{

}

.slick-slider .slick-track, .slick-slider .slick-list {
	transform:none;
	
	}

.text-block-collapser h3.h2{
 height: 32px;
  width: 290px;
  color: #787800;
 
  font-size: 30px;
  
  letter-spacing: 0.2px;
  line-height: 32px;
}	


.w-25px{
	width:25px;
	
}
.h-25px{
	
	height:25px;
}

.text-block-collapse{
	margin-bottom:10px;
}

a.text-block-collapser{
	text-align:left;
}
a.text-block-collapser:focus{
	box-shadow: none;
}

.text-block-collapse .card-body{
	border:0px;
}

.lh-50p{line-height:50px;}

.mb-50p{margin-bottom:50px;}
.mt-50p{margin-top:50px;}

.mb-20p{margin-bottom:20px;}
.mt-20p{margin-top:20px;}

.mb-10p{margin-bottom:10px;}
.mt-10p{margin-top:10px;}

.mb-0{margin-bottom:0px!important;}
.mt-0{margin-top:0px!important;}

.card-body .text-block h2:first-child{margin-top:0px;}

.text-block-collapser h4.h3{
 height: 48px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 24px;
  color:var(--blue1)!important;
}


.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
	
}
	
.bigButton{
	max-width:350px;
	width:100%;
	line-height: 50px;
	border-radius:20px;
padding-left:20px;
padding-right:20px;

  font-size: 20px;
  letter-spacing: 0;

}

a.text-block-collapser[aria-expanded=true] img{
	display:none;
}


.content--morearticle .bigButton{
	max-width:none;
}

.fa{
	font-family: 'Font Awesome\ 5 Free';
	font-weight: normal;
	color: #337ab7;
	font-size: 10pt;
	opacity: 1;
}

.bigButton > i {
	
	float:right;
	line-height: 50px;
}

.all-press{
  height: 50px;
  color: white;
 
  font-size: 20px;
  line-height: 24px;
	padding:14px 20px;
	
}

.pressRPs .container-fluid{
	border-top:1px solid var(--blue1);
} 

.containerPress h2{
	line-height: 32px;
	font-size:30px;
	margin-top:60px;
}

.containerPress h4{
	/* font-size:30px; */
	margin-top:50px;
	line-height: 24px;
	font-size:20px;
	color:var(--red1);
}
 

.containerHeaderImage h1, .containerPressHead h1 {
    margin-top: 20px!important;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px!important;
}
.containerHeaderImage h2, .containerPressHead h2 {
    margin-top: -10px!important;
   
    margin-bottom: 10px!important;
}

.containerHeaderImage +  .container {
	margin-top:30px;
	margin-bottom:30px;
}

.headerimage .rounded-image {
    height: 400px;
}


.containerPressHead .rounded-image, .containerHeaderImage .rounded-image {
 
    margin-bottom: 20px;
}

.margin-0{
	margin:0px;	
}
.padding-0{
	padding:0px;	
}

.margin-tb-20{
	margin-top: 20px;
	margin-bottom: 20px;
} 

.margin-tb-30{
	margin-top: 30px;
	margin-bottom: 30px;
} 

.m-width-350{
	max-width:350px;
}

.padding-tb-30{
	padding-top: 30px;
	padding-bottom: 30px;
} 

.padding-tb-20{
	padding-top: 20px;
	padding-bottom: 20px;
} 

.container-fluid.g2{
	background-color: var(--gray2);
}

.newsbottom{
	margin-top:25px;
	margin-bottom:25px;
	color:var(--blue1); 
  	font-size: 18px;
  	line-height: 26px;

}

.text-block-collapse .rounded-25[aria-expanded=true]{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

.text-block-collapse div.collapse.show .card-body{
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
}

.rounded-image {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 0;
  border-radius: 50%;
  overflow: hidden;
}

.rounded-image-10 {
  border-radius: 10%;
}

.rounded-image-25px {
  border-radius: 25px;
}

.rounded-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.rounded-inline{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}


.rounded-inline.float-right img{
	border-radius:25px;
}


/* Slick slider */

.slick-prev, .slick-next {
	height: 35px!important;
	width: 35px!important;
}

.slick-arrow:before{
	display: inline-flex;
    content: '';
    background-size: 35px 35px;
	height: 35px;
	width: 35px;
}

.slick-next:before {
	content: ''!important;
	opacity:1;
	background-image: url('/jc.nsf/jc22-icon-slider-arrow-r.svg');
}
.slick-prev:before {
	content: ''!important;
	opacity:1;
	background-image: url('/jc.nsf/jc22-icon-slider-arrow-l.svg');
}


.IconRightWhiteArrow{
	content: '';
	background-image: url('/jc.nsf/jc_icon_arrow_white_right.png');
	background-position: 95% center;
	background-repeat: no-repeat;
}

.text-blue1{color:var(--blue1);}

.dbootstrap :focus{outline:none!important;}

h1{font-size:30px;line-height:32px;letter-spacing: 0.2px;}
h2{font-size:28px;line-height:26px;letter-spacing: 0.2px;}
h3{font-size:26px;line-height:24px;letter-spacing: 0.2px;}
h4{font-size:24px;line-height:22px;letter-spacing: 0.2px;}
h5{font-size:20px;line-height:20px;letter-spacing: 0.2px;}

.text-block{letter-spacing: 0.28px;}

img{width:100%;/*max-width: 100%;*/height:auto;}

/* menu */



.headLinks.jcnav a,
.headLinks.jcnav button {
	display:inline;
	width:50px;
	
	height: 50px;
    padding: 0;
    width: 50px;
    margin: 5px 0 0 0px;
}

.closebtn{
	 margin-right: -15px!important;
}   

.headLinks.jcnav a img{
	margin-right: 10px;
	width:auto;
	max-width:100%;
}

/*

CHANGE 2024 STAGING

*/


.headLinks.jcnav{
	/* height:72px; */
	height:110px;
	padding: 0.5rem 0;
	margin-bottom:0px;
}

.headLinks.jcnav .navbar-toggler, button.inner-toggle{
	position: inherit;
	padding: 1px;
	margin: 1px;
	width:50px;
	height:50px;
	border:0px;
}

.headLinks.jcnav .navbar-toggler-icon{
	display:block;
	width:auto;
	height:auto;
} 

 .headLinks.jcnav .navbar-toggler {
    display: inline-block!important;
  }
  
  .top2{position:relative;}
  .top2>#navbarJC{position:absolute;top:0;z-index:999;}
  
  
  .searchbox{
 /*
  width: 300px;
  */
      width: 100%;
   overflow: visible; 
    position: absolute;
    
    overflow: visible;
  
}

.container-search{
 /*
  width: 300px;
  */
  vertical-align: middle;
  white-space:nowrap;
  position:relative;
  
 width:100%;
   
}

.container-search:hover,.container-search:active{
	z-index: 9999;
}

.container-search input.JCsearch{
  width: 50px;
  height: 50px;
 
  color:var(--blue1);
  border:1px solid var(--blue1);
  font-size: 22px;
  float: left;
  
  padding-left: 35px;
  border-radius: 25px;
 
  transition: width .55s ease;

  background: url(/jc.nsf/jc22-icon-Suche-Lupe.svg) no-repeat scroll 12px 12px var(--white);;
  
	padding-left:40px;
	
  
}

.container-search input.JCsearch::-webkit-input-placeholder {
   color:var(--blue1);
}
 
.container-search input.JCsearch:-moz-placeholder { /* Firefox 18- */
   color: var(--blue1);
}
 
.container-search input.JCsearch::-moz-placeholder {  /* Firefox 19+ */
   color:var(--blue1);
}
 
.container-search input.JCsearch:-ms-input-placeholder {  
   color: var(--blue1);
}

.container-search .searchicon{
 position: absolute;
    /* top: 50%; */
    /* margin-left: 17px; */
    /* margin-top: 17px; */
    z-index: 9999;
    width: 32px;
   height: 32px;
    display: block;
    /* margin-left: 500px; */
    /* overflow: visible; */
    display: block;
    border: 1px solid green;
}

.container-search input.JCsearch:focus, .container-search input.JCsearch:active{
  outline:none;
  width: 100%!important;
}

.container-search:hover input.JCsearch{
   width: 100%!important;
}

 


.menue1{
  font-size: 22px;
  letter-spacing: 0.18px;
  line-height: 40px;
  display:block;
  
}
.menue2{
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 16px;
  display:block;
  margin-bottom:10px;
}

.menupopup>div>div{
	margin-top:0px;
	margin-bottom:0px;
}

.menupopup>div{
	margin-top:10px;
	margin-bottom:40px;
}
/* defaults */


main.defMain .defaultMain{
	padding-top:30px;
	padding-bottom:20px;
}

main.defMain .h1{
	font-size:30px;
	line-height:32px;
}
main.defMain h2{
	font-size:20px;
	line-height:24px;
	margin-bottom:35px;
}


/* news */

div.text-block-collapse:first-child h2,
div.text-block-collapse:first-child h2,
div.text-block-collapse:first-child h5{

	color:var(--gray1);
}
div.text-block-collapse:nth-child(2) h3,
div.text-block-collapse:nth-child(2) h4,
div.text-block-collapse:nth-child(2) h5{
	color:var(--red2);
}	
/*
div.text-block-collapse:nth-child(3) h3,
div.text-block-collapse:nth-child(3) h4,
div.text-block-collapse:nth-child(3) h5{
	color:var(--red1);
}*/	

div.text-block-collapse:nth-child(3) h3,
div.text-block-collapse:nth-child(3) h4,
div.text-block-collapse:nth-child(3) h5{
	color:var(--purple1);
}	



.newsfeed .articleteaser {
	/* height:220px; */
}


.newsfeed .text-box{
	position:relative;
}

.newsfeed .text-box img.plusicon{
	position:absolute;
	left: 0.938rem;
    bottom: 0.938rem;
	margin-top:25px;
	display:block;
}

a.articleteaser--link{
	display:block;
	font-size:18px;
	line-height:22px;
	z-index: 99;
    overflow: hidden;
    height:100%;
}

a.articleteaser--link > div {height:100%;}
.articleteaser-img-right{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

a.articleteaser--link .articleteaser--link--heading{
	white-space: nowrap;
    width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height:230px;
	margin-bottom:25px;
}

.articleteaser--link--date{
	margin-bottom:15px;
	display: block;
}

.articleteaser.padding-0{
		padding-bottom: 15px;
	padding-top: 15px;
	}

a.articleteaser--link,a.articleteaser--link:hover,a.articleteaser--link:visited{
	text-decoration: none;
	color:var(--blue1);
}

.newsteaser:nth-child(even){
	background-color: #F3F3F3;
}



.newsteaser .text-box{
	display:block;
	padding:20px;
	color:var(--blue1);
}

.newsteaser .text-box .articleteaser--link--date {
	display:block;
	font-size:18px;
	line-height:22px;
	margin-bottom:10px;	
}


.newsteaser .text-box .articleteaser--link--newstyp{
	display:block;
	font-size:22px;
	line-height:24px;
	margin-bottom:10px;
	text-transform: capitalize;	
}

.newsteaser .text-box .articleteaser--link--heading{
	font-size:18px;
	line-height:22px;
	white-space: nowrap;
    width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height:230px;
}

.newsteaser .text-box .articleteaser--link--more{
  	margin-top:10px;
  	font-size: 14px;
  	display:block;
  	letter-spacing: 0;
  	line-height: 17px;
}

.newspager {
	text-align:center;
  
  color:var(--blue1);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;

}

.newspager .pagination li a,
.newspager .pagination li span {
    position: relative;
    float: left;
     font-size: 20px;
    padding: 0.375rem 0.75rem;
    margin-left: -0.0625rem;
    line-height: 24px;
    color:var(--blue1);
    
    text-decoration: none;
    background-color: #fff;
    border: 0px;;
}



.select-wrapper {
  position: relative;
  
  width: 100%;
  height: 50px;
}



.select-wrapper::before {
  color: #fff;
  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 10px;
}

.select-wrapper select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: white;
  border: none;
  border-radius: 25px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,.3);
  color: var(--blue1);
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  height: 40px;
  outline: none;
  padding-left: 15px;
  padding-right:30px;
  width: 100%;
  font-family: var(--font-family-genosgfg);
}

.select-wrapper select option {
  color: #666;
}

.select-wrapper select::-ms-expand {
  display: none;
}

.select-wrapper select:focus::-ms-value {
  background-color: transparent;
}

.select-wrapper.fa-angle-down:before{
	color:#0F2C63;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


/* contact */ 

a.textlink,
a.textlink.datenschutz,
a {
	cursor: pointer;
	text-decoration: none;
	color: var(--orange1);
	word-break: break-word;
}

.containerTOC a,.containerTOC a:hover,.containerTOC a:visited,
a[data-toggle='collapse'],a[data-toggle='collapse']:hover
{
	color: var(--blue1);
	
}

a.textlink:hover,a.textlink:visited,
a.textlink.datenschutz:hover,a.textlink.datenschutz:visited,
a:hover, a:visited {
	text-decoration: none;
    color: var(--orange1);
    word-break: break-word;
}

/*
a.textlink{
	cursor: pointer;
	text-decoration: none;
	word-break: break-word;
}*/

main .containerContact{
	background-color: var(--white);
}

main .containerContact h1{
	margin-bottom:20px;
}

.kontaktForm label.labelspan{
	font-weight:normal;
  font-size: 18px;
  letter-spacing: 0.23px;
  line-height: 22px;
}

.kontaktForm input[type="text"],
.kontaktForm input[type="email"]{
	height:50px;
	font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.kontaktForm textarea{
	font-size: 30px;
    padding: 20px;
    
}


.icon-pfeil-weiss {
  height: 25px;
  width: 26px;
  transform: rotate(360deg);
}

.btn-jc .icon-pfeil-weiss{
	margin-top:12.5px;
}

/* doh = displayOnHover */
/* ndoh = NotdisplayOnHover */
.btn-jc:not(:hover) >  .doh{
	display: block;
} 
.btn-jc:hover > .doh{
	display: none;
} 
.btn-jc:not(:hover) > .ndoh{
	display:none;
}

.btn-jc:hover > .ndoh{
	display:block;
}



containerPress 

main{
	display:block;
	margin-bottom:30px;
}

main.content{
	margin-bottom:0px;
}
main.content > div > .container-fluid:last-element{
	padding-bottom:30px;
}

/* gals */
.galHome{
	background-color: var(--gray2);
}

.galLand h1{
	color:var(--red1);
	
}

.galShortMov h1{
	color:var(--purple1);
}

.galInter h1{
	color:var(--red2);
}

/* home */

.cutSchirmHome::after,
.orderImgHome::after,
.galHome::after,
.nextCals::after {
    content: "";
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 20px;
}


.container-home h1,
.galHome h1,
.nextCals h1{
	font-size:30px;
	line-height:32px;
	margin-top:30px;
	color:var(--gray1);
}

.container-home p, .galHome p,
.container-home p, .galHome p{
	width:75%;
}

.nextcals .subheadline{
	  font-size: 20px;
  
  line-height: 24px;
}



.container-home{
	color:var(--blue1);
}




.idCCgs {
	 display: grid;
    margin: 40px 0px;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(100px, auto);
    gap: 20px 16px;
}

.pressImg > div {
  
  flex: 0 0 33.333333%;
}
.imgbox .purchaseimage,
.imgbox.active .unpurchaseimage,
.imgbox.active .checkimage{
	display:block;
}
.imgbox.active .purchaseimage,
.imgbox .unpurchaseimage,
.imgbox .checkimage{
	display:none;
}
 

.imgbox .imginner{
	position:relative;
}
.imgbox .imginner img.prev{
	height:100%;
}
.imgbox .imginner img.order {
	position:absolute;
	bottom:0px;
	width:34px;
	height:34px;
	right:0px;
}

.imgbox.active img.checkimage{
	    position: absolute;
    top: 10px;
    width: 34px;
    height: 34px;
    left: 10px;
    z-index: 99;
}

.imgbox.active img.prev{
	opacity: 0.7;
}

.imgbox .imginner .pimage{
	    right: 20px;
    bottom: 20px;
    position: absolute;
}




.gg-info-box{
	    position: absolute;
    right: 60px;
    bottom: 20px;
    color:#ED702E;
}

.gg-info {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 34px;
    height: 34px;
    border: 2px solid;
    border-radius: 40px;
    background-color:#ED702E;
}
/* #ED702E */
.gg-info::after,
.gg-info::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    background: white;
    left: 7px
}
.gg-info::after {
    bottom: 6px;
    left: 15px;
    height: 12px;
}
.gg-info::before {
     height: 2px;
    top: 6px;
    left: 15px;
}


/* news */
main .containerNews{
	background-color: var(--red1);
}

main .containerBankensuche{
	background-color: var(--purple1);
	color:white;
}

main .containerSingleContent{
	background-color: var(--blue1);
	color:white;
}

.menupopup ol li,.menupopup ol{
 
 list-style-type: none;
}   

.containerNews a, .containerBankensuche a{
	font-Size:18px;
	Line-height:22px;
	
	margin-right:15px;
	color:white;
}

.containerNews h1{
	margin-top:40px;
	margin-bottom:20px;
}

.containerNews a:last-child{
	margin-right:5px
}

.news--header--links{
		margin-top:35px;
}

.news--header--links a:visited,.news--header--links a:hover,.news--header--links a{
	text-decoration: none;
}
.news--header--links a.active{
	text-decoration: underline;
}	
 
/*galerie */

.card-flip > div {
  backface-visibility: hidden;
  transition: transform 300ms;
  transition-timing-function: linear;
  width: 100%;
  height: 100%;
  margin: 0;
  
}

.galIMG{
	border-radius: 5px;
	transition: 0.3s;
}

.galIMGModal:hover{
	cursor: pointer;
	opacity: 0.7;
}


/* The Modal (background) */
.jcimgmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.jcimgmodal .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.jcimgmodal .modalCAPTION {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.jcimgmodal .modal-content, .jcimgmodal .modalCAPTION {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.jcimgmodal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.jcimgmodal .close:hover,
.jcimgmodal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

footer .footer--impressum--l3k a,
footer .footer--impressum--l3k a:visited,
footer .footer--impressum--l3k a:hover,
footer .footer--impressum--l3r a,
footer .footer--impressum--l3r a:visited,
footer .footer--impressum--l3r a:hover{
	text-decoration: none;
	color:white;
	
}

.galItem .galIMGBox.galIMGBoxL, .galItem .galVidBox.galVidBoxL {
    margin: 20px 5px;
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .jcimgmodal .modal-content {
    width: 100%;
  }
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 500px){
  .w-xs-100 {
   width: 100%!important;
  }
}


.galItem{
	/*
	margin-left: -30px;
    margin-right: -30px;
    */
} 
/*
.galPL{
	padding-right:15px;
	padding-left:15px;
}
*/

.galItem.card. > .card-front .galSWITCHCover{
	    margin-right: 0!important;
} 

.galItem.card > .card-front {
  transform: rotateY(0deg);
}

.galItem.card > .card-back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
}



.galItem.card.showback > .card-back galHL{
	    top: 0;
    position: absolute;
}
.galItem.card.showback > .card-back .galJURY{
	overflow-y: scroll;
    max-height: 100%;
    height:280px;	
}

.galItem.galVideo.card.showback > .card-back .galJURY {
    height: 240px;
}


.galImageP.card.showback > .card-back .galJURY{
	overflow-y: scroll;
    max-height: 100%;
    height:350px;	
}

.galItem.card.showback > .card-back .galPL{
	position: absolute;
    bottom: 0;
    width: 100%;
}
 

.galItem.card {
}
/*
.galSWITCHCover:hover > img{
	transform: rotate(180deg);
	transition-duration: 2s;
} 
*/

.galItem.card-flip.showback> .card-front {
  transform: rotateY(-180deg);
}
  
.galItem.card-flip.showback > .card-back {
  transform: rotateY(0deg);
}

.galItem.card{
	 background:none;
    background-clip: border-box;
    border: none;
     border-radius:0px;
}

.galItem .card-title .galHL,
.galItem .card-front .galHL{
	white-space: nowrap;
    width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height:30px;
}

.card-back {
	    overflow-y: scroll;
	    overflow-x:hidden;
}

/*
.galItem:hover  .galHL{
	
    width: 200%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	white-space: normal;
	overflow: visible;
	max-height:30px;;
}
*/

.galItem .galIMG,
.galItem .galVid{
	box-shadow: 0 10px 10px 0 rgba(15,44,99,0.5);
}

.galItem .icon-platzierung{
  height: 35px;
  width: 32px;
}

.galItem .icon-plus{
  height: 35px;
  width: 35px;
}

.galItem .galIMGBox.galIMGBoxP{
	
	margin:30px 70px;
}

.galItem .galIMGBox.galIMGBoxL,
.galItem .galVidBox.galVidBoxL{
	margin:20px 5px;
	
}



main .containerGallery{
	background-color: var(--gray1);
}

main .containerGallery h1,
main .containerGallery h2{
	color:white;	
}

/* calendar */
.calfeed > div {margin-bottom:10px;}

main .containerCalendar h1{
	color: var(--gray1);
}
main .containerCalendar h2{
	color: var(--blue1);	
}



.calfeed .calendar-box{
 	font-size: 18px;
  	letter-spacing: 0.23px;
  	line-height: 22px;
}
.calfeed .calendar-box span{
	margin-bottom:18px;
	display:block;
}



/*
.headerimage .rounded-image{
	height:210px;
}
*/
article.news{
	color:var(--blue1);
	font-size: 18px;
  line-height: 26px;
}

.news-date{
	  font-size:18px;
  line-height: 22px;
  margin-top:60px;
  margin-top:20px;
}

.news-cat{
  font-size: 20px;
  line-height: 24px;
   margin-top:60px;
  margin-top:20px;
  
   margin-bottom:25px;
  margin-bottom:20px;
}

.news-headline{
  font-size: 30px;
  line-height: 30px;
}

.news-subheadline{
	font-size: 20px;
  
  line-height: 24px;	
}

 
.news-teaser{
	  font-size:18px;
  line-height: 26px;
}
.news-content{
  margin-top:60px;
  margin-top:25px;
  font-size:18px;
  line-height: 26px;
  word-break: break-word;
}
.news-content .rounded-inline{
	margin-top:30px;
	width:100%;
	margin-bottom:30px;
}


a.zuruck-zur-ubersicht,a.zuruck-zur-ubersicht:hover,a.zuruck-zur-ubersicht:visited {
  color: var(--blue1);
  font-size: 18px;
  line-height: 22px;
   font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 24px;
    display: block;
  text-decoration: none;
  margin-bottom:20px;
  
}

	.fakepanelgmaps{
	height:100%;
	   display: none;
	/* display:inline-block*/
position: absolute;
	
	}
	
	.gmapsOverlay p{width:100%}
	.fakepanelgmaps .gmapsOverlay {
    height:100;
    position: relative;
}

/*	FOOTER */
footer .f1,footer .f3{
	background-color: var(--blue1);
}

footer{
	color:#FFF;
}

footer .footer--impressum--l1,
footer .footer--impressum--l3k {
	font-weight: bold;
	padding:20px;
	font-size:18px;
	Line-height:22px;
	text-align: center;
}
footer .footer--impressum--l1{
	padding:20px 2px;
}


footer .footer--impressum--l1 a,
footer .footer--impressum--l1 a:visited,
footer .footer--impressum--l1 a:hover,
footer .footer--impressum--l3k a,
footer .footer--impressum--l3k a:visited,
footer .footer--impressum--l3k a:hover,
footer .footer--impressum--l3r a,
footer .footer--impressum--l3r a:visited,
footer .footer--impressum--l3r a:hover{
	text-decoration: none;
	color:var(--white);
	
}

footer .footer--impressum--l3r {
	font-weight: normal;
	padding:20px;
	font-size:16px;
	Line-height:30px;
	text-align: left;
}
footer .footer--impressum--l2 {
	padding:20px;
}

footer .footer--impressum--l2 img,footer .footer--impressum--l2 a{
	max-width:150px;
	width:auto;
	max-height:50px;
}

footer .footer--impressum--l2{
	border-bottom:2px solid var(--blue1);
}
footer .footer--impressum--l2:last-child{
	border-bottom:0px;
}
	

/* header  */

header{
	height:70px;
	padding-top:14px;
	padding-bottom:16px;
}
header img.logo.mobil{
	width:31px!important;
	height:36px!important;
	max-width: none;
}
header img.logo.bvr{
	width:132px!important;
	height:22px!important;
	max-width: none;
}

.text-wettbewerb{
	font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    overflow: visible;
        word-break: keep-all;
}

hr.head{
	background-color: #FFFFFF;
	box-shadow: 0 2px 5px 2px rgba(0,0,0,0.1);
	
	margin:0px;
}

/*	FOOTER */

/*
header img{max-height:36px;width:auto}
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 416px) { 

	.idCCgs {
	    grid-template-columns: repeat(2, minmax(0px, 1fr));
	    grid-auto-rows: minmax(100px, auto);
	    gap: 20px 16px;
	}

}

@media (max-width: 450px) { 
 .gmapsOverlay{
	 
    padding: 10px;
   
    margin-top: 15px;
        width: 90%;
    left: 0;
    top: 10vw;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	 }
	 .fakemap img.yt-item{
	 position: absolute;
    left: 0;
    width: 100%;
	 
	 }
	 .fakemap img.videoicon{
	     position: absolute;
    width: 100px;
    height: 100px;
    left: 50px;
    top: 150px;
}
.fakemap {
 
    height: 500px;
}
	 .homeBoxes h2{
	 height:auto!important;
	 }
	 
	 
	 .image.img-right{
	 float: none!important;
    padding-top: 10px;
    padding-bottom: 10px;
    } 
    
    div.rounded-inline.float-right.float-figure{
     float: none!important;
    }
	 
	 
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	
	
	.fakepanelgmaps{
	    position: absolute;
    top: 0;
    left: 0;
    right: 0;
   display: none;
	/* display:inline-block*/
	
	
	}
	
	.gmapsOverlay p{width:100%}
	.fakepanelgmaps .gmapsOverlay {
    margin-left: auto;
    margin-right: auto;
     left: 0;
    margin-top: 50px;
    margin-left:5%;
    margin-right:5%;
   width: 90%;
    height: auto;
}
	
	.closebtn{
	 margin-right: inherit!important;
	} 
	
	.galItem{
	margin-left: 0px;
    margin-right: 0px;
	} 
	
	.headerimage .rounded-image{
	height:250px;
}
	
	.galImage.card.showback > .card-back .galJURY{
	
    max-height: 100%;
    height:215px;	
	}
	
	  .searchbox{
 
  width: 300px;
  /*    width: 75%; */

  
}

.container-search{
 width: 300px;
  /*    width: 75%; */

  
   
}

.container-search input.JCsearch:focus, .container-search input.JCsearch:active{
  outline:none;
  width: 300px;
}

.container-search:hover input.JCsearch{
  width: 300px;
}
	
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
	.back-to-top {
    
    bottom: 20px;
    right: 20px;
    border-radius: 15px;
    padding: .5em;
}
	


.top2.fixed-nav{
    top: 50px;
    height:90px;
}

header#header.fixed-nav{
    height: 50px;
    top:0px;
}
hr.head.fixed-nav{

    top:90px;
}

	
	
	.homeboxIMG{
	max-height:520px;
	
	
	
	
	
	height:350px;
}
	
	
	
	.containerNews a, .containerBankensuche a{
	
	margin-right:40px;
	
	}
	
	footer .footer--impressum--l1{
	padding-left:20px;	
	}	
	
	.fakepanelgmaps{
	    position: absolute;
    top: 0;
    left: 10vw;
    left: 5vw;
    right: 5vw;
    display: none;
	/* display:inline-block*/
	
	}
	.fakepanelgmaps .gmapsOverlay {
    margin-left: auto;
    margin-right: auto;
     left: 0;
    margin-top: 50px;
   width: 100%;
    height: 250px;
}
	
	
	  .searchbox{
 
  width: 300px;
  
  
}

.container-search{
  width: 300px;
  
   
}
	
	
	
	.galImage.card.showback > .card-back .galJURY{
	
    max-height: 100%;
    height:325px;	
	}
	
	.galImage.galImageP.card.showback > .card-back .galJURY{
	
    max-height: 100%;
    height:230px;	
	}
	
	
	.rounded-inline.float-right {width:auto;max-width:50%;}
	.image.img-right {
		padding-left: 20px;
	}
	
	
	.galItem .galIMG,
.galItem .galVid{
	box-shadow: 0 10px 40px 0 rgba(15,44,99,0.5);
}
	
	header{
	height:90px;
	padding-top:20px;
	padding-bottom:20px;
	}
	
	header img.logo{
		width:175px!important;
		height:48px!important;
	}
	header img.logo.bvr{
		max-width:201px!important;
		width:100%!important;
		height:auto!important;
	}
	
	.text-wettbewerb{
	font-size: 20px;
    
    line-height: 22px;
           word-break: keep-all;
	}
	
	/*
	.container-fluid > .container {
	padding-left:0px;
	padding-right:0px;
}
	*/
	
	.containerHeaderImage +  .container {
	margin-top:60px;
	margin-bottom:60px;
}
	
	.d-md-webkit-box {
   display: -webkit-box!important;
	}
	
	
	.galJURY > span { display:block;}
	
	
	/* home */
.container-home h1,
.galHome h1,
.nextCals h1{
	font-size:30px;
	line-height:32px;
	margin-top:60px;
	color:var(--gray1);
}
	
	.menue1{
  font-size: 25px;
  letter-spacing: 0.2px;
  line-height: 40px;
  display:block;
  
}
.menue2{
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 16px;
  display:block;
  margin-bottom:10px;
}

.menupopup>div{
	margin-top:50px;
	margin-bottom:130px;
}
	
	.containerHeaderImage h1,
	.containerPressHead h1{
	
	margin-top:60px!important;
	font-size:45px;
	line-height:45px;
	margin-bottom:30px!important;

}

.containerHeaderImage h2, .containerPressHead h2 {
    margin-top: -10px!important;
    
    margin-bottom: 20px!important;
}

	.containerPressHead .rounded-image,
	.containerHeaderImage .rounded-image
	{
	margin-top:0px;
	margin-bottom:50px;}

	.calendar-box{
		height:145px;
	}
	
	.box-rounded {padding:20px 15px;}
	
	
	.content--morearticle .bigButton{
		max-width:350px;
	}
	
	.headerimage .rounded-image{
		height:340px;
	}
	
	.newsteaser:nth-child(even){
		background-color: white;
	}
	
	footer .footer--impressum--l3r {
		font-weight: bold;
		padding:20px;
		font-size:18px;
		Line-height:22px;
		text-align: center;
	}
	
	footer .footer--impressum--l2{
		border-right:2px solid var(--blue1);
		border-bottom:0px;
	}
	footer .footer--impressum--l2:last-child{
		border-right:0px;
		border-bottom:0px;
	}
	
	.select-wrapper {
  		width: 250px;
	}
	
	.articleteaser.padding-0:nth-child(2n+1){
		padding-right:15px;
		padding-left:0px;
	}
	.articleteaser.padding-0:nth-child(2n+2){
		padding-left:15px;
		padding-right:0px;
	}
		
	main{

	margin-bottom:100px;
	
	
	}
	
	
main.content{
	margin-bottom:0px;
}
main.content > div > .container-fluid:last-child{
	padding-bottom:100px;
}
	
	.galIMGBoxL{
	height:300px;
	}
	.galIMGBoxP{
	height:280px;
	}	

 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	.pressImg{
    display: grid;
    margin: 40px 0px;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(100px, auto);
    gap: 40px;
}
	
	.headerimage .rounded-image{
		height:410px;
	}
	
	.container-home h4, .galHome h4,
	.container-home h5, .galHome h5{
	width:50%;
	}
	
	.slick-slider{
		margin-top:50px;
	}
	
	.galBund, .galLand{
		border-bottom:1px solid var(--blue1);
	}
	/*default */
	main.defMain .defaultMain{
	padding-top:60px;
	padding-bottom:45px;
	}
	
	/*galerie*/
	main.defMain h1{
	font-size:45px;
	line-height:45px;

	}
	main.defMain h2{
		font-size:30px;
		line-height:37px;
		margin-top:20px;
	}
	
	.news--header--links{
		margin-top:25px;
	}
	
	.containerNews a {
		font-Size:20px;
		Line-height:24px;
		color:white;
	}

	.containerNews h1{
		margin-top:80px;
		margin-bottom:120px;
	}
	
	.newsteaser .text-box .articleteaser--link--heading{
	-webkit-line-clamp: 10;
	
	}
	
	.news-headline{
  		line-height: 32px;
	}
	
	.news-date{
  		margin-top:60px;
  	}

	.news-cat{
	   margin-top:60px;
	   margin-bottom:25px;
	
	}
	
	
	.news-content{
		 margin-top:60px;
	}
	
	.newsbottom{

	margin-top:50px;

	margin-bottom:50px;
  	line-height: 22px
}
	.articleteaser.padding-0{
		padding-bottom: 15px;
	padding-top: 15px;
	}

	.articleteaser.padding-0:nth-child(3n+1){
		padding-right:15px;
		padding-left:0px;
	}
	.articleteaser.padding-0:nth-child(3n+2){
		padding-left:15px;
		padding-right:15px;
	}
	.articleteaser.padding-0:nth-child(3n+3){
		padding-left:15px;
		padding-right:0px;
	}
	

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	

 }

.letitSay{
	
}
.carousel,
.carousel-inner,
.carousel-inner > .carousel-item {
    overflow: hidden;
}
.carousel-inner > .carousel-item.active,
.carousel-inner > .carousel-item-next {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
}
.carousel-inner:before {
    position:absolute;
    top:0;
    bottom: 0;
    right: 82%;
    left: 0;
    content:"";
    display:block;
    background-color: #fff;
    z-index: 2;
}
.carousel-inner:after {
    position:absolute;
    top:0;
    bottom:0;
    right: 0;
    left: 82%;
    content:"";
    display:block;
    background-color:#fff;
    z-index: 2;
}



