/* Version: 05.03.2018 */

/* --- Normal --- */
@font-face { 
	font-family: "Montserrat";
	src: url(../../ofl/montserrat/Montserrat[wght].woff2) format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

/* --- Italic --- */
@font-face { 
	font-family: "Montserrat";
	src: url(../../ofl/montserrat/Montserrat-Italic[wght].woff2) format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: italic;
}


 /* ------------------- NICHT VERÄNDERN ------------------------- */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	 line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

 /* ----------------------------------------------------------- */

body {
	font-family: 'Montserrat', sans-serif;
	/* ------------------- NICHT VERÄNDERN ------------------------- */
	font-size: 100%;
	/* ------------------------------------------------------------ */
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.6;
	background-color: #ededed;
	/*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
	-webkit-print-color-adjust:exact;
}

p {
	margin: 0 0 0.2rem 0;
}

h1 {
	margin: 0;
	line-height: 1.6rem;
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 1rem 0;
	text-align: center;
	color: #FFF;
}

h2 {
	margin: 0;
	line-height: 1.6rem;
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 1rem 0;
	text-align: center;
	color:#da0812;
	
}

h3 {
	margin-bottom: 1rem;
	line-height: 1.6rem;
	font-size: 1.0rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 0 0.5rem;
	color:#ef7f00;
	border-bottom: 2px solid #004495;
}

.frame-outer {
	position: relative;
	padding: 0;
	width: 780px;
	margin: 1.3rem auto;
	border: 0.02rem solid #d7d7d7;
	box-shadow: -0.1rem 0.1rem 1rem #d7d7d7;
	font-size: 0.80rem;
	background-color: #FFF;
	color:#000;
}

.frame-outer::after {
	content: "";
	display: block;
	clear: both;
}

.content {
	padding: 2rem;
}

.content::after {
	content: "";
	display: block;
	clear: both;
}

.header{
	position: relative;
}

.logo {
	width: 18rem;
	margin:2rem;
text-align: center;
}



.logo-bg::after {
	content: "";
	display: block;
	clear: both;
}

#title-block {
	position: absolute;
	bottom: 3%;
	right: 0;
	padding: 0.5rem 3%;
	/* -- FALLBACK FÜR BROWSER DIE RGBA-WERTE NICHT UNTERSTÜTZEN -- */
	background: rgb(0, 0, 0);
	/* -------------------------------------------------------------- */
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
}

#box-left {
	float: left;
	width: 48%;
}

#box-right {
	float: right;
	width: 48%;
}

#footer {
	background-color: #ef7f00;
	color: #FFF;
	padding: 2rem;
}

#footer::after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
	width: auto9;
	border: 0;
	vertical-align: middle;
}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
	color: #a40a11;
}

a:active {
	text-decoration: none;
	color: #DDD;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

li {
	padding: 0 0 0.4rem;
	list-style-image: url(li.jpg);
}


/*
_______________________

KAPITÄLCHEN, BULLETPOINT
_______________________

<span class="capital" style="float: left; width: 43px; height: 20px; line-height: 47px; background: transparent; font-size: 38px; margin-top: -5px; margin-right: -32px; margin-bottom: 5px; background-color: transparent;">I</span>

ul li {
background: url(bp.jpg) no-repeat 2px 5px; padding-left:8px;
}
*/

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0.8rem 0;
}

.box_oben {
	width: 100%;
	padding: 0.5rem 3%;
	background-color:#ef7f00; 
}

.box {
	width: 100%;
	padding: 1rem 3%;
	margin-top: 1rem;
	color: #000;
}

.left {
	width: 100%;
	padding: 1rem 3%;
	margin-right: 0.4rem;
	color: #000;
	background-color:#f1f4f4; 
}

.right {
	width: 100%;
	padding: 1rem 3%;
	margin-left: 0.4rem;
	color: #000;
	background-color:#f1f4f4; 
}

.flex-container {
  display: flex;
	margin-top: 0rem;
}

.flex-container > div{
  width: 50%;
}

/* -------------- FLEXBOX EIGENSCHAFTEN -------------------- */
/* -----GENERELL: FLEXBOX STATT FLOAT NEHMEN, DA SIE BESSERE OPTIONEN ZUR GESTALTUNG BIETEN, 
JEDOCH DARAUF ACHTEN, DASS FLEXBOXEN NICHT VOM INTERNET EXPLORER 9 UND ABWÄRTS UNTERSTÜTZT WERDEN. => IN DEM FALL FLOATEN --------------------- */
/* 
.flex {
	display: table;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1rem 0;
} 
*/
/* -- FLEXBOX EIGENSCHAFTEN FÜR GLEICHE HOHE BOXEN MIT "PLATZ ZWISCHEN DEN BOXEN" (siehe "justify-content: space-between;") -- */

