
.sprung {
     margin-top: 600px!important; 
    top: 320px!important;
}
.up{
    margin-top: -60px; 
}
.top{
    margin-top: -100px; 
}
.top2{
    margin-top: 30%; 
}
.abti {
    margin-top: -10px!important; 
    margin-bottom: -50px!important;
}
.abti2 {
    margin-top: -50px!important; 
}
.umbr {
-webkit-hyphens:none;
 -moz-hyphens:none;
 -ms-hyphens:none;
 hyphens:none;
    }
.toppicpos{
    background-position: right top;
    background-size: contain, cover;
    background-repeat: no-repeat;
    }
.blau {
color: #00527F;
    }
.braun {
color: #D3C0A3;
    }
.hellbraun {
color: #F8F4EC;
    }
.hellblau {
color: #68B0DB;
    }
.gruen {
color: #459797;
    }
.hellgelb {
color: #FFDEA6;
    }
.violett {
color: #C1A3D1;
    }
.round {
    font-size: 18pt;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    } 
a:hover .round {
    color: #FFF;
    background-color: #00527F;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    } 

a:active .round {
    color: #FFF;
    background-color: #D3C0A3;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    } 

.spra-li {
    font-family: 'DasyIz-Medium';
    margin-right:-25px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
a:hover .spra-li {
    margin-right:-25px;
    color: #FFF;
    background-color: #68B0DB;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
a:selected .spra-li{
    margin-right:-25px;
    color: #FFF;
    background-color: #68B0DB;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
.spra-re {
    font-family: 'DasyIz-Medium';
    margin-left:-18px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    } 

a:hover .spra-re {
    margin-left:-18px;
    color: #FFF;
    background-color: #68B0DB;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    } 
.spra-re a:hover{
    margin-left:-18px;
    color: #FFF;
    background-color: #68B0DB;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    } 
.langmobi{
    display: none;
    }  
.strech {
    position: relative;
    display: block;
    width: 100px;
       } 
/* -- Startboxen -- */
.boxtext {
   min-height: 300px;
    }
a .boxtext {
   color: #000;
    }
.startbox{
    position: relative;
    display: block;
    background-color: aqua;
    width: 780px;
    height: 250px;
    margin-left: -10px;
    }
.startbox img{
    position: relative;
    display: flex;
    width: 700px;
    height: auto;
    }
/* animation orientierung */

#pfeiloben {
    z-index: 13;
    fill: #F8F4EC;
    transition: all 0.5s ease-in-out;
    transform: translateX(0%) translateY(0%);
}

svg:hover #pfeiloben {
    transition: all 0.5s ease-in-out;
    transform: translateX(32%) translateY(0%);
}

#pfeilunten {
    z-index: 13;
    fill: #00527F;
    transition: all 0.5s ease-in-out;
    transform: translateX(0%) translateY(0%);
}

svg:hover #pfeilunten {
    transition: all 0.5s ease-in-out;
    transform: translateX(-32%) translateY(0%);
}

/* animation spirit */

#klein {
    fill: #00527F;
   /* transform-box: fill-box; */
    transform-origin: center;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}

svg:hover #klein {
    transition: all 0.5s ease-in-out;
    transform: scale(0.3);
}

#mittel {
  fill: #F8F4EC;
  transform-origin: center;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}

svg:hover #mittel {
  transition: all 0.5s ease-in-out;
  transform: scale(0.68);
}

/* animation perspektive */

#kreis {
    z-index: 13;
    fill: #00527F;
    transition: all 0.5s ease-in-out;
    transform-origin: center;
    transform: translateY(0%) translateX(0%);
}

#dreieck {
    z-index: 13;
    fill: #F8F4EC;
    transition: all 0.5s ease-in-out;
    transform-origin: center;
    transform: translateY(0%) translateX(0%);
}

#quadrat {
    z-index: 13;
    fill: #C1A3D1;
    transition: all 0.5s ease-in-out;
    transform-origin: center;
    transform: translateY(0%) translateX(0%);
}


