  @import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
 

  body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
		cursor: default;
  }


.mirkoblau {
	color: #e32665;
}

.hoverborder {
	border: 1px solid transparent;
	transition: all ease-in-out.1s;
}

.hoverborder:hover {
	border: 1px solid #ddd;	
	transition: all ease-in-out.1s;
}

/* Cookielayer */

#mbmcookie {
	position: fixed; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	background: #333;
  border-top: 5px solid #000;
	padding: 20px; 

z-index: 10000;	
	}
	
 .mbcookie-in {	
	display: flex;
align-items: center;
 }
 
#mbmcookie p.cookiemessage {
	color: #fff;
	padding: 0px;
	margin: 0;
	font-size: 12px;
line-height: 160%;		
	}
	
#mbmcookie a {
	color: #ddd;
}	

#mbmcookie a:hover {
	color: #666;
}	

#mbmcookie .cookiebutton {
  display: inline-block;
  border-radius: 0px;
  background-color: #ddd;
  border: none;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px 50px;
  color: #333;  
  font-weight: 500;
}

#mbmcookie .cookiebutton:hover {  

  background-color: #fff;
  color: #333;
}

#mbmcookie .cookiebutton span {
  cursor: pointer;
}

   /*---------------------------------------
      ACCORDION          
  -----------------------------------------*/ 
  
  
  .accordion-spon {
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
padding: 10px 0px 0px 10px;
margin: 0px;
}

.accordion-spon p:before {
  font-family: "FontAwesome";
  content: '\f067'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  margin-right: 10px;
}

.active-accordion-spon p:before {
  font-family: "FontAwesome";	
  content: "\f068"; /* Unicode character for "minus" sign (-) */
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active-accordion-spon, .accordion-spon:hover {
  background: rgba(230,230,230,.5);
  box-shadow: 0px 0px 50px #f6f6f6;
}

/* Style the accordion panel. Note: hidden by default */
.panel-spon {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/



  h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat Alternates';
    font-weight: 700;
    line-height: inherit;
	color: #173f99;
	letter-spacing: -.3px;
  }

  h1 {

    font-size: 3em;
    line-height: normal;
  }

  h2 {
    font-size: 3em;
	font-weight: 900;
  }

  h3 {
    font-size: 20px;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #e32665;
  }

  h4 {
	font-size: 1.2em;  
	font-weight: bold;
	padding-top: 20px; 
	line-height: 50%;
  } 
  
  h5 {
	font-size: 1em;  
	font-weight: bold;
	padding-top: 20px; 
	line-height: 0px;
  }   
  
  p {
    color: #757575;
    font-size: 18px;
    font-weight: normal;
    line-height: 170%;
  }

 table {
	     color: #757575;
    font-size: 16px;
    font-weight: normal;
    line-height: 170%;
	text-align: justify;	 
 }
 
 td {padding-right: 15px;}
  /*---------------------------------------
     MAINTENANCE               
  -----------------------------------------*/
  .maintenance { 
	position: fixed;
	bottom: 0;
	z-index: 100;
	background: #666; 
	width: 100%;

  }
  
  .maintenance .maintenance-con {
	  font-size: 1.2rem;
	  font-weight: normal;
		color: #fff;
		line-height: 0px;
		padding: 20px 0px;
  }
  
  

  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/
  
  .bg-blue {
	width: 100%;
	background: #d6d6d6;		
  }  
  
    .bg-blue h3{
	color: #173f99 !important;		
  }  
  
    .bg-blue p{
	color: #777 !important;		
  }  
  
  .bg-blue2 {
	width: 100%;
	background: #d6d6d6;		
  } 
  
  .bg-blue2 p{
	color: #fff;		
  } 
  
  .bg-blue2 h3{
	color: #173f99;		
  }  
  
  .bg-blue2 button2{
	color: #fff;		
  }
  
  
  
  .bg-stripe {
	width: 100%; 
	background-image: url(../images/bg.png);
	background-size: 100% auto;
  }

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #777;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: #e32665;
    outline: none;
  }

  ::-webkit-scrollbar {
    width: 15px;
    height: 15px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    width: 15px;
    height: 15px;
	background: #333;
  }  

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #e32665;
  }

  .section-title {
	text-align: left;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title small {
    display: block;
  }



  .entry-form {
    background: #252020;
    border-radius: 100%;
    text-align: center;
    padding: 6em;
    width: 450px;
    height: 450px;
  }

  .entry-form h2 {
    color: #ffffff;
    margin: 0;
  }

  .entry-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin: 10px 0;
  }

  .entry-form .submit-btn {
    background: #ffffff;
    border-radius: 50px;
    border: 0;
    color: #252020;
    width: 50%;
    height: 50px;
    margin: 30px auto;
    margin-bottom: 10px;
  }

  .entry-form .submit-btn:hover {
    background: #3f51b5;
    color: #ffffff;
  }

  section {
    position: relative;
  }

  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }
  
  .pz {
	  padding-bottom: 0px;
	  margin-bottom: 0px;
  }

  .padder0 {
	padding: 0px;
  }
  
  .padder1{
    padding-top: 40px;  
	padding-bottom: 25px;
  }
 
  .padder2 {
	padding: 6px;  
  }
  
  .padder3 {
	padding: 20px 0px  
  }
  
  .padder4 {
	padding: 0px 5px;  
  }
  
  .padder5 {
	  padding-right: 25px;
  }
  
  .padder6 {
	  padding: 0px;
	  padding-right: 16px;
	  margin-top: 12px;
  }
  
  .padder010u40 {
	padding: 10px 0px 40px 0px;  
  }
  
  .padderright{
    padding-right: 50px;  
  }  
  
  .padderright10 {
	padding-right: 10px;  
  }

  .paddercontainer {
	padding-top: 50px;	
	padding-bottom: 50px;
  }
  
  .paddercontainer-halb {
	padding-top: 50px;	
  }
  
  .paddercontainer-halb2 {
	padding-bottom: 50px;	
  }

  .videocon-5 {
	  padding-top: 6px;
	  height: 255px;
  }
  
  .videocon-12 {
	  height: 640px;
  }
  
  .textalignleft {
	  text-align: left;	  
  }
  
  .textaligncenter {
	  text-align: center;
  }
  
  .textalignjustify {  
	  text-align: justify;
  }
  
  .inliner {
	display:flex; 
	align-items:center;
  }
  
  .container-link:hover h2 {	
	color: #05ade1;	
	transition: color ease-in-out .2s;
}

