/* FONTS */
/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
	url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/open-sans-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: local('Open Sans Italic'), local('OpenSans-Italic'),
	url('../fonts/open-sans-v18-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/open-sans-v18-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
	url('../fonts/open-sans-v18-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/open-sans-v18-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


@media (min-width: 1400px) {
	.container {max-width: 1300px !important;}
}
@media (min-width: 1600px) {
	.container {max-width: 1400px !important;}
}


html {font-size:19px;}
body {font-family: 'Open Sans', sans-serif;font-size: 19px;overflow-x: hidden;color:rgb(0,64,82);}

.svg-inline--fa {height:1rem;width:auto;max-width:100%;display:inline-block;vertical-align: -0.08rem;margin-right:3px;}
	.fa-w-16 {height:16px;width:auto;vertical-align:middle}
	.fa-w-18 {height:18px;width:auto;vertical-align:middle}
	.fa-w-22 {height:22px;width:auto;vertical-align:middle}
.icon-more {height:30px;width:auto;}


header {
	position: relative;
	height: 42vw;
	width: 100%;
	/* !!!! overflow:hidden bringt Video auf header-Höhe -- ABER dann ist auch Offcanvas-Menu abgeschnitten */
}
	
	/* Header Images */
	/*
	@media (min-width: 768px) and (orientation: landscape)  {
		#homeSlider {height:60vh;}
	}
	
	img {
			position: absolute;
		    top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			width: 100%;
			max-width: 100%;
			height: 100%;
			max-height: 100%;
			z-index: 0;
		    object-fit: cover;
		    object-position: center center;
		}
	
	
	*/
	
	.video-bg, .headerimg {
		position: absolute;
	
		top:0;right:0;left:0;bottom:0;
		width:100%;
		height:100%;
		
		z-index: 0;
		overflow:hidden;
		
	}
		.video-bg video, .headerimg picture {
			position: absolute;
			width: auto;
			height: auto;
			min-width: 100%;
			min-height: 100%;
			top: 49%;
			left: 50%;
			transform: translateX(-50%) translateY(-40%);
			z-index: -1;
		}
		.headerimg img {
			width: 100%;
			height: auto;
			min-width: 100%;
		}
	
	.header-caption {
		position: absolute;
		left:6vw;
		top:18vw;
		z-index: 2;
		color:#fff;
	}
	.header-caption h3, .header-caption-mobil h3 {
		color:#fff;
		font-size:1.8rem;
		font-weight: 400;
	}
	.header-caption-mobil {
		margin-top:-15px;
		background-color: #A6B9C5;
	}
		.header-caption-mobil .frame {padding-top:15px;}
		
	.menu-container {
		position: relative;
		z-index: 2;
		background-image: url('../images/header.png');
		background-position: left top;
		background-repeat: no-repeat;
		background-size: contain;
		height:11vw;
	}
	.menu-content {position:relative;display:flex;}
		.logo {position: absolute;top:20%;height:50%;min-height:50%;width:auto;}
		.langswitch {position: absolute;top:14%;right:0px;padding-right:0.5rem;}
		.navbar {position: absolute;bottom:25%;right:0px;}


	
	
	
	/* Menü */
	
	.navbar {padding:0px;}
	.navbar-light {}
	.navbar-nav {}
	.navbar-brand {padding:0px;z-index:999;}
	.navbar-brand img {}
	.navbar-toggler {border:none;}
	.navbar-toggler-icon {background-image: url("../images/icons/navbar-toggler.svg");}
	
	.offcanvas-backdrop {background-color:rgb(165,185,196);}
	.offcanvas-backdrop.show {opacity: .8;}
	.offcanvas-header .btn-close {margin:0px;}
	
	.navbar-light .navbar-nav .nav-link {color:rgb(0,64,82);}
	.navbar-light .navbar-nav .nav-link:hover {color:rgb(0,64,82);}
	.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {color:rgb(132,160,175);font-weight:normal;}
	.dropdown-item.active, .dropdown-item:active {background-color: transparent;color: #333;}
	.dropdown-toggle::after {}
	
	.navbar-light .offcanvas:not(.show) .navbar-nav .nav-item.langiconflag .nav-link {padding-left:0;padding-right: 0;}
	.tuevlogo {margin-right:5px;}
	

a {color:rgb(0,64,82);text-decoration: none;font-weight:normal}
a:hover {color:rgb(0,64,82);text-decoration: none;font-weight:normal}

#main {}
h1, h2 {font-weight:normal;font-size:2.25rem;margin-bottom:30px;color:rgb(132,160,175);}
h3 {font-size: 1.3rem;}
h4 {font-size: 1.5rem;}
h5, h6 {font-size: 1.3rem;}


footer {color:rgb(0,64,82);}
	.footer-container {background-color:rgb(200,211,217);}
	footer a, footer a:hover {color:rgb(0,64,82);}
	.footer-logo img {max-width:260px;}



/* Home */
.team-container {background-color: #A5B9C4;color:#fff;}
.team-content img {border-radius: 50%;max-width:260px !important;}

.referenzen-container h4 {color:rgb(132,160,175);}


/* Subpages */
.news .news-content {background-color: #E3E9EC;border: 1px solid #E3E9EC;}
.news .news-img {border: 1px solid #C3D0D8;background-color: #fff;}

.graybox .frame {background-color: #A5B9C4;color:#fff;padding:1rem;}

hr {visibility: hidden !important;}


@media (max-width:1199px) {
	
}

@media (max-width:992px) {

}

/**** https://www.w3.org/TR/mediaqueries-4/#mq-min-max ****/
/*@media (width <= 768px) { */
@media (max-width: 767.98px) {
	
	h1 {font-size:1.3rem;}
	h2 {font-size: 1.2rem;}
	h3 {font-size: 1.2rem;}
	h4 {font-size: 1.125rem;}
	
	hr {display: none !important;}

	
}

/* MOBILE HEADER */
@media (max-width: 1024px) {

	.headerimg img {
			position: absolute;
		    top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			width: 100%;
			max-width: 100%;
			height: 100%;
			max-height: 100%;
			z-index: 0;
		    object-fit: cover;
		    object-position: right center;
		}
	
}


@media (max-width: 767.98px) and (orientation: portrait)  {
	

}
@media (max-width: 991.98px) {
	.mobile-column-reverse {flex-direction: column-reverse;}

}



@media (max-width:450px) {
	.navbar-toggler-icon {width: 1.2em;height: 1.2em;}
	.menu-container {
		background-size: cover;
		background-position: -20px top;
	}

	.logo {top:15%;height:60%;min-height:60%;width:auto;}
	
	.footer-logo img {max-width:150px;}
}
@media (max-width:320.01px) {
	
}

@media (min-width: 640px) {
	.tuevlogo {margin-right:0px;}
	
}

/* md Breakpoint */
@media (min-width: 768px) {
	.tuevlogo {margin-right:-5px;}
	
}
@media (min-width:992px) {
	
	.header-caption h3 {font-size:2rem;}
	.navbar-light .navbar-nav .nav-item .nav-link {padding-left:0.9rem;padding-right:0.9rem;}
	.navbar-light .navbar-nav .nav-item:last-child .nav-link {padding-right:0.5rem;}
		
}
@media (min-width:1200px) {
	.logo {height:44%;min-height:44%;}
	
	.navbar {bottom:4%;}
	.navbar-light .navbar-nav .nav-item .nav-link {padding-left:1rem;padding-right:1rem;}
	.navbar-light .navbar-nav .nav-item:last-child .nav-link {padding-right:0.5rem;}
	
	.fa-w-22 {height:44px;width:auto;}
	
	.tuevlogo {margin-right:-20px;}
	
}



@media (min-width: 1200px) and (max-width: 1400px) {
	.navbar-light .navbar-nav .nav-item .nav-link, .langswitch a {font-size:0.9rem;}
}

@media (min-width: 1200px) and (max-width: 1600px) {
	
	html {font-size:17px;}
	body {font-size: 17px;}
	
	h1,h2 {font-size:1.5rem;}
	
}

@media (min-width:1600px) {
	.navbar-light .navbar-nav .nav-item .nav-link {padding-left:1.9rem;padding-right:1.9rem;}
	.navbar-light .navbar-nav .nav-item:last-child .nav-link {padding-right:0.5rem;}
	
	/*
	.header-caption {top:15.4vw;}
	.header-caption h3 {font-size:84px;line-height:1.25;}
	*/
	.header-caption {top:14.5vw;}
	.header-caption h3 {font-size:74px;line-height:1.25;}
	
	.team-container h4, .referenzen-container h4 {font-size: 2rem;}
	

	.news-img .frame,
	.news-img .frame .ce-image,
	.news-img .frame .ce-image .ce-gallery,
	.news-img .frame .ce-column, .news-img .frame .ce-outer, .news-img .frame .ce-inner {width: 100%;height:100%;}
	.news-img .frame .ce-row {width: 100%;height:100%;}
	.news-img .frame .ce-row .ce-column, .news-img .frame .ce-row .image {position: relative;width: 100%;height:100%;}
	.news-img .frame .ce-row .image img {
		position: absolute;
	    top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
		z-index: 0;
	    object-fit: cover;
	    object-position: center center;
	}

	
}

@media (min-width:1800px) {
	.logo {max-width:250px !important;}
	.container.container-expanded {width:100% !important;max-width: 100% !important;padding-left:6vw;padding-right: 6vw;}
	.container.container-expanded .ps-xl-5 {padding-left:5rem !important;}
	.container.container-expanded .pe-xl-5 {padding-right:5rem !important;}
}
@media (min-width:2000px) {
	.logo {max-width:300px !important;left:-10%;}
}
@media (min-width:2400px) {
	.logo {left:-20%;}
}



/* @media (width > 768px) and (width < 1200px) { */
@media (min-width: 768px) and (max-width: 1199.98px) {
	
}


/* Content */



/* Bootstrap Multilevel Menu in Kombination mit Offcanvas */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	

@media (max-width: 991.98px) {
	.dropdown-menu .dropdown-menu, .dropdown-menu.submenu {
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
		border:none !important;
		word-wrap: break-word !important;
		white-space: normal !important;
		text-wrap-style: wrap;
		text-wrap-mode: wrap;
	}
	
	.dropdown-menu .dropdown-item {
		word-wrap: break-word !important;
		white-space: normal !important;
		text-wrap-style: wrap !important;
		text-wrap-mode: wrap !important;
	}
}



/* overwrite Bootstrap Styles */
.card {border:none;border-radius: 0;}
.card-img-top {border-radius: 0;}

.text-right {text-align: end;}

.btn-primary {background-color: rgb(18,48,90);border:none;}
.btn-primary:hover {background-color: rgb(18,48,90);border:none;}

.btn-secondary {background-color: rgb(196,46,39);border:none;}
.btn-secondary:hover {background-color: rgb(196,46,39);border:none;}

.btn-close {background-image: url("../images/icons/btn-close.svg");background-size:34px auto;}





/****************************/
/*********** TYPO3 **********/
/****************************/

/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; max-width:50%;}

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 1px solid #ddd;
  		border-radius: 4px;
  		padding: 5px;
  		width: 150px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 15px;
        margin-top:4px;
    }
    .frame-type-gridelements_pi1 .ce-intext.ce-right .ce-gallery, .frame-type-gridelements_pi1  .ce-intext.ce-left .ce-gallery, .frame-type-gridelements_pi1 .ce-above .ce-gallery { margin-top:0px; }
    
    .ce-intext.ce-right .ce-gallery { margin-left: 30px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 30px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 15px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 15px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

	/***** Anpassung fuer minimale Responsivitaet bei Bildelementen ***********************************/

	.ce-gallery .ce-column {
	    margin: 0;
	    width: 100%;
		/* Abstand zwischen Bildern */
	    padding: 0px 0px 8px 0px;
	    box-sizing: border-box;
	}
	
	/* Fluid Image Tags */
	.ce-gallery img,
	.ce-gallery picture,
	img.image-embed-item {
	    width: 100% !important;
	    max-width: 100% !important;
	    height: auto !important;
	}
	
	/* Spaltenbreiten je nach eingestellten Columns auf groesseren Geraeten */
	@media (min-width: 640px) {
		
		.ce-gallery .ce-column {
	    	padding: 0px 5px 8px 5px;
		}
		
		.ce-gallery[data-ce-columns="1"] .ce-column {
		    padding: 0px 0px 8px 0px;
		}
		
		.ce-gallery[data-ce-columns="2"] .ce-column {
		    width: 50%;
		}
		
		.ce-gallery[data-ce-columns="3"] .ce-column {
		    width: 33.33333333333333%;
		}
		
		.ce-gallery[data-ce-columns="4"] .ce-column {
		    width: 25%;
		}
		
		.ce-gallery[data-ce-columns="5"] .ce-column {
		    width: 20%;
		}
	}
	
	/* Bildgröße für Text+Bild-Element auf großen Geräten begrenzen */
	/* @media (width > 768px) { */
	@media (min-width: 768px) {
		.ce-textpic.ce-left.ce-intext .ce-gallery[data-ce-columns="1"] .ce-media {max-width: 400px;margin-top:5px;}
	}
	/* @media (width <= 768px) { */
	@media (max-width: 767.98px) {
		.ce-left .ce-gallery, .ce-right .ce-gallery { float: none; }
	}

	/*********************************************************************************/


    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5.2em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5.2em; }

	@media (max-width: 767.98px) {
	
		.frame-layout-3.frame-space-after-extra-large { margin-bottom: 1.5rem; }
	
	}




    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    /*.frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }*/
    .frame-ruler-after { border-bottom: 1px solid rgb(175,161,150); }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

	
	.align-left {text-align: left;}
	.align-center {text-align: center;}
	.align-right {text-align: right;}
	.csc-frame-frame1 {background-color: #EDEBF1; border: 1px solid #333333;}
	.csc-frame-frame2 {background-color: #F5FFAA; border: 1px solid #333333;}
	.important {color: #8A0020;}
	.name-of-person {color: #10007B;}
	.detail {color: #186900;}
	.component-items {color: #186900;}
	.action-items {color: #8A0020;}
	.component-items-ordered {color: #186900;}
	.action-items-ordered {color: #8A0020;}
	
	.ce-table tr:nth-child(even) {background-color: rgb(253, 233, 191);}
	.ce-table tr:nth-child(odd) {background-color: rgb(251, 211, 128);}
	.ce-table tr:first-child, .ce-table th {background-color: rgb(247,166,0);}
	.ce-table th, .ce-table td {border-top: 1px solid #fff;}

/* individual stuff */
div.csc-textpic-intext-left .csc-textpic-imagewrap img, div.csc-textpic-intext-right .csc-textpic-imagewrap img { padding-top:3px; } /* Bei Text+Image-Elementen (nur wenn Bild links/rechts ausgerichtet ist) sollen Bild und Text auf einer horizontalen Linie beginnen */

.csc-textpic-imagewrap img {width:100%;height:auto;}

.image-caption {color:#999;}

.news-img .ce-gallery[data-ce-columns="1"] .ce-column {padding-bottom: 0px !important;}
.news-img .ce-intext.ce-right .ce-gallery, .news-img .ce-intext.ce-left .ce-gallery, .news-img .ce-above .ce-gallery {margin: 0px  !important;}

.frame-type-menu_subpages ul {margin:0;padding:0;}
.frame-type-menu_subpages li {list-style: none;border-bottom: 1px solid #ccc;}

.news-img .ce-gallery[data-ce-columns="1"] .ce-column {padding-bottom: 0px !important;}
.news-img .ce-intext.ce-right .ce-gallery, .news-img .ce-intext.ce-left .ce-gallery, .news-img .ce-above .ce-gallery {margin: 0px  !important;}


/* SEARCH */
.tx-indexedsearch-info .tx-indexedsearch-text-item-size,
.tx-indexedsearch-info .tx-indexedsearch-text-item-crdate,
.tx-indexedsearch-info .tx-indexedsearch-text-item-mtime,
.tx-indexedsearch-info .tx-indexedsearch-text-item-size {display:none;}

.tx-indexedsearch-res {padding-top:1rem;border-bottom:1px solid #ccc;}
.tx-indexedsearch-res:last-child {border-bottom-width: 0px;}

.tx-indexedsearch-browsebox {padding:0px;}
.tx-indexedsearch-browsebox:last-child {margin-top:2rem;}
.tx-indexedsearch-browsebox li {list-style-type: none;display:inline-block;padding:0.5rem;border:1px solid #eee;border-left-width: 0;}
.tx-indexedsearch-browsebox li:first-child {border-left-width: 1px;}
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage {background-color: rgb(13, 110, 253);color:#fff;}
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {color:#fff;}

.tx-indexedsearch-browsebox li:first-child {border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
.tx-indexedsearch-browsebox li:last-child {border-top-right-radius: 5px; border-bottom-right-radius: 5px;}


/* PLUGINS */


/* FORMS */