svg:hover #kreis {

    transition: all 0.5s ease-in-out;
    transform-origin: center;
    transform: translateY(50%) translateX(35%);
}

svg:hover #dreieck {

    transition: all 0.5s ease-in-out;
    transform-origin: center;
    transform: translateY(22%) translateX(-52%);
}

svg:hover #quadrat {

    transition: all 0.5s ease-in-out;
    transform-origin: center;
    transform: translateY(-56%) translateX(20%);
}
/* -- Startpanel -- */

.topline{
    border-top: 2px solid #89C2D2;
    }

.startpanel1{
    display: block;
    width: 100%;
    height: auto;
    padding-top:40px;
    padding-bottom:30px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 2px solid #89C2D2;
    background-color: #FFF;
    }
    .startpanel1:hover{
    background-color:#CDE3EB;
    }
    .startpanel2{
    display: block;
    width: 100%;
    height: auto;
    padding-top:40px;
    padding-bottom:30px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 2px solid #89C2D2;
    background-color: #FFF;
    }
    .startpanel2:hover{
    background-color:#CDE0B4;
    }
.startpanel3{
    display: block;
    width: 100%;
    height: auto;
    padding-top:40px;
    padding-bottom:30px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 2px solid #89C2D2;
    background-color: #FFF;
    }
    .startpanel3:hover{
    background-color:#FCCBAF;
    }
    .startpanel4{
    display: block;
    width: 100%;
    height: auto;
    padding-top:40px;
    padding-bottom:30px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 2px solid #89C2D2;
    background-color: #FFF;
    }
    .startpanel4:hover{
    background-color:#FCE19F;
    }
    .startpanelhead i{
    float: right;
    margin-top: -55px;
    margin-right: 0px;
    font-size: 2em;
    font-weight: 700;
    }

/* -- CTAbutton -- */

.ctabutton{
    z-index: 12;
    float: right;
    position:absolute;
    background-color: #FCE19F;
    border-radius:50%;
    top:15%;
    left: 65%;
    margin-left: -300px;
    width: 200px;
    height: 200px;
    padding-top:40px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 2px 7px rgba(0,0,0,.2);
	-o-box-shadow: 0px 2px 7px rgba(0,0,0,.2);
	box-shadow: 0px 2px 7px rgba(0,0,0,.2);
    }
a .ctabutton {
   font-family: 'Karla-Bold', sans-serif!important;
    color: #344D77!important;
    font-weight: 700;
    text-align: center;
    font-size: 19px;
     }
a:hover .ctabutton {
   background-color: #344D77;
    color: #fff!important;
     }
/* -- End -- */

/* -- Aktuelles Box -- */
.boxlink{
    background-color: #fff;
    }
.boxlink span{
    color: #D3C0A3;
    }
.boxlink span {
    color: #459797;
    }
.boxlink span:hover{
    color: #344D77;
    }
.boxbutton{
   font-family: 'DasyIz-Medium';
    color: #fff;
    background-color: #D3C0A3;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 10px;
}
.boxbutton:hover {
    background-color: #344D77;
}
.boxbutton span{
    color: #fff;
}
.boxbutton span:hover{
    color: #fff;
}
.buleft{
    margin-left: -20px;
}
/* -- End -- */

.aktubild{
   display:block;
   width: 100%;
   max-width: 450px;
   height: 300px;
   padding-bottom: 30px;
   }
.aktubild img{
 object-fit: cover;
   }
.pic{
    width: 80%!important;
    height: auto;
    padding-bottom: 30px;
    }

.shadow2{
   border-bottom: solid 1px #e0e0e0;
    }
.abild {
    height: 450px;
     }
.abild img{
    float:left;
    width:auto;
    height:100%;
    object-fit:contain;
    }    
.link {
    display: block;
    margin-top: 50px;
    font-family: 'DasyIz-Medium', sans-serif!important;
    font-weight: 900!important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14pt;
    color: #00527F!important; 
    }

.link:hover{
    color: #D3C0A3!important; 
    }

