/* 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+ */
}


html {font-size:18px;}
body {font-family: 'Open Sans', sans-serif;font-size: 18px;line-height:125%;overflow-x: hidden;color:#333;}

.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, .fa-w-45 {height:22px;width:auto;vertical-align:middle}
.icon-more {height:30px;width:auto;}


.red {color:#9D1327;}

/* CONTAINER */
@media (min-width:1400px) {
.container {max-width: 1140px;}
}


#headerContainerHome, #headerContainerCareer {
	position: relative;
	height: 50vh;
	width: 100%;
}
#headerContainer {
	position: relative;
	height: auto;
	width: 100%;
}
	
	/* 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 {
		position: absolute;
	
		top:0;right:0;left:0;bottom:0;
		width:100%;
		height:100%;
		
		z-index: 0;
		overflow:hidden;
		
	}
		.video-bg video, #headerContainerCareer .video-bg picture, #headerContainerCareer .video-bg img {
			/*
			position: absolute;
			width: auto;
			height: auto;
			min-width: 100%;
			min-height: 100%;
			top: 0%;
			left: 50%;
			transform: translateX(-50%) translateY(0%);
			z-index: 2;
			*/
			position: absolute;
		    top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			width: 100%;
			max-width: 100%;
			height: 100%;
			max-height: 100%;
			z-index: 2;
		    object-fit: cover;
		    object-position: center top;
			
		}
		.video-bg .backimg {
			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 top;
		}
		
	
	
	/* Menü */
	#menuContainerHome {
		position: absolute;
		z-index:9999;
	}
	#menuContainerSub {
		position: relative;
		z-index:9999;
		/*height:10vh;*/
		height:auto;
	}
		/*@media (min-width:1200px) { #menuContainerSub {height:15vh;} }*/
	
	
	
	
	
	
	#menuArea {background-color: transparent;position: relative;}
	
		#menuArea.visible {background-color: #fff !important;}
		
		.navbar-toggler-icon {background-image: url("../images/icons/Winkelmann_Hamburger.svg");}
		#menuArea.visible .navbar-toggler-icon {background-image: url("../images/icons/Winkelmann_Navigation_Schliessen.svg");}
	
	#menuContent {position:absolute;background-color: transparent;line-height:150%;}
		#menuArea.visible #menuContent {background-color: #fff !important;}
	

		.nav-link-lang {display:inline-block;margin-right:2rem;}
		.nav-link, .nav-link:hover {color:#9D1327;}
	
		#menuContent .nav-link {padding:0 1rem 0 3.5rem;}
		#menuContent .nav-item.level1 .nav-link {padding:0.5rem 1rem 0.5rem 3.5rem;font-weight: bold;}
		#menuContent .nav-item.level1 {background-repeat: no-repeat;background-size: contain;background-position: left center;}
		#menuContent .nav-item.menucat-produkte {background-image: url("../images/icons/Winkelmann_Navigation_Produkte.svg")}
		#menuContent .nav-item.menucat-anwendungen {background-image: url("../images/icons/Winkelmann_Navigation_Anwendungen.svg")}
		#menuContent .nav-item.menucat-leistungen {background-image: url("../images/icons/Winkelmann_Navigation_Dienstleistungen.svg")}
		#menuContent .nav-item.menucat-karriere {background-image: url("../images/icons/Winkelmann_Navigation_Karriere.svg")}
		#menuContent .nav-item.menucat-downloads {background-image: url("../images/icons/Winkelmann_Navigation_Download.svg")}
		#menuContent .nav-item.menucat-kontakt {background-image: url("../images/icons/Winkelmann_Navigation_Kontakt.svg")}
	
	
	#HeaderContentContainer {
		position: absolute;
		z-index:999;
		top:20%;
	}
		#HeaderContent {
			margin-left:auto;
			margin-right:5%;
			width:40vw;
		}

	
	#scroll-down {
	  position: absolute;
	  left: 0;
	  bottom: 4%;
	  width: 100%;
	  z-index:10;
	  text-align: center;
	}
	#scroll-down-item {text-align: center;}
	#scroll-down-item img {width:40px;max-width:40px;height:auto;margin-left:auto;margin-right:auto;animation: fade_move_down 2s ease-in-out infinite;}
	#scroll-down-item a {scroll-behavior: smooth;}
	
	@keyframes fade_move_down {
	    0% {
	        transform: translate(0, -20px);
	        opacity:0
	    }
	
	    50% {
	        opacity:1
	    }
	
	    100% {
	        transform: translate(0, 20px);
	        opacity:0
	    }
	}
	
	

