@charset "utf-8";
/************************************************/
/*    style.css                                 */
/*    CMSS: codemanufactur.de shopsystem        */
/*    (C) by codemanufactur, 2012 - 2017        */
/*    alle Rechte vorbehalten                   */
/*    info@codemanufactur.de                    */
/************************************************/

/* import fonts */
@import url(//fonts.googleapis.com/css?family=Open+Sans:600&subset=latin);
@import url(//fonts.googleapis.com/css?family=Open+Sans:regular,700&subset=latin);
@import url(//fonts.googleapis.com/css?family=Cabin+Sketch:regular&subset=latin);


body {
	background-color: #ffffff;
    margin: 0px;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #3E58A5;
    letter-spacing: 0em;
	
	padding:0;
	width:100%;
	height:100%;
	text-align: left;
}

div.outerC {	/* Container */
	width: 100%;
}

div#ucp div ul {
	position: absolute;
	list-style-type: none;
	padding: 0;
	font-size: 13px;
	margin: 15px 0;
    width: 100%;
    height: 25px;
}
div#ucp div ul li {
    color: #FFF;
    font-size: 18px;
    font-family: 'Open Sans';
	display: inline;
	width: 155px;
	padding: 5px 0;
	text-align: center;
}
div#ucp div ul li a {
    color: #FFF;
    font-weight: 400;
    letter-spacing: 0.05em;
	text-transform: uppercase;
}
nav#headnav ul li.active a, nav#headnav ul li a:hover, div#ucp div ul li a:hover {
    color: #FFC268;
    text-decoration: none;
}

div#ucp {	/* UCP-Container */
	height: 55px;
	background-color: #A3573D;
}
div#ucp div ul li {
	margin: 0 10px;
}
div.blue {
   background-color:#3D57A3;
}
nav#headnav {	/* Headnav-Container */
   font-size: 18px;
   font-family: 'Open Sans';
   margin: 0 auto;
   padding: 0 1em;
   position: relative;
   height: 55px;
   overflow: hidden;
}
 nav#headnav ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   max-height: 110px;
   position: relative;
}
 nav#headnav ul li {
   display: inline-block;
}
 nav#headnav ul li.last {
   display: inline-block;
   margin: 0 1px 0 10px;
}
 nav#headnav ul li:last-child {
   position: absolute;
   margin: 0 1px 0 1px;
   font-weight: bold;
   right: 0;
   bottom: 55px;
   background-image: linear-gradient(to right, rgba(236, 240, 241, 0) 0, #3D57A3 2em);
   padding-left: 3em;
}
 nav#headnav ul li:nth-last-child(2) {
   display: none;
}
 nav#headnav ul li a {
   display: inline-block;
   padding: 0;
   color: #FFF;
   letter-spacing: 0.05em;
   text-decoration: none;
   text-transform: uppercase;
   white-space: nowrap;
   line-height: 55px;
}
 nav#headnav ul li a:hover {
   background-color: rgba(51, 51, 51, 0.08);
}
 nav#headnav:target {
   height: auto;
   padding: 0;
}
 nav#headnav:target ul {
   max-height: none;
}
 nav#headnav:target ul li {
   display: block;
}
 nav#headnav:target ul li:not(:first-child) {
   margin-top: 2px;
}
 nav#headnav:target ul li:last-child {
   display: none;
}
 nav#headnav:target ul li:nth-last-child(2) {
   display: inline-block;
   position: absolute;
   top: 0;
   right: 0;
   margin: 0;
   border-left: 2px solid #dde4e6;
}
 nav#headnav:target ul li a {
   display: block;
   padding: 0 2em;
   background-color: rgba(51, 51, 51, 0.05);
}
 nav#headnav:target ul li a:hover {
   background-color: rgba(51, 51, 51, 0.08);
}


