/*   Dunkelblau: #135a81  */
/*   Hellblau: #e6eef2     */
/*   Orange:    #f2920a    */


/* ************************* Global Font ************************* */

@font-face {
    font-family: 'pt_sans_narrowbold';
    src: url('fonts/pt_sans-narrow-web-bold-webfont.woff2') format('woff2'),
         url('fonts/pt_sans-narrow-web-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sans_narrowregular';
    src: url('fonts/pt_sans-narrow-web-regular-webfont.woff2') format('woff2'),
         url('fonts/pt_sans-narrow-web-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* ************************* html + body ************************* */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	background-color: #FFF;
	color: #135a81;
	font-family: pt_sans_narrowregular, Verdana, sans-serif;
	font-size: 1.75vw;
	font-weight: 300;
	line-height: 1.5em;
}
#tpllck_body {
	background-color: #fff;
	background: url(images/bottom_bg.jpg) 50% fixed;
	background-repeat:repeat-y;
	-webkit-background-size: cover;
	background-size: 100vw;
}
/* ************************* Print View ************************* */
body.print {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0 auto;
	max-width: 1170px;
	padding: 2em;
}

h1, h2, h3, h4 , h5, h6 {
	clear: both;
	color: #135a81 ;
	font-weight: 600;
	font-family: pt_sans_narrowbold, Verdana, sans-serif;
}
h1, h2, h3 {
	margin: 0 0 .5em;
}
h1 {
	font-size: 2.4vw;
	line-height: 2.2vw;
}
h2 {
	font-size: 1.8vw;
	line-height: 1.8vw;
}
h3 {
	font-size: 1.6vw;
	margin:1em 0 0 0em;
}
h4, h5, h6 {
    font-size: 1.3vw;
	margin: 1.3em 0 .5em;
}
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
h5, h6 {letter-spacing: .05em;}
h4 {font-size: 1.2vw;}
h5 {font-size: 1.0vw;}
h6 {font-size: 0.8vw;}

p {margin: 1em 0em 0em 0em;}
p.small { font-size: 1em; }
p.right { text-align:right; }
p.red { color:#f00; }
p.orange{ color:#f2920a; }

li.orange {
	background-color:#f2920a;
	}
li.blue {
	background-color:#77f4ff;
	}
li.none {
	background-color:#f5bd72;
	}

strong {font-weight:bold;color: #000;}

hr {
	background-color: #738FA5;
	border: 0;
	border-bottom: 1px dashed #CCC;
	margin: 5px 0 3px 0;
}

img.left {
	clear: left;
	float: left;
	margin: 0 1em 1em 0;
}
img.right {
	clear: right;
	float: right;
	margin: 0 0 1em 1em;
}
img.big {
width:74vw;
	margin: 0 0 0em 0em;
}

.important {
	background-color: #E6D2B1;
	border: 0px solid #ABABAB;
	border-radius: 6px;
	clear: both;
	margin: 1em 0;
	padding: 1em 2em;
}
.warning {
	background-color: #D4AA78;
	border: 0em solid #C0C0C0;
	border-radius: 6px;
	clear: both;
	color: #fff;
	font-weight: 900;
	margin: 1em 0;
	padding: 1em;
	text-align: center;
}
.warning a {
	color: #aaf;
}
.important p:first-child,
.warning p:first-child {
	margin-top: 0;
}
.important p, .warning p {
	margin: 1em 0 0;
}

span.highlight {
	background-color: #dfd;
	font-weight: 900;
	letter-spacing: .06em;
}

a:link {
	border: 0;
	color: #f2920a;
	text-decoration: none;
}
a:visited {
	border: 0;
	color: #f2920a;
	text-decoration: none;
}
a:focus {
	border: 0;
	color: #f2920a;
	text-decoration: none;
}
a:hover {
	border: 0;
	color: #135a81;
	text-decoration: none;
}
a:active {
	border: 0;
	color: #135a81;
	text-decoration: none;
}

ul {
/*	list-style-position: inside; */
	padding-left: 2.5em; 
	padding-top: 1em; 
	color:#135a81;
}

.tpllck_content_main > ul > li {
	padding: 6px 0;
}

blockquote::before {
    color: #f2920a;
    content: "\f10e";
    display: block;
    font-family: "FontAwesome";
    font-size: 2em;
    left: 0;
    position: absolute;
    top: .5em;
}

blockquote {
	padding: 0em .75em .75em 3em;
	position: relative;
	color:#fff;
	text-align:left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 2.5em 0 .75em;
	font-style: italic;	
}

.sign {
     font-size: 1.4vw;
    font-style: italic;
    text-align: right;
    margin-top: 0.5vw;
}


#TOP {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}


/* ************************* Header Topline ************************* */



.logo1 {
    background-image: url(images/logo_alwo.svg);
	background-size:12vw;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#ffffff;
    float:left;
    width: 17vw;
    height:7vw;
    margin-left:11vw;
}

/* ************************* Header Navigation ************************* */




.tpllck_headnav {
	border: 0px solid red;
	line-height: 3em;
	margin: 0 auto;
	width: 100%;
	padding: 0em 0em 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    border: 0px solid #f00;
    background-color: none;
}
.tpllck_headnav p {
	color: #fff;
	float: right;
	font-size: 0.85em;
	letter-spacing: 0.1em;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}
.tpllck_headnav a:link,
.tpllck_headnav a:visited,
.tpllck_headnav a:hover,
.tpllck_headnav a:active {
	color: #fff;
}
.tpllck_headnav a:hover {
	text-decoration: underline;
}
.tpllck_headnav p img {
	margin-left: 0.5em;
	vertical-align: middle;
}

.pg_nav_con {
    z-index: 998;
    width: 43vw;
    height: 5vw;
    background-color: #fff;
    border: 0px solid #f00;
    margin-left: 26vw;
    margin-top: 2vw;
    position: absolute;
	}

.tpllck_nav {
	z-index:990;
	width:100vw;
	height:12vw;
	padding: 0 0;
	clear: both;
	margin: 0 auto;
  /*   border-bottom:1px solid #a66132; */
	box-sizing: border-box;
    background-image: url(images/head_bg.png);
    background-size: 100%;
    position: absolute;
	}
/* ************************* TelNr ************************* */

.telnr {
    position: absolute;
    float: left;
    height: 4vw;
    margin-left: 72vw;
    margin-top: 2.2vw;
    font-family: pt_sans_narrowbold, Verdana, sans-serif;
    font-weight: bold;
    line-height: 4vw;
    font-size: 1.6vw;
    color: #135a81;
    border: 0px solid #f00;
    background-image: url(images/tel_alwo.svg);
    background-repeat: no-repeat;
    background-size: 2vw;
}

.telnr a {
color: #135a81; 
}
.telnr a:hover {
color: #f2920a; 
}

.tel_icon {
    width:2vw;
    height:1vw;
    
    
}

/* ************************* Searchbox ************************* */
.tpllck_headnav form {
	float: right;
	margin: 0 auto;
	white-space: nowrap;
}
.tpllck_headnav input.text {
	background-color: #eee;
	border: 0px solid #222;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 3vw;
	margin: auto 0;
	-webkit-transition: .5s;
	transition: .5s;
	width: 10.5vw;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 1px 4px 0px rgba(102,102,102,0.5); 
	box-shadow: inset 1px 1px 4px 0px rgba(102,102,102,0.5);
}

.text, .xh_captcha_input, .xh_mailform textarea {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 1.4vw;
    color: #222;
    background-color: white;
    padding: 2px 4px;
    margin: 0 0 2px 0;
}
.tpllck_headnav input.text:focus {
	background-color: #eee;
	width: 17vw;
	-webkit-box-shadow: inset 1px 1px 4px 0px rgba(102,102,102,0.5); 
	box-shadow: inset 1px 1px 4px 0px rgba(102,102,102,0.5);
}
.tpllck_headnav input.submit {
	background-color: #a66132;
	border: 0px solid #222;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	height: 3vw;
	font-size:1.4vw;
}


/* ************************* Banner ************************* */


.bg_banner {
    z-index:1;
	background-color:#fff;
	background-position:center top;
	height:30vw;
    -webkit-background-size: cover;
	background-size: cover;
    width: 78vw;
    margin: 0 auto;
}

.tpllck_head {
	background-color: #fff;

	height: 50vw;
	padding: 0em 0;
	width: 100vw;
}

.tpllck_head1 {
    z-index:1;
	background-color: #fff;
	background: url(images/banner01.jpg) 50% 0em;
	-webkit-background-size: cover;
	background-size: cover;
	height: 30vw;
	padding: 0em 0;
	width: 100%;
    margin-top: -8vw;
}

.tpllck_head2 {
	background-color: #fff;
	background: url(images/banner02.jpg) 50% 0em;
	-webkit-background-size: cover;
	background-size: cover;
	height: 30vw;
	padding: 0em 0;
	width: 100%;
    margin-top: -8vw;
}
.tpllck_head3 {
	background-color: #fff;
	background: url(images/banner03.jpg) 50% 0em;
	-webkit-background-size: cover;
	background-size: cover;
	height: 30vw;
	padding: 0em 0;
	width: 100%;
    margin-top: -8vw;
}
.tpllck_head4 {
	background-color: #fff;
	background: url(images/banner04.jpg) 50% 0em;
	-webkit-background-size: cover;
	background-size: cover;
	height: 30vw;
	padding: 0em 0;
	width: 100%;
    margin-top: -8vw;
}

.tpllck_head5 {
	background-color: #fff;
	background: url(images/banner02.jpg) 50% 0em;
	-webkit-background-size: cover;
	background-size: cover;
	height: 30vw;
	padding: 0em 0;
	width: 100%;
    margin-top: -8vw;
}

.slogan {
    /* background: url(images/fachmann.png); */
    /* background-size: 30vw; */
    /* background-repeat: no-repeat; */
    /* background-position: 0vw 0vw; */
    width: 76vw;
    height: auto;
    position: absolute;
    margin: -12vw 0 0 2vw;
    color: #f2920a;
    font-size: 4.5vw;
    font-weight: 800;
    border: 0px solid #f00;
    transition: background .85s ease-in-out;
    -moz-transition: background .85s ease-in-out;
    -webkit-transition: background .85s ease-in-out;
}



/* ************************* Header/Sitename ************************* */
#tpllck_header_box {
	margin: 0 auto;
	text-align: center;
	width: 100%;

}
.tpllck_header {
	/* background: url(images/header.jpg) no-repeat #2F606D; */ /* OPTIONAL */
	border: 0px solid red;
	font-size: 1.8em;
	font-weight: 700;
	margin: 8rem auto 1rem;
	max-width: 1170px;
	padding: 0;
}
.tpllck_header h1 {
	color: #fff;
	font: italic bold 200% Georgia, serif;
	letter-spacing: .1em;
	margin: 0;
	padding: 0;
	text-shadow: 0 0 10px #000;
	text-transform: uppercase;
}

/* ************************* Breadcrumbs-Locator ************************* */
.tpllck_locator {
	margin-bottom: 1em;
}
.tpllck_locator p {
	font-size: 0.7em;
	letter-spacing: 0.1em;
	margin: 0 1em;
}
.tpllck_locator a {
	color: #AD5C00;
}
.tpllck_locator a:hover {
	color: #486C88;
}

/* ************************* Content ************************* */
#tpllck_content_box {
	background-color: #fff;
	width: 100vw;
    -webkit-box-shadow: 4px 5px 4px 2px rgba(0,0,0,0.5); 
	box-shadow: 4px 5px 4px 2px rgba(0,0,0,0.5);
    border-bottom:5px solid #f2920a;
  
}
.tpllck_content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	margin: 0 auto;
	width:100vw;
	min-height: 50vw; /* Prevents "jumping" of the page */
	padding: 0 0 2em 0em;

}

.pg_content_tight {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    background-color: #fff;
	box-sizing: border-box;
	clear: both;
	margin: 0 auto;
	width:78vw;
	padding: 2.5em 0 0 1em;
}
.pg_content_wide {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    background-color: #e6eef2;
	box-sizing: border-box;
	clear: both;
	margin: 0 auto;
	width:100vw;
	padding: 2em 13vw;
}

/* ************************* Submenu ************************* */
.tpllck_submenu h3 {
	font-size: 14px;
	margin-top: 3em;
}

.tpllck_submenu h4 {
	font-size: 14px;
	margin-top: 3em;
}

/* ************************* Subarea - Newsboxes ************************* */
.tpllck_subarea {
/* 	background-color: rgba(255, 255, 255, 0.8);  */
	float: left;
	margin: 0em 0;
	width: 100%;
 

}
.tpllck_newsboxes {
	margin: 0 auto;
	width: 78vw;
}
.tpllck_newsbox1 {
	border: 0px solid #CFCFCF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 2em;
	width: 28%;
}

.tpllck_newsbox1 img{
	border: 6px solid #fff;
    border-radius: 9vw;
	margin: 0;
	padding: 0;
	width: 16vw;
    height: 16vw;
        -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5); 
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
}

