/*@import url("uikit-base.css");
@import url("mmenu.css");
@import url("font-awesome.min.css");*/

/* roboto-300 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v29-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v29-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-ext_latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v29-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v29-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-ext_latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v29-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v29-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-ext_latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v29-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v29-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-ext_latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


:root {
  	--text: #404040;
	--orange: #f5a329;
	--horange: #fef6ea;
	--grau: #f2f2f2;
	
}

* {
margin: 0;
padding: 0;
	outline: none !important;
/*-webkit-appearance: none;
-moz-appearance: none;*/
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
     box-sizing: border-box;
}

body {
     height: 100%;
	font-size: 18px;
	color: var(--text);
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
	
}

a img {
border: none;
}

img {
max-width: 100%;
	height: auto;
}

table {
/*width: 100%;
table-layout:fixed;*/
}

figure.image {
    display: inline-block;
    border: 1px solid gray;
    margin: 0 2px 0 1px;
    background: #f5f2f0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image img {
    margin: 8px 8px 0 8px;
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
}

/*=================================
            Header
=================================*/

.kopfBild {
	height: 28.6vw;
	min-height: 400px;
}

.startBild {
	height: 44.7vw;
	min-height: 500px;
}

.startBild .logo {
	top: 30% !important;

}

#navi ul {
	background-color: var(--orange);
	transform: translateY(-50%);
	padding: 0 30px;
	
}

#navi > ul:first-child {
	padding-right: 0;
}

#navi ul li {
	list-style: none;
}

#navi ul li a {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	padding: 0 30px;
line-height: 50px;
	display: block;
	-moz-transition: color 0.5s;
-ms-transition: color 0.5s;
-o-transition: color 0.5s;
-webkit-transition: color 0.5s;
transition: color 0.5s;
}

#navi ul li a:hover, #navi ul li.active a {
	color: var(--text);
}

.logo {
	max-width: 50%;
}

.babelLinks {
	margin-left: 0 !important;
	
}
.babelLinks li a {
	padding: 0 !important;
	margin: 0;
	font-size: 0.8em !important;
}

/*.babelLinks li a span {
	display: none;
}*/

.babelLinks li:first-child a:after {
	content: '';
	display: inline-block;
margin: 0 10px;
	border-right: 1px solid #000000;
	height: 10px;
	
}

.babelLinks a.active {
	color: var(--text) !important;
}

/*=================================
            Zitat
=================================*/

.zitat {
	padding: 45px 60px;
	background-color: var(--grau);
	text-align: center;
	font-size: 24px;
	font-style: italic;
}

.zitat:before {
	content: url(../bilder/zitat-o.svg);
	position: absolute;
	top: -10px;
	left: -10px;
}

.zitat *:last-child {
	margin-bottom: 0;
}

.zitat:after {
	content: url(../bilder/zitat-u.svg);
	position: absolute;
	bottom: -10px;
	right: -10px;
}

.zitat .author {
	/*font-size: 18px;*/
	font-style: normal;
}

.zitatKlein {
	font-size: 18px;
}

.zitatFoto img {
	max-width: 155px;
	width: 100%;
}

/*=================================
            Boxen
=================================*/

.boxWeiss {
	background-color: #fff;
	text-align: center;
}

.boxWeiss * {
	width: 100%;
}

.ecke {
	padding: 60px 30px;
	position: relative;
	border: 5px solid #fff;
	-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}

.ecke::before {
	content: url(../bilder/ecke.svg);
	position: absolute;
	top: -5px;
	left: -5px;
	display: block;
	width: 71px;
	height: 71px;
}

a:hover .ecke {
	border-color: var(--orange);
}

.boxen a {
	text-decoration: none;
	color: var(--text);
}

.boxSchatten {
	background-color: #ffffff;
	box-shadow: rgba(0,0,0,0.1) 0 0 15px;
	padding: 30px;
}

/*=================================
            Formate
=================================*/

h1 {
	font-size: 60px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 60px;
}