@media (min-width: 1000px) {       /* Breite normal, wenn mindestens 1000px */
	body {
		min-width: 960px;
	}
	div#header {	/* Header-Container */
		height: 170px;
	}
	div.innerC, nav.innerC {	/* Container */
		width: 950px;
		height: 100%;
		margin: 0px auto;
		position: relative; /* für Bild und Div-positionierung */
	}
	img#logo {
		margin-top: 15px;
		max-width: 365px;
	}
	img#img_q1990 {	/* Qualitätsimage */
		right: -22px;
	}
	
	nav#headnav ul li, div#ucp div ul li { /* Hauptnavigation */
		margin: 0 72px 0 10px;
	}
	img#foothouse { /* Footerbild Haus */
		right: 100px;
	}
}

@media (max-width: 999px) {       /* Breite An Fenster anpassen, wenn schmaler als 1000px */
	div#header {	/* Header-Container */
		height: 180px;
	}
	div.innerC {	/* Container */
		width: 100%;
		height: 100%;
		margin: 0px auto;
		position: relative; /* für Bild und Div-positionierung */
	}
	img#logo {	/* Logo */
		max-width: 65%;
	}
	img#img_q1990 {	/* Qualitätsimage */
		right: 0px;
	}
	nav#headnav ul li, div#ucp div ul li { /* Hauptnavigation */
		margin: 0 31px 0 10px;
	}
	img#textfootnav {	/* Footnavigation */
		width: 530px;
	}
	div#footnav div.innerC div.col3, div#footer div.innerC div.col3 {	/* Footnavigation, Footer */
		width: 240px;
		margin-right: 25px;
	}
	img#foothouse { /* Footerbild Haus */
		right: 50px;
	}
}

@media (max-width: 799px) {       /* Anpassungen, wenn schmaler als 800px */
	ul#nextEvents li.e4 { /* viertes-Listelement in Eventlist */
		display: none;
	}
	nav#headnav ul li, div#ucp div ul li { /* Hauptnavigation */
		margin: 0 11px 0 10px;
	}
	img#textfootnav {	/* Footnavigation */
		width: 500px;
	}
	img#logofootnav {	/* Footnavigation */
		width: 180px;
	}
	div#footnav div.innerC div.col3, div#footer div.innerC div.col3 {	/* Footnavigation, footer */
		width: 200px;
		margin-right: 25px;
	}
	img#foothouse, img#foottel { /* Footerbild Haus, Footerbild Telefon */
		display: none;
	}
}

@media (max-width: 699px) {       /* Anpassungen, wenn schmaler als 700px */               /* Untergrenze für normales Hauptmenü */
	ul#nextEvents li.e3 { /* viertes-Listelement in Eventlist */
		display: none;
	}
	nav#headnav ul li, div#ucp div ul li { /* Hauptnavigation */
		margin: 0 0 0 10px;
	}
	img#textfootnav {	/* Footnavigation */
		width: 400px;
	}
	img#logofootnav {	/* Footnavigation */
		width: 180px;
	}
	div#footnav div.innerC div.col3, div#footer div.innerC div.col3 {	/* Footnavigation, Footer */
		width: 190px;
		margin-right: 4px;
		white-space: nowrap;
	}
	div#footer div.innerC div.col3 span.t70 {	/* Footer schmaler */
		width: 50px;
	}
}

@media (max-width: 599px) {       /* Anpassungen, wenn schmaler als 600px */			/* mobile Navigation */
	body {
		min-width: 250px;
	}
	img#img_q1990 {	/* Qualitätsimage */
		display: none;
	}
	ul#nextEvents li.e2 { /* viertes-Listelement in Eventlist */
		display: none;
	}
	div#header {	/* Header-Container Höhenanpassung */
		height: auto;
		min-height: 130px;
	}
	img#textfootnav {	/* Footnavigation */
		width: 200px;
	}
	img#logofootnav {	/* Footnavigation */
		width: 60px;
	}
	div#footnav div.innerC div.col3 {	/* Footnavigation */
		clear: left;
	}
	div#footnav div.innerC div.col3 div {	/* Footnavigation */
		margin: 0 auto;
		float: none;
	}
	div#footer div.innerC div.col3 {	/* Footer */
		width: 230px;
		margin-right: 4px;
	}
	img#footlbl, span#qtxt1, span#qtxt2 {	/* Footer Label Qualität ausblenden */
		display: none;
	}
}