.tpllck_newsbox2 {
	border: 0px solid #CFCFCF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 2em 1em  0 0em;
	width: 42%;
}
.tpllck_newsbox3 {
	border-left: 0px solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 3em 0 0 0;
	padding:  0 0 0 2em;
	width: 30%;
}




.tpllck_newsbox1 {
	color: #fff;
}
.tpllck_newsbox1 h4 {
	color: #738FA5;
	font-weight: 500;
	letter-spacing: .03em;
}
.tpllck_newsbox2 {
	color: #fff;
}
.tpllck_newsbox2 h4 {
	color: #738FA5;
	font-weight: 500;
	letter-spacing: .03em;
}
.tpllck_newsbox3 {
	color: #fff;
}
.tpllck_newsbox3 a:link {
	color: #fff;
	font-weight: 500;
	letter-spacing: .03em;
}

/* ************************* Toplink ************************* */
.tpllck_toplink {
	background-color: #fff;
	clear: both;
	padding: 2em 0;
	text-align: center;
    width:100vw;
}
.toplink_icon {
	background-color: #f5bd72;
	border: 2px solid #eee;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 6px #e6eef2;
	box-shadow: 0 0 0 6px #e6eef2;
	display: inline-block;
	height: 4em;
	opacity: 0.7;
	-webkit-transition: .5s;
	transition: .5s;
	width: 4em;
}
.toplink_icon:after {
	border-right: 5px solid #eee;
	border-top: 5px solid #eee;
	content: '';
	display: inline-block;
	height: 1.4em;
	margin-top: 1.4em;
	width: 1.4em;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.toplink_icon:hover {
	background-color: rgba(234, 194, 131, 0);
	border: 2px solid #135a81;
	opacity: 1;
}
.toplink_icon:hover:after {
	border-right: 5px solid #135a81;
	border-top: 5px solid #135a81;
}

/* ************************* Footer - LastUpdate + Copyright + Login ************************* */
#tpllck_footer {
	background-color: #fff;
	border-top: 0px solid #FFF;
	display: table;
	margin: 0;
	padding: 0;
	width: 100vw;
}
.tpllck_copyright {
	clear: both;
	color: #AAA;
	display: table-cell;
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0;
	padding: 2em .5em 2em;
	text-align: center;
	vertical-align: middle;
}
.tpllck_copyright a {
	color: #f5bd72;
	padding: 4px;
	text-decoration: none;
}
.tpllck_copyright a:hover {
	color: #135a81;
}
/* ************************* Login-Button */
#login #submit {
	padding: 0 20px;
}

/* ************************* CMSimple_XH Mailform - xh_captcha_input + xh_captcha_code-Button ************************* 



.label {
	color: #135a81;
	font-size: 1em;
	font-weight:bold;
	width: 25%;
	height: auto;
	padding: 6px 0px 0px 0px;
	}
	

	
.field input, .field textarea {
	background-color: #fff;
	width:100%;
	}	

.required  {
	color:#135a81;	
	font-size: 1em;
		}



div.advfrm-mailform div.buttons {
    margin-top: 1em;
	width:100%;
	border: 0px solid #ff0;
}

	
.submit {
	height: 5vw;	
	color: #fff;
	font-weight: bold;
	border: 0px solid #fff;
	background-color: #892a00;
	}

.submit :hover {
    background-color: #0f0;
}

div.advfrm-mailform {

}

div.advfrm-mailform table {
    margin-bottom: 1em;
    border-collapse: collapse;
}

select {
	padding: 0.5em 0.5em 0.3em 0.5em;
}




#button-color:hover {
    transition: background-color 1s ease-in-out;
    background-color: #36b200;
     transition: background-color 1s ease-in-out;
    box-shadow: 1px 1px 3px 2px rgb(0, 0, 0, 0.5);
}

button {
	cursor: pointer;
	font-family: pt_sans_narrowbold, Verdana, sans-serif !important;
	font-size: 1em !important;
	padding: .25em .5em;
	background: #f60;
	color: #fff;
}


input[type="file"] {
	padding: 0.4em !important;
}

input[type="checkbox"], input[type="radio"] {
	padding: 1em;
    width:2vw;
    height:2vw;
    content: "";
    margin-top:0.4em;
}

input[type="checkbox"]:checked+label::before {
  background-color: #f00;
}






*/

/* #################### Advanced Mailform - xh_captcha_input + xh_captcha_code-Button #################### */


div.advfrm-mailform {}

div.advfrm-mailform table {
    margin-bottom: 1em;
    border-collapse:inherit;
    border: 0px solid #f00;
    width: 100%;
}

div.advfrm-mailform tr.hidden {
    display: none;
}

div.advfrm-mailform td.label {padding-bottom: 0.3em}
div.advfrm-mailform td.field {padding-bottom: 0.3em}

div.advfrm-mailform td.field div.horz {
    float:left;
    margin-right: 1em;
}

div.advfrm-mailform td.field div.vert {
    border: 1px solid #f0f;
}

div.advfrm-mailform td.field input {
    font-size: 1em;
    font-family: pt_sans_narrowbold, Verdana, sans-serif;
    border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border: 0px solid #fff;
	padding: .4em .4em;
	-webkit-box-shadow: inset 1px 1px 3px 1px rgba(86,160,154,0.5);
	-moz-box-shadow: inset 1px 1px 3px 1px rgba(86,160,154,0.5);
	box-shadow: inset 1px 1px 3px 1px rgba(86,160,154,0.5);
    background-color:#fff;
    width:97%;
}

div.advfrm-mailform td.field textarea {
    		font-size: 1em;
    font-family: pt_sans_narrowbold, Verdana, sans-serif;  
  	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border: 0px solid #fff;
	padding: .25em .5em;
	-webkit-box-shadow: inset 1px 1px 3px 1px rgba(86,160,154,0.5);
	-moz-box-shadow: inset 1px 1px 3px 1px rgba(86,160,154,0.5);
	box-shadow: inset 1px 1px 3px 1px rgba(86,160,154,0.5);
    width:97%;   
}