h2 {
	font-size: 36px;
	line-height: 1.4;
	font-weight: 300;
	margin-bottom: 25px;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.77;
	
}

p {
	line-height: 1.7;
	margin-bottom: 25px;
}

strong, b {
	font-weight: 700;
}

section ul {
	margin-bottom: 25px;
}

section li {
	list-style-type: '-';
	line-height: 1.7;
	margin-bottom: 10px;
	padding-left: 10px;
	margin-left: 5px;
}

section a {
    color: var(--text);
    -moz-transition: color 0.5s;
-ms-transition: color 0.5s;
-o-transition: color 0.5s;
-webkit-transition: color 0.5s;
transition: color 0.5s;
    
}

section a:hover {
    color: var(--orange);
}

/*=================================
            Footer
=================================*/

#footer {
	background-color: var(--text);
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	-moz-transition: color 0.5s;
-ms-transition: color 0.5s;
-o-transition: color 0.5s;
-webkit-transition: color 0.5s;
transition: color 0.5s;
}

#footer a:hover {
	color: var(--orange);
}

/*=================================
            Formular
=================================*/

.form input, .form textarea {
	border: none;
	padding: 10px;
	width: 100%;
	font-size: 18px;
	color: var(--text);
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: 0.025em;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.form textarea {
	min-height: 150px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #959595;
	font-weight: 300;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #959595;
	font-weight: 300;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #959595;
	font-weight: 300;
}

.form {
	overflow: hidden;
	margin-bottom: 25px;
}

.form label:after {
	content: "\A";
	white-space: pre;
}

.error {
	color: #C2353A;
	display: block;
	font-weight: 300;
}

.submit {
	background: var(--orange);
	width: 100%;
	cursor: pointer;
	color: #ffffff !important;
	font-weight: bold !important;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    line-height: 50px;
    padding: 0 !important;

}

.submit:hover {
	background-color: var(--text);
}

.success {
	/*background: #8BD0E1;*/
	text-align: center;
	/*padding: 20px 0;*/
	margin-bottom: 25px;
	
}

.success p {
	margin-bottom: 0;
}


.fiSpecial {
	display: none;
	}


input[type="checkbox"].css-checkbox {
    display:none;
}

input[type="checkbox"].css-checkbox + label {
float: none !important;
	width: 100%!important;
	    padding-left: 30px;
    display: block;
	cursor: pointer;
}

input[type="checkbox"].css-checkbox + label span {
    display:inline-block;
    width:21px;
    height:21px;
    margin:-2px 10px 0 -30px;
    vertical-align:middle;
    background:url(../bilder/ckbox.png) left top no-repeat;
    cursor:pointer;
	
}
input[type="checkbox"].css-checkbox:checked + label span {
    background:url(../bilder/ckbox.png) 0 -21px no-repeat;
}

/*=================================
            KLASSEN
=================================*/

.mid {
	position: relative;
	width: calc(100% - 40px);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.bgOrange {
	background-color: var(--horange);
}

.button {
	color: #ffffff;
	text-decoration: none;
	background-color: var(--orange);
	font-weight: bold;
	line-height: 50px;
	padding: 0 25px;
	display: inline-block;
	-moz-transition: all 0.5s !important;
-ms-transition: all 0.5s !important;
-o-transition: all 0.5s !important;
-webkit-transition: all 0.5s !important;
transition: all 0.5s !important;
}

.button:hover {
	background-color: var(--text);
}

#footer .button {
    border: var(--orange) 2px solid;
}

.smIcon {
	width: 30px;
	vertical-align: middle;
	margin-left: 10px;
}

#noCookie {
	background-color: var(--text);
	/* text-align: center; */
	color: #fff;
	/* padding: 10px; */
    transform: translateY(100%);
    -moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}

#noCookie.cookieIn {
	transform: translateY(0);
}

#noCookie.cookieOut {
	transform: translateY(100%);
}

.btLogout {
	z-index: 1000;
}


/*=================================
            PRELOADER
=================================*/

