@font-face {
    font-family: Brix Bold; 
    src: url(../fonts/37F415_0_0.woff2),
         url(../fonts/37F415_0_0.woff); 
} 
@font-face {
    font-family: Brix Regular; 
    src: url(../fonts/37F415_1_0.woff2),
         url(../fonts/37F415_1_0.woff); 
} 
@font-face {
    font-family: Brix Italic; 
    src: url(../fonts/37F415_2_0.woff2),
         url(../fonts/37F415_2_0.woff); 
} 

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

.spotlight-instagram-feed{
	margin-top:50px;
}

.MediaThumbnail__image, .MediaThumbnail__root {
    border: 1px solid #6B90B6;
    }

.MediaTile__type-icon{display:none}

.full-width .spotlight-instagram-feed{
	margin-top:0px;
}


 .instagram-feed{
	margin-top:50px;
}


.wp-block-column p, .wp-block-column .accordion-item{
	padding-left:0 !important;
	margin-left:0 !important;
}

html{/*overflow-x:hidden;*/}
body{
	margin:20px;
	font-size: 20px;
	line-height:26px;
	font-family: 'Brix Regular', 'Arial', sans-serif;
	color:#002D62;
	/*overflow-x:hidden;*/
}
/*
.direct-contact{
	width:30px;
	height:30px;
	background-color: red;
}
*/


.FeedSliderLayout__nav-btn{
    width: 30px !important;
    height:30px !important;
    background-color:#002D62 !important;
}

.FeedSliderLayout__nav-btn svg{
width:30px !important;
height:30px !important;
}

.direct-contact-btn{
	width:50px;
	height:50px;
	background-color: #002d62;
	border-radius: 50%;
	padding:10px 11px;
	cursor:pointer;
	position:fixed;
	right:50px;
	bottom:50px;
	transition: border-radius 1s;
	z-index:950;
	 animation-name: pulse;
  	animation-duration: 6.5s;
  	animation-iteration-count: 1;
}


@keyframes pulse {
  0% {
    transform: scale(1);
  }

  25% , 55% {
    transform: scale(2);
  }

  100% {
    transform: scale(1);
  }
}

.direct-contact-shadow{
	display:none;
	width:100%;
	height:100%;
	position: fixed;
	left:0;
	top:0;
	background-color: rgba(0,0,0,.25);
	z-index:920;
  align-items: center;
}

.direct-contact-shadow .container{
	background-color: white;
	border:1px solid  #002d62;
  	max-width:800px;
  	padding:50px;
  	position: relative;
}

.direct-contact-shadow .close{
	position: absolute;
	right:25px;
	top:25px;
	cursor:pointer;
}



.direct-contact-shadow.active{
	display:flex;

}


.direct-contact-btn:hover{
	border-radius:0;
	transition: border-radius 1s;
}



.no-scroll { 
  overflow: hidden !important;
}

.kwords{
	text-align: center;
	font-size: 12px;
	margin-top:30px;
}


strong{
	font-weight:normal;
	font-family: 'Brix Bold', 'Arial', sans-serif;
}


    .centertable {
    display: block;  
    margin: 0px auto;
}

    .menuunderline {
       	border-bottom:1px solid #8C9295;
        margin-bottom: 1rem;
           } 


.hide-sm{
	display:none;
}

a, a:hover{
	color:#6B90B6;
}

sup{
	font-size:.6em;
}

.px-30{
	padding-left:30px;
	padding-right:30px;
}

.newsletter{
	position:fixed;
	width:100%;
	height:100%;
	top:120%;
	left:0;
	background-color: rgba(255,255,255,.8);
	z-index:200;
	transition:all 1s;
}

.tnp-submit{
	background-color: #f4f4f4 !important;
	color:inherit !important;
	cursor:pointer;
}

.newsletter.active{
	top:0%;
	transition:all 1s;
}

.newsletter > .newsletter-in{
	background-color: white;
	width:100%;
	margin-top:10%;
	padding:25px;
	position:relative;
}

.newsletter-close{
	position:absolute;
	top:10px;
	right:10px;
	width:10px;
	height:10px;
	cursor:pointer;
}

.pull-right{
	justify-content: flex-end;
}


.centered{
	text-align: center;
	max-width:800px;
}

.tooverview{
	margin-top:50px;
	text-decoration: underline;
	display: block
}


h1, blockquote, h2, h3, h4, h5, h3.like-h5, i, em, .news-cats li, .year-archive, .loadmore{
	font-family: minion-pro, serif;
	font-weight: 400;
	font-style: italic;
	hyphens:auto;
}


h2{
	font-size:3em;
	margin-bottom:.5em;
}

h1, h2.like-h1, h1 + h2, h2{
	hyphens:auto;
	font-size: 2em;
	line-height:1.1em;
	margin:40px 0;
}

h2{
	font-size:2.1em; //3em
	margin-bottom:.5em;
}

h3{
	font-size:1.6em;
}

.news-item h3{
	font-size:1.3em;
}