div.advfrm-mailform td.field select {
    font-size: 1em;
    font-family: pt_sans_narrowbold, Verdana, sans-serif;
   	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border: 0px solid #fff;
	padding: .25em .5em;
	-webkit-box-shadow: inset 1px 1px 3px 1px rgba(86,160,154,0.5);
	-moz-box-shadow: inset 1px 1px 3px 1px rgba(86,160,154,0.5);
	box-shadow: inset 1px 1px 3px 1px rgba(86,160,154,0.5);
    width:99%;   
}

div.advfrm-mailform td.field  input[type=checkbox] {
    font-size: 1em;
    font-family: pt_sans_narrowbold, Verdana, sans-serif;
    border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border: 0px solid #fff;
	padding: .4em .4em;
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(86,160,154,0.5);
	-moz-box-shadow: inset 0px 0px 0px 0px rgba(86,160,154,0.5);
	box-shadow: inset 0px 0px 0px 0px rgba(86,160,154,0.5);
    background-color:#fff;
    width:1vw;
}

div.advfrm-mailform td.field  input[type=radio] {
    font-size: 1em;
    font-family: pt_sans_narrowbold, Verdana, sans-serif;
    border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border: 0px solid #fff;
	padding: .4em .4em;
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(86,160,154,0.5);
	-moz-box-shadow: inset 0px 0px 0px 0px rgba(86,160,154,0.5);
	box-shadow: inset 0px 0px 0px 0px rgba(86,160,154,0.5);
    background-color:#fff;
    width:1vw;
}

div.advfrm-mailform div.required {
    margin: 1em 0;
}

/* --------------------------------------- error messages when filling out a form -------------------------------------- */

ul.advfrm-error {
    color: red;
    /*background: yellow;*/
    /*border: 2px solid black;*/
    /*padding: 0.5em;*/
}

/* ---------------------------------------- the simple text captcha ------------------------------------------------- */

div.advfrm-mailform span.captcha-explanation {
   	display:inline !important;
	color:#135a81;
	font-size: 1em;
}

div.advfrm-mailform span.captcha {
    	color:#dd8700 ;
	font-weight: normal;
	margin-top:0vw;
	width:100%;
	border: 0px solid #f00;
}

.captcha-box {
    width:100%;
}

.xh_captcha_input {
    font-size: 1em;
    font-family: pt_sans_narrowbold, Verdana, sans-serif;
    border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border: 0px solid #fff;
	padding: .4em .4em;
	-webkit-box-shadow: inset 1px 1px 3px 1px rgba(86,160,154,0.5);
	-moz-box-shadow: inset 1px 1px 3px 1px rgba(86,160,154,0.5);
	box-shadow: inset 1px 1px 3px 1px rgba(86,160,154,0.5);
    background-color:#fff;
}	


/* ----------------------------------------  the submit and reset button  ------------------------------------------------- */



div.advfrm-mailform div.buttons input[type=submit] {
    font-size: 1em;
    font-family: pt_sans_narrowbold, Verdana, sans-serif;
    position:relative;
    float:right;
    width:17.3vw;
	cursor: pointer;
	background: #dd8700;
	color: #fff;
	margin: 0vw 0vw .20vw 0;
    padding: 1vw 2vw 1vw 2vw;
      border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,1);
	border: 0px solid #dd8700;
}

#button-color:hover {
    transition: background-color 1s ease-in-out;
    background-color: #36b200;
     transition: background-color 1s ease-in-out;
    box-shadow: 1px 1px 3px 2px rgb(0, 0, 0, 0.5);
}

div.captcha-box input  {
    	    font-size: 1em;
    font-family: pt_sans_narrowbold, Verdana, sans-serif;
    float:right;
    border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border: 0px solid #fff;
	padding: .4em .4em;
	-webkit-box-shadow: inset 1px 1px 3px 1px rgba(86,160,154,0.5);
	-moz-box-shadow: inset 1px 1px 3px 1px rgba(86,160,154,0.5);
	box-shadow: inset 1px 1px 3px 1px rgba(86,160,154,0.5);
    background-color:#fff;
}

div.captcha-box input[type=submit]  {
  	position:relative;
     float:right;
    width:13.8vw;
	cursor: pointer;
	background: #dd8700;
	color: #fff;
	margin: 0vw 8vw .20vw 0;
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,1);
	border: 0px solid #dd8700;  
    
}


 input[type="reset"] { 
    display: none;
}




/* ########################################  Sitemap ######################################## */
ul.sitemaplevel1 {
	padding-left: 0em;
}
ul.sitemaplevel2 {
	padding-left: 1em;
}
ul.sitemaplevel3 {
	padding-left: 2em;
}

/* ###################################### Accordion ######################################### */
.acc h5 {
    color: #fff;
    border: 3px solid #fff;
    border-radius: 20px;
    padding: 6px 10px;
    font-size: 1.5vw;
    font-weight: normal;
    font-weight: bold;
	font-family: pt_sans_narrowbold, Verdana, sans-serif;
    margin: 5px 0px;
    cursor: pointer;
    
	background:none;
	background-color:#AAAAAA;
	-webkit-box-shadow: 1px 1px 5px 1px rgba(90,90,90,0.48);
	-moz-box-shadow: 1px 1px 5px 1px rgba(90,90,90,0.48);
	box-shadow: 1px 1px 5px 1px rgba(90,90,90,0.48);	
}
.acc h5:hover {
	background-color: #c6d7eb;
	color: #3366aa
	}
.acc.iscon h5:hover {
	background-color: #c6d7eb;
	color: #3366aa
	}

/* ################################### Accordion icon variante #################################### */



.acc ul {
    list-style: disc;
	margin: 0 0 2em 0em;
	color: #777;
}

.acc.iscon h5 {
    color: #fff;
    border: 3px solid #fff;
	font-family: pt_sans_narrowbold, Verdana, sans-serif;
	font-size:1.6vw;
    border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    padding: 9px 8px 7px 3.8vw;
    background: url("../../plugins/accordion/css/images/arrow_right.svg") no-repeat 14px 10px;
	background-color: #56a09a);
	background-position-x: 1vw, 0%;
	background-position-y: center, 0%;
	background-attachment: scroll, scroll;
	background-image: url("../../plugins/accordion/css/images/arrow_right.svg");
	background-size: 2vw, auto;
	background-origin: padding-box, padding-box;
	background-clip: border-box, border-box;
	background-color: #135a81;
}

.nest.acc.iscon h5 {
	color: #777; 
	background-color:#000;
	}
	
.acc {
	color: #777;
	}
	
.acc h5 {
	background-color:#000;
	}

.acc h5:hover {
	background-color: #ff0;
	}
.acc.iscon h5:hover {
	background: url("../../plugins/accordion/css/images/arrow_down.svg") no-repeat 14px 10px;
	color: #fff;
	padding: 9px 8px 7px 3.8vw;
	background-color: #dd8700;
	background-position-x: 1vw, 0%;
	background-position-y: center, 0%;
	background-size: 2vw, auto;
}
.acc.iscon .h5-selected {
    background: url("../../plugins/accordion/css/images/arrow_down.svg") no-repeat 14px 10px;
	background-position-x: 1vw, 0%;
	background-position-y: center, 0%;
	background-size: 2vw, auto;
	background-color:#dd8700;
}

.acc .accxh-section {overflow:hidden; background:#fff;}
.acc.iscon .accxh-section {
	position: relative;
	top: 1px;
	margin-bottom:2px;
	background:#fff;

}
/* ********************************** Unterkategorie ***************************************** */
.acc.iscon .accxh-section h5 {
	font-family: Verdana,Arial,sans-serif;
	font-weight:100;
	font-size:1.25vw;
	background:#AAA;
	padding: 5px 8px 6px 3vw;
	border: 0px solid #fff;
	-webkit-box-shadow: 1px 1px 5px 1px rgba(255,255,255,0.48);
	-moz-box-shadow: 1px 1px 5px 1px rgba(255,255,255,0.48);
	box-shadow: 1px 1px 5px 1px rgba(255,255,255,0.48);
	background-image: url("../../plugins/accordion/css/images/arrow_simple_down.svg");
	background-size:1.2vw;
	background-position-x: 1vw, 0%;
	background-position-y: center, 0%;
	background-repeat:no-repeat;
	background-origin:padding-box,padding-box;
	background-clip:border-box,border-box;
}
.acc.iscon .accxh-section h5:hover {
	background:#dd8700;
	background-image: url("../../plugins/accordion/css/images/arrow_simple_down.svg");
	background-size:1.2vw;
	background-position-x: 1vw, 0%;
	background-position-y: center, 0%;
	background-repeat:no-repeat;
	background-origin:padding-box,padding-box;
	background-clip:border-box,border-box;
}

.acc .accxh-content {
    padding: 0px 25px 0px 25px;
    border: 1px solid #fff;
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
}
.acc .accxh-section a {
    color: #fff ;
	padding:7px;
	background-color:#dd8700;
    text-decoration: none;
	border-radius: 4px;
}
.acc .accxh-section a:hover {
	background-color:#56a09a;
}


#nest100, #nest101, #nest102, #nest103, #nest104, #nest105, #nest106, #nest107, #nest110, #nest120, #nest121, #nest122, #nest123, #nest124, #nest125, #nest130, #nest131, #nest132, #nest140, #nest141, #nest142  {
    display:none;
}





/* ################################### Foldergallery #################################### */

.foldergallery {
    text-align: center;
}
.foldergallery_locator {
    text-align: left;
	display: none;
}
.foldergallery_folder {
    position: relative;
    display: inline-block;
    margin: 0em 0em 0 0;
}

