/*@import url("uikit-base.css");
@import url("mmenu.css");
@import url("font-awesome.min.css");*/

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}



:root {
  --blau: #0069B4;
  --rot: #AE0F0A;
  --orange: #F39200;
}
* {
  margin: 0;
  padding: 0;
  outline: none !important;
  /*-webkit-appearance: none;
-moz-appearance: none;*/
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 18px;
}
body {
  height: 100%;
  font-family: 'Open Sans', Helvetica, Arial, SansSerif, "sans-serif";
    line-height: 1.4;
    color: #000000;
  
}
::-moz-selection {
  background: var(--rot);
  color: #fff;
}
::selection {
  background: var(--rot);
  color: #fff;
}
a {
  text-decoration: none;
  color: var(--blau);
    -webkit-transition: all 0.5s;
transition: all 0.5s;
}
a:hover {
    color: var(--rot);
}

.bgBlau a {
    color: var(--orange);
}

.bgBlau a:hover {
    color: #ffffff;;
}

.topLine a {
    color: #ffffff;
}

.topLine a:hover {
    color: var(--orange);
}

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;
}
.noIcon span.uk-icon {
  display: none;
}

/*=================================
            Header
=================================*/

.topLine {
	background-color: var(--blau);
	color: #ffffff;
	line-height: 39px;
	font-size: 0.8889rem;
    display: block;
    position: relative;
    
}

.topLine:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--rot);
}

#header {
	background-color: #fff;
}

/*.naviWrap {
    -webkit-transition: all 0.5s;
transition: all 0.5s;
}*/

.uk-active .naviWrap {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

#header.uk-active {
    box-shadow: rgba(0,0,0,0.2) 0 0 10px;
}



/*=================================
            Navigation
=================================*/

#navi {
	
}

#navi ul {
	
}

#navi ul li {
	
}

#navi ul li a {
	
}

#navi ul li a:hover {
	
}

#navi ul > li a {
	padding-left: 1.3vw;
}

#navi ul ul li a {
	padding-left: 0;
}

.uk-subnav > * > :first-child {
	display: flex;
	align-items: center;
	column-gap: 0.25em;
	color: #000000;
	font-size: 1rem;
	text-transform: none;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color;
}

.uk-subnav > * {
	flex: none;
	padding-left: 1.3vw;
	position: relative;
}

.uk-subnav > * > a:hover {
	color: var(--rot);
	text-decoration: none;
}

.uk-dropdown-nav > li > a {
	color: #000000;
}

.uk-dropdown-nav > li > a:hover, .uk-dropdown-nav > li.uk-active > a {
	color: var(--rot);
}

/*=================================
            Formatierung
=================================*/

h1, h2, h3, h4 {
	
}

h1, h2 {
	font-size: 2rem;
    font-weight: normal;
    color: var(--blau);
    margin-bottom: 1.4rem;
}

h1 strong {
    text-transform: uppercase;
    color: var(--rot);
    letter-spacing: 0.05em;
}

h2 {
	
}

h3 {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 1rem;
    letter-spacing: 0.05em;
}

h4 {
	
}

h5 {
	
}

p {
	margin-bottom: 1.4rem;
}

section ul {
    margin-bottom: 1.4rem;
}
section ul li {
    margin-bottom: 1rem;
    list-style: none;
    position: relative;
    padding-left: 15px;
}

section ul li:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
        
}

section ol li {
    list-style: decimal;
	padding-left: 15px;
	margin-left: 19px;
}

section ol ol li {
    list-style: lower-alpha;
	padding-left: 15px;
	margin-left: 19px;
}

section ol ol ol li {
    list-style: '-';
	padding-left: 15px;
	margin-left: 19px;
}

/*=================================
            Slider
=================================*/

.slideTitel {
    font-size: 3.33333rem;
    color: var(--blau);
    font-weight: bold;
    text-transform: uppercase;
}

.linkSlide {
    padding-right: 60px;
}