p:empty {
	height: 0.625rem;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.hide {
	display: none;
}

.refnr {}

.justifier {
	text-align: justify;
	text-align-last: justify;
}

.justifier:after {
	content: "";
	display: inline-block;
	width: 100%;
}

.table {
	display: table;
	width: 100%;
	/* -- LÄSST GRENZEN VERSCHWINDEN, SODASS KEINe BEGRENZUNG ERSCHEINT -- */
	/* border-collapse: collapse; */
	/* --------------------------------------------------------------------*/
	table-layout: fixed;
	/* ----- ERSTELLT EINEN BEGRENZUNGSRAHMEN JEDOCH AN ALLEN SEITEN ----- */
	/* border-spacing: 3rem; */
	/* --------------------------------------------------------------------*/
}

.row {
	display: table-row;
}

#cell-left,
#cell-right {
	display: table-cell;
	vertical-align: bottom;
	padding: 1rem 3%;
}

#cell-left {
	border-right: 15px solid #fff;
}

#cell-right {
	border-left: 15px solid #fff;
}

.bg-box {
	
	background-color:#f1f4f4; 
}

.button_box {
	text-align: left;
}

.button_box::after {
	clear: both;
	content: "";
	display: block;
}

.abstand5 {
	padding-top: 0.5rem;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}

/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
	display: inline-block;
	background: #004495;
	padding: 0.6rem 1.5rem 0.6rem 1.5rem;
	margin-top: 2rem;
	cursor: pointer;
	-webkit-border-radius: 1.5rem;
	border-radius: 4px;
	border: none;
	transition: .3s background ease;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #fff;
	white-space:nowrap;
	box-sizing: border-box;
}
.button a:hover {
	background-position: 15px center;
	background-color: #046ce8;
	text-decoration: none;
	color: #FFF;
}


/* ------------------ Elementor - Right to Left ------------------------ */

.elementor-wrap {
	max-width: 780px;
	width: auto;
  	height: auto;
  	position: relative;
  	padding-top: 0;
  	margin: 0;
  	overflow: hidden;
}

.elementorshow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.elementorshow li {
	list-style: none;
	position: relative;
	width: 25%;
	height: 100%;
	border-right: none;
	float: left;
	box-sizing: border-box;
	transition: 0.4s;
	text-align: center;
}

.print {
	max-width: 780px;
	width: 100%;
}


ul.elementorshow:hover li {
	width: 10%;
	
}

ul.elementorshow li:nth-child(1) {
	background: url(slide-1.jpg);
	background-size: cover;
	background-position: center center;
}

ul.elementorshow li:nth-child(2) {
	background: url(slide-2.jpg);
	background-size: cover;
	background-position: center center;
}

ul.elementorshow li:nth-child(3) {
	background: url(slide-3.jpg);
	background-size: cover;
	background-position: center center;
}

ul.elementorshow li:nth-child(4) {
	background: url(slide-4.jpg);
	background-size: cover;
	background-position: center center;
}

ul.elementorshow li:hover {
	width: 70%;	
}

ul.elementorshow li .slide-text {
	position: absolute;
	top: -100%;
	left: 0;
	box-sizing: border-box;
	color: #FFF;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, 0.4);
}

ul.elementorshow li:hover .slide-text {
	top: 0;
	transition: 0.7s;
	transition-delay: 0.3s;
	opacity: 1;
	padding: 9rem 0 0 0;
}

.elementorshow ul {
	margin:0 !important;
	padding-left:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}

/*---3Bilder---*/

#sliderBox{
               position: relative;
}

.slider-wrap {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
               z-index: 2;
}

.slideshow_3Bilder {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.slideshow_3Bilder li span {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image_3Bilder 9s linear infinite;
  animation: image_3Bilder 9s linear infinite;
}

@keyframes image_3Bilder {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image_3Bilder {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow_3Bilder li {
  margin:0 !important;
  padding:0 !important;
  list-style: none !important;
}
.slideshow_3Bilder li:nth-child(1) span {}
.slideshow_3Bilder li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow_3Bilder li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

ul.slideshow_3Bilder {
	margin:0 !important;
	padding: 0 !important;
}

.slideshow_3Bilder li::before{
	display:none !important;
}

.slideshow_3Bilder ul {
	margin:0 !important;
	padding-left:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}

/*---3Bilder ENDE---*/


/*
_______________________

MARKIERTER TEXT
_______________________

::selection {
background: #ffb7b7;
}
::-moz-selection {
background: #ffb7b7;
}

*/
.apply {}