.foldergallery_image {
    position: relative;
    display: inline-block;
    margin: 0em 0em 0 0;
	width: 24vw;	
	
}

.foldergallery_image:hover {
	filter: brightness(100%);
	
	}

.foldergallery figcaption {
    position: absolute;
	width:24vw;
    left: 0;
	top:1vw;
    color: white;
    background: #a66132;
    opacity: 0.666;
    border-radius: 0em;
    font-size: 1.4vw;
	font-weight:100;
    padding: 0em 0em;
}
.foldergallery_image figcaption {
    display: none;
}
.foldergallery_image:hover figcaption {
    display: block;
}

/* ################################### Fotorama #################################### */

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #a66132;
    background-image: linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1));
}

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: rgba(0,0,0,.5);
    padding: 5px 10px;
    border: 0px solid #999; 
    border-radius: 0 0 0px 0;
}

.fotorama__caption {
    position: absolute!important;
    z-index: 10!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    font-family: 'Helvetica Neue',Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

/* ################################### Crew Box Row #################################### */


.crewDiv {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.crewDiv ul.crewList {
	list-style: none;
	margin: .5em .5em 1em .5em;
	padding: 0 0 0 0;
	transition: all .5s;
	background: #AAA;
}
.crewDiv ul.crewList:first-of-type {
	margin-left: 0;
}
.crewDiv ul.crewList:last-of-type {
	margin-right: 0;
}
.crewDiv li {
	margin: 0 0.8em;
	position: relative;
	line-height: normal;
	color: #a66132;
}
.crewDiv li.crewTitle {
	text-transform: uppercase;
	padding: .5em 0 .2em 0;
	background: #a66132  ;
	text-align: center;
    margin: -1em 0.7em 0em 0.7em;
	font-family: pt_sans_narrowbold, Verdana, sans-serif;
	font-size: 1.6vw;
	font-weight: 400;
	color: #fff;
	border: 2px solid #a66132;
}
.crewDiv li.crewName {
	margin: -1.2em 0.8em 0 0.8em;
	padding: .5em;
	background: #fff;
	color: #fff;
	text-align: center;
	font-weight: 400;
}
.crewDiv li img {
	margin: 1px 0 13px 0;
	border: 2px solid #fff;
	width:20vw;
	/* [disabled]margin: 1em 0; */
}
.crewDiv li:last-of-type {
	margin-top: auto;
	font-size: .9em;
	padding: .75em 0 .25em 0;
}


/* ################################### Boxer2 ################################### */

.box2Div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	margin: 0 0 0 0 ;
    border: 0px solid #f0f;
	
}

.box2box {
   margin: 0px;
    width: 35vw;
    height: 24vw;
    float: left;
    border-color: #fff;
    border-style: solid;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;   
    border: 0px solid #f00;
}


.box2img {
    background: none;
    width: 103%; 
    height: 24vw;
    position: absolute;
    top: 0;
    left: 0;
    
}
.box2mask1 {
    background-color: rgba(219,127,8, 0.5);
    width: 48vw;
    padding: 0vw;
    height: 48vw;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(28vw, 18vw) rotate(90deg);
    -moz-transform: translate(28vw, 18vw) rotate(90deg);
    -o-transform: translate(28vw, 18vw) rotate(90deg);
    -ms-transform: translate(28vw, 18vw) rotate(90deg);
    transform: translate(28vw, 18vw) rotate(90deg);
    /* -webkit-transition: all 0.4s ease-in-out; */
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    
}

.box2box:hover .box2mask1{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translate(-8vw, -12.5vw) rotate(45deg);
   -moz-transform: translate(-8vw, -12.5vw) rotate(45deg);
   -o-transform: translate(-8vw, -12.5vw) rotate(45deg);
   -ms-transform: translate(-8vw, -12.5vw) rotate(45deg);
   transform: translate(-8vw, -12.5vw) rotate(45deg);
}

.box2mask2 {     }

.box2content {
    background: none;
    /* width: 100%; */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.box2box h1 {
    z-index: 92;
    width: 23.5vw;
    height: 3vw;
    font-family: pt_sans_narrowregular, Verdana, sans-serif;
    font-size: 2.2vw;
    font-weight: 100;
    position: absolute;
    margin: 16.8vw 0 0 8vw;
    padding: 1.4vw 0 0vw 4vw;
    background-color: #135a81;
    color: #fff;
    text-align: left;
    list-style: none;
}

.box2box h1 a {color:#fff;}
.box2box h1 a:hover {color:#f2920a}

.box2box p {
    z-index: 90;
    width: 18vw;
    height: 2.5vw;
    font-size: 1.9vw;
    position: absolute;
    margin: 13vw 0 0 14vw;
    padding: 0.8vw 1.5vw 0.5vw 2vw;
    background-color: #fff;
    color: #f2920a;
    text-align: left;
    list-style: none;
}

.box2box:hover .box2box p{
   
        -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
     
}

.box2arrow {
    z-index: 99;
    width: 3.5vw;
    height: 3.5vw;
    position: absolute;
    margin: 15.8vw 0 0 5vw;
    padding: .5em;
    background-color: #135a81;
    color: #fff;
    text-align: center;
    border: 0.5vw solid #fff;
    border-radius: 5vw;
    list-style: none;
    background: url(images/angle-right-white.svg) no-repeat #135a81;
    background-position: center;
    
}



/* ################################### Teaser ################################### */

.teaserDiv {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:97%;
	margin: 0 0 0 0 ;
	
}
.teaserDiv ul.teaserList {
	list-style: none;
	margin: 0em 0em 0em 0em;
	padding: 0em 0 0em 0;
	width: 48%;
	transition: all .5s;
	background-color: #fff;
    border-top: 6px solid #f2920a;
    border:1px solid #f00;
    overflow:hidden;
}
.teaserDiv ul.teaserList:first-of-type {
	margin-left: 0;
}
.teaserDiv ul.teaserList:last-of-type {
	margin-right: 0;
}
.teaserDiv li {
	height:auto;
	margin: 0 0em;
	position: relative;
	line-height: normal;
	color: #fff;
	list-style:none;
	border: 1px solid #f0f;
    padding: 0 2vw 0 2vw;
    text-align: center;
}

.teaserDiv li h1 {
	height:auto;
	margin: 0 0em;
	position: relative;
	line-height: normal;
	color: #f2920a;
	list-style:none;
    padding: 1vw 2vw 1vw 2vw;
    text-align: center;
}

.teaserDiv li.teaserArrow {
    z-index:99;
    width: 3.5vw;
    height: 3.5vw;
    position:absolute;
    margin: 16vw 0 0 5vw;
    padding: .5em;
    background-color: #135a81;
    color: #fff;
    text-align: center;
    border: 0.5vw solid #fff;
    border-radius: 5vw;
    list-style: none;
    background: url(images/angle-right-white.svg) no-repeat #135a81;
    background-position: center;
}

.teaserDiv li.teaserTitle {
    z-index: 90;
    width: 23.5vw;
    height: 3vw;
    font-size: 2.2vw;
    position: absolute;
    margin: 16.8vw 0 0 8vw;
    padding: 1vw 0 0.5vw 4vw;
    background-color: #135a81;
    color: #fff;
    text-align: left;
    list-style: none;
}

.teaserDiv li.teaserTitle a{
	color: #fff;
	list-style:none;
}
.teaserDiv li.teaserTitle a:hover{
	color: #ec7404;
	text-decoration:none;
	list-style:none;
}

.teaserDiv li.teaserSubtitle {
    z-index: 90;
    width: 18vw;
    height: 3vw;
    font-size: 1.9vw;
    position: absolute;
    margin: 13vw 0 0 14vw;
    padding: 1vw 1.5vw 0.5vw 2vw;
    background-color: #fff;
    color: #f2920a;
    text-align: left;
    list-style: none;
}


.teaserDiv li img {
	width: 100%;
	margin: 0em 0em 0em 0;
text-align: left;

	/* [disabled]margin: 1em 0; */
}

.teaserDiv li img a {
		width: 182px;
	height: 182px;
	}

.teaserDiv li  a:hover img {
	transition: all .5s;
	border:5px solid #006ab3;
	margin: -6em 1em 1.2em 0;
	list-style:none;
}

.teaserDiv li:last-of-type {
	margin-top: auto;
	font-size: 1.75vw;
	padding: 0em 0vw 0vw 0vw;
	font-family: pt_sans_narrowregular, Verdana, sans-serif;
	list-style:none;
}

/* ###################################  Boxer3 ###################################  */

.boxer3Div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:97%;
	margin: 5vw 0 0 0 ;
	
}
.boxer3Div ul.boxer3List {
	list-style: none;
	margin: 0em 0em 0em 0em;
	padding: 0em 0 0em 0;
	width: 32%;
	transition: all .5s;
	background-color: #135a81;
    border-top: 6px solid #f2920a;
}
.boxer3Div ul.boxer3List:first-of-type {
	margin-left: 0;
}
.boxer3Div ul.boxer3List:last-of-type {
	margin-right: 0;
}
.boxer3Div li {
	height:auto;
	margin: 0 0em;
	position: relative;
	line-height: normal;
	color: #fff;
	list-style:none;
	border: 0px solid #f0f;
    padding: 0 2vw 0 2vw;
    text-align: center;
}

.boxer3Div li h1 {
	height:auto;
	margin: 0 0em;
	position: relative;
	line-height: normal;
	color: #f2920a;
	list-style:none;
    padding: 1vw 2vw 1vw 2vw;
    text-align: center;
}

.boxer3Div li.boxer3Title {
    width: 7vw;
    height: 7vw;
    margin: 0 auto;
    margin-top: -5vw;
    padding: .5em;
    background: #fff;
    color: #fff;
    text-align: center;
    font-weight: 400;
    border: 0px solid #f00;
    border-radius: 5vw;
    list-style: none;
            -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5); 
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
}

.icon-img {
    width:6vw;
    height:6vw;
    margin: 0.5vw 0 0 0vw;
}

.boxer3Div li.boxer3Title a{
	color: #fff;
	list-style:none;
}
.boxer3Div li.boxer3Title a:hover{
	color: #ec7404;
	text-decoration:none;
	list-style:none;
}

}
.boxer3Div li img a {
		width: 182px;
	height: 182px;
	}

.boxer3Div li  a:hover img {
	transition: all .5s;
	border:5px solid #006ab3;
	margin: -6em 1em 1.2em 0;
	list-style:none;
}

.boxer3Div li:last-of-type {
	margin-top: auto;
	font-size: 1.75vw;
	padding: 0em 2vw 2vw 2vw;
	font-family: pt_sans_narrowregular, Verdana, sans-serif;
	list-style:none;
}


.boxreihe {
	display: -webkit-box;
	display: flex;		
  
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;	
	align-content: stretch; 
	align-items: stretch;	
	border: 0px solid #f0f;
}


/* ################################### Partner Cards ###################################  */

.cardLink {
	border:1px solid #fff;
	width:50%;
	margin: 0 auto;	
	}
	
.cardLink a:link, .cardLink a:visited {
	color:#fff;
	font-weight:400;	
	}
	
.cardLink a:hover {
	color:#dd8700;	
	}



/* picmenu */
.pmenuDiv {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pmenuDiv ul.pmenuList {
	list-style: none;
	margin: 1em .5em 1em .5em;
	padding: 0 0 0 0;
	width: 30%;
	transition: all .5s;
	background: #f5bd72;
}
.pmenuDiv ul.pmenuList:first-of-type {
	margin-left: 0;
}
.pmenuDiv ul.pmenuList:last-of-type {
	margin-right: 0;
}
.pmenuDiv li {
	margin: 0 1em;
	position: relative;
	line-height: normal;
	color: #a66132;
}
.pmenuDiv li.pmenuTitle {
	margin: -1em 1em 0em 1em;
	text-transform: uppercase;
	padding: .5em;
	background: #a66132  ;
	text-align: center;
	font-weight: 400;
	color: #fff;
}
.pmenuDiv li.pmenuName {
	margin: -1em 1em 0 1em;
	text-transform: uppercase;
	padding: .5em;
	background: #a66132  ;
	color: #fff;
	text-align: center;
	font-weight: 400;
}
.pmenuDiv li img {
	margin: 1px 0 calc(0.5em + 1px) 0;
	/* [disabled]margin: 1em 0; */
}
.pmenuDiv li:last-of-type {
	margin-top: auto;
	padding: 0em 0 .25em 0;
}
/* inhalt */

.contentDiv {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.content-txtDiv {
	width:49%;
	border:0px solid #f00;
}
.content-picDiv {
	display:flex;
	flex-wrap:wrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top:2em;
	width:49%;
	background:#f5bd72;
	border:0px solid #f0f;
	height: 380px;
}
.content-img {
	margin-top: -1em;
	float:right;
	width:435px;
	border:0px solid #f0f;
}
.content-countDiv {
	display:block;
	width:425px;
	height:40px;
	background: #a66132;
	color: #fff;
	padding: 10px 0px 0px 10px;
	}

.content-timeDiv {
	display: block;
	background: #ec7404;
	color: #fff;
	height:40px;
/*	width:425px;  */
	}
	
.content-timeDiv a:link {
	display:block;
	width:425px;   
	background: #ec7404;
	color: #fff;
	height:40px;
	padding: 10px 0px 0px 10px;
	}	

.content-timeDiv a:visited {
/*	width:425px;  */
	background: #ec7404;
	color: #fff;
	height:40px;
	}
	
.content-timeDiv a:hover {
	border-top:1px solid #fff;
	height:39px;
	display:block;
/*	width:425px;  */
	background-color: #a66132;
	color: #fff;
	text-decoration:none;
	}
	
.content-countDiv p, .content-timeDiv p { padding-left:1em;}

/* ********************************** impressum ******************************** */

.pg_con_row {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	}

.pg_box1 {
	width:70px;
	}
.pg_box2 {
	width:110px;
	float:right;
	}
.txtboximp1 {
	width: 45%;
	height: auto;
	padding: 3px 6px 2px 0px;
	}

.txtboximp2 {
	width: 50%;
	height: auto;
	padding: 3px 6px 2px 0px;
	}

/* ********************************** 3er Boxreihe ******************************** */


.box3-row {
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
}

.box3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start; 
    width:30%;
    
}

.box3-title {
    font-size:1.6vw;
    font-weight:bold;  
    padding: 1vw 0 1vw 0;
}
.box3-pic {

}
.box3-txt {
    
    font-size:1.25vw;
    line-height:1.5em;
    font-weight:200;  
    padding: 1vw 1vw 1vw 0;
}

.flex-item:nth-child(1) {
  order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }

.flex-item:nth-child(2) {
  order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }

.flex-item:nth-child(3) {
  order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }

/* *****************************************************  mobile version *************************************************** */
/* *****************************************************  mobile version *************************************************** */
/* *****************************************************  mobile version *************************************************** */

@media only screen and (max-width: 480px) {

body {
	background-color: #FFF;
	font-family: pt_sans_narrowregular, Verdana, sans-serif;
	font-size: 4.4vw;
	font-weight: 300;
	line-height: 5.5vw;
}    
    
h1, h2, h3, h4 , h5, h6 {
	clear: both;

	font-weight: 600;
	font-family: pt_sans_narrowbold, Verdana, sans-serif;
}
h1, h2, h3 {
	margin: 0 0 .5em;
}
h1 {
	font-size: 5.5vw;
	line-height: 5.6vw;
}
h2 {
	font-size: 5.0vw;
	line-height: 1.8vw;
}
h3 {
	font-size: 4.6vw;
}
h4, h5, h6 {
	margin: 1.3em 0 .5em;
}
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
h5, h6 {letter-spacing: .05em;}
h4 {font-size: 1.2vw;}
h5 {font-size: 1.0vw;}
h6 {font-size: 0.8vw;}    
    
p {margin: 1em 0em 1em 0em;}

  /* ************************** Zitat ************************************* */ 
    
blockquote::before {
    color: #f2920a;
    content: "\f10e";
    display: block;
    font-family: "FontAwesome";
    font-size: 2em;
    left: 0;
    position: absolute;
    top: .5em;
}

blockquote {
	padding: 0em .75em .75em 3em;
	position: relative;
	color:#fff;
	text-align:left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 2.5em 0 .75em;
	font-style: italic;	
}

.sign {
    font-size: 3.4vw;
    font-style: italic;
    text-align: right;
    margin-top: 0vw;
}    
    
  /* ************************** Topline ************************************* */  
    
 .bg_head {
	border: 0px solid #f00;
	background-color:#fff;
	background-position:center top;
	background-repeat:no-repeat;
	height:7.62vw;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.73); 
	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.73);
    
}   
 .tpllck_headnav {
	border: 0px solid red;
	line-height: 0em;
	margin: 0 auto;
	width: 96vw;
	padding: 0em 2em 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}   
    
    .logo1 {
        z-index:999;
    background-image: url(images/logo_alwo.svg);
	background-size:23vw;
    float:left;
    width: 25vw;
    height:11vw;
    border: 0px solid #f00;
    margin: 3vw 0 0 11vw;


}
    
    
    /* ************************** Menu ************************************* */
    


.tpllck_nav {
	z-index:999;
	width:100%!important;
	height:23.3vw;
	padding: 0 0;
	clear: both;
	margin: 0 auto;
    left:0%;
    background-image: url(images/head_bg_mobile.png);
    background-size: 100%;
	}
    
    
/* ************************* TelNr ************************* */

.telnr {
    z-index: 999;
    position: absolute;
    float: left;
    height: 8vw;
    margin-left: 42vw;
    margin-top: 6vw;
    font-family: pt_sans_narrowbold, Verdana, sans-serif;
    font-weight: bold;
    line-height: 9vw;
    font-size: 4.6vw;
    color: #135a81;
    border: 0px solid #f00;
    background-image: url(images/tel_alwo.svg);
    background-repeat: no-repeat;
    background-size: 4vw;
}

.telnr a {
color: #135a81; 
}
.telnr a:hover {
color: #f2920a; 
}

.tel_icon {
    width:4vw;
    height:2vw;
    
    
}
    
    
    /* ************************* Searchbox ************************* */
    
.tpllck_headnav form {
	float: right;
	margin: 0 auto;
	white-space: nowrap;
}
.tpllck_headnav input.text {
	background-color: #eee;
	border: 0px solid #222;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 5vw;
	margin: 0vw 0;
	-webkit-transition: .5s;
	transition: .5s;
	width: 17vw;
	border-radius: 2px;
	-webkit-box-shadow: inset 1px 1px 4px 0px rgba(102,102,102,0.5); 
	box-shadow: inset 1px 1px 4px 0px rgba(102,102,102,0.5);
}

.text, .xh_captcha_input, .xh_mailform textarea {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 3.4vw;
    color: #222;
    background-color: white;
    padding: 2px 4px;
    margin: 0 0 2px 0;
}
.tpllck_headnav input.text:focus {
	background-color: #eee;
	width: 27vw;
	-webkit-box-shadow: inset 1px 1px 4px 0px rgba(102,102,102,0.5); 
	box-shadow: inset 1px 1px 4px 0px rgba(102,102,102,0.5);
}
.tpllck_headnav input.submit {
	background-color: #a66132;
	border: 0px solid #222;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	height: 5vw;
	font-size:3.4vw;
    margin: 1vw 0;
}
    
    .pg_nav_con {
    z-index: 998;
    width:100%;
    height: auto;
    background-color:transparent;
    border: 0px solid #f00;
    margin: 2vw 0 0 0 ;
    position: absolute;
	}
    
    
    
/* ************************* Banner ************************* */
    
.bg_banner {
    z-index:1;
	background-color:#fff;
	background-position:center top;
	height:30vw;
    -webkit-background-size: cover;
	background-size: cover;
    width: 100%;
    margin: 0 auto;
}    
    
.tpllck_head {
	background-color: #fff;

	height: 50vw;
	padding: 0em 0;
	width: 100vw;
}

.tpllck_head1 {
	background-color: #fff;
	background: url(images/banner01.jpg) 50% 0em;
	-webkit-background-size: cover;
	background-size: cover;
	min-height:100px;
	background-repeat:no-repeat;
	padding: 0em 0;
	width: 100%;
}
.tpllck_head2 {
	background-color: #fff;
	background: url(images/banner02.jpg) 50% 0em;
	-webkit-background-size: cover;
	background-size: cover;
	min-height:100px;
	background-repeat:no-repeat;
	padding: 0em 0;
	width: 100%;
}
.tpllck_head3 {
	background-color: #fff;
	background: url(images/banner03.jpg) 50% 0em;
	-webkit-background-size: cover;
	background-size: cover;
	min-height:100px;
	background-repeat:no-repeat;
	padding: 0em 0;
	width: 100%;
}
.tpllck_head4 {
	background-color: #fff;
	background: url(images/banner04.jpg) 50% 0em;
	-webkit-background-size: cover;
	background-size: cover;
	min-height:100px;
	background-repeat:no-repeat;
	padding: 0em 0;
	width: 100%;
}
    

.tpllck_head5 {
	background-color: #fff;
	background: url(images/banner02.jpg) 50% 0em;
	-webkit-background-size: cover;
	background-size: cover;
	min-height:100px;
	background-repeat:no-repeat;
	padding: 0em 0;
	width: 100%;
}
    
    .slogan {
    /* background: url(images/fachmann.png); */
    /* background-size: 30vw; */
    /* background-repeat: no-repeat; */
    /* background-position: 0vw 0vw; */
    width: 78vw;
    height: auto;
    position: absolute;
    margin: -12vw 0 0 13vw;
    color: #f2920a;
    font-size: 4.5vw;
    font-weight: 800;
    border: 0px solid #f00;
    transition: background .85s ease-in-out;
    -moz-transition: background .85s ease-in-out;
    -webkit-transition: background .85s ease-in-out;
}
    
    
    .tpllck_content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	margin: 0 auto;
	width:100%;
/*	max-width: 1000px;  */
	
	min-height: 500px; /* Prevents "jumping" of the page */
	padding: 0em;

}
    
    .pg_content_tight {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    background-color: #fff;
	box-sizing: border-box;
	clear: both;
	margin: 0 auto;
	width:78vw;
	padding: 2.5em 0 0 1em;
}
.pg_content_wide {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    background-color: #e6eef2;
	box-sizing: border-box;
	clear: both;
	margin: 0 auto;
	width:100vw;
	padding: 2em 13vw;
}
    
    
 /* ************************* Crew Boxes *************************  */
    