.container-link:hover p {	
	color: #aaa;	
	transition: color ease-in-out .2s;
}
  
  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s;
  }

  .section-btn:hover {
    background: #ffffff;
    border-color: transparent;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }


  /*---------------------------------------
      TOPHEADER              
  -----------------------------------------*/

  .topheadercontainer {
	display: flex;
	justify-content: space-between;
  }

  .topheader-left {
	color: #999; 	  
	display: flex;
	align-items: center;
	justify-content: flex-end; 
	padding: 10px 0px 10px 15px; 
  }	

  .topheader-right {
	display: flex;
	align-items: center;
	justify-content: flex-end; 
	padding: 10px 9px 10px 0px; 		
  }	
  
  .topheader-right .facebooksocial {
    font-size: 2.3rem;
  }
  
  .topheader-right .instagramsocial {
	font-size: 2.8rem;  
  }
  
  .topheader-left a {
	color: #999;  
	transition: all ease-in-out .3s;
  }	
  
  .topheader-left a:hover {
	color: #e32665;  
	transition: all ease-in-out .3s;	
  }	  
  
  .topheader-right a {
	color: #e32665;  
    padding: 0px 5px;
	transition: all ease-in-out .3s;
  }	
  
  .topheader-right a:hover {
	color: #333;  
	transition: all ease-in-out .3s;	
  }	

  .newsletter {
	font-weight: bold;
	font-size: 1.2rem;
	  
  }

  /*---------------------------------------
      MENU              
  -----------------------------------------*/
  
  .navbar-long {
	display: flex;
	justify-content: flex-end; 
	align-items: flex-end;
	text-align: right; 
	padding-bottom: 25px;
	padding-right: 0px;
  }
  
  .custom-navbar {
    background: #fff;
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
	display: flex;    
    align-items: flex-end;
	font-weight: 600;
	font-size: 12.5px;
  }

  .custom-navbar .navbar-brand {
    color: #454545;
	display: flex;    
    align-items: flex-end;
  }
 
  .navbar-brand {
	  height: 130px;
	  margin-bottom: -22px;
	  	transition: all ease-in-out .3s;
  }


 
  .navbar-brand img {
	  margin-top: 22px;
	  height: 108px;
	  transition: all ease-in-out .3s;
  }
  


  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 3em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 5px;
    padding-left: 5px;
  }

  .custom-navbar .navbar-nav.navbar-right li a .fa {
    background: #e32665;
    border-radius: 100%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }

  .custom-navbar .nav li a {
    line-height: 20px;
    color: #666;
    padding-right: 10px;
    padding-left: 10px;
	font-size:11px;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li a:hover {
    background-color: #e32665;
    color: #ffffff;
  }

  .custom-navbar .nav li.active > a {
    background-color: #e32665;
    color: #ffffff;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }



  /*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/

  #home {
	  z-index: 11;
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 40px 0;
  }

  @media (min-width: 768px) {
	  
    .home-slider .col-md-6 {
      padding-left: 0;
    }
  }

  .home-slider .caption {
    height: 100%;
	max-width: 100%; 
	margin: auto; 
	padding: auto;
  }
  
  .slider-left {
	background-image: url(../images/startseite-slider-left.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 100%
  }

  .slider-right {
	background-image: url(../images/startseite-slider-right.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 100%
	    }
		
  .home-slider .item {
    height: 73.5vH;
  }
  
  .caption h3 a { color: #FFF; }
  .caption h3 a:hover { color: #FF3; }

  .home-slider .item-first {
    background-image: url(../images/slider-image1.jpg);
	background-position: center;
	background-size: cover;
	

  }

  .home-slider .item-second {
    background-image: url(../images/slider-image2.jpg);
  }

  .home-slider .item-third {
    background-image: url(../images/slider-image3.jpg);
  }
  
  .home-slider .item-fourth {
    background-image: url(../images/slider-image4.jpg);
  }

  .home-slider .item-fith {
    background-image: url(../images/slider-image5.jpg);
  }  


  /*---------------------------------------
      SITEMAP             
  -----------------------------------------*/

  .sitemapcontainer {
	height: 50px;
	background: rgba(227, 38, 101, 1); 
	position: sticky;
	margin-top: 100px;
	
	z-index: 99;
	color: #fff;
	transition: all ease-in-out .3s;
  }
  

  
  .sitemapcontainer a {
	color: #fff;
	transition: all ease-in-out .3s;
  }  
  
  .sitemapcontainer a:hover {
	color: #333;
	transition: all ease-in-out .3s;
  }  
  
  .sitemap {
	  height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-start; 
    padding: 0px 0px 0px 0px;	
  }	
  

  /*---------------------------------------
      UPPER             
  -----------------------------------------*/
  
  #upper {
	padding: 0px;  
  }
  
  .upper {
	position: fixed;
	bottom: 50px;
	right: 100px;
	z-index: 10;
	transition: all ease-in-out .3s;
  }
  
  .upper:hover {
	position: fixed;
	bottom: 55px;
	right: 100px;
	z-index: 10;
	transition: all ease-in-out .3s;	
  } 

  .upper .fa-3x {
background: radial-gradient(ellipse at center, #ffffff 58%,#666666 59%);
  border-radius: 50%;
  height: 1em;
  width: 1em;  
  }
  
  .upper a {
	  color: #666;
  }
  
    .upper a:hover {
	color: #333;
  }

  
  
  

  /*---------------------------------------
      STARTSEITE              
  -----------------------------------------*/
  #startseite {
	padding: 0px;
  }

  .bg-blue p,
  .bg-blue h3 {
	color: #fefefe; 
  }
  
  .bg-blue h3 {
	font-size: 3.83rem;
    padding-bottom: 25px;
  }
  #safe-the-date {
	float: left;
    margin-left: -15px;
    padding: 300px 500px;
    position: relative;
    top: 300px;
	bg-color:#E72C63;
  }

  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about figure {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
  }

  #about figure span {
    float: left;
    margin-left: -15px;
    padding: 15px 20px;
    position: relative;
    top: 20px;
  }

  #about figure span i {
    background: #e32665;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }



  /*---------------------------------------
      TEAM              
  -----------------------------------------*/

  .team-thumb {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    text-align: left;
  }

  .team-info {
    padding: 20px 30px;
  }

  .team-image img {
    width: 100%;
  }

  .team-thumb .social-icon {
    border-top: 1px solid #f0f0f0;
    padding: 4px 20px 0 20px;
  }

  .team-thumb .social-icon li a {
    background: #ffffff;
    color: #252020;
  }

  .team-info h3 {
    margin: 0;
  }


  /*---------------------------------------
      SPONSORING & MITGLIEDSCHAFT             
  -----------------------------------------*/

  #sponsoring ul {
	list-style: none;
	padding: 0;
	margin: 0;
    color: #757575;
    font-size: 16px;
    font-weight: normal;
    line-height: 170%;
  }
  
  #sponsoring li:before { content: "–";}

  #courses .section-title {
    text-align: center;
  }

  #courses .owl-theme .owl-nav {
    margin-top: 30px;
  }

  #courses .owl-theme .owl-nav [class*=owl-] {
    border-radius: 2px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
  }
  
  #sponsoring .item {
	  padding: 20px;
	  transition: all ease-in-out 1s;
  }
  #sponsoring .item:hover {
  transition: all ease-in-out .3s;
  box-shadow: 0px 0px 50px #f6f6f6;
  background: rgba(230,230,230,.5);
  }   

  .sponso {
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: inherit;
    font-size: 1.4em;
    margin-bottom: 0;  
  }
  
  .sponsolink {
	color: #888;
	transition: all ease-in-out 0s;
  }
  
  .sponsolink:hover {
	color: #e32665;
	transition: all ease-in-out 0s;
  }
  
  .logo_link {
	  max-width: 90%;
	  padding: 30px;
	  transition: all ease-in-out .3s;
  }
  
  .logo_link:hover {
  transition: all ease-in-out .3s;
  box-shadow: 0px 0px 50px #f6f6f6;
  background: rgba(230,230,230,.5);
	  padding: 30px;
  }  

  /*---------------------------------------
     NEWS              
  -----------------------------------------*/

  .news-thumb {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .news-thumb .news-image {
    float: left;
    width: 40%;
    margin-right: 30px;
  }

  .news-info h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .news-date span {
    color: #909090;
    font-weight: bold;
  }



  /*---------------------------------------
     ANREISE & UEBERNACHTUNG            
  -----------------------------------------*/
.hotel-img-01 {
background-image: url(../images/hotel_01.jpg);
background-size: cover;
height: 200px;
transition: all ease-in-out .3s;
}

.hotel-img-01:hover {
background-image: url(../images/hotel_01_hover.jpg);
background-size: cover;
height: 200px;
transition: all ease-in-out .3s;
}

.hotel-img-02 {
background-image: url(../images/hotel_02.jpg);
background-size: cover;
height: 200px;
transition: all ease-in-out .3s;
}

.hotel-img-02:hover {
background-image: url(../images/hotel_02_hover.jpg);
background-size: cover;
height: 200px;
transition: all ease-in-out .3s;
}

.hotel-img-03 {
background-image: url(../images/hotel_03.jpg);
background-size: cover;
height: 200px;
transition: all ease-in-out .3s;
}

.hotel-img-03:hover {
background-image: url(../images/hotel_03_hover.jpg);
background-size: cover;
height: 200px;
transition: all ease-in-out .3s;
}

.hotel-img-04 {
background-image: url(../images/hotel_04.jpg);
background-size: cover;
height: 200px;
transition: all ease-in-out .3s;
}

.hotel-img-04:hover {
background-image: url(../images/hotel_04_hover.jpg);
background-size: cover;
height: 200px;
transition: all ease-in-out .3s;
}

.hotel-img-05 {
background-image: url(../images/hotel_05.jpg);
background-size: cover;
height: 200px;
transition: all ease-in-out .3s;
}

.hotel-img-05:hover {
background-image: url(../images/hotel_05_hover.jpg);
background-size: cover;
height: 200px;
transition: all ease-in-out .3s;
}

.hotel-img-06 {
background-image: url(../images/hotel_06.jpg);
background-size: cover;
height: 200px;
transition: all ease-in-out .3s;
}

.hotel-img-06:hover {
background-image: url(../images/hotel_06_hover.jpg);
background-size: cover;
height: 200px;
transition: all ease-in-out .3s;
}
.hotel-img-07 {
background-image: url(../images/hotel_07.jpg);
background-size: cover;
height: 200px;
transition: all ease-in-out .3s;
}

.hotel-img-07:hover {
background-image: url(../images/hotel_07_hover.jpg);
background-size: cover;
height: 200px;
transition: all ease-in-out .3s;
}
.hotel-img-08 {
background-image: url(../images/hotel_08.jpg);
background-size: cover;
height: 200px;
transition: all ease-in-out .3s;
}

.hotel-img-08:hover {
background-image: url(../images/hotel_08_hover.jpg);
background-size: cover;
height: 200px;
transition: all ease-in-out .3s;
}
.hotel-img-09 {
background-image: url(../images/hotel_09.jpg);
background-size: cover;
height: 200px;
transition: all ease-in-out .3s;
}

.hotel-img-09:hover {
background-image: url(../images/hotel_09_hover.jpg);
background-size: cover;
height: 200px;
transition: all ease-in-out .3s;
}
.hotel-img-10 {
background-image: url(../images/hotel_10.jpg);
background-size: cover;
height: 200px;
transition: all ease-in-out .3s;
}

.hotel-img-10:hover {
background-image: url(../images/hotel_10_hover.jpg);
background-size: cover;
height: 200px;
transition: all ease-in-out .3s;
}
.abcde {
	transition: background ease-in-out .5s;
	transition: border ease-in-out .0s;
	padding:20px 20px;
	border: 1px solid transparent;
}

.abcde:hover {
		transition: background ease-in-out .5s;
		transition: border ease-in-out .0s;
	background: rgba(255,255,255,0.5);
	padding:20px 20px;
	border: 1px solid #e32665;
}


.hotelauszeichner {
	font-size: 1.3rem; 
	letter-spacing: -.8px; 
	background: #e32665; 
	color: #fff; 
	padding: 5px; 
	text-align: center; 
	margin: 10px 0px;
}

  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

  #testimonial .item {
    background: #ffffff;
    margin: 20px 0;
    padding: 4em 3em;
    text-align: left;
  }

  #courses .col-md-4,
  #testimonial .col-md-4 {
    display: block;
    width: 100%;
  }

  #testimonial .item > p {
    font-size: 16px;
    line-height: 26px;
  }

  .tst-rating {
    margin-bottom: 15px;
  }

  .tst-rating .fa {
    color: #3f51b5;
  }

  .tst-image,
  .tst-author {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: left;
  }

  .tst-image img {
    border-radius: 50px;
    width: 60px !important;
    height: 60px;
    margin-right: 15px;
  }

  .tst-author h4 {
    margin: 0;
  }

  .tst-author span {
    color: #808080;
    font-size: 14px;
  }



  /*---------------------------------------
      KONTAKT            
  -----------------------------------------*/




  #contact-form {
    padding: 1em 0;
  }

  #contact-form .col-md-12,
  #contact-form .col-md-4 {
    padding-left: 0;
  }

  #contact-form .form-control {
	  background: transparent;
	border: none;
    border: 1px solid #e32665;
    border-radius: 0px;
    box-shadow: none;
    margin: 10px 0;
  }
  
 #contact-form p {
	 font-size: 15px;
	 font-weight:400;
	margin-bottom: -10px;

 } 
  
  #contact-form input::placeholder,
  #contact-form textarea::placeholder {
	 color: rgba(0,154,202,.8);
  }
  
    #contact-form select {
	padding-left: 8px;
	}
	
	
    #contact-form .kontakfelder{
		padding: 10px 0px;
		
	}

  #contact-form input, 
  #contact-form select {
	background: transparent;  
    height: 50px;
  }

  #contact-form input[type='checkbox'] {    
    height: 15px;
	border-radius: 0px;
  }  

  #contact-form input[type='submit'] {   
	margin-top: 30px;
	border: none;
    border: 1px solid #e32665;
	border-radius: 0px;
	color: #e32665;
  }
  
  /* Button */