h5, h3.like-h5{
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	margin-top:10px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.header{
	margin-bottom:40px;
	max-height:60px;
}

.container-header{
	position:sticky;
	top:0;
	left:0;
	padding-top:20px;
	z-index:888;
	background-color: white;
	width:100%;
}

@media screen AND (max-width:576px){
	.container-header{
		padding-left:20px;
		padding-right:20px;
	}

	.swaps-container h6{
		font-size:14px;
	}
}

@media screen AND (min-width:1200px) AND (max-width:1360px) {
	.container-header{
		padding-left:20px;
		padding-right:20px;
	}
}

.header span, .header img{
	display:block;
	float:left;
	vertical-align: middle;
	margin-right:20px;
}

.menu-container{
	width:100%;
	height:100%;
	position:fixed;
	overflow:auto;
	top:0;
	left:-100%;
	background-color: rgba(184, 185, 185, 0.95);
	min-height:100%;
	z-index:999;
	transition:left 1s;
	padding:40px;
	font-family: minion-pro, serif;
	font-style: italic;
}

.menu-container.menu-is-open{
	left:0;
	transition:left 1s;
}

.frame{
	position:relative;
	left:0;
	transition:left 1s;
}
/*
.frame.menu-is-open{
	left:100%;
	transition:left 1s;
}
*/

span.claim{
	display:none;
}

.logo{
	float:right;
	width:auto;
	height:auto;
}

.logo img{
	margin:0;
	width:100%;
	height:auto;
	margin-top:15px;
}

.logo img.logo-cfh{
	width: 125px;
	height: auto;
}


.logo img.logo-cfh{
	position: relative;
	top: -15px;
}

.open-menu, .lang, .search, .claim{
	padding:25px 0 5px;
}


.lang{
	font-size: 1.3em;
	display:inline-block;
	width:50px;
	height:50px;
	overflow:hidden;
	position: relative;
	transition: all 1s;
}

.lang img{
	position:absolute;
	right:-15px;
	top:35px;
	width:10px;
	height:auto;
	cursor: pointer;
	transform:rotate(0deg);
	transition: all 1s;
}

.lang.active img{
	transform:rotate(180deg);
	transition: all 1s;
}

.lang.active{
	height:100px;
	transition: all 1s;
}

.lang a{
	display:block;
	color:#002D62;
	text-transform: uppercase;
	text-decoration: none;
}

.header-search #searchsubmit, .header-search .screen-reader-text{
	display:none;
}

.header-search{
	display:inline-block;
	float:left;
	margin-right:25px;
	margin-left:-30px;
	overflow:hidden;
	max-width:1px;
	opacity: 0;
	transition:all 1s;
	position:absolute;
	top:50px;
	left:25px;
}

.search.active + .header-search, .header-search-frame.active .header-search, .header-search:hover{
	max-width:200px;
	display:block;
	opacity: 1;
	transition:all 1s;
}
.search{
	cursor: pointer;
	margin-bottom:0;
	transition: all 1s;
}
.search:active, .header-search-frame:hover .search{
	margin-bottom:50px;
	transition: all 1s;
}

.header-search #s{
	padding-top:18px;
	background-color: transparent;
	border-radius: 0;	
    -webkit-appearance: none;
    margin-left:5px;
}

.menu-hauptmenue-container, .menu-fussmenue-container, .menu-hauptmenu-en-container, .menu-hauptmenue-en-container, .menu-main-menu-container{
	margin-top:40px;
}

.menu li{
	list-style-type: none;
}

.whatsapp{
	display: none;
}

#menu-hauptmenu a, #menu-hauptmenue a, #menu-hauptmenu-en a, #menu-hauptmenue-en a, #menu-main-menu a{
	display:inline-block;
	color:white;
	background-color: #002D62;
	padding:15px;
	font-size:1.8em;
	margin-bottom: 10px
}

.sub-menu{
	max-height:1px;
	overflow:hidden;
	transition:all 1s;
	font-family: 'Brix Regular', 'Arial', sans-serif;
	font-style: normal;
	margin-left:20px;
}



.menu-item-has-children:hover .sub-menu{
	max-height:500px;
	transition:all 1s;
}


.current-menu-item .sub-menu, .current-page-parent .sub-menu{
	max-height:500px;
	transition:all 1s;
}



#menu-hauptmenu  a:hover, #menu-hauptmenu .current-menu-item a,  #menu-hauptmenu .current-page-parent a,
#menu-hauptmenue  a:hover, #menu-hauptmenue .current-menu-item a,  #menu-hauptmenue .current-page-parent a,
#menu-main-menu  a:hover, #menu-main-menu .current-menu-item a,  #menu-main-menu .current-page-parent a,
#menu-hauptmenu-en  a:hover, #menu-hauptmenu-en .current-menu-item a,  #menu-hauptmenu-en .current-page-parent a,
#menu-hauptmenue-en  a:hover, #menu-hauptmenue-en .current-menu-item a,  #menu-hauptmenue-en .current-page-parent a{
	background-color:#6B90B6;
	text-decoration:none;
}

#menu-hauptmenu .sub-menu a, #menu-hauptmenu-en .sub-menu a, #menu-hauptmenue-en .sub-menu a, #menu-hauptmenue .sub-menu a, #menu-main-menu .sub-menu a{
	color:#002D62;
	background-color:transparent;
	padding:0;
	font-size:1em;
	font-family:'Brix Regular', 'Arial', sans-serif; /*Brix Bold*/
}