.txt a {
    font-style: normal;
    font-family: 'DasyIz-Medium', sans-serif!important;
    font-weight: 700!important;
    text-decoration: underline;
    color: #076293!important; 
    }
.txt a:hover{
    color: #FFB12C!important;  
    }

.kontakt {
    border: solid 2px #e73452!important;
    padding: 8px!important;
    background-color: transparent;
    margin-top: 15px!important;
    width: 82px!important;
        background-position: center!important;
    } 
.kontakt:hover {
    color: #FFF!important;
    background-color: #e73452!important;
    background-image: url("../img/hg.png")!important;
    background-repeat: no-repeat!important;
    background-origin:content-box!important;
    background-position: center!important;
    background-size: 120px 60px!important;
    } 

.logotop {
    position:relative;
    float: left;
    z-index: 800; 
    top: -2px;
    left: 0px;
    background-color:transparent!important; 
    width: 100%;
    max-width: 210px;
    height: auto!important;
}
.logotop img {
	width: auto;
    height: auto;
	}
.text-li {
    margin-top: 0px;
	}
a .text-lis{
    color: #FFF;
    text-decoration: none;
    font-weight: 800;
    font-size: 2em;
	}

 a:hover .text-lis{
    color:#000;
    text-decoration: none;
    font-weight: 800;
	}
.btmini {
    max-width: 120px!important;
    height: auto;
	}

.slidehide{
	margin-top: -15px!important;
    height: 100%;
    max-height: 450px!important;
    width: auto;
	}

.topfix {
    position: fixed;
    display: block;
    float: left;
	}
nav.navbar.navbar-default ul.nav > li > a:hover {
	color: #D3C0A3!important;
	}
nav.navbar.navbar-default ul.nav > li > a:active {
	color: #D3C0A3!important;
	}
.dropdown .simple-dropdown ul.nav > li > a:hover  {
        color: #D3C0A3!important;
        }

.dropdown .simple-dropdown ul.nav > li > a:active  {
        color: #D3C0A3!important;
        }

nav.navbar.bootsnav.navbar-default li.dropdown.simple-dropdown > ul.dropdown-menu > li.selected > a {
	color: #D3C0A3!important;
	}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
a:head{
text-decoration: none!important;
	}
/* footer */
.footercta{  
border-bottom: 5px solid #D3C0A3;
}
.bgfooimg{  
    display: block;
    bottom: 0px!important;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #00527F;
}

.bgfoo{  
background-color: #00527F;
    padding-top: 10px;
    padding-bottom: 10px;
}
.foolog{  
    width:auto;
    height: 120px;
    margin-top: 27px;
    margin-bottom: 30px;
}
.footerlink {
    font-family: 'DasyIz-Medium'!important;
    color: #FFFFFF!important;
}
.footerlink h6 {
     font-family: 'DasyIz-Regular'!important;
    font-weight: 500;
    color: #344D77; 
    text-transform: uppercase;
}

.footerlink a{
     font-family: 'DasyIz-Medium';
    font-weight: 600;
    color: #D3C0A3; 
     line-height: 20px;
}

.foobi{
    margin-top: 25px;
}
.footerlink a:hover{
     font-family: 'DasyIz-Medium';
    font-weight: 600;
    color: #68B0DB;
}
.footerbox a{
    font-family: 'DasyIz-Medium';
    font-weight: 600;
    color: #344D77;
}
.footerbox span{
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 7px;
    border-radius: 17px;;
}
.footerbox span:hover{
    background-color:#D3C0A3;
}
.linkbreit a{
    color:#000;
    text-decoration: none;
}

.linkbreit a:hover{
    color:#fff;
    text-decoration: none;
}
.submit{
    align-items: left;
    width: 100%;
    max-width: 300px!important;
}


#contact-antispam{
    font-size: 18px;
}
.formtextklein{
    font-size: 15px;
}
.formtextklein a{
    color:#5A92A6;
}
.formtextklein a:hover{
    color:#2C4A58;
}
/* Checkbox*/
.checkbox{
    margin-left: 40px; 
    font-family: 'DasyIz-Regular', sans-serif;
    font-weight: 300;
    font-size: 20px;
}
 input[type=checkbox] {
     float: left;
	 width: 24px!important;
	 -moz-width: 24px;
	 height: 24px;
     padding-bottom: 20px;
	 position:relative;
	 -moz-transform: scale(1.9);
    -ms-transform: scale(1.9);
    left: 0px!important;
    }