.button {
	background: transparent;
	margin-top: 30px;
	border: none;
    border: 1px solid #e32665;
	border-radius: 0px;
	color: #e32665;	
  padding: 20px;
  transition: all 0.5s;
  width: 100%;
  cursor: pointer;
  transition: background 0s;
	transition: color 0s;  
  font-weight: 500;
  font-size: 16px;
}

.button:hover {
	background: #e32665;
	color: #fff;
	transition: background 0s;
	transition: color 0s;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: -12px;
  right: -20px;
  transition: 0.5s;
	transition: color 0s;    
  font-size: 3rem;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


.button2 {
	background: transparent;
	margin-top: 0px;
	border: none;
    border: 1px solid #e32665;
	border-radius: 0px;
	color: #e32665;	
  padding: 10px;
  transition: all 0.5s;
  min-width: 100%;
  cursor: pointer;
  transition: background 0s;
	transition: color 0s;  
  font-weight: 500;
  font-size: 16px;
}

.button2:hover {
	background: #e32665;
	color: #fff;
	transition: background 0s;
	transition: color 0s;
}

.button2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button2 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: -12px;
  right: -20px;
  transition: 0.5s;
	transition: color 0s;    
  font-size: 3rem;
}

.button2:hover span {
  padding-right: 25px;
}