#menu-hauptmenu  .sub-menu .current-menu-item a, #menu-hauptmenu  .sub-menu a:hover,
#menu-hauptmenue  .sub-menu .current-menu-item a, #menu-hauptmenue  .sub-menu a:hover,
#menu-main-menu  .sub-menu .current-menu-item a, #menu-main-menu  .sub-menu a:hover,
#menu-hauptmenu-en  .sub-menu .current-menu-item a, #menu-hauptmenu-en .sub-menu a:hover,
#menu-hauptmenue-en  .sub-menu .current-menu-item a, #menu-hauptmenue-en .sub-menu a:hover{
	color:#6B90B6;
}


.carousel-control-next, .carousel-control-prev {
    z-index: 111;
}

.carousel-control-prev{
	//height:57%;
}

.carousel-inner img{
	margin-left:25px;
}

#menu-fussmenue a, #menu-footer-en a{
	color:#002D62;
	margin-left:15px;
	font-family: minion-pro, serif;
	font-style: italic;
}

.float-right .menu-fussmenue-container{
	margin-top:5px;
}

.float-right .menu-fussmenue-container li, .float-right .menu-footer-menu-container li{
	display:inline-block;
}

.float-right .menu-fussmenue-container li a, .float-right .menu-footer-menu-container li a{
	color: #002D62;
	font-style:italic;
	font-size:16px;
	margin-right:10px;
	font-family: minion-pro, serif;
}

.float-right .menu-fussmenue-container li:nth-child(2) a{
	margin-right:0;
}

.carousel-item{
	overflow:hidden;
}

.container-persons-block, .container-sprungbrett-block{
	padding-left:0;
	padding-right:0;
}

.carousel-item .titles, .head-image .titles{
	position:absolute;
	left:0;
	bottom:20px;
	color:white;
	z-index:222;
	max-width: 85%;
    text-decoration: none!important;
    cursor: pointer;
}

.head-image-block{
	padding-left:0;
	padding-right:0;
	margin-top:-60px;
}



.head-image-block img{
	margin-left:0 !important;
}

 .head-image .titles{left:-10px;}

.carousel-item span, .head-image span{
	display:inline-block;
	background-color: #B8B9B9;
	padding:5px 25px 5px 25px;
	display: table;
	line-height:1em;
	font-size:1.0em; 
	font-family: minion-pro, serif;
	font-style: italic;
    text-decoration: none!important;
}
.carousel-item span{
	padding:5px 25px 5px 25px;	
}

.carousel-item.darkgrey span, .head-image.darkgrey span{
	background-color: #8C9295;
}

.carousel-item.lightblue span, .head-image.lightblue span{
	background-color: #6B90B6;
}

.carousel-item.darkblue span, .head-image.darkblue span{
	background-color: #002D62;
}

.carousel-control-next, .carousel-control-prev{
	width:10%;
    z-index:111;
}


span.carousel-control-next-icon, span.carousel-control-prev-icon{
	display:none;
}

.carousel-item span.title1, .head-image span.title1{
	bottom:60px;
	padding-left:25px;
}

.carousel-item span.title2, .head-image span.title2{
	margin-top:10px;
	padding-left:25px;
}

.carousel-item span.tag, .head-image span.tag{
	margin-top:20px;
	padding-bottom:8px;
	font-family: 'Brix Regular', 'Arial', sans-serif;
	font-style: normal;
	padding-left:25px;
	display:none;
	font-size:1em;
	bottom:60px;
}

.carousel-item span.tag a{
	color:white;
	font-style: italic;
}

.carousel-item span.tag a:hover{
 text-decoration: none;
 border-bottom:1px solid white;
}


.slider-nav{
		list-style-type: none;
		padding-left:0;
		margin-bottom:0;
	}
.slider{
	margin-left:-25px;
}

.slider-nav li{
	display:inline-block;
	width:10px;
	height:10px;
	border:1px solid #002D62;
	border-radius: 50%;
	cursor:pointer;
}

.slider-nav li.active{
	background-color: #002D62;
}

.sidepoints{
	font-size: .9em;
	color:white;
	width:250px;
	text-align:right;
	position:fixed;
	z-index:2;
	right:0;
	top:150px;
	top:45vh;
	top: calc( 50vh - 70px );
	cursor:pointer;
}


.sidepoints.hidden{
	width:33px;
}

.sidepoints div{
	padding: 4px 10px 0px 10px;
	width:auto;
	min-width:33px;
	display:inline-block;
	overflow:hidden;
	height:33px;
	margin-bottom:0;
}


.sidepoints a{
	opacity:1;
	max-width:330px;
	display:block;
	overflow:hidden;
	color:white;
}

.sidepoints a:hover{
	text-decoration: none;
}

.sidepoints.hidden a{
	max-width:1px;
	opacity:0;
}


.sidepoints .darkblue{
	background-color: #002D62;
}

.sidepoints .darkgrey{
	background-color: #8C9295;
}	

.sidepoints .lightgrey{
	background-color: #B8B9B9;
}

.sidepoints .lightblue{
	background-color: #6B90B6;
}


.godown{
	text-align: center;
	cursor:pointer;
	width:100%;
	display:block;
}

.godown-sub{
	margin-top:25px;
}


.content{
	margin-top:40px;
}

.content li, .person-details li{
	list-style-type: none;
	padding-left:10px;
	position: relative;
}

.content li:before, .person-details li:before{
	content:"°";
	position:absolute;
	left:0;
}

