@import url('SourceSansPro-Regular.ttf');
@import url('SourceSansPro-Light.ttf');

@font-face {
  font-family: 'SourceSansPro';
  src: local('SourceSansPro'), url('SourceSansPro-Regular.ttf') format('truetype');
  src: url('SourceSansPro-Regular.ttf');
}

@font-face {
  font-family: 'SourceSansPro-Light';
  src: local('SourceSansPro-Light'), url('SourceSansPro-Light.ttf') format('truetype');
  src: url('SourceSansPro-Light.ttf');
}


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


body {
     background:#fff;
     /*overflow:hidden;*/
       margin:0;
     padding:0;
    font-family:Verdana, Tahoma;
    line-height: 1.6;
}

.content {
  margin:0 auto;
  padding:0;
  width:100%;
  height:100%;
  text-align:center;
  background-color: #82cacd;
  margin-top: 138px;
  }

#overlay {
	display:none;
	position: absolute; 
	margin-top: -8px;
	background-color:#fff;
	z-index: 10;
	height: auto;
	padding: 24px;
}

#under_overlay {
	display:none;
	position: absolute; 
	background-color:rgb(130,202,205,0.8);
	z-index: 9;
	height: 100%;
	width:100%;
}

.close {
	float:right;
	background-color:#273470;
	color:white;
	font-size:16px;
	font-weight:bold;	
	border: none;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.header {
  position: fixed;
  top: 0;
  width: 100%;  
  z-index: 100;
  border-bottom: 1px solid #273470 !important;
  background-color: #82cacd;
}

/*-------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------SLIDER-----------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------*/

.slide {
  margin: 100px auto;
  background: #ccc;
}

.slide ul li {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  list-style: none;
}

.slide .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  width: 100%;
  z-index: 3;
  text-align: center;
}

.slide .dots li {
  display: inline-block;
  margin: 0 8px;
	width: 5px;
	height: 5px;
	border: 2px solid #fff;
	border-radius: 50%;
  opacity: 0.4;
	cursor: pointer;
	transition: background .5s, opacity .5s;
  list-style: none;
}

.slide .dots li.active {
  background: #fff;
	opacity: 1;
}

.slide .arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background .5s, opacity .5s;
}

.slide .arrow .arrow-left,
.slide .arrow .arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: 0.5;
	transition: background .5s, opacity .5s;
}

.slide .arrow  .arrow-left:hover,
.slide .arrow  .arrow-right:hover {
  opacity: 1;
}

.slide .arrow .arrow-left {
  left: 20px;
  background: url("../bilder/arrow-left.png");
}

.slide .arrow .arrow-right {
  right: 20px;
  background: url("../bilder/arrow-right.png");
}

/*-------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------SLIDER-ENDE------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------*/

#navtop img {
  height:100%;
  max-height: 21px;
}


img {
    max-width: 100%;
    max-height: 100%;
}


#hintergrund {
    position:relative;
    top:0px;
    left:0px;
    z-index:2;
    height:210px;
    background-color:#fff;
}

.obenunten{
    background-color:#273470;
    width:100%;
    height:12px;
    vertical-align: middle;
}


.Ue1 {
    font-family: "SourceSansPro-Light", Verdana, Tahoma;
    font-size:46px;
    color:#273470;
}

.logooben {
	float: left;
	/*padding-top: 12px;*/
	display: block;
	background-color: #82cacd;
	width: 100%;
}

.Ue2 {
   font-family:"SourceSansPro";
   font-size:32px;
}

.Ue3 {
    font-family:"Verdana, Tahoma;
    text-align:left;
    font-size:22px;
    color:#000;
    margin-bottom:6px;
    line-height: 1.3;
}

.reginfo {
	text-align:left; 
	padding-bottom:16px; 
	font-size:12px;
	font-style: italic;
}

b, i {
	color:#273470;
}

.text2,.text3,.text4,.text5 {
    display:none;
    background: url(../bilder/muster.jpg);
    background-repeat: repeat;
    background-size: 100%;
}


.text1,.text6,.text7 {
    display:block;
}

.text1 {
    width: 100%;
    padding:5% 0;	
}


.text2,.text3,.text4,.text5,.text6 {
    width: 100%;
    padding:2% 0;
    overflow: auto;
}


.text7 {
   background-color:#82cacd;
   color:#000;
   text-align:center;
}


.text2, .text3, .text4, .text5 {
   /*background-image: linear-gradient(to right, #fff, #D3E7B8);*/
   color:#000;
   text-align:left;
   padding:2% 0;   
}

.text1 a,.text3 a,.text2 a, .text5 a, .text6 a, .text7 a {
	color:#273470;
	text-decoration: underline;	
}