.button2:hover span:after {
  opacity: 1;
  right: 0;
}


.button3 {
	background: transparent;
	margin-top: 0px;
	border: none;
    border: 1px solid #fff;
	border-radius: 0px;
	color: #fff;	
  padding: 10px;
  transition: all 0.5s;
  min-width: 100%;
  cursor: pointer;
  transition: background 0s;
	transition: color 0s;  
  font-weight: 500;
  font-size: 16px;
}

.button3:hover {
	background: #fff;
	color: #e32665;
	transition: background 0s;
	transition: color 0s;
}

.button3 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button3 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: -12px;
  right: -20px;
  transition: 0.5s;
	transition: color 0s;    
  font-size: 3rem;
}

.button3:hover span {
  padding-right: 25px;
}

.button3:hover span:after {
  opacity: 1;
  right: 0;
}
  
  .nutzungsbed {
	font-size:.9em;
	padding-left: 30px;  
  }
  
/* The container */
  #contact-form .checkcon {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
  #contact-form .checkcon input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
  #contact-form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
  #contact-form .checkcon:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
  #contact-form .checkcon input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
  #contact-form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
  #contact-form .checkcon input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
  #contact-form .checkcon .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
  

  /*---------------------------------------
      TEAM            
  -----------------------------------------*/
  #team {
	padding: 0px;
  }

  .bg-blue p,
  .bg-blue h3 {
	color: #fefefe; 
  }
  
  .bg-blue h3 {
	font-size: 3.83rem;
    padding-bottom: 25px;
  }  
  

  /*---------------------------------------
      IMPRESSUM             
  -----------------------------------------*/

  
  #impressum ul {
	padding: 0;
	padding-left: 20px;
	margin: 0;
    color: #757575;
    font-size: 16px;
    font-weight: normal;
    line-height: 170%;
	list-style-position: outside;
  }
 
 
  .bg-blue p,
  .bg-blue h3 {
	color: #fefefe; 
  }
  
  .bg-blue h3 {
	font-size: 3.83rem;
    padding-bottom: 25px;
  }
  
  
  /*---------------------------------------
      DATENSCHUTZ            
  -----------------------------------------*/
  
  #datenschutz ul {
	padding: 0;
	padding-left: 20px;
	margin: 0;
    color: #757575;
    font-size: 16px;
    font-weight: normal;
    line-height: 170%;
	list-style-position: outside;
  }
 


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    background: #ededed;
    padding: 40px 0px 80px 0px;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #909090;
	line-height: 170%;
	text-align: left;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
  }

  footer .social-icon {
    margin-top: 25px;
  }

  .footer-info {
    margin-right: 2em;
  }

  .footer-info h2 {
    color: #ffffff;
    padding: 0;
  }

  .footer_menu h2 {
    margin-top: 2em;
  }

  .footer_menu ul {
    margin: 0;
    padding: 0;
  }

  .footer_menu li {
    display: inline-block;
    list-style: none;
    margin: 5px 10px 5px 0;
  }


  /*---------------------------------------
     COPYRIGHT             
  -----------------------------------------*/

  #copyright {
	  background: #fff;
	  padding: 15px 0px;
	  text-align: center;
  }
  
    #copyright a{
	  color: #aaa;

  }
  
    #copyright a:hover{
	  color: #e32665;

  }  

  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #e32665;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 5px 5px 5px 0;
  }

  .social-icon li a:hover {
    background: #e32665;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (min-width: 1280px) {
	 .shrink {
	 height: 100px !important;
	 	transition: all ease-in-out .3s;
 }


  .shrilogo {
	 height: 75px !important; 
	 transition: all ease-in-out .3s;
  }

  .lift {
	  transition: all ease-in-out .3s;
	 top: 100px !important; 
  }
  }  
  
  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }

  @media only screen and (max-width: 992px) {
    section,
    footer {
      padding: 0px 0;
    }

    .home-slider .item {
      background-position: center center;
    }

    .startseite-thumb,
    .about-info,
    .team-thumb,
    .footer-info {
      margin-bottom: 50px;
    }

    .contact-image {
      margin-top: 50px;
    }

  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
	
	
  }

  @media only screen and (max-width: 767px) {
	
  
	  
	  .mbcookie-in {	
	display: block;
align-items: center;
 }
 
#mbmcookie p.cookiemessage {
	color: #fff;
	padding: 0px;
	margin: 0;
	font-size: 11px;
height: 100px;

	}
	