ul{
	padding-left:0;
}



.footer{
	padding-top:20px;
	padding-bottom:20px;
	margin-top:25px;
}

.footer hr{
	width:100%;
	height:1px;
	border:0;
	border-top:1px solid #002D62;
	background-color:white;
	margin-bottom: 10px

}

.footer a{
	margin-right:20px;
}

.footer a.float-right{
	float:right;
	margin-right: 0;
	margin-left:20px;

}

.show_newsletter, .show_newsletter div{
	display:block;
	padding:5px;
	border-radius:50%;
	border:2px solid white;
	background-color: #012F60;
	color:white;
	height:100%;
	width:100%;
	text-align: center;
	transition:all .5s;
	transform: rotate(-5deg);
}

.linkcontact img{
	max-width: 100%;
	margin:15px 0;
}

.show_newsletter{
	width:140px;
	height:140px;
	cursor:pointer;
}

#cn-accept-cookie{
	margin-left:0;
}

.cookie-notice-container{
	text-align: left;
}

#cookie-notice .cn-button{
	margin-left:0;
}

.show_newsletter:hover, .show_newsletter:hover div{	
	text-decoration:none;
	background-color: #6B90B6;
	transition:all .5s;
}


.show_newsletter div{
	padding-top:20px;
}

.cookie-notice-container{
	background-color: #002D62;
	font-family: 'Brix Regular', 'Arial', sans-serif
}

#cn-accept-cookie, #cn-more-info{background-image: none; background-color: #8C9295}

blockquote{	
	font-style: italic;
	font-family: minion-pro, serif;
	margin:90px 0 15px 25px;
	font-size: 2.2em;
	line-height:1.2em;
	text-indent:-25px;
}



.content .wp-caption{
	font-size:.8em;
	width:auto !important;
}

.content .wp-caption img{
	width:100%;
	height:auto;
}

.content img{
	max-width:100%;
	height:auto;
	margin:20px 0;
}

.content img.wheel{
	max-width:75%;
	margin-left:25%;
}

@media screen AND (max-width:600px){
	.content img.wheel{
	max-width:100%;
	margin-left:0;
}
}

.content img.push-up{
	margin-top:-30px;
}


.person{	
	font-style: italic;
	font-family: minion-pro, serif;
	cursor:pointer;
	margin-top:30px;
	margin-bottom:15px;
}

.person img{
	width:100%;
	height:auto;
	margin-bottom:0;
	margin-top:0;
}

.ajaxload{
	overflow:hidden;
}

.frame .person-container, .frame .like-h4{
	position:relative;
	//left:-15px; //REMOVED 20250811 
}



.person span{
	font-size: .8em;
	line-height: 1.1em;
	display:block;
}

.person h5, .person h3.like-h5{
	margin-bottom:5px;
}

.person-details{
	display:none;
}

.person-details .tasks{
	margin:15px 0;
	border-bottom:1px solid #002D62;
	border-top:1px solid #002D62;
	padding:10px 0;
}

.person-details .focus{
	border-bottom:1px solid #002D62;;
}

.person-details .social a{
	margin-right:20px;
	margin-top:5px;
	display:inline-block;
}

.person-details .social a:last-child{
	margin-right:0;
	float:right;
	cursor:pointer;
}

#breadcrumbs{
	padding:0;
	margin:0;
	margin-bottom: 5px;
	font-size: .7em;
	line-height:1.2em;
}

#breadcrumbs li{
	list-style-type: none;
	display:inline;
	color:#B8B9B9;
}

#breadcrumbs a, #breadcrumbs strong{
	color:inherit;
	font-weight: normal;
}
/*
#breadcrumbs a:hover{
	text-decoration: none;
	color:#6B90B6;
}
*/

.container-contact h3{
	margin-bottom:25px;
}

.container-contact{
	margin-top:50px;
}

.contact-spacer{
	margin-bottom:50px;
}

#wpcf7-f209-p46-o1 {
 margin-top: -34px;
}


input:not([type=checkbox]), select, textarea {
    width: 100%;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #8C9295;
	border-radius: 0;	
    -webkit-appearance: none;
    font-size: 1.2em;
    margin-bottom: 7px;
    padding-top:3px;
    padding-left:0;
    padding-bottom: 6px;
	color:#8C9295;
}

::placeholder{
	color:#8C9295;	
	opacity:1;
}

textarea{
	height:100px;
    border:0;
    font-size: 1.2em;
    border-bottom: 1px solid #8C9295;
    width:100%;
	color:#8C9295;
}


input[type=checkbox]{
	margin-bottom:20px;
}

input.tnp-email{
	margin-bottom: 25px;
}

input:not[type=submit], select, option{
	padding: 3px 0 6px 0 !important;
}

select{
  background: transparent;
  background-image: url(../img/arrow-down-grey.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  -webkit-appearance: none; 
  border-radius:0 !important;
  position:relative;
  color: #8C9295;
}

.wpcf7-form{
	margin-top:18px;
}



#wpcf7-f209-p46-o1{
	margin-top:40px;
}

#wpcf7-f2021-p1349-o1 p{
	margin-bottom:0;
	padding-bottom:0;
}

textarea:focus, select:focus, input:focus{
    outline: none;
}

