/* roboto-condensed-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v27-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v27-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v27-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {font-size:16px;font-weight: 300;}
body {font-family: 'Roboto Condensed', Verdana, sans-serif;font-size: 16px;font-weight: 300;overflow-x: hidden;color:#1f1f1f;}



header {}
	.logo img {width:200px;max-width:200px;height:auto;}
	.hero-img {width:100% !important;height:100vh;position: relative;}
		.hero-img picture, .hero-img img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;object-position: center center;z-index: 0;}
	
	img.logo-home {position:relative;padding-top:5%;width:80px;max-width:80px;height:auto;display:block;z-index: 10;}
	.menu-home {position:relative;padding-top:30px;color:#fff;z-index: 10;}
		.menu .nav-link, .menu .nav-link:hover {color:#fff;text-transform: uppercase;font-size:1.2rem;font-weight: 400;}
	.copyright {position:absolute;bottom:5%;width:100%;color:#fff;}
		.copyright .nav-link, .copyright .nav-link:hover {color:#fff;text-transform: uppercase;font-size:1.2rem;font-weight: 400;}

/*
a {color: rgb(0,85,160);text-decoration: none;font-weight:normal}
a:hover {color:rgb(0,85,160);text-decoration: none;font-weight:normal}
*/
a {color: #000;text-decoration: none;font-weight:normal}
a:hover {color:#000;text-decoration: none;font-weight:normal}

#main {}
h1 {font-size:2rem;margin-bottom:1.5rem;font-weight: 300;}
h2 {font-size: 1.7rem;font-weight: 300;}
h3 {font-size: 1.4rem;font-weight: 300;}
h4 {font-size: 1.2rem;}
h5 {font-size: 1rem;}



footer {}



/* Home */
.greybox {background-color:#3b3b3b;color:#fff;}
	.greybox a {color:#fff;}




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

/**** https://www.w3.org/TR/mediaqueries-4/#mq-min-max ****/
/*@media (width <= 768px) { */
@media (max-width: 767.98px) {
	
}
@media (max-width:400px) {
	.menu {}
	.menu .nav-link span {background-color:rgba(0,0,0,0.5);}
}
@media (max-width:320px) {
	
}

@media (min-width:576px) {
	
}

@media (min-width: 769px) {
	img.logo-home {position:absolute;padding-top:0;top:5%;left:10%;width:100px;max-width:100px;height:auto;display:block;}
	.menu-home {position:absolute;padding-top:0;top:5%;left:60%;width:30%;right:10%;}
	.copyright {position:absolute;left:60%;width:30%;right:10%;}
}
@media (min-width:992px) {
	img.logo-home {top:5%;left:10%;width:100px;max-width:100px;}
	.menu-home {top:5%;left:70%;width:20%;right:10%;}
	.copyright {position:absolute;left:70%;width:20%;right:10%;}
		.copyright .nav-link {margin-bottom:20px;}
}
@media (min-width:1200px) {
	img.logo-home {width:150px;max-width:150px;height:auto;}

}
@media (min-width:1600px) {
	
}

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


/* Content */






/* overwrite Bootstrap Styles */
hr {width:200px;margin-left:auto;margin-right: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 {
	    width: 100%;
	    max-width: 100%;
	    height: auto;
	}
	
	/* 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: 5em; }
    .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: 5em; }

    /* 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(178,133,0); padding-bottom: 1rem;}
    .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;}

/* 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;}

.frame ul, .frame li {list-style-type: none;margin: 0;padding: 0;}
.frame li {line-height: 200%;}
.frame li:before {content:">";display:inline-block;padding-right:10px;}