#mbmcookie a {
	color: #e32665;
}	

#mbmcookie a:hover {
	color: #fff;
}	

#mbmcookie .cookiebutton {
  display: block;
  border-radius: 0px;
  background-color: #eee;
  border: none;
  text-align: center;
  font-size: 11px;
  padding: 10px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px 50px;
  color: #333;  
  font-weight: 500;
  margin: 10px auto;
}

#mbmcookie .cookiebutton:hover {  

  background-color: #ffd073;
  color: #333;
}

#mbmcookie .cookiebutton span {
  cursor: pointer;
}
	  
	    .bg-stripe {
	width: 100%; 
	background-image: url(../images/bg.png);
	background-size: 400%;
  }
  
  
	.maintenance .maintenance-con {
		font-size:.8rem;
		color: #fff;
		line-height: inherit;
		padding: 10px 0px;
	}
	  
	.abschalt {
		display: none;
	}  
	  
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

  .custom-navbar .navbar-brand {
    color: #454545;
    font-size: 15px;
    font-weight: bold;
    line-height: 45px;
	display: flex;    
    align-items: center;
	z-index: 9999;
  }

    .custom-navbar {
      padding: 30px 0px 10px 0px;
    }

    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
      line-height: normal;
    }

    .custom-navbar .nav li a {
      padding: 10px;
	  font-size: 1rem;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }


    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }
	
  .navbar-brand {
	  height: 40px;
  }

 
  .navbar-brand img {
	  height: 40px;
  }	
  .topheader-left {
	font-size: 1rem;
  }	
  
	.slider-left {
	background-image: url(../images/startseite-slider-left.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 50%
  }

    .slider-right {
	background-image: url(../images/startseite-slider-right.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 50%
	    }
		
    .home-slider .item {
    height: 65vH;
  }


  .upper {
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 10;
  }
  
  
    .footer-info {
      margin-right: 0;
    }

    .footer-info.newsletter-form {
      margin-bottom: 0;
    }

    .entry-form {
      display: block;
      margin: 0 auto;
    }
	
	  .sitemapcontainer {
	height: 50px;
	background: rgba(1, 153, 202, 1); 
	position: sticky;
	top: 125px;
	z-index: 99;
	color: #fff;
  }

   .paddercontainer {
	   padding-top: 20px;
	   padding-bottom: 20px;
   }  
  
    .padderright{
    padding-right: 15px;  
  }
  
  	    .padder1{
    padding-top: 15px;  
	padding-bottom: 5px;
  }
  
    .padder5 {
	  padding-right: 15px;
  }
  
  .padder6 {
	  padding: 0px;
  }

	.videocon-12 {
		height: 270px;
	}
	
	.nutzungsbed {
	 font-size: .9rem; 
    }
  }


  @media only screen and (max-width: 580px) {
	    .padder1{
    padding-top: 15px;  
	padding-bottom: 5px;
  }
	  
   .paddercontainer {
	   padding-top: 20px;
	   padding-bottom: 20px;
   } 
   
	    .upper {
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 10;
  }
	  
    h2 {
      font-size: 1.8em;
    }

    #testimonial .item {
      padding: 2em;
    }

    .contact-image {
      margin-top: 0;
    }
  }

  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 2em;
    }

    #home h3 {
      font-size: 14px;
    }

    .entry-form {
      border-radius: 0;
      padding: 2em;
      max-width: 100%;
      max-height: 100%;
      width: inherit;
      height: inherit;
    }
  }
  
  
  /*Datum Box*/
  .wp_b_box {
   padding: 0px;
   background: #ffffaa;
   color: #7f1d31;
   border: 2px solid #7f1d31;
   border-radius: 5px;
   margin-top:-20px;
   margin-left:250px;
	width: 20%;
    height: 100%
   z-index=1000;
   font-size: 16px;
   font-family: Georgia, 'Times New Roman', serif;
   position: absolute;
}