.linkSlide::after {
	content: url(../bilder/pf-rechts.svg);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.linkSlide * {
    margin-bottom: 0;
}

/*=================================
            KLASSEN
=================================*/

.mid {
	width: 92%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.midSchmal {
	width: 92%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.button {
    display: inline-block;
    background-color: var(--blau);
    color: #ffffff;
    padding: 0 15px;
    line-height: 2.4;
    position: relative;
}

.bgBlau .button, .bgRot .button, .bgOrange .button {
    background-color: #ffffff;
    color: #000000;
}

/*.button:after {
    content: '';
    background-color: var(--blau);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}*/

.button:hover {
    background-color: #333333;
    color: #ffffff;
}

.btMail::before {
	content: '\f003';
	font-family: FontAwesome;
	margin-right: 10px;
}

.btTel::before {
	content: '\f095';
	font-family: FontAwesome;
	margin-right: 10px;
}

.btCal::before {
	content: '\f073';
	font-family: FontAwesome;
	margin-right: 10px;
}

.bgWeiss {
    background-color: #ffffff;
}

.bgBlau {
    background-color: var(--blau);
}

.bgRot {
    background-color: var(--rot);
}

.bgOrange {
    background-color: var(--orange);
}

.bgBlau *, .bgRot *, .bgOrange * {
    color: #ffffff;
}

.ratio16-9 {
  aspect-ratio: 16 / 9;
}

@supports not (aspect-ratio: 16 / 9) {
  .ratio16-9::before {
    float: left;
    padding-top: 56.25%;
    content: "";
  }

  .ratio16-9::after {
    display: block;
    content: "";
    clear: both;
  }

/* Alternativ:

 .element:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.element > div {
  position: absolute;
  width: 100%;
  height: 100%;
} */


}
.icPin, .icMail, .icTel, .icUhr {
    position: relative;
    padding-left: 30px;
    
}

.icPin:before {
    content: '\f041';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
}

.icTel:before {
    content: '\f095';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
}

.icMail:before {
    content: '\f003';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
}

.icUhr:before {
    content: '\f017';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
}


/*=================================
            Formular
=================================*/

.form input, .form textarea {
	border: var(--blau) 1px solid;
    background-color: rgba(255,255,255,1);
	padding: 10px;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	color: #000000;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.form textarea {
	min-height: 150px;
}
.uk-input, .uk-select, .uk-textarea {
	max-width: 100%;
	width: 100%;
	/*border: 0 none;*/
	padding: 0 10px;
    font-family: 'Open Sans', Helvetica, Arial, SansSerif, "sans-serif";
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
	background: rgba(255,255,255,0.8);
	/*border: 1px solid #e5e5e5;*/
    border: none; 
    height: 44px !important;
	transition: 0.2s ease-in-out;
	transition-property: color, background-color, border;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #959595;
	font-weight: normal;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #959595;
	font-weight: normal;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #959595;
	font-weight: normal;
}

/*.form {
	overflow: hidden;
	margin-bottom: 25px;
}*/

.form label:after {
	content: "\A";
	white-space: pre;
}

.error {
	color: var(--orange);
	display: block;
	font-weight: normal;
}

.submit {
	background: var(--blau) !important;
	width: 100%;
	cursor: pointer;
	color: #ffffff !important;
	font-weight: 600;
    text-transform: uppercase;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;

}

.submit:hover {
	background-color: #000000 !important;
}

.success {
	background: var(--blau);
    color: #ffffff;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 25px;
	
}

.success p {
	margin-bottom: 0;
}


.fiSpecial {
	display: none;
	}


[type="checkbox"] {
  position: relative;
  left: 30px;
  top: 0px;
    background-color: transparent !important;
  z-index: 0;
  -webkit-appearance: none;
    border: none !important;
}
[type="checkbox"] + label {
  display: block;
  cursor: pointer;
  font-family: sans-serif;
  padding-left:70px;
  position: relative;
  margin-top: -30px;
}
[type="checkbox"] + label:before {
  width: 50px;
  height: 25px;
  border-radius: 30px;
  border: 2px solid #ddd;
  background-color: rbga(255,255,255,0.5);
  content: "";
  margin-right: 15px;
  transition: background-color 0.5s linear;
  z-index: 5;
  position: absolute;
  left: 0px;
}
[type="checkbox"] + label::after {
	width: 25px;
	height: 25px;
	border-radius: 30px;
	background-color: #fff;
	content: "";
	transition: margin 0.1s linear;
	box-shadow: 0px 0px 5px #aaa;
	position: absolute;
	left: 2px;
	top: 0px;
	z-index: 10;
}
[type="checkbox"]:checked + label:before {
  background-color: var(--blau);
}
[type="checkbox"]:checked + label:after {
  margin: 0 0 0 25px;
}

/*=================================
            UiKit
=================================*/

.uk-light, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color), .uk-card-primary.uk-card-body, .uk-card-primary > :not([class*="uk-card-media"]), .uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*="uk-card-media"]), .uk-overlay-primary, .uk-offcanvas-bar {
	color: rgba(255, 255, 255, 1);
}

/*=================================
            Responsive
=================================*/

@media (max-width: 960px) {
    .minHeight {
	/*height: 56.25vw;*/
    height: 40vw;
}


.uk-slideshow-items {
	aspect-ratio: 16 / 7 !important;
	min-height: auto !important;
	min-width: 100%;
	max-width: 100%;
}
    
.slideTitel {
	font-size: 2.33333rem;
}
    
    html {
	font-size: 16px;
}
    
    h1, h2 {
	font-size: 1.8rem;
}

}

@media (max-width: 640px) {
.linkSlide {
	text-shadow: #fff 1px 1px 2px, #fff -1px -1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px;
}
    .icPin::before, .icMail::before, .icTel::before, .icUhr::before {
	position: relative;
	margin-right: 10px;
	margin-left: -10px;
}
}

@media (max-width: 480px) {
    
      h1, h2 {
	font-size: 1.5rem;
}
    p, section ul li {
	line-height: 1.8;
}

}

/*=================================
            Mobile Menue
=================================*/

#page {
	background-color: #ffffff;
	overflow: hidden;
}

.mheader {
display: none;
}

@media (max-width: 960px) {

	.mheader {
display: block;
}
    
	
.mheader, .mfooter {
	/*background: #97ab07;*/
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	/* line-height: 40px; */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	padding: 0;
	position: relative;
}
.mheader.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.mfooter.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.mheader a {
	display: block;
	width: 40px;
	height: 40px;
	padding: 7px 0;
	position: absolute;
	top: 0;
	left: 0;
}
.mheader a:before,
.mheader a:after {
	content: '';
	display: block;
	background: #000;
	height: 2px;
}
.mheader a span {
	background: #000;
	display: block;
	height: 2px;
	margin: 10px 0;
}
}