.text1, .text3 {
   text-align: center;	
}
 
.text6 {
    background-color:#fff;
    color: #000;
    padding:2% 0 3% 0; 
    width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width:100%;
}

.die50 {
	float:left;
	width:50%;
	padding-bottom: 12px;
}

.die50 img {
    float: right;
	width:30%;
}


.die50l img {
   float: left;
   margin-left: auto;
   margin-right: auto;
   cursor:pointer;
   padding: 20px 0;
}

.mottotext {
	width:100%;
}

.mottotext img, .die100 img {
	width:auto !important;
	clear:both;	
}

.dieechten50l {
   float: left;
   margin-left: auto;
   margin-right: auto;
   padding: 20px 0;
   overflow: auto;
}

.dieechten50r {
   float: right;
   margin-left: auto;
   margin-right: auto;
   padding: 20px 0;   
   overflow: auto;
}


.dieechten100 {
   float: left;
   margin-left: auto;
   margin-right: auto;
   padding: 0 0 20px 0;
   overflow: auto;
   position:relative; 
}

.dieechten100 img {
	width:100%;
}

.bottom-left {
   position: absolute;
   line-height: 1.2;
   color:#fff;
}

.die25l {
   float: left;
   margin-left: auto;
   margin-right: auto;
   padding: 20px 0;
   text-align: center;
   overflow: auto;
}

.die100 {
   float: left;
   margin-left: auto;
   margin-right: auto;
   padding: 20px 0;
   width:100%;
   text-align: left;
   overflow: auto;
}

#impressum {
  cursor:pointer;
}

#datenschutz {
  cursor:pointer;
}

.kontaktboxenl, .kontaktboxenr {
  text-align:left;
  float:left;
}

.impressumbox {
  text-align:left;
  width:100%;
  display:none;
}

.datenschutzbox {
  text-align:left;
  width:100%;
  display:none;
}

.leiste {
	width: 100%;
	text-align: center;
	padding: 12px 0;
	font-size: 14px;
	color: #000;
}
.leisteleft {
  float:left;
  text-align:left;
}
.leisteright {
  float:right;
  text-align:left;
}

.leiste a {
  font-size:11px;
}

.nicht {
  white-space:nowrap;
}

.abstandlinks {
	margin-left:0px;
}

/* DRUCKVERSION ----------- */
@media print
{
	#hintergrund {
		display:none;
	}
	
	#overlay {
		display:none;
	}	
	
	#navigation, #navtop {
		display:none;
	}
	
	.slide {
		display:none;
	}
	
	.content, .text1, .text2, .text3, .text4, .text5, .text6, .text7 {
		background-image: none;
		background-color:#fff;
		clear:both;
		margin-top:2%;
	}
	
	img {
		float:left;
	}
	
	.logooben {
	    float: left;
	    padding-top: 12px;
	    display: block;
	    width: 100%;	    
	    background-color:#fff;
	}

	.die50l {
	    text-align: left;
	    float: left;
	    width: 50% !important;
	    display: block;
	}
		
	.die50r {
	    text-align: right;
	    float: right;
	    width: 50% !important;
	}
	
	.die50r img {
	    max-width: 60%;
	    height: auto;
	    float:right;
	    margin-top: 20px;
	}	
	
	.box {
	    margin: 0;
	    padding: 0 8% 0 8%;
	    max-width: 2800px;
	    clear:both;
	}
	
	
	
	body {
	    font-size: 12px;
	}
	
	 .column {
	    flex: 25%;
	    max-width: 25%;
	 }
	
	.die50r img, .die50l img {
	   max-width: 60%;
	   height: auto;
	}
	
	
	.die50l {
	  text-align:left;
	  float:left;
	  width:50% !important;
	  display:block;
	}
	
	.die50r {
	  text-align:right;
	  float:right;
	  width:50% !important;
	}
	
	.die33l {
	   float: left;
	   margin-left: auto;	
	   padding: 20px 0;
	   width:33%;
	   text-align: left;
	   min-height: 180px;
	}
	
	.die33l img {
		width:30%;
	}
	
	.die33r {
	   float: right;
	   margin-left: auto;
	   margin-right: auto;
	   width:33%;
	   text-align: left;
	}
	
	.anwendungsdiv {
		float:left; 
		width:66%;
	}
	
	.die25l {
	   width:25%;
	}
	
	.dieechten50l {
	   width:50%;
	   padding-right:12px;   
	}
	
	.dieechten50r {
	   width:50%;
	   padding-left:12px;
	}
	
	.dieechten50l img {
		width:100%;
	}
	
	.bottom-left {
	   position: absolute;
	   bottom: 31px;
	   left: 16px;
	   font-size: 14px;
	   line-height: 1.2;
	   color:#fff;
	}	
	
	.mottotext {
		width:100%;
		margin-bottom:160px;
		clear:both;		
	}	

	
}