.hameid-loader-overlay {
    width: 100%;
    height: 100%;
    background: url('../bilder/preloader.gif') center no-repeat #FFF;
    z-index: 9999999;
    position: fixed;
}

.uk-totop, #toDown a {
	color: #ffffff;
	background: var(--orange);
	width: 40px;
	height: 40px;
	line-height: 25px;
	/*border: #fff 2px solid;*/
	text-align: center;
}

#toDown a svg {
	position: relative;
	top: 5px;
}

.uk-totop:active, .uk-totop:hover, .uk-totop:focus, #toDown a:active, #toDown a:hover, #toDown a:focus {
	color: #ffffff;
}

#toTop, #toDown {
	right: -56px !important;
    -moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}

#toTop.topActive, #toDown.topActive {
    right: 0 !important;
}

/*=================================
            UiKit
=================================*/

.uk-padding { 
	padding: 30px;
}

/*=================================
            Responsive
=================================*/

@media (max-width: 800px) {
    
    #navi ul li a {
	letter-spacing: 0.05em;
	padding: 0 20px;
}

    #navi ul {
	padding: 0 10px;
}
    
}

@media (orientation: portrait) and (max-width: 766px) {
    .kopfBild {
	min-height: 50vw;
}   
    .startBild {
	min-height: 75vw;
}
    

}

@media (max-width: 640px) {
    
    h1 {
        font-size: 42px;
        margin-bottom: 1em;
    }
    
    h2 {
        font-size: 24px;
    }
    
    .zitat {
	padding: 20px 30px;
	background-color: var(--grau);
	text-align: center;
	font-size: 18px;
	font-style: italic;
}
    
    .zitat::before {
	top: -16px;
	left: -16px;
	transform: scale(0.75);
}
    .zitat::after {
  bottom: -16px;
  right: -16px;
        transform: scale(0.75);
}
   
    #navi {
        display: none;
    }
    
    .logo {
	max-width: 75%;
	bottom: -6px !important;
	top: auto;
	transform: translateY(0);
}
    
    .btLogout .button {
	padding: 0 10px;
	line-height: 40px;
}
    
    .logoutTxt {
	display: none;
}

}

@media (max-width: 480px) {

    .boxSchatten {
	padding: 10px;
}
    
    body {
	font-size: 16px;
}
	
	.zitatFoto {
	background-color: var(--grau);
	padding: 30px;
	display: block;
}
	
	.zitatText {
		margin-top: 0 !important;
	}
    
}

/*=================================
            Mobile Menu
=================================*/

#page {
	background-color: #ffffff;
	overflow: hidden;
}

.mheader {
display: none;
}

@media (max-width: 640px) {

	.mheader {
display: block;
}
    
    .mheader.uk-active {
	/*border-bottom: var(--orange) 1px solid;*/
        box-shadow: rgba(0,0,0,0.1) 0 0 10px;
}
	
.mheader,
.mfooter {
	background: #ffffff;
	font-size: 22px;
	font-weight: 300;
	color: var(--text);
	line-height: 40px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 50px;
    text-align: center;
}
.mheader.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.mfooter.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.mheader a {
	display: block;
	width: 45px;
	height: 40px;
	padding: 11px;
	position: absolute;
	top: 0;
	left: 0;
    background-color: var(--orange);
}
.mheader a:before,
.mheader a:after {
	content: '';
	display: block;
	background: #fff;
	height: 3px;
}
.mheader a span {
	background: #fff;
	display: block;
	height: 3px;
	margin: 6px 0;
}
}


.mm-menu_theme-dark {
	--mm-color-border: rgba( 255,255,255, 0.3 );
	--mm-color-button: rgba( 255,255,255, 0.4 );
	--mm-color-text: rgba( 255,255,255, 1 );
	--mm-color-text-dimmed: rgba( 255,255,255, 0.7 );
	--mm-color-background: var(--orange);
	--mm-color-background-highlight: rgba( 255,255,255, 0.08 );
	--mm-color-background-emphasis: rgba( 0,0,0, 0.1 );
	--mm-shadow: 0 0 20px rgba( 0,0,0, 0.5 );
}