/* Copyright */

	.copyright {
	position: relative;
	text-align: left;
    background-color: #344D77;
	padding-top: 0.6em;
	padding-right: 0em;
	padding-bottom: 0.6em;
	padding-left: 0em;
	font-family: 'DasyIz-Regular', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	display: block;
	}
	
	.copyright a {
    float: left;
    color: #fff;
	margin-left: 0px;
	margin-right: 50px;
    text-decoration: none;
		}
		
	.copyright a:hover {
	color: #CDE3EB;
	margin-left: 0px;
		}

/* --------------------------------------------------------
 Start Devices
 ---------------------------------------------------------*/

@media only screen 
and (min-device-width : 1536px) 
and (max-device-width : 2048px) 
and (-webkit-min-device-pixel-ratio: 2.0) { 
    
       .title-large {font-size: 40px; line-height:46px}
    .title-extra-large {font-size: 46px; line-height:54px}
}

@media only screen and (max-width: 1366px) {
    
 .toppicpos{
    background-position: right -200px top;
    background-size: contain, cover;
    background-repeat: no-repeat;
    }

    }
@media only screen and (max-width: 1194px) {


      }

@media only screen and (max-width: 1180px) {
    
.strech {
    width: 50px;
       } 

    }


@media only screen and (max-width: 1112px) {
  .toppicpos{
    background-position: right -270px top;
    background-size: contain, cover;
    background-repeat: no-repeat;
    }
.strech {
    width: 50px;
       } 
}


   @media screen and (max-width: 1024px) and (min-width: 992px){ 

     
  .toppicpos{
    background-position: right -300px top;
    background-size: contain, cover;
    background-repeat: no-repeat;
    }

  }