input[type=submit]{
	background-color: #8C9295;
	color:white;
	width:auto;
    padding: 7px 10px 5px 10px;
    text-decoration: none;
}

.wpcf7-mail-sent-ok{
	margin:0 !important;
	margin-bottom: 20px !important;
	border:1px solid green !important;
}

.accordion{
	margin-top:30px;
	margin-bottom:30px;
}

a.open-accordion{
	cursor:pointer;
}

.col-md-6 .accordion{
	margin-top:41px;
}

.accordion-item{
	border-bottom:1px solid #8C9295;
	margin-bottom:5px;
	padding-bottom:0;
	transition:all 1s;
}

.accordion-item.open > div{
	margin-bottom: 55px;
}

.accordion-item:first-child{
	//border-top:1px solid #8C9295;
}

h4, h2.like-h4{
	color:#002D62;
	font-size: 1.2em;	
	border-bottom:1px solid #002D62;
	padding-bottom:5px;
}

.accordion-item h4, .accordion-item h2{
	font-family: Brix Regular;
	font-style: normal;
	color:#8C9295;	
	font-size: 1.2em;
	border-bottom:none;
	padding-bottom:.5px;
	margin-top: 9px;
 	margin-bottom: 5px;
	position:relative;
	cursor:pointer;
	transition: margin-bottom 1s;
	 margin-right:35px;
}

.accordion-item.open h4, .accordion-item.open h2{
	margin-bottom:40px;
	transition: margin-bottom 1s;
}

.accordion-item span {
    width: 10px;
    height: 10px;
	padding-bottom:30px;
	transition:all 1s;
    color: transparent;
    margin-right: 5px;
    position:absolute;
    top:-2px;
    right:-35px;
}

.accordion-item span::before {

    content:"+";
    width: 10px;
    height: 10px;
    color: #8C9295;
    margin-right: 5px;

}

.accordion-item.open span{
    width: 10px;
    height: 10px;
	padding-bottom:30px;
	transition:all 1s;
    color: transparent;
    margin-right: 5px;
}


.accordion-item.open span::before {

    content: "x";
    width: 10px;
    height: 10px;
    color: #8C9295;
    margin-right: 5px;

} 


.accordion-item:last-child div{
	position:relative;
}


 h4 span, h2.like-h4 span{
	position: absolute;
	right:0;
}

.container-team img{
	width:100%;
	height:auto;
	margin:15px 0;
}

.year-archive{
	font-size:.9em;
	color:#8C9295;
	margin-bottom: 25px;
	margin-top:-8px;
}

.year-archive-title > div{
	border-bottom: 1px solid #8C9295;
	padding-bottom:5px;
}

.year-archive a{
	cursor:pointer;
}

.year-archive a.active{
	    color: #002D62;
}

.year-archive-title{
	padding-bottom: 5px
}

.open-archive{
	display: inline-block;	
	height:20px;
	margin-left:17px;
}

.year-archive-years{
	display: inline-block;
	overflow:hidden;
	width:210px;
	height:20px;
	margin-left:18px;
	transition: width 1s;
}

.year-archive-years.hidden{
	width:0;
	transition: width 1s;
}

.year-archive-years .wrapper{
	display:inline-block;
	width:210px;
	height:100%;
}

.year-archive-title{
	cursor:pointer;
}