div#header {	/* Header-Container */
	background-color: #FFFFFF;
	font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    text-decoration: none;
    color: #3E58A5;
}
ul#nextEvents li { /* Events */
	display: block;
	float: left;
	width: 66px;
	height: 88px;
	border: 1.6px solid #3E58A5;
	border-radius:8px;
	margin: 0 5px;
	text-align: center;
}
ul#nextEvents li a:link, ul#nextEvents li a:visited {
	color: #3E58A5;
}
ul#nextEvents li .eD { /* Event Tag */
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
}
ul#nextEvents li .eM { /* Event Monat */
	font-size: 20px;
	line-height: 0;
	margin-top:0;
	text-transform: uppercase;
}
ul#nextEvents li .eT { /* Event Zeit */
	display: none;
	visibility: hidden;
}
ul#nextEvents li .eN { /* Event Zeit */
	display: block;
	white-space: nowrap;
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0;
}
img#img_q1990 {	/* Qualitätsimage */
    position: absolute;
    bottom: 0;
}




div.globalMsg {	/* Message-Container */
	min-height: 55px;
	background-color: rgb(237,28,36);
	padding: 10px inherit;
	color: #FFF;
    font-size: 18px;
    font-family: 'Open Sans';
}
div.globalMsg .innerC {	/* Message-Container */
	padding: 10px 0;
}

div#topcnt {	/* topcnt-Container */
    /* min-height: 485px; */
    background-color: rgba(255, 194, 104, 0.45)
}

div#cnt {	/* cnt-Container */
    min-height: 450px;
}

div#footnav {	/* Footnav-Container */
    background-color: rgba(255, 194, 104, 0.45);
	font-size: 13px;
}

div#footer {	/* Footer-Container */
    height: 170px;
	padding-top: 45px;
	
    color: #3E58A5;
    letter-spacing: 0em;
	line-height: 1.5em;
	font-size: 13px;
}

/* event_topcol */
div#event_topcol {
    position: absolute;
    right: 0px;
    top: 30px;
	font-size: large;
}
div#event_topcol div {
    float: left;
	display: inline;
}
div#event_topcol div#event_list ul {
	list-style-type: none;
    float: right;
    padding: 0;
    margin: 0;
}
div#event_topcol div#event_list ul li {
	padding: 2px 3px;
}

/* InhaltsSPALTEN */
div.col3 {
	position: relative;
	float: left;
	width: 280px;
	margin-right: 55px;
}
div.lastcol {
	margin-right: 0 !important;
}
.col3img {
	width: 280px;
	height: 200px;
	border: none;
	margin-bottom: 20px;
}
img#foothouse {
	position: absolute;
	border: none;
	top: 5px;
}
img#foottel {
	position: absolute;
	border: none;
	right: 0;
	top: 5px;
	z-index:-1;
}
img#footlbl {
	position: absolute;
	border: none;
	right: -20px;
	top: -103px;
}
span#qtxt1 {
    font-family: 'Cabin Sketch';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
	position: absolute;
	right: 20px;
	top: 5px;
}
span#qtxt2 {
    font-family: 'Cabin Sketch';
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    text-decoration: none;
    color: #FFFFFF;
	position: absolute;
	right: 25px;
	top: 30px;
}
span#imp {
	position: absolute;
	right: 0px;
	top: 130px;
}
.t70 {
    width: 70px;
    display: inline-block;
}
.t150 {
    width: 150px;
    display: inline-block;
}