.crewDiv {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.crewDiv ul.crewList {
	list-style: none;
	margin: 2.5em 0em 0em 0em;
	padding: 0 0 .5em 0;
	width: 100%;
	transition: all .5s;
	background: #aaa;
}
.crewDiv ul.crewList:first-of-type {
	margin-left: 0;
}
.crewDiv ul.crewList:last-of-type {
	margin-right: 0;
}
.crewDiv li {
	margin: 0 1em;
	position: relative;
	line-height: normal;
	color: #a66132;
}
.crewDiv li.crewTitle {
	text-transform: uppercase;
	padding: .5em 0 .2em 0;
	background: #a66132  ;
	text-align: center;
	    margin: -1em 0.7em 0em 0.7em;
		font-family: pt_sans_narrowbold, Verdana, sans-serif;
		    font-size: 4vw;
	color: #fff;
}
.crewDiv li.crewName {
	margin: -1em 1em 0 1em;
	text-transform: uppercase;
	padding: .5em;
	background: #fff;
	color: #fff;
	text-align: center;
	font-weight: 400;
}
.crewDiv li img {
	margin: 1px 0 calc(1em + 1px) 0;
	width: 100%;
	/* [disabled]margin: 1em 0; */
}
.crewDiv li:last-of-type {
	margin-top: auto;
	font-size: .9em;
	padding: .75em 0 .25em 0;
}
 
    /* ************************* Subarea - Newsboxes *************************  */

.tpllck_newsboxes {
	margin: 5vw 0vw 3vw 0vw;
	width: 100%;
}
.tpllck_newsbox1, .tpllck_newsbox2, .tpllck_newsbox3 {


    text-align: center;
	width: 100%;
}
.tpllck_newsbox_space {
	display: none;
}
    
    .tpllck_newsbox1 {
	border: 0px solid #CFCFCF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0em;
	width: 100%;
}

.tpllck_newsbox1 img{
	border: 4px solid #fff;
    border-radius: 28vw;
	margin: 0;
	padding: 0;
	width: 50vw;
    height: 50vw;
        -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5); 
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
}