.year-archive-title-icon{
	display:inline-block;
	height:15px;
	width:15px;
	margin-right:10px;
	margin-left:10px;
	background-image: url("../img/arrow_right.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	transform:rotate(0deg);
	transition: transform 1s;
}

.year-archive-title-icon.reverse-icon{
	transform:rotate(180deg);
	transition: transform 1s;
}

.news-cats{
	max-width:100%;
	padding-bottom:5px;
	margin-top:25px;
    margin-bottom: 0;
	padding-left:5px;
	padding-right:25px;
	position:relative;
	overflow-x:hidden;
	overflow-y:hidden;
}

.istouch .news-cats{
	overflow-x:auto;
}

.news-cats .nav-wrap{
	width:1350px;
}

.news-cats .nav{
	position:absolute;
	top:6px;
	cursor:pointer;
	background-color: white;
	width:15px;
	text-align:left;
	z-index:5;
	height:100%;
}


.news-cats .active{}

.istouch .news-cats .nav{
	display:none;
}




.news-cats .nav-prev{
	margin-right:15px;
	left:0;
}

.news-cats .nav-next{
	margin-left:15px;
	left:auto;
	right:0;
	padding-left:8px;
	text-align:right;
}

.isTouch .news-cats .nav-prev,
.isTouch .news-cats .nav-next{
	display:none !important;
}

.news-cats li{
	display:inline-block;
	float:left;
    position: relative;
	margin: 0 12px 0 12px;
	color:#8C9295;
	font-size:.9em
}


.news-cats li:last-child {
	margin-right: 0px;
}

.news-cats li:hover, .news-cats li a.active{
	cursor:pointer;
	color:#002D62;

}

.event-data strong{
	display:block;
}



.year-link{margin-right:15px; display:inline-block;}
.year-link:hover{
	color:#002D62 !important;
}

.news-item{
	min-height:295px;
	margin-bottom:30px;
}

.news-item a{
	color:white;
}

.news-item a:hover{
	text-decoration: none;
}

.news-item div{
	font-size: .9em;
	padding:20px 20px 80px 20px;
	background-color: #002D62;
	color:white;
	min-height:100%;
	text-align: left;
	line-height:1.2em;
	position:relative;
}


.news-item .line{
	border-bottom:5px solid white;
	width:75px;
	position:relative;
	left:-20px;
	padding:0px;
	margin:20px 0 20px 0;
}

.news-item:hover{
	text-decoration:none;
}

.news-item-color-1 div{
	background-color: #002D62;
}
.news-item-color-2 div{
	background-color: #6B90B6;	
}
.news-item-color-3 div{
	background-color: #B8B9B9;	
}

.news-item .share{
	position: absolute;
	bottom:20px;
	left:20px;
	min-height:auto;
	background-color: transparent;
	padding:0;
	width:calc( 100% - 20px );
}

.news-item .share img{
	max-height:20px;
	width:auto;
}

.news-item .share a{
	margin-right:15px;
}

.news-item .share a:last-child{
	float:right;
}

.container-loadmore{
	text-align: center;
}

.loadmore{
	border:1px solid #002D62;
	display:inline-block;
	padding:7px 50px 3px 50px;
	color:#002D62;
	font-weight: bold;
	margin:0 auto;
	cursor:pointer; 
}

@media screen AND (max-width:800px){
	.loadmore{		
	width: 500px;
    max-width: 100%;
	}
}

.loadmore:hover{
	background-color: #002D62;
	color:white;
}

a[href^="https://goo.gl"]{
	padding-left:25px;
	position: relative;
	padding-top:30px;
	color:#002D62;
}

a[href^="https://goo.gl"]:before{
	content:" ";
	background-image: url("../img/mapmarker.png");
	background-size: contain;
	background-repeat: no-repeat;
	position:absolute;
	left:0;
	top:25px;
	height:25px;
	width:25px
}

hr{
	display:block;
	width:100px;
	background-color: #8C9295;
	border:0;
	height:2px;
	margin:0;
	margin-bottom:25px;
}

.stat{
	background-color: #002D62;
	color:white;
	margin:50px 0;
	padding: 60px 20px;
}

.image-holder{
	text-align: center;
}

.stat img{
	margin: 0 0 25px 0 !important;

}

.content hr{
	margin:50px auto;
}

.container-sectors{
	margin-top:50px;
}

.container-sectors .col-md-12{
	padding-left:0;
}

.container-sectors h4{
	margin-bottom: 35px;
}

.sector{
	display:inline-block;
	height:80px;
	width:80px;
	background-image: url(../img/branchen_icons.png);
	background-color: #AEB4B3;
	background-repeat: no-repeat;
	transition:all .5s;
}

.sectors-frame{
	max-width: 240px;
}

.sector:hover{
	background-color: #6B90B6;
	transition:all .5s;
}

.sector-automobile{	
	background-position:18px 18px;
}

.sector-health{
	background-position:-280px 18px;
}

.sector-textile{
	background-position:-182px 18px;
}

.sector-food{
	background-position:-85px 18px;
}

.sector-property{
	background-position:-384px 18px;
}

}

.offset-right-xs-12 {
  margin-right: 100%;
}
.offset-right-xs-11 {
  margin-right: 91.66666667%;
}
.offset-right-xs-10 {
  margin-right: 83.33333333%;
}
.offset-right-xs-9 {
  margin-right: 75%;
}
.offset-right-xs-8 {
  margin-right: 66.66666667%;
}
.offset-right-xs-7 {
  margin-right: 58.33333333%;
}
.offset-right-xs-6 {
  margin-right: 50%;
}
.offset-right-xs-5 {
  margin-right: 41.66666667%;
}
.offset-right-xs-4 {
  margin-right: 33.33333333%;
}
.offset-right-xs-3 {
  margin-right: 25%;
}
.offset-right-xs-2 {
  margin-right: 16.66666667%;
}
.offset-right-xs-1 {
  margin-right: 8.33333333%;
}
.offset-right-xs-0 {
  margin-right: 0;
}