/* cnt */
div.col3 p {
	font-family: 'Open Sans', sans-serif;
    color: #3E58A5;
    font-style: normal;
    font-size: 16px;
	text-align: left;
    text-decoration: none;
    letter-spacing: 0em;
	margin-bottom: 10px;
}
a.furtherlink:link, a.furtherlink:visited {
	padding-left: 15px;
	background-image: url(https://img.uwesfahrschule.de/tmpl2017-04/linkarrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: 'Open Sans', sans-serif;
    color: #859CDF;
	text-decoration: none;
}
a.furtherlink:hover {
	color: #ff6600;
	text-decoration: none;
}
.bold {
    font-weight: 600;
}

/* footnav */
#textfootnav {
	margin-top: 35px;
	float: left;
	width: 730px;
}
#logofootnav {
	margin-top: 20px;
	width: 220px;
}
.w175 {
	width: 175px;
}
.w175 h2 {
	text-align: center;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    color: #3E58A5;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.w175 h2 a:link, .w175 h2 a:visited {
    font-weight: lighter;
	margin: 0;
}
.w175 h2 a:hover {
	color: #ff6600;
	text-decoration: none;
}
.w175 ul {
	list-style: none;
	padding: 0;
}
.w175 ul li {
	color: #3E58A5;
	text-decoration: none;
    font-weight: lighter;
	font-size: 14px;
	margin: 10px 0;
	width: 100%;
}
.w175 ul li a:link, .w175 ul li a:visited {
	display: block;
    font-weight: lighter;
	font-size: 14px;
	padding: 5px 8px;
	width: 159px;
	background-color: #FFF;
}
.w175 ul li a:hover {
	color: #FFF;
	background-color: #3E58A5;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* glide slideshow */
#Glide {
	height: 420px;
}
ul.glide__track {
	margin: 0;
}
.glide__slide .data {
	padding: 0;
	color: #ccc;
	width: 100%;
	margin-top: -110px;
	height: 100px;
	background: #000;
	-moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
}
.glide__slide .data h4 {
	color: #fff;
	font-size: 26px;
	font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-style: normal;
	padding: 10px 0 0 0;
	margin: 0 0 10px 20px;
}
.glide__slide .data p {
	padding:0;
	margin: 0 0 0 20px;
	line-height:140%;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-style: normal;
}
.glide__slide .data a { color:#fff; }
.glide__slide .data .heading { border:none;  margin:0 0 10px 0;   }
.glide__bullets {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 8px 15px 0 0;
	height:12px;
	text-align:center
}
.glide__bullets>*{display:inline-block;background-color:rgba(255,255,255,0.5);width:12px;height:12px;padding:0;cursor:pointer;border-radius:50%;border:2px solid transparent;
-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}
.glide--horizontal .glide__bullets>*{margin:0 5px}
.glide__bullets>*.active{background-color:white}.glide__bullets>*:focus{outline:none}
.glide__bullets>*:hover,.glide__bullets>*:focus{border:2px solid white;background-color:rgba(255,255,255,0.5)}

/* K-Formular */
div.inpbig {
	color: #333;
	font-size: 1.1em;
	min-height: 30px;
	float: left;
	padding: 3px 0;
}
div.inpbig input, div.inpbig select, input.big, button.big, textarea.big, select.big {
	font-size: 1.1em;
    font-weight: 400;
	border: 1px solid #BBB;
    overflow: visible;
    padding: 4px 2px;
	margin: 0 2px;
}
div.inpbig select, select.big {
    overflow: scroll;
}
button.big img {
	height: 28px;
}
div.inpbig select {
    padding: 3px 2px;
}
div.lblbig {
	color: #555;
	font-size: 16px;
	font-weight: bolder;
	width: 165px;
	height: 30px;
	padding: 3px;
	margin: 0;
	float: left;
}
div.lblbig label {
	line-height: 30px;
	width: 135px;
	vertical-align: middle;
}
.lengthA {
	width: 260px;
}
.lengthB {
	width: 60px;
}
.lengthC {
	width: 196px;
}
.lengthD {
	width: 86px;
}
.lengthX { /* XL */
	width: 300px;
}
.lengthXC { /* B + xd */
	width: 236px;
}
.lengthXD { /* 2 b + xd */
	width: 172px;
}
.lengthXX {
	width: 690px;
}
span.small {
	font-size: 14px;
	color: #444;
}
.galImgTBox {
	border: 1px dotted #CCCCCC; height: 160px; width: 160px; 
	padding: 3px; 
	margin: 20px 5px;
	font-size: 16px;
	float: left;
}




.warning {
		color: yellow;
}
.HLORANGE {
	color: orange;
	background-color: #FFDAB9;
}
div.warning {
	color: yellow;
	border-color: yellow;
	background-color: #FFAA00;
}

.error {
		color: red;
}
.HLRED {
	padding: 3px;
	color: red;
	background-color: #FFAAAA;
}
a.HLRED, span.HLRED a {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
.HLDRED {
	padding: 3px;
	color: #ffdddd;
	background-color: darkred;
}
div.error {
	color: red;
	border-color: red;
	background-color: #FFAAAA;
}
div.confirm {
	color: green;
	border-color: green;
	background-color: #AAFFAA;
}
.HLDGREEN {
	padding: 3px;
	color: lightgreen;
	background-color: seagreen;
}
a.HLDGREEN, span.HLDGREEN a, a.HLDRED, span.HLDRED a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
.HLGREEN {
	padding: 3px;
	color: green;
	background-color: greenyellow;
}
a.HLGREEN, span.HLGREEN a {
	color: green;
	font-weight: bold;
	text-decoration: underline;
}
div.status {
	border: 3px solid;
	padding: 5px;
	margin: 0 0 15px 0;
}

a:link, a:visited {
	color: #859CDF; /*#3E58A5;*/
	text-decoration:none;}
a:hover {
	color: #ff6600;
	text-decoration:none;}
img {border:none}
p {
	margin:0; 
	padding:0px 0px 25px 0px;
}
h1 {
	font-size: 32px;
	font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    color: #859CDF;
	text-decoration: none;
	margin: 0;
	padding: 40px 0 25px;
	text-transform: uppercase;
}
h1 a:link, h1 a:visited {
    color: #859CDF;
	text-decoration: none;
}
h1 a:hover {
	color: #ff6600;
	text-decoration: none;
}
h2 {
	font-size: 20px;
	color: #3E58A5;
	margin: 0;
	padding: 5px 0 25px;
}
h3 {
	font-size: 18px;
}
hr {border:none; border-top:1px #BFBFD3 dashed}
code {
	width:90%;
	overflow:scroll;
	background:url(images/pattern.png) repeat;
	min-height:75px;
	margin:0 auto;
}
.code_highlight {
	width:90%;
	overflow:scroll;
	background:url(images/pattern.png) repeat;
	min-height:75px;
	margin:0 auto;
}
.button {margin:1px;}
.leftfloat {float:left;}
.rightfloat {float:right;}
.floatr {float:right;}
.big, .big a {
	font-size: 26px;
}
.centered {margin: 0 auto;}
.clear, .clr {
	clear:both;
}
.center {text-align:center}
.left {text-align:left}
.right {text-align:right}
.just {text-align:justify}
.indent {width:90%; font-size:9px; color:#999; font-style:italic; border:1px dashed #666}
.bildlinks {
	float:left;
	margin:0px 10px 10px 0px;
}




/**
* Cookie-Banner
*/
#cookie_banner a {color:#000; text-decoration:none;}

#cookie_banner a:hover {text-decoration:underline;}

#cookie_banner div {padding:10px; padding-right:40px;}

#cookie_banner { 
	z-index: 1000;
	outline: 1px solid #7b92a9; 
	text-align:right; 
	border-top:1px solid #fff;
	background: #d6e0eb; 
	background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
	background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
	background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
	background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
	background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
	z-index:10000; 
	width:100%; 
	font-size:12px; 
	line-height:16px;
	margin-bottom: 3px;
}

#cookie_banner_close {
color: #777;
font: 14px/100% arial, sans-serif;
position: absolute;
right: 5px;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
top: 5px;
cursor:pointer;
border-top:1px solid white; 
border-left:1px solid white; 
border-bottom:1px solid #7b92a9; 
border-right:1px solid #7b92a9; 
padding:4px;
background: #ced6df; /* Old browsers */
background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
}

#cookie_banner_close:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}