.tpllck_newsbox2 {
	border: 0px solid #CFCFCF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0em 2em  0 2em;
	width: 100%;
}
.tpllck_newsbox3 {
	border-left: 0px solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	margin: 0em 0 0 0;
	padding:  0 0 0 0em;
	width: 100%;
}

 /* ###################################### Accordion ######################################### */
.acc h5 {
    color: #fff;
    border: 3px solid #fff;
    border-radius: 20px;
    padding: 6px 10px;
    font-size: 4.5vw;
    font-weight: normal;
    font-weight: bold;
	font-family: pt_sans_narrowbold, Verdana, sans-serif;
    margin: 5px 0px;
    cursor: pointer;
    
	background:none;
	background-color:#AAAAAA;
	-webkit-box-shadow: 1px 1px 5px 1px rgba(90,90,90,0.48);
	-moz-box-shadow: 1px 1px 5px 1px rgba(90,90,90,0.48);
	box-shadow: 1px 1px 5px 1px rgba(90,90,90,0.48);	
}
.acc h5:hover {
	background-color: #c6d7eb;
	color: #3366aa
	}
.acc.iscon h5:hover {
	background-color: #c6d7eb;
	color: #3366aa
	}
/* ################################### Accordion icon variante #################################### */



.acc ul {
    list-style: disc;
	margin: 0 0 1em 0em;
	color: #777;
}

.acc.iscon h5 {
    color: #fff;
    border: 3px solid #fff;
	font-family: pt_sans_narrowbold, Verdana, sans-serif;
	font-size:4.5vw;
       border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    padding: 5px 8px 4px 6vw;
    background: url("../../plugins/accordion/css/images/arrow_right.svg") no-repeat 14px 10px;
	background-position-x: 1vw, 0%;
	background-position-y: center, 0%;
	background-attachment: scroll, scroll;
	background-image: url("../../plugins/accordion/css/images/arrow_right.svg");
	background-size: 4vw, auto;
	background-origin: padding-box, padding-box;
	background-clip: border-box, border-box;
	background-color: #135a81;
}

.nest.acc.iscon h5 {
	color: #777; 
	background-color:#000;
	}
	
.acc {
	color: #777;
	}
	
.acc h5 {
	background-color:#000;
	}

.acc h5:hover {
	background-color: #ff0;
	}
.acc.iscon h5:hover {
	background: url("../../plugins/accordion/css/images/arrow_down.svg") no-repeat 14px 10px;
	color: #fff;
	padding: 5px 8px 4px 6vw;
	background-color: #dd8700;
	background-position-x: 1vw, 0%;
	background-position-y: center, 0%;
	background-size: 4vw, auto;
}
.acc.iscon .h5-selected {
    background: url("../../plugins/accordion/css/images/arrow_down.svg") no-repeat 14px 10px;
	background-position-x: 1vw, 0%;
	background-position-y: center, 0%;
	background-size: 4vw, auto;
	background-color:#dd8700;
}