@media (min-width: 768px) {
.carousel-item span.tag, .head-image span.tag{
	display:inline-block;
	}

	.carousel-item span, .head-image span{
		font-size:1.5em;
	}

	.header-search #s{
		padding-left:10px;
	}


  .offset-right-sm-12 {
    margin-right: 100%;
  }
  .offset-right-sm-11 {
    margin-right: 91.66666667%;
  }
  .offset-right-sm-10 {
    margin-right: 83.33333333%;
  }
  .offset-right-sm-9 {
    margin-right: 75%;
  }
  .offset-right-sm-8 {
    margin-right: 66.66666667%;
  }
  .offset-right-sm-7 {
    margin-right: 58.33333333%;
  }
  .offset-right-sm-6 {
    margin-right: 50%;
  }
  .offset-right-sm-5 {
    margin-right: 41.66666667%;
  }
  .offset-right-sm-4 {
    margin-right: 33.33333333%;
  }
  .offset-right-sm-3 {
    margin-right: 25%;
  }
  .offset-right-sm-2 {
    margin-right: 16.66666667%;
  }
  .offset-right-sm-1 {
    margin-right: 8.33333333%;
  }
  .offset-right-sm-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .offset-right-md-12 {
    margin-right: 100%;
  }
  .offset-right-md-11 {
    margin-right: 91.66666667%;
  }
  .offset-right-md-10 {
    margin-right: 83.33333333%;
  }
  .offset-right-md-9 {
    margin-right: 75%;
  }
  .offset-right-md-8 {
    margin-right: 66.66666667%;
  }
  .offset-right-md-7 {
    margin-right: 58.33333333%;
  }
  .offset-right-md-6 {
    margin-right: 50%;
  }
  .offset-right-md-5 {
    margin-right: 41.66666667%;
  }
  .offset-right-md-4 {
    margin-right: 33.33333333%;
  }
  .offset-right-md-3 {
    margin-right: 25%;
  }
  .offset-right-md-2 {
    margin-right: 16.66666667%;
  }
  .offset-right-md-1 {
    margin-right: 8.33333333%;
  }
  .offset-right-md-0 {
    margin-right: 0;
  }


}  
@media (min-width: 1200px) {
  .offset-right-lg-12 {
    margin-right: 100%;
  }
  .offset-right-lg-11 {
    margin-right: 91.66666667%;
  }
  .offset-right-lg-10 {
    margin-right: 83.33333333%;
  }
  .offset-right-lg-9 {
    margin-right: 75%;
  }
  .offset-right-lg-8 {
    margin-right: 66.66666667%;
  }
  .offset-right-lg-7 {
    margin-right: 58.33333333%;
  }
  .offset-right-lg-6 {
    margin-right: 50%;
  }
  .offset-right-lg-5 {
    margin-right: 41.66666667%;
  }
  .offset-right-lg-4 {
    margin-right: 33.33333333%;
  }
  .offset-right-lg-3 {
    margin-right: 25%;
  }
  .offset-right-lg-2 {
    margin-right: 16.66666667%;
  }
  .offset-right-lg-1 {
    margin-right: 8.33333333%;
  }
  .offset-right-lg-0 {
    margin-right: 0;
  }
}

.carousel-item img{
	margin-bottom:0;
	margin-top:0;
}

.carousel-item-next img.first{
	margin-left:100%;
}

.carousel-item-next img.second{
	margin-left:100%;
}

.carousel-item-next img.third{
	margin-left:100%;
}

.carousel-item-next img.fourth{
	margin-left:100%;
}

.carousel-item-prev img.first{
	margin-left:-100%;
}

.carousel-item-prev img.second{
	margin-left:-100%;
}

.carousel-item-prev img.third{
	margin-left:-100%;
}

.carousel-item-prev img.fourth{
	margin-left:-100%;
}




.carousel-item.active img.first{
	margin-left:25px;
	transition:margin-left 1s;
	transition-delay:.2s;
}

.carousel-item.active img.second{
	margin-left:25px;
	transition:margin-left 1s;
	transition-delay:.4s;
}

.carousel-item.active img.third{
	margin-left:25px;
	transition:margin-left 1s;
	transition-delay:.1s;
}

.carousel-item.active img.fourth{
	margin-left:25px;
	transition:margin-left 1s;
	transition-delay:.3s;
}


.carousel-item-left:not(.carousel-item-next):not(.carousel-item-prev){
}

.carousel-item-right:not(.carousel-item-next):not(.carousel-item-prev){
}

.carousel-item-prev.carousel-item-left img.first, .carousel-item-next.carousel-item-left img.first{
	margin-left:25px;
	transition:margin-left 1s;
	transition-delay:.2s;
}

.carousel-item-prev.carousel-item-left img.second, .carousel-item-next.carousel-item-left img.second{
	margin-left:25px;
	transition:margin-left 1s;
	transition-delay:.4s;
}

.carousel-item-prev.carousel-item-left img.third, .carousel-item-next.carousel-item-left img.third{
	margin-left:25px;
	transition:margin-left 1s;
	transition-delay:.1s;
}

.carousel-item-prev.carousel-item-left img.fourth, .carousel-item-next.carousel-item-left img.fourth{
	margin-left:25px;
	transition:margin-left 1s;
	transition-delay:.3s;
}

.carousel-item-prev.carousel-item-right img.first, .carousel-item-next.carousel-item-right img.first{
	margin-left:25px;
	transition:margin-left 1s;
	transition-delay:.2s;
}

.carousel-item-prev.carousel-item-right img.second, .carousel-item-next.carousel-item-right img.second{
	margin-left:25px;
	transition:margin-left 1s;
	transition-delay:.4s;
}

.carousel-item-prev.carousel-item-right img.third, .carousel-item-next.carousel-item-right img.third{
	margin-left:25px;
	transition:margin-left 1s;
	transition-delay:.1s;
}

.carousel-item-prev.carousel-item-right img.fourth, .carousel-item-next.carousel-item-right img.fourth{
	margin-left:25px;
	transition:margin-left 1s;
	transition-delay:.3s;
}
	
table img, table p{
	margin:0 !important;
	padding:0 !important;
}

table img{
	width:160px;
	height:auto;
	max-width:none !important;
}

table tr{
	border-bottom:10px solid white;
}

table p{
	padding-left: 25px !important;
}

table td{
	width:auto;
}

@media all and (max-width: 350px){
	.head-image span{
		font-size:1em; 
	}
}

@media all and (min-width:550px){
	.header-search{
		left:45px;
	}
}