@media screen and (max-width: 991px) and (min-width: 844px){
   .spra-li {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
    
    .spra-re {
    float: left;
    padding-left: 25px;
    } 

a:hover .spra-re {
    margin-left:0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
.spra-re a:hover{
    margin-left:0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
    .ctabutton{
    top:35%;
    left: 95%;
    margin-left: -300px;
    width: 200px;
    height: 200px;
    }
    
    
    .top2{
    margin-top: 10%; 
    }
     
    .toppicpos{
    background-position: left top 450px;
    background-size: cover;
    background-repeat: no-repeat;
    }
    
    .strech {
    display:none;
       } 

     .langmobitit{
    display: none!important;
    }   
    .langmobi{
	position: relative;
	text-align: left;
     color: #45423d;
	margin-top: -20px;
    padding-bottom: 1.6em;
	padding-right: 0em;
	padding-left: 18px;
    font-weight: 700;
	font-size: 1.0em;
	display: block;
	}
	
     .langmobi a{
    color: #45423d;
    float: left;
	margin-left: 0px;
	margin-right: 50px;
    text-decoration: none;
		}
		
	   .langmobi a:hover {
	color: #e73452;
	margin-left: 0px;
		}
    .langmobitit{
    display: none;
    }  
    
            .sliedpic {
    display: none;
    }  
      .pic{
  width: 100%!important; 
    }  
    
    .abti {
    margin-top: 26px!important; 
}
.kontakt {
    margin-left: 15px!important;
    width: 95px!important;
    }
    
}

@media screen and (max-width: 843px) and (min-width: 769px){

    .spra-li {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
    
    .spra-re {
    float: left;
    padding-left: 25px;
    } 

a:hover .spra-re {
    margin-left:0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
.spra-re a:hover{
    margin-left:0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
    .top2{
    margin-top: 10%; 
    }
    
    .ctabutton{
    top:35%;
    left: 100%;
    margin-left: -300px;
    width: 200px;
    height: 200px;
    }
    
  .toppicpos{
    background-position: left top 450px;
    background-size: cover;
    background-repeat: no-repeat;
    }
    .langmobitit{
    display: none!important;
    }  
    
    .langmobi{
	position: relative;
	text-align: left;
     color: #45423d;
	margin-top: -20px;
    padding-bottom: 1.6em;
	padding-right: 0em;
	padding-left: 18px;
    font-weight: 700;
	font-size: 1.0em;
	display: block;
	}
	
     .langmobi a{
    color: #45423d;
    float: left;
	margin-left: 0px;
	margin-right: 50px;
    text-decoration: none;
		}
		
	   .langmobi a:hover {
	color: #e73452;
	margin-left: 0px;
		}
        .langmobitit{
    display: none;
    }
            .sliedpic {
    display: none;
    }  
      .pic{
  width: 100%!important; 
    }  
    
    .abti {
    margin-top: 26px!important; 
}

    .menblack li a{
    font-size: 26px !important;
    margin-left: 20px;
    margin-right: 60px;
    }

    .menu{ 
    margin-top: 30px;
    }
.kontakt {
    margin-left: 15px!important;
    width: 95px!important;
    } 

    }

@media screen and (max-width: 768px) and (min-width: 736px){
    
       .spra-li {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
    
    .spra-re {
    float: left;
    padding-left: 25px;
    } 

a:hover .spra-re {
    margin-left:0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
.spra-re a:hover{
    margin-left:0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
     .top2{
    margin-top: 10%; 
    }
    
    .ctabutton{
    top:35%;
    left: 100%;
    margin-left: -300px;
    width: 200px;
    height: 200px;
    }
    
  .toppicpos{
    background-position: left top 450px;
    background-size: cover;
    background-repeat: no-repeat;
    }
     .langmobitit{
    display: none!important;
    }       
    .langmobi{
	position: relative;
	text-align: left;
     color: #45423d;
	margin-top: -20px;
    padding-bottom: 1.6em;
	padding-right: 0em;
	padding-left: 18px;
    font-weight: 700;
	font-size: 1.0em;
	display: block;
	}
	
     .langmobi a{
    color: #45423d;
    float: left;
	margin-left: 0px;
	margin-right: 50px;
    text-decoration: none;
		}
		
	   .langmobi a:hover {
	color: #e73452;
	margin-left: 0px;
		}
  
    .sliedpic {
    display: none;
    }  
      .pic{
  width: 100%!important; 
    }  
    .abti {
    margin-top: 26px!important; 
    }  
.kontakt {
    margin-left: 15px!important;
    width: 95px!important;
    }
    
}


@media (max-width: 736px) {

       .spra-li {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
    
    .spra-re {
    float: left;
    padding-left: 25px;
    } 

a:hover .spra-re {
    margin-left:0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
.spra-re a:hover{
    margin-left:0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
    .top2{
    margin-top: 13%; 
    }
    
    .ctabutton{
    top:30%;
    left: 50%;
    margin-left: -300px;
    width: 200px;
    height: 200px;
    }
    
  .toppicpos{
    background-position: left top 350px;
    background-size: cover;
    background-repeat: no-repeat;
    }
        .langmobitit{
    display: none!important;
    }  
    .langmobi{
	position: relative;
	text-align: left;
     color: #45423d;
	margin-top: -20px;
    padding-bottom: 1.6em;
	padding-right: 0em;
	padding-left: 18px;
    font-weight: 700;
	font-size: 1.0em;
	display: block;
	}
	
     .langmobi a{
    color: #45423d;
    float: left;
	margin-left: 0px;
	margin-right: 50px;
    text-decoration: none;
		}
		
	   .langmobi a:hover {
	color: #e73452;
	margin-left: 0px;
		}

        .sliedpic {
    display: none;
    }  
      .pic{
  width: 100%!important; 
    }  
    
.abti {
    margin-top: 51px!important; 
}
.kontakt {
    margin-left: 15px!important;
    width: 95px!important;
    }
    .submit{
    align-items: left;
    max-width: 90%;
}
    
}

    
@media screen and (max-width: 667px) and (min-width: 451px){
    
       .spra-li {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
    
    .spra-re {
    float: left;
    padding-left: 25px;
    } 

a:hover .spra-re {
    margin-left:0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
.spra-re a:hover{
    margin-left:0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
    .top2{
    margin-top: 15%;
    max-width: 90%;
}
        .ctabutton{
    top:30%;
    left: 65%;
    margin-left: -300px;
    width: 200px;
    height: 200px;
    }
    
 .logotop {
    margin-left: 20px;
    margin-top: 5px;
    width: 200px!important; 
    height:auto;
    } 
        .langmobitit{
    display: none!important;
    }  
    
    .langmobi{
	position: relative;
	text-align: left;
     color: #45423d;
	margin-top: -20px;
    padding-bottom: 1.6em;
	padding-right: 0em;
	padding-left: 18px;
    font-weight: 700;
	font-size: 1.0em;
	display: block;
	}
	
     .langmobi a{
    color: #45423d;
    float: left;
	margin-left: 0px;
	margin-right: 50px;
    text-decoration: none;
		}
		
	   .langmobi a:hover {
	color: #e73452;
	margin-left: 0px;
		}

     
    .sliedpic {
    display: none;
    }  
      .pic{
  width: 100%!important; 
    }  

.abti {
    margin-top: 37px!important; 
}
.kontakt {
    margin-left: 15px!important;
    }
    
}
@media screen and (max-width: 450px) and (min-width: 415px) {
  
       .spra-li {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
    
    .spra-re {
    float: left;
    padding-left: 25px;
    } 

a:hover .spra-re {
    margin-left:0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
.spra-re a:hover{
    margin-left:0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
    .top2{
    margin-top: 17%;
    max-width: 90%;
}
    .ctabutton{
    top:30%;
    left: 65%;
    margin-left: -300px;
    width: 200px;
    height: 200px;
    }
    .logotop {
    margin-left: 20px;
    margin-top: 5px;
    width:200px!important; 
    height:auto;
    } 
       .langmobitit{
    display: none!important;
    }     
    .langmobi{
	position: relative;
	text-align: left;
     color: #45423d;
	margin-top: -20px;
    padding-bottom: 1.6em;
	padding-right: 0em;
	padding-left: 18px;
    font-weight: 700;
	font-size: 1.0em;
	display: block;
	}
	
     .langmobi a{
    color: #45423d;
    float: left;
	margin-left: 0px;
	margin-right: 50px;
    text-decoration: none;
		}
		
	   .langmobi a:hover {
	color: #e73452;
	margin-left: 0px;
		}
    
        .sliedpic {
    display: none;
    }  
      .pic{
  width: 100%!important; 
    }  
    
    .miback{
   display:none;
    }
    
    .abti {
    margin-top: 50px!important; 
    }
    .up{
        margin-top: -70px; 
    }
    .copyright a {
	margin-right: 20px;
		}
.kontakt {
    margin-left: 15px!important;
    }

}

@media screen and (max-width: 414px) and (min-width: 412px) {
  
       .spra-li {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
    
    .spra-re {
    float: left;
    padding-left: 25px;
    } 

a:hover .spra-re {
    margin-left:0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
.spra-re a:hover{
    margin-left:0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
    .row-cols-xs-1{
    width: 100%!important;
    }
    
    .top2{
    margin-top: 17%;
    max-width: 90%;
    }
    .ctabutton{
    top:30%;
    left: 74%;
    margin-left: -300px;
    width: 200px;
    height: 200px;
    }
    
.cover-background{
    background-image:url('../img/blank.png')!important;
   background-repeat: no-repeat;
    }
 .logotop {
    margin-left: 20px;
    margin-top: 5px;
    width: 190px!important; 
    height:auto;
    } 
    
    .langmobitit{
    display: none!important;
    }  
  
      .langmobi{
	position: relative;
	text-align: left;
     color: #45423d;
	margin-top: -20px;
    padding-bottom: 1.6em;
	padding-right: 0em;
	padding-left: 18px;
    font-weight: 700;
	font-size: 1.0em;
	display: block;
	}
	
	   .langmobi a{
           color: #45423d;
    float: left;
	margin-left: 0px;
	margin-right: 50px;
    text-decoration: none;
		}
		
	   .langmobi a:hover {
	color: #e73452;
	margin-left: 0px;
		}
    
     .sliedpic {
    display: none;
    }  
      .pic{
  width: 100%!important; 
    }  
    
  .abti {
    margin-top: 51px!important; 
}

.kontakt {
    margin-left: 15px!important;
    }
    .submit{
    align-items: left;
    max-width: 100%!important;
}
.copyright a {
	margin-right: 20px;
		}
  
}

@media screen and (max-width: 411px) and (min-width: 374px) {
    
       .spra-li {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
    
    .spra-re {
    float: left;
    padding-left: 25px;
    } 

a:hover .spra-re {
    margin-left:0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
.spra-re a:hover{
    margin-left:0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
        .top2{
    margin-top: 17%;
    max-width: 90%;
    }
    .ctabutton{
    top:30%;
    left: 74%;
    margin-left: -300px;
    width: 200px;
    height: 200px;
    }
    
.cover-background{
    background-image:url('../img/blank.png')!important;
   background-repeat: no-repeat;
    }
 .logotop {
    margin-left: 20px;
    margin-top: 5px;
    width: 180px!important; 
    height:auto;
    } 
        .langmobitit{
    display: none!important;
    }  
     .langmobi{
	position: relative;
	text-align: left;
     color: #45423d;
	margin-top: -20px;
    padding-bottom: 1.6em;
	padding-right: 0em;
	padding-left: 18px;
    font-weight: 700;
	font-size: 1.0em;
	display: block;
	}
	
	   .langmobi a{
           color: #45423d;
    float: left;
	margin-left: 0px;
	margin-right: 50px;
    text-decoration: none;
		}
		
	   .langmobi a:hover {
	color: #e73452;
	margin-left: 0px;
		}

        .sliedpic {
    display: none;
    }  
      .pic{
  width: 100%!important; 
    }  
    
.kontakt {
    margin-left: 15px!important;
    }

.copyright a {
	margin-right: 20px;
		}
.menblack li a{
   font-size: 16px !important;
    margin-left: 5px;
    margin-right: 10px
}
    .menu{
    margin-top: 0px;
}

}

@media (max-width: 375px) {
    
       .spra-li {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
    
    .spra-re {
    float: left;
    padding-left: 25px;
    } 

a:hover .spra-re {
    margin-left:0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
.spra-re a:hover{
    margin-left:0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    } 
     .logotop {
    margin-left: 20px;
    width: 120px!important; 
    height:auto;
    } 
    
    .cover-background{
    background-image:url('../img/blank.png')!important;
   background-repeat: no-repeat;
    }

    .langmobi{
	position: relative;
	text-align: left;
     color: #45423d;
	margin-top: -20px;
    padding-bottom: 1.6em;
	padding-right: 0em;
	padding-left: 18px;
    font-weight: 700;
	font-size: 1.0em;
	display: block;
	}
	
	   .langmobi a{
           color: #45423d;
    float: left;
	margin-left: 0px;
	margin-right: 50px;
    text-decoration: none;
		}
		
	   .langmobi a:hover {
	color: #e73452;
	margin-left: 0px;
		}
 
        .sliedpic {
    display: none;
    }  
      .pic{
  width: 100%!important; 
    }  
    
    .spenden {
    background-position: left!important;
    } 
   .spenden span{
    padding-left: 10px!important;
    } 

.menblack li a{
   font-size: 14px !important;
    margin-left: 5px;
    margin-right: 6px
}
    .menu{
    margin-top: 0px;
}
.menblack {
    padding-bottom: 10px;
}

}
    
@media (max-width: 320px) {
 
    .spenden {
    background-position: left!important;
    } 
   .spenden span{
    padding-left: 10px!important;
    } 
 .logotop {
    margin-left: 20px;
    width: 120px!important; 
    height:auto;
    }  

}

    