.acc .accxh-section {overflow:hidden; background:#fff;}
.acc.iscon .accxh-section {
	position: relative;
	top: 1px;
	margin-bottom:2px;
	background:#fff;


}
/* ********************************** Unterkategorie ***************************************** */
.acc.iscon .accxh-section h5 {
	font-family: Arial,sans-serif;
	font-weight:400;
	font-size:3.5vw;
	background:#AAA;
	padding: 8px 8px 8px 4.3vw;
	border: 0px solid #fff;
	-webkit-box-shadow: 1px 1px 5px 1px rgba(255,255,255,0.48);
	-moz-box-shadow: 1px 1px 5px 1px rgba(255,255,255,0.48);
	box-shadow: 1px 1px 5px 1px rgba(255,255,255,0.48);
	background-image: url("../../plugins/accordion/css/images/arrow_simple_down.svg");
	background-size:2vw;
	background-position-x: 1.2vw, 0%;
	background-position-y: center, 0%;
	background-repeat:no-repeat;
	background-origin:padding-box,padding-box;
	background-clip:border-box,border-box;
}
.acc.iscon .accxh-section h5:hover {
	background:#dd8700;
	background-image: url("../../plugins/accordion/css/images/arrow_simple_down.svg");
	background-size:2vw;
	background-position-x: 1.2vw, 0%;
	background-position-y: center, 0%;
	background-repeat:no-repeat;
	background-origin:padding-box,padding-box;
	background-clip:border-box,border-box;
}

.acc .accxh-content {
    padding: 0px 5px 0px 5px;
    border: 1px solid #fff;
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
}
.acc .accxh-section a {
    color: #fff ;
	padding:7px;
	background-color:#dd8700;
    text-decoration: none;
	border-radius: 4px;
}
.acc .accxh-section a:hover {
	background-color:#56a09a;
}   


   /* ************************* Partner Cards ************************* */ 
    

.SW-1 {
    overflow: hidden;
    padding-top: 5vw;
    padding-bottom: 5vw;
    background: #fff;
    --swiper-theme-color: #dd8700;
}    
    

    
    

    
 .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}   
 /* 
    .SW-1 .swiper-slide {
    width: 50vw!important;
    height: 80vw!important;
    background-color: #a66132;
    border-radius: 0em; 
}
    */ 
    
    .SW-1 .cardPicture {
    overflow: hidden;
    width: 50vw!important;
    height: 35vw!important;
    border-radius: 0em 0em 0 0;
        
    }
    
.SW-1 .cardDetail {
    padding: 1em;
    text-align: center;
}   
    
.SW-1 .cardTitle {
    font-family: pt_sans_narrowbold, Verdana, sans-serif;
    font-weight: bold;
    font-size: 4.6vw!important;
    margin: 0 !important;
    margin-top:1vw !important;
    color: #fff;
}
.SW-1 .cardSubtitle {
    font-size: 3.2vw!important;
    line-height: 4.4vw!important;
    color: #fff;
}
    

    
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px!important;
    left: 0;
    width: 100%;
}
.cardLink {
    border: 1px solid #fff;
    width: 50%;
    height:8vw;
    margin: 0 auto;
}
.cardLink a:link, .cardLink a:visited {
    color: #fff;
    font-weight: 400;
    line-height: 7vw;
}
    
    
    
    /* ********************************** 3er Boxreihe ******************************** */


.box3-row {
  display: flex;
    flex-direction:column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
}

.box3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start; 
    width:100%;
}

.box3-title {
    font-size:3.6vw;
    font-weight:bold;  
}
.box3-pic {
   
}
.box3-txt {
    font-size:3.4vw;
    font-weight:200;  
    padding:3vw 0 5vw 0;
}

.flex-item:nth-child(1) {
  order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }

.flex-item:nth-child(2) {
  order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }

.flex-item:nth-child(3) {
  order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }
    
/* ################################### Boxer2 ################################### */

.box2Div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	margin: 0 0 0 0 ;
    border: 0px solid #f0f;
	
}

.box2box {
   margin: 6vw 0 0 0px;
    width: 100vw;
    height: 44vw;
    float: left;
    border-color: #fff;
    border-style: solid;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;   
    border: 0px solid #f00;
}


.box2img {
    background: none;
    width: 103%; 
    height: 24vw;
    position: absolute;
    top: 0;
    left: 0;
    
}
.box2mask1 {
    background-color: rgba(219,127,8, 0.5);
    width: 100vw;
    padding: 0vw;
    height: 100vw;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(28vw, 18vw) rotate(90deg);
    -moz-transform: translate(28vw, 18vw) rotate(90deg);
    -o-transform: translate(28vw, 18vw) rotate(90deg);
    -ms-transform: translate(28vw, 18vw) rotate(90deg);
    transform: translate(28vw, 18vw) rotate(90deg);
    /* -webkit-transition: all 0.4s ease-in-out; */
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    
}

.box2box:hover .box2mask1{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translate(-8vw, -12.5vw) rotate(90deg);
   -moz-transform: translate(-8vw, -12.5vw) rotate(90deg);
   -o-transform: translate(-8vw, -12.5vw) rotate(90deg);
   -ms-transform: translate(-8vw, -12.5vw) rotate(90deg);
   transform: translate(-8vw, -12.5vw) rotate(90deg);
}

.box2mask2 {     }

.box2content {
    background: none;
    /* width: 100%; */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.box2box h1 {
    z-index: 91;
    width: 51vw;
    height: 7.5vw;
    font-size: 5.5vw;
    position: absolute;
    margin: 30vw 0 0 11vw;
    padding: 3vw 0 0vw 12vw;
    background-color: #135a81;
    color: #fff;
    text-align: left;
    list-style: none;
}

.box2box h1 a {color:#fff;}
.box2box h1 a:hover {color:#f2920a}

.box2box p {
    z-index: 90;
    width: 38vw;
    height: 6.5vw;
    font-size: 4vw;
    position: absolute;
    margin: 22vw 0 0 31.5vw;
    padding: 2vw 1.5vw 0vw 3vw;
    background-color: #fff;
    color: #f2920a;
    text-align: left;
    list-style: none;
}

.box2box:hover .box2box p{
   
        -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
     
}

.box2arrow {
    z-index: 99;
    width: 9vw;
    height: 9vw;
    position: absolute;
    margin: 27.5vw 0 0 5vw;
    padding: .5em;
    background-color: #135a81;
    color: #fff;
    text-align: center;
    border: 0.8vw solid #fff;
    border-radius: 11vw;
    list-style: none;
    background: url(images/angle-right-white.svg) no-repeat #135a81;
    background-position: center;
    
}    
/* ################################### Teaser ################################### */

.teaserDiv {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:97%;
	margin: 0 0 0 0 ;
	
}
.teaserDiv ul.teaserList {
	list-style: none;
	margin: 1em 0em 0em 0em;
	padding: 0em 0 0em 0;
	width: 100%;
	transition: all .5s;
	background-color: #fff;
    border-top: 6px solid #f2920a;
}
.teaserDiv ul.teaserList:first-of-type {
	margin-left: 0;
}
.teaserDiv ul.teaserList:last-of-type {
	margin-right: 0;
}
.teaserDiv li {
	height:auto;
	margin: 0 0em;
	position: relative;
	line-height: normal;
	color: #fff;
	list-style:none;
	border: 0px solid #f0f;
    padding: 0 2vw 0 2vw;
    text-align: center;
}

.teaserDiv li h1 {
	height:auto;
	margin: 0 0em;
	position: relative;
	line-height: normal;
	color: #f2920a;
	list-style:none;
    padding: 1vw 2vw 1vw 2vw;
    text-align: center;
}

.teaserDiv li.teaserArrow {
    z-index:99;
    width: 8.5vw;
    height: 8.5vw;
    position:absolute;
    margin: 30vw 0 0 5vw;
    padding: .5em;
    background-color: #135a81;
    color: #fff;
    text-align: center;
    border: 1vw solid #fff;
    border-radius: 8vw;
    list-style: none;
    background: url(images/angle-right-white.svg) no-repeat #135a81;
    background-position: center;
}

.teaserDiv li.teaserTitle {
    z-index: 90;
    width: 51vw;
    height: 7.5vw;
    font-size: 5.5vw;
    position: absolute;
    margin: 32vw 0 0 9vw;
    padding: 2vw 0 0.5vw 12vw;
    background-color: #135a81;
    color: #fff;
    text-align: left;
    list-style: none;
}

.teaserDiv li.teaserTitle a{
	color: #fff;
	list-style:none;
}
.teaserDiv li.teaserTitle a:hover{
	color: #ec7404;
	text-decoration:none;
	list-style:none;
}

.teaserDiv li.teaserSubtitle {
    z-index: 90;
    width: 38vw;
    height: 6.5vw;
    font-size: 4vw;
    position: absolute;
    margin: 23.5vw 0 0 30vw;
    padding: 2vw 1.5vw 0vw 3vw;
    background-color: #fff;
    color: #f2920a;
    text-align: left;
    list-style: none;
}


.teaserDiv li img {
	width: 100%;
	margin: 0em 0em 0em 0;
text-align: left;

	/* [disabled]margin: 1em 0; */
}
.teaserDiv li img a {
		width: 182px;
	height: 182px;
	}

.teaserDiv li  a:hover img {
	transition: all .5s;
	border:5px solid #006ab3;
	margin: -6em 1em 1.2em 0;
	list-style:none;
}

.teaserDiv li:last-of-type {
	margin-top: auto;
	font-size: 1.75vw;
	padding: 0em 0vw 0vw 0vw;
	font-family: pt_sans_narrowregular, Verdana, sans-serif;
	list-style:none;
}
    
  /* ###################################  Boxer3 ###################################  */

.boxer3Div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:97%;
	margin: 0vw 0 0 0 ;
	
}
.boxer3Div ul.boxer3List {
	list-style: none;
	margin: 3em 0em 0em 0em;
	padding: 0em 1em 1em 1em;
	width: 100%;
	transition: all .5s;
	background-color: #135a81;
    border-top: 6px solid #f2920a;
}
.boxer3Div ul.boxer3List:first-of-type {
	margin-left: 0;
}
.boxer3Div ul.boxer3List:last-of-type {
	margin-right: 0;
}
.boxer3Div li {
	height:auto;
	margin: 0 0em;
	position: relative;
    
	line-height: normal;
	color: #fff;
	list-style:none;
	border: 0px solid #f0f;
    padding: 0 2vw 0 2vw;
    text-align: center;
}

.boxer3Div li h1 {
	height:auto;
	margin: 2vw 0em;
	position: relative;
    font-size:7.5vw;
	line-height: normal;
	color: #f2920a;
	list-style:none;
    padding: 1vw 2vw 1vw 2vw;
    text-align: center;
}

.boxer3Div li.boxer3Title {
    width: 14vw;
    height: 14vw;
    margin: 0 auto;
    margin-top: -10vw;
    padding: .5em;
    background: #fff;
    color: #fff;
    text-align: center;
    font-weight: 400;
    border: 0px solid #f00;
    border-radius: 9vw;
    list-style: none;
            -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5); 
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
}

.boxer3Div li.boxer3Title a{
	color: #fff;
	list-style:none;
}
.boxer3Div li.boxer3Title a:hover{
	color: #ec7404;
	text-decoration:none;
	list-style:none;
}
        
    .icon-img {
    width:13vw;
    height:13vw;
    margin: 0.5vw 0 0 0vw;
}
    

.boxer3Div li  a:hover img {
	transition: all .5s;
	border:5px solid #006ab3;
	margin: -6em 1em 1.2em 0;
	list-style:none;
}

.boxer3Div li:last-of-type {
	margin-top: auto;
	font-size: 4.4vw;
	padding: 0em 2vw 2vw 2vw;
	font-family: pt_sans_narrowregular, Verdana, sans-serif;
	list-style:none;
}


.boxreihe {
	display: -webkit-box;
	display: flex;		
  
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;	
	align-content: stretch; 
	align-items: stretch;	
	border: 0px solid #f0f;
}
    
    
    
    
    
    /* #################### Advanced Mailform - xh_captcha_input + xh_captcha_code-Button ##################  */
    
     div.advfrm-mailform td.field  input[type=checkbox] {
    font-size: 1em;
    font-family: pt_sans_narrowbold, Verdana, sans-serif;
    border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border: 0px solid #fff;
	padding: .4em .4em;
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(86,160,154,0.5);
	-moz-box-shadow: inset 0px 0px 0px 0px rgba(86,160,154,0.5);
	box-shadow: inset 0px 0px 0px 0px rgba(86,160,154,0.5);
    background-color:#fff;
    width:5vw;
}

div.advfrm-mailform td.field  input[type=radio] {
    font-size: 1em;
    font-family: pt_sans_narrowbold, Verdana, sans-serif;
    border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border: 0px solid #fff;
	padding: .4em .4em;
	-webkit-box-shadow: inset 0px 0px 0px 0px  rgba(86,160,154,0.5);
	-moz-box-shadow: inset 0px 0px 0px 0px  rgba(86,160,154,0.5);
	box-shadow: inset 0px 0px 0px 0px  rgba(86,160,154,0.5);
    background-color:#fff;
    width:5vw;
}   
    
    
    
    
    
 div.advfrm-mailform div.buttons input[type=submit] {
    font-size: 1em;
    font-family: pt_sans_narrowbold, Verdana, sans-serif;
    position:relative;
    float:right;
    display:block;
    width:42vw;
	cursor: pointer;
	background: #dd8700;
	color: #fff;
	margin: 3vw 0vw .20vw 0;
    padding: 3vw 2vw 2vw 2vw;
      border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,1);
	border: 0px solid #dd8700;
}