/* Smartphones (portrait) ----------- */
@media only screen and (max-width:860px) {

body {
    font-size: 15px;
}

#overlay {
	top: 114px;
	width: 94%;
	font-size: 11px;
	left: 3%;
}

.overlay_fett {
	font-size: 14px;
	font-weight:bold;
}

#under_overlay {
	top: 87px;
}

a {
    text-decoration:none;
    font-size:15px;
    color:#000;
}

#platzhalter {
    display:none;
}

#hintergrund {
	max-height:150px;
}

/* MENU ICON */
.icon-menu {
  float:right;
  color:#273470;
  /*margin:0 10% 0 10%;*/
  display:inline-block;
  font-size:26px;
  cursor:pointer;
}

#navigation{
    width:100%;
    top:0;
    position:fixed;
    z-index:100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 0;
    height:auto;
}

#navtop {
   width:100%;
    margin:0;
    padding:0px 5%;
    display: table;
    background:#fff;
    border-bottom: 1px solid rgba(39, 52, 112);
}

.nav{
    list-style:none;
    margin:0;
    background:rgba(255,255,255,0.8);
    width:100%;
    height:100%;
}

.nav li{
    cursor:pointer;
    vertical-align: middle;
    text-align:right;
    text-decoration:none;
    font-size:12px;
    padding:6px 5%;
    color:#273470;
}

.boxnav {
	display:none;
}

.nav li:hover{
    color:#fff;
    background-color:#273470 !important;
}

.active {
    color:#fff !important;
    background-color:#273470 !important;
}

.active:hover {
    color:#fff !important;
    background-color:#273470 !important;
}

#Ue_Navi {
	float:left;
	text-align: left;
	display:block;
	font-family:"SourceSansPro", Verdana, Tahoma;
    color:#273470;
    font-size: 22px;	
}

.logooben {
	display:none;
}

.boxnav {
    margin: 0;
    padding:0;
    position: relative;
    width:100%;
}

.box {
    margin: 0;
    padding: 0 5%;
    position: relative;
    /*width: 90%;*/
}

.boximpressum {
    padding: 0 5% !important;
}

.impressumbox {
  padding:1% 0 38px 0;
}

.datenschutzbox {
  padding:1% 0 38px 0;
}

.column {
   flex: 50%;
   max-width: 50%;
}

.dieechten50l, .dieechten50r {
   width:100%;
}

.die50r img {
	height: 30px;
	width: auto;
	margin-top: 38px;
}

.die50 {
	width:100%;
}

.die50 img {
	width:20%;
}

.bottom-left {
   position: absolute;
   bottom: 36px;
   left: 16px;
   font-size: 22px;
   line-height: 1.2;
}

.die50l {
  display:none;
}

.die50r {
  text-align:center;
  float:right;
  width:100%;
}

dieechten50r {
	padding:0px;
}

.die33l {
   float: left;
   margin-left: auto;
   margin-right: auto;
   padding: 6px 0;
   width:100%;
   text-align: left; 
}

.die33r {
   float: left;
   margin-left: auto;
   margin-right: auto;
   padding: 6px 0;
   width:100%;
   text-align: left;
}

.anwendungsdiv {
	width:100%;
}

.margintop {
	padding-top:16px;
}

.die33l1 {
   width:100%;
   text-align:center;
}

.die25l {
   width:100%;
}

.die25l img {
   width:100%;
}

.kontaktboxenl {
    width: 100%;
}

.kontaktboxenr {
  width:100%;
  margin-left:0%;
  padding-top:10%;
}

#obenuntenweg {
	display:none;
};

}


/* Smartphones (portrait) ----------- */
@media only screen and (min-width:860px) and (max-width:1024px) {

body {
    font-size: 15px;
}

#overlay {
	top: 20%;
	width: 86%;
	font-size: 13px;
	left: 7%;
}

.overlay_fett {
	font-size: 15px;
	font-weight:bold;
}

#under_overlay {
	top: 132px;
}

a {
    text-decoration:none;
    font-size:15px;
    color:#000;
}

#hintergrund {
	max-height:180px;
}

#navigation{
    background-color:#fff;
    width:100%;
    height:40px;
    vertical-align: middle;
}

#navtop {
    float: left;
    padding: 20px 0 0 10%;
}

.nav{
    float:right;
    list-style:none;
    margin:0;
    padding:0 10% 0 0;
    text-align:center;
}