a {color:#9D1327;text-decoration: none;font-weight:normal}
a:hover {color:#9D1327;text-decoration: none;font-weight:normal}

#main {position: relative;}
#nav-shortcuts {display:none;position:fixed;bottom:3.6vw;right:0;z-index:9999;}
#nav-shortcuts > div {width:210px;overflow: hidden; position:relative;right:-150px;margin: 0px 0px 20px 0px;padding:0px 0px 0px 0px;background-color: #9D1327;height:50px!important;line-height:50px;font-size:0.9rem;position: relative;color:#fff;}
#nav-shortcuts img {width: auto;height:30px!important;margin-top:-2px;margin-left:10px;margin-right:5px;}
#nav-shortcuts a, #nav-shortcuts a:hover {color:#fff;white-space: nowrap;}
#nav-shortcuts > div .nav-shortcut-label {display:none;margin-right:26px;}
#nav-shortcuts > div:hover {right:0px;}
#nav-shortcuts > div:hover .nav-shortcut-label {display:inline-block;}

h1 {font-weight:normal;font-size:1.8rem;line-height:125%;margin-bottom:30px;color:#9D1327;}
h2 {font-weight:normal;font-size:1.8rem;line-height:125%;margin-bottom:30px;color:#9D1327;}
h3 {font-size: 1.4rem;line-height:125%;color:#9D1327;}
h4 {font-size: 1.3rem;line-height:125%;}
h5, h6 {font-size: 1.2rem;line-height:125%;}

ul {padding-left:0rem;}

/* Custom Bullet Point */
#HeaderContent li, #main li {
  list-style: none;
  padding: 0px 25px;
  background-image: url("../images/icons/Winkelmann_Anfuehrungspunkt.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
}
	#main .speclist li {background-position-y: 10px;}
	
#HeaderContent li {
  line-height:125%;
}
/* Standard-Punkt rot
li::marker {
  color: #9D1327;
}
*/

.linkbutton {display:inline-block;padding:4px 30px 4px 30px;background-color: #9D1327;color:#fff;}
.linkbutton:hover {color:#fff;}
.text-red {color:#9D1327;}
.text-150 {font-size: 1.4rem;line-height:125%;}
.text-200 {font-size: 1.8rem;line-height:125%;}

.frame-layout-2 {background-color: #9D1327;padding:1.7rem 1rem 1.5rem 1rem;color:#fff;}
.frame-layout-2 .frame, .frame-layout-2 p, .frame-layout-2 span {color:#fff;}



footer {color:#9D1327;}
	.footer-container {background-color:#eee;}
	footer a, footer a:hover {color:#9D1327;}



/* Home */
#HeaderContent .linkbutton, #mobileSubHeader .linkbutton {display:block;padding:0;padding-top:4px;padding-bottom:4px;text-align: center;}
#HeaderContent h1, h2 {margin-bottom:20px;}


/* Karriere */
#careerHeaderOld {z-index:0 !important;}
#careerHeaderNow {opacity:0;transition: opacity 3s ease-in-out;transition-delay: 1s;}
#careerHeaderNow.show {opacity:1;}

#headerContainerCareer .nav-link-lang {color:#fff;}
#headerContainerCareer #menuArea #brand-toggler .logo-col {background-image: url("../images/Winkelmann_Logo_weiss.svg"); background-repeat: no-repeat;background-size: contain; background-position-x: 1rem;}
	#headerContainerCareer #menuArea.visible #brand-toggler .logo-col {background-image: url("../images/Winkelmann_Logo.svg");}
#headerContainerCareer .navbar-toggler-icon {background-image: url("../images/icons/Winkelmann_Hamburger_weiss.svg");}

#headerContainerCareer #HeaderContent {padding-top:5rem;}
#headerContainerCareer #HeaderContent, #headerContainerCareer #HeaderContent h1 {color:#fff;}
#headerContainerCareer #HeaderContent li {background-image: url("../images/icons/Winkelmann_Anfuehrungspunkt_weiss.svg");}
#headerContainerCareer #HeaderContent .linkbutton {border:1px solid #fff;}
#headerContainerCareer #HeaderContent .linkbutton.bg-weiss {background-color:#fff;color:#9D1327;}

body.career .ce-card .cec-content-col {background-color:#9D1327;color:#fff;}
body.career .ce-card .cec-content-col .card-title {color:#fff;}
body.career .ce-card .cec-content-col .linkbutton {border:1px solid #fff;}

.container-applyform {background-color: #404040;color:#fff}
	.container-applyform h2, .container-applyform h3, .container-applyform a, .container-applyform a:hover {color: #fff;}

/* Subpages */


/* Kacheln (Cards) */
.card-img, .card-img-bottom, .card-img-top {border-radius: 0px;}
.card-title {color:#9D1327;margin-bottom:25px;}
.cec-content-col {border: 1px solid #9D1327;}
.cec-content-col .linkbutton {padding:4px 15px 5px 15px;border:1px solid #fff;}
.cec-content-col.bg-red {background-color:#9D1327;color:#fff;}
	.cec-content-col.bg-red .card-title {color:#fff;}
.card-body {padding-top:0px !important;padding-bottom:0px !important;}


@media (max-width:1199px) {
	
}

@media (max-width:992px) {

	.cec-right .cec-image-col {order: 1 !important;}
	.cec-right .cec-content-col {order: 2 !important;}

}

/**** https://www.w3.org/TR/mediaqueries-4/#mq-min-max ****/
/*@media (width <= 768px) { */
@media (max-width: 767.98px) {
	
	h1 {font-size:1.4rem;}
	h2 {font-size: 1.4rem;}
	h3 {font-size: 1.3rem;}
	h4 {font-size: 1.2rem;}
	
	.text-150 {font-size: 1.2rem;}
	.text-200 {font-size: 1.4rem;}

	
	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;}
	
	.footer-logo img {max-width:150px;}
}
@media (max-width:320.01px) {
	
}

@media (min-width: 640px) {
	
}

/* md Breakpoint */
@media (min-width: 768px) {
	#headerContainerHome, #headerContainerCareer {height: 100vh;}
	
}
@media (min-width:992px) {
	

		
}
@media (min-width:1200px) {
	.logo {max-width: 560px !important;}
	.nav-link-lang {margin-right:3rem;}
	
	#nav-shortcuts {display:block;}
	
}

@media (min-width: 992px) and (max-width: 1200px) {
	.cec-image-col  {position: relative;}
	.card-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: 1200px) and (max-width: 1400px) {
	
}


@media (min-width:1600px) {

	#HeaderContent {margin-right:9%;width:35vw;	}
	
	.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;
	}

	.footer-logo img {max-width:400px;}
	.fa-w-45 {height:45px;}
	
}


/* @media (width > 768px) and (width < 1200px) { */
@media (min-width: 768px) and (max-width: 1199.98px) {
	
}


/* Content */





/* overwrite Bootstrap Styles */
.card {border:none;border-radius: 0;}
.card-img-top {border-radius: 0;}

.text-right {text-align: end;}

.btn-primary {background-color: #9D1327;border:none;}
.btn-primary:hover {background-color: #9D1327;border:none;}

.btn-secondary {background-color: #bfbfbf;border:none;}
.btn-secondary:hover {background-color: #bfbfbf;border:none;}

.btn-close {background-image: url("../images/icons/btn-close.svg");background-size:34px auto;}


.table-striped.job-table td {vertical-align: middle;padding-left: 0.8rem;padding-right: 0.8rem;}
.table-striped.job-table p {margin-bottom:0.5rem;}
.table.job-table>:not(caption)>*>* {background-color:#eee;}
.table.table-striped.job-table>tbody>tr:nth-of-type(odd)>* {background-color:#ddd;}
.table.job-table tr {border-bottom:6px solid #fff;}


.frame-type-ce_accordion .accordion-item:first-of-type,
.frame-type-ce_accordion .accordion-item {border:none;}
.frame-type-ce_accordion h2, .frame-type-ce_accordion h3, .frame-type-ce_accordion h4, .frame-type-ce_accordion .accordion-button {font-weight:normal;font-size:1.8rem;color:#9D1327;}
	@media (max-width: 767.98px) {
		.frame-type-ce_accordion h2, .frame-type-ce_accordion h3, .frame-type-ce_accordion h4, .frame-type-ce_accordion .accordion-button {font-size:1.4rem;}
	}
.frame-type-ce_accordion .accordion-button:not(.collapsed) {color:#9D1327;background-color: transparent;}
.frame-type-ce_accordion .accordion-button, .frame-type-ce_accordion .accordion-body {padding-left:0px;padding-right:0px;}
.frame-type-ce_accordion .accordion-button::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239D1327'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}
.frame-type-ce_accordion .accordion-button:not(.collapsed)::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239D1327'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}

.frame-type-ce_accordion .pp-accordion-complementary .accordion-item {border-bottom:1px #fff solid;}
.frame-type-ce_accordion .pp-accordion-complementary h2, .frame-type-ce_accordion .pp-accordion-complementary h3, .frame-type-ce_accordion .pp-accordion-complementary h4, .frame-type-ce_accordion .pp-accordion-complementary .accordion-button {color:#fff;}
.frame-type-ce_accordion .pp-accordion-complementary .accordion-button, .frame-type-ce_accordion .pp-accordion-complementary .accordion-button:not(.collapsed) {background-color:#9D1327;padding-left:1rem;padding-right:1rem;}
.frame-type-ce_accordion .pp-accordion-complementary .accordion-body {background-color:#eee;padding-left:1rem;padding-right:1rem;}
.frame-type-ce_accordion .pp-accordion-complementary .accordion-body hr {border-color:#fff !important;opacity: 1;}
.frame-type-ce_accordion .pp-accordion-complementary .accordion-button::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}
.frame-type-ce_accordion .pp-accordion-complementary .accordion-button:not(.collapsed)::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}




/****************************/
/*********** 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; }
    
    .ce-uploads li, #main .ce-uploads li {background-color:#eee;padding:0.5rem 1rem 0.5rem 3rem;margin:0px !important;margin-bottom:2px !important;
		background-image: url('../images/icons/Winkelmann_Icon_PDF_Download.svg');background-repeat: no-repeat;
		background-position: 10px center;
		background-size: 30px;
		font-size:1.4rem;line-height:125%;
	}
	.ce-uploads li a, #main .ce-uploads li a {display:inline-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;}

.certlegend .ce-bodytext {padding-top:8px;}
@media (max-width:480px) {
	.certlegend .ce-bodytext {padding-top:2px;}
	.certlegend .ce-bodytext .text-150 {font-size: 1rem;}
	.certlegend .image-embed-item {max-width: 20px !important;}
	.certlegend .ce-intext.ce-left .ce-gallery {margin-right: 15px;}
}


/* 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 */
.form-group {margin-bottom:1rem;}
.form-check-label a {text-decoration: underline;}
form .error.form-text {color:red;}