#button-color:hover {
    transition: background-color 1s ease-in-out;
    background-color: #36b200;
     transition: background-color 1s ease-in-out;
    box-shadow: 1px 1px 3px 2px rgb(0, 0, 0, 0.5);
}

div.captcha-box input  {
    font-size: 1em;
    font-family: pt_sans_narrowbold, Verdana, sans-serif;
    float:right;
    border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border: 0px solid #fff;
	padding: .4em .4em;
	-webkit-box-shadow: inset 1px 1px 3px 1px rgba(86,160,154,0.5);
	-moz-box-shadow: inset 1px 1px 3px 1px rgba(86,160,154,0.5);
	box-shadow: inset 1px 1px 3px 1px rgba(86,160,154,0.5);
    background-color:#fff;
}   
    
    
    

  
}

/*

#tpllck_body {
	background-color: #486C88;
	background: url(images/bg.jpg) 50% fixed #fff;
	background-repeat:repeat-y;
	-webkit-background-size: 100%;
	background-size: 100%;
}


.bg_head {
	width:100%;
	border: 0px solid #f00;
	background-size:100%;
	background-position:center top;
	background-repeat:no-repeat;
	height:4.5vw;
}		
	
.tpllck_headnav {
	margin: 0em 0em 0em 0em;
	padding: 0.5em 0em 0em 0.5em;
}
.tpllck_headnav input.text, .tpllck_headnav input.submit {
	font-size: 0.7em;
}
.tpllck_headnav p {
	font-size: 0.7em;
	letter-spacing: 0;
}
.tpllck_headnav p a {
	padding: 0;
}
.tpllck_header h1 {
	font-size: 130%;
}
.tpllck_content {
	margin: 1em 0 0;
}

.tpllck_headnav p {
	float: right;
	}
	/*
/* ************************* Searchbox ************************* 
.tpllck_headnav form {
    float: right;
    text-align: center;
}

.tpllck_headnav input.text {
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 1rem;
	margin: auto 0;
	-webkit-transition: .5s;
	transition: .5s;
	vertical-align: middle;
	width: 8em;
	border-radius: 4px;
}
.tpllck_headnav input.text:focus {
	background-color: #fff;
	width: 17em;
}
.tpllck_headnav input.submit {
	background-color: #a66132;
	border: 0px solid #222;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	height: 1rem;
}
*/



/* crew 
.crewDiv {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.crewDiv ul.crewList {
	list-style: none;
	margin: 2.5em 0em 0em 0em;
	padding: 0 0 .5em 0;
	width: 100%;
	transition: all .5s;
	background: #f5bd72;
}
.crewDiv ul.crewList:first-of-type {
	margin-left: 0;
}
.crewDiv ul.crewList:last-of-type {
	margin-right: 0;
}
.crewDiv li {
	margin: 0 1em;
	position: relative;
	line-height: normal;
	color: #a66132;
}
.crewDiv li.crewTitle {
	margin: -1em 1em 0em 1em;
	text-transform: uppercase;
	padding: .5em;
	background: #a66132  ;
	text-align: center;
	font-weight: 400;
	color: #fff;
}
.crewDiv li.crewName {
	margin: -1em 1em 0 1em;
	text-transform: uppercase;
	padding: .5em;
	background: #a66132  ;
	color: #fff;
	text-align: center;
	font-weight: 400;
}
.crewDiv li img {
	margin: 1px 0 calc(1em + 1px) 0;
	width: 100%;
	/* [disabled]margin: 1em 0; 
}
.crewDiv li:last-of-type {
	margin-top: auto;
	font-size: .9em;
	padding: .75em 0 .25em 0;
}*/
/* picmenu 
.pmenuDiv {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pmenuDiv ul.pmenuList {
	list-style: none;
	margin: 1em 0em 1em 0em;
	padding: 0 0 0 0;
	width: 100%;
	transition: all .5s;
	background: #f5bd72;
}
.pmenuDiv ul.pmenuList:first-of-type {
	margin-left: 0;
}
.pmenuDiv ul.pmenuList:last-of-type {
	margin-right: 0;
}
.pmenuDiv li {
	margin: 0 1em;
	position: relative;
	line-height: normal;
	color: #a66132;
}
.pmenuDiv li.pmenuTitle {
	margin: -1em 1em 0em 1em;
	text-transform: uppercase;
	padding: .5em;
	background: #a66132  ;
	text-align: center;
	font-weight: 400;
	color: #fff;
}
.pmenuDiv li.pmenuName {
	margin: -1em 1em 0 1em;
	text-transform: uppercase;
	padding: .5em;
	background: #a66132  ;
	color: #fff;
	text-align: center;
	font-weight: 400;
}
.pmenuDiv li img {
	margin: 1px 0 calc(0.5em + 1px) 0;
	/* [disabled]margin: 1em 0; */
}*/

/* 
.pmenuDiv li:last-of-type {
	margin-top: auto;
	padding: 0em 0 .25em 0;
}
*/
/* inhalt 

.contentDiv {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.content-txtDiv {
	width:100%;
	border:0px solid #f00;
}
.content-picDiv {
	display:flex;
	flex-wrap:wrap;
	margin-top:2em;
	width:300px;
	background:#f5bd72;
	border:0px solid #f0f;
	max-height: 290px;
}

.content-img {
	margin-top: -1em;
	float:right;
	width:300px;
	border:0px solid #f0f;
}

.content-countDiv {
	display:block;
	width:290px;
	height:40px;
	background: #a66132;
	color: #fff;
	padding: 10px 0px 0px 10px;
	}
	
.content-timeDiv {
	display: block;
	background: #ec7404;
	color: #fff;
	height:40px;
/*	width:425px;  */
	}*/
/*
.content-timeDiv a:link {
	display:block;
	width:290px;  
	background: #ec7404;
	color: #fff;
	height:40px;
	padding: 10px 0px 0px 10px;
	}
	*/
/* oeffnungzeiten 

.pg_box1 {
	width:70px;
	border:0px solid #f00;
	}
.pg_box2 {
	width:110px;
	float:left;
	}

}*/

/* ************************* Responsive Image 
img {
	height: auto;
	max-width:100%;
}*/
/* ************************* Responsive Video, iframe 
.responsive-video-wrapper {
	max-width: 100%;
	width: 600px;
}
.responsive-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 15px;
	position: relative;	
}
.responsive-video iframe {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
*/
/* Backend Style 
#xh_adminmenu a, #xh_adminmenu a:visited, #xh_adminmenu span {
	line-height: normal;
}
*/