.nav li{
    cursor:pointer;
    vertical-align: middle;
    display:inline-block;
    text-decoration:none;
    font-size:15px;
    padding: 7px 6px;
    color:#273470;
}

.nav li:hover{
    color:#006d33;
}

.active {
    color:#006d33 !important;
}

#Ue_Navi {
	display:none;
}

.box {
    margin: 0;
    padding: 0 10% 0 10%;
    position: relative;
    /*width: 80%;*/
}

.boxnav {
	display:block !important;
    padding: 0 0;
    width:100%;
}

.column {
   flex: 50%;
   max-width: 50%;
}

.die50l {
  text-align:left;
  float:left;
  width:50% !important;
  display:block;  
}

.die50r {
  text-align:right;
  float:right;
  width:50% !important;  
}

.die25l {
   width:50%;
}

.dieechten50l {
   width:100%;
   float: left !important;
}

.dieechten50r {
   width:100%;
   float: right !important;
}

.die33l {
   float: left;
   margin-left: auto;
   margin-right: auto;
   padding: 6px 0;
   width:50%;
   text-align: left;
}

.die33r {
   float: left;
   margin-left: auto;
   margin-right: auto;
   padding: 6px 0;
   width:100%;
   text-align: left;
}

.anwendungsdiv {
	width:100%;
}

.dieechten50l img {
	width:100%;
}

.bottom-left {
   position: absolute;
   bottom: 34px;
   left: 16px;
   font-size: 22px;
   line-height: 1.2;
}

.impressumbox {
  padding:1% 0 3% 0;
}

.datenschutzbox {
  padding:1% 0 3% 0;
}

.kontaktboxenl {
    width: 100%;
}

.kontaktboxenr {
  width:100%;
  margin-top:2%;
}

/* MENU ICON */
.icon-menu {
  display:none;
  color:#000;
}

.abstandlinks {
	margin-left:0px;
}
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width:1024px) {

body {
    font-size: 16px;
}

#overlay {
	top: 25%;
	width: 46%;
	font-size: 12px;
	left: 27%;
}

.overlay_fett {
	font-size: 14px;
	font-weight:bold;
}

#under_overlay {
	top: 139px;
}

a {
    text-decoration:none;
    font-size:16px;
    color:#000;
}

#hintergrund {
	max-height:210px;
}

#navigation{
    /*background-image: linear-gradient(to right, #fff, #D3E7B8);*/
    background-color:#fff;
    width:100%;
    height:47px;
    vertical-align: middle;
}

#navtop {
    display: none;
    float: left;
    padding: 32px 0 0 12%;
}

.nav{
    float:right;
    list-style:none;
    margin:0;
    padding:0 8% 0 0;
    text-align:center;
}
.nav li{
    cursor:pointer;
    vertical-align: middle;
    display:inline-block;
    text-decoration:none;
    font-size:18px;
    padding:8px 8px;
    color:#273470;
}

.nav li:hover{
    color:#006d33;
}

.active {
    color:#006d33 !important;
}

#Ue_Navi {
	display:none;
}

.box {
    margin: 0;
    padding: 0 8% 0 8%;
    position: relative;
    max-width: 2800px;
}

.boxnav {
	display:block !important;
    width:100%;
}

 .column {
    flex: 25%;
    max-width: 25%;
 }

.die50r img, .die50l img {
   max-width: 60%;
   height: auto;
}


.die50l {
  text-align:left;
  float:left;
  width:50% !important;
  display:block;
}

.die50r {
  text-align:right;
  float:right;
  width:50% !important;
}

.die33l {
   float: left;
   margin-left: auto;	
   padding: 20px 0;
   width:33%;
   text-align: left;
   min-height: 180px;
}

.die33l img {
	width:30%;
}

.die33r {
   float: right;
   margin-left: auto;
   margin-right: auto;
   width:33%;
   text-align: left;
}

.anwendungsdiv {
	float:left; 
	width:66%;
}

.die25l {
   width:25%;
}

.dieechten50l {
   width:50%;
   padding-right:12px;   
}

.dieechten50r {
   width:50%;
   padding-left:12px;
}

.dieechten50l img {
	width:100%;
}

.bottom-left {
   position: absolute;
   bottom: 31px;
   left: 16px;
   font-size: 18px;
   line-height: 1.2;
}

.kontaktboxenl {
    width: 50%;
}

.kontaktboxenr {
  width:50%;
  margin-left:0%;
}

.impressumbox {
  padding:1% 0 3% 0;
}

.datenschutzbox {
  padding:1% 0 3% 0;
}

/* MENU ICON */
.icon-menu {
  display:none;
  color:#000;
}

}