@media all and (max-width: 550px){
	.header > img:first-child(){
		width:20px;
	}

	.menu-container .close-menu{
		margin-top:-20px;
	}


.logo{
	width:140px;
	margin-top:-5px;
}

.header{
	margin-bottom:10px;
}

	.scale{
		transform-origin:left top;
		transform: scale(.7);
	}
}


.gallery{
	display: flex;
    flex-wrap: wrap;
}


.gallery-item {
	padding: 15px;
	width: 100% !important;
}

.gallery-item img{
	border: 0 !important;
}

#ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical{
	width: 600px !important;
	max-width: 80% !important;
}

.asp_main_container{
	background-image: none !important;
	background: white !important;
	border-bottom: 1px solid black !important;
}


s1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical{
	background-color: #8c9295 !important;
}

.promagnifier{
	display: none !important;
}

.header-search{
	top: 6px;
	left: 15px;
	position: relative !important;
}

.header-search input{color: #8c9295 !important; font-size: 1.2em; }

#ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical{
	background: #8C9295;
}

#ajaxsearchprores1_1 .results .item .asp_content h3 a, #ajaxsearchprores1_2 .results .item .asp_content h3 a, div.asp_r.asp_r_1 .results .item .asp_content h3 a{
	color: rgb(0, 45, 98);
}

/* SWAP FUNCTION */
.swaps-container{
  display:flex;flex-wrap: wrap;
margin-bottom: 50px;
    justify-content: center;
	font-size: 16px;
	line-height: 20px;

}

.swap{
  width:100%;
  max-width:100%;
  color:white;
  margin:10px;
  position: relative;
  height:auto;
}

.swap, .swap *{
  backface-visibility: visible;
}

.swap-back div{
	line-height:1.1em;
}

.swap:before{
    content: '';
    display: block;
    padding-top: 100%;
}


.swap-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
    position: absolute;
    top:0;
    left:0;
}

.swap-front{
   display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.swap-front h1{
	position: absolute;
	bottom: 10px;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 22px;
}

.swap-front div{
  width:100%;
}

.swap-back{
  text-align:left;
}

.swap:hover .swap-inner{
  transform: rotateY(180deg);
}

.swap-front, .swap-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  background-color: #006EA6;
}

.swap-contact{
  overflow: hidden;
}

.swap-contact svg{
  transform: scale(2);
    margin-bottom: 30px;
}

.swap img, .swap ul{
	margin: 0 !important;
	padding: 0 !important;
}



.swap li{
	margin-bottom: 5px;
}



.swap-contact:nth-child(2) .swap-front, .swap-contact:nth-child(4) .swap-front{
  background-color: #aec7cc;
  color: #006EA6;
}

.swap-contact:nth-child(2) svg, .swap-contact:nth-child(4) svg,
.swap-contact:nth-child(2) path, .swap-contact:nth-child(4) path{
    fill: #006EA6;
}

.swap-contact:nth-child(3) .swap-front, .swap-contact:nth-child(5) .swap-front, .swap-contact:nth-child(7) .swap-front{
  background-color: #5e8f9a;
}

.swap-contact .swap-back, .swap-contact .swap-back{
  background-color: #85b7d1;
}

.swap-contact:nth-child(2) .swap-back, .swap-contact:nth-child(4) .swap-back{
  background-color: #d3e0e2;
}

.swap-contact:nth-child(3) .swap-back, .swap-contact:nth-child(5) .swap-back, .swap-contact:nth-child(7) .swap-back{
  background-color: #afc6cb;
}




.swap-client .swap-front{
  background-color: #D6E3E6;
}

.swap-green .swap-front, .swap-green .swap-back{
  background-color: #5E8F9A;
}

.swap-lightgreen .swap-front, .swap-lightgreen .swap-back{
  background-color: rgba(94,143,154,.75);
}

.swap-lightblue .swap-front, .swap-lightblue .swap-back{
  background-color: #d0dae8;
  color:#006EA6;
}

.swap-client .swap-back{
  background-color: #5E8F9A;
}

.swap-client .swap-back strong{
  color:white;
}

.swap-client img{
  max-width:75%;
  height:auto;
}

.swap-image img{
	max-width:100%;
}

.swap-back, .swap-front{
  padding:25px;
}

.swap-image{
	padding:0;
}

.swap-back {
  transform: rotateY(180deg);
}

.swap-front h2{
  font-weight:normal;
}

.swap-front h2 strong{
  color:white;
  font-weight: bold;
}

.swap-lightblue .swap-front h2 strong{
  color:#006EA6;
}

.swap > a{
  height:100%;
  width:100%;
  position: absolute;
  top:0;
  font-weight: bold;
  left:0;
}

.swap-contact .swap-back{
  text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}

.swap-contact .swap-back strong{
  color: black;
}

.swap img{
  width:100%;
  height:100%;
  object-fit: cover;
}
/* SWAP FUNCTION END */ 



@media all AND (max-width:776px){
	.impress-lay .col-12{
		margin-bottom:20px;
	}

	#wpcf7-f209-p46-o1{
		margin-bottom:50px;
	}
}

@media all AND (max-width:377px) AND (min-width:295px){
	a.logo{position: absolute; right:0;}
}

@media screen AND (min-width:620px){
	blockquote{	
	margin:90px 0 15px 0;
	}
}




