/* Version: 25.04.2016 */

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

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

body {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: 400;
	word-spacing: normal;
	line-height: 1.4;
	background-color: #FFF;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#rahmen {
	color: #000;
	
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #A7A9A4;
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	position:relative;
}

#contentOben{
	padding:3% 6% 2% 6%;
}

#contentUnten{
	padding:2% 6% 3% 6%;
}

#logo {
    position: absolute;
    right: 42px;
    bottom: 2px;
    width: 105px;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

.regular{font-weight:400;}
.semiBold{font-weight:600;}
.bold{font-weight:700;}
.black{font-weight:900;}

.blau{color:#0055a4;}
.grau{color:#828282;}

.blocksatz{text-align:justify;}
.blocksatz2{text-align-last:justify;}
.center{text-align:center;}

.abstand15{
	margin-top:15px;
}

.abstandLinks{
	margin-left:50px;
}

.h1Klein{
font-size: 31px;
}

h1{
	margin:15px 0;
	line-height: 1.2;
	font-size: 32px;
	font-weight: 900;
	color:#0055a4;
}

h1 span{
	font-size:18px;
	font-weight:700;
}

h2{
	margin:15px 0 10px 0;
	line-height: 1.2;
	font-size: 12px;
	font-weight: 600;
	background:#0055a4;
	color:rgba(255,255,255,1);
	padding:5px 10px;
	display:inline-block;
}

h4{
	margin:0;
	padding:0;
	font-size:1.2rem;
	font-weight:700;
}


.slogan{
  position: absolute;
  top: 8rem;
  left: 7rem;
}

.slogan_text{
background: rgba(0,0,0,0.5);
color: #fff;
font-size: 1.7rem;
}

.slogan_text2{
background: rgba(0,0,0,0.5);
color: #fff;
font-size: 1.4rem;
width: 68%;
margin-top: 0rem;
}





.banner{
width: 100%;
}

.banner_1{
width: 32%;
}

.banner_2{
width: 32%;
}

.banner_3{
width: 32%;
}


.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
}



/*Slider*/

.slider-wrap {
	max-width:720px;
  	width: auto;
  	height: auto;
	position:relative;
	overflow: hidden;
}

/* BEGINN Slider mit 3 Bildern mit transform Animation */

.slideshow-3-bilder {
	position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;

}
.slideshow-3-bilder li span {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image 36s linear infinite;
  animation: image-3-bilder 36s linear infinite;
}

@keyframes image-3-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  33.33333% {
    transform: translateX(0);
	
  }
  
  34.33333% {
    transform: translateX(-100%);

  }
	100%{
		transform: translateX(-100%);
	 opacity: 1;
	}

}

@-webkit-keyframes image-3-bilder {
0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  33.33333% {
    transform: translateX(0);
	
  }
  
  34.33333% {
    transform: translateX(-100%);

  }
	100%{
		transform: translateX(-100%);
	 opacity: 1;
	}

}

.slideshow-3-bilder li {
    margin:0;
    padding:0;
  list-style: none;
}

.slideshow-3-bilder li:nth-child(1) span {
}

.slideshow-3-bilder li:nth-child(2) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow-3-bilder li:nth-child(3) span {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

ul.slideshow-3-bilder {
    margin:0;
}


.slider-wrap li::before{
                display:none;
}

.slider-wrap ul {
                margin:0;
                padding-left:0px;
                list-style-type: none;
                list-style:none;
			    border-bottom:none;
	            border-color: #fff;
                border-width: 0px;
				padding-bottom:5px;
}

/* ENDE Slider mit 3 Bildern mit transform Animation */


/* BEGINN Slider mit 4 Bildern mit transform Animation */

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

.slideshow-4-bilder li span {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image 24s linear infinite;
  animation: image-4-bilder 24s linear infinite;
}

@keyframes image-4-bilder {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  
  1% {
opacity: 1;
    transform: translateX(0);
  }
  
  25% {
    transform: translateX(0);
	
  }
  
  26% {
    transform: translateX(-100%);
opacity: 1;
  }
	100%{
		transform: translateX(-100%);
	opacity: 0;
	}
}

@-webkit-keyframes image-4-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  24% {
    transform: translateX(0);
	
  }
  
  25% {
    transform: translateX(-100%);

  }
	100%{
		transform: translateX(-100%);
	opacity: 1;
	}
}

.slideshow-4-bilder li {
    margin:0;
    padding:0;
  list-style: none;
}

.slideshow-4-bilder li:nth-child(1) span {
}

.slideshow-4-bilder li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow-4-bilder li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow-4-bilder li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

ul.slideshow-4-bilder {
    margin:0;
}

.slider-wrap li::before{
                display:none;
}

.slider-wrap ul {
                margin:0;
                padding-left:0px;
                list-style-type: none;
                list-style:none;
		border-bottom:none;
	        border-color: #fff;
                border-width: 0px;
		padding-bottom:5px;
}

/* ENDE Slider mit 4 Bildern mit transform Animation */


/* SLIDER ENDE */


/*Tabelle*/
.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
                /* table-layout: fixed; */
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
}
/*Tabelle*/

#box_links_oben{
	float:left;
	width:30%;
}

#box_rechts_oben{
	float: right;
	width: 70%;
        text-align: right;
}


#box_links{
	float:left;
	width:48%;
}

#box_rechts{
	float: right;
	width: 48%;
}

#box_links_2{
	float:left;
	width:51%;
}

#box_rechts_2{
	float: right;
	width: 47%;
}

#aufgabenLinks{
	float:left;
	width:55%;
}

#aufgabenRechts{
	float: right;
	width: 41%;
}

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

#adresse{
	background:#f2f2f2;
	padding:1% 3%;
	font-size:15px;
	margin:15px 0 0 0;
	letter-spacing:0.1rem;
}

#web{
	font-size:17px;
	font-weight:700;
	text-align:justify;
	text-align-last:justify;
	margin:15px 0 0 0;
}

#footer{
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	width: auto9; /* ie8 */
	border:0;
}

a img { border: none;
}

 
/* Zusatz*/ 

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color:#0055a4;
	text-decoration: none;
}
a:active{
	color: #000000;
	text-decoration: none;
}

#web a:link {
	color:#0055a4;
	text-decoration: none;
}
#web a:visited {
	color:#0055a4;
	text-decoration: none;
}
#web a:hover {
	color:#000000;
	text-decoration: none;
}
#web a:active{
	color:#0055a4;
	text-decoration: none;
}


.ausblenden {
}

.einblenden {
	display:none;
}

ul {
	margin:0;
	margin-left:0;
	padding-left:15px;
	list-style-type: none;
	list-style:none;
}
li {
	position: relative;
}
li::before{
	content:"";
	position: absolute;
	top: 8px;
	left: -14px;
	background:#000;
	width:3px;
	height:3px;
	border-radius:3px;
}

.refnr {}

.apply {}

.button a {
	background: #0055a4 scroll right top ;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
   	display: inline-block;
    position: relative;
    padding:10px 15px;
    margin:15px 0 0 0;
	border: 2px solid #828282;
	font-size:13px;
}
.button a:hover {
	background:#000;
	color:#fff;
	border: 2px solid #000;
}



.word{word-spacing:-0.05rem;}
.letter{letter-spacing:-0.01rem;}
.spacing{
	word-spacing:-0.05rem;
	letter-spacing:-0.01rem;
}