@font-face {
   font-family: 'Ubuntu Condensed';
   font-style: normal;
   font-weight: 400;
   src: url('Ubuntu_Condensed/UbuntuCondensed-Regular.ttf') format('truetype'),
        url('Ubuntu_Condensed/UbuntuCondensed-Regular.woff2') format('woff2');
 }
@font-face {
   font-family: 'Ubuntu';
   font-style: normal;
   font-weight: 400;
   src: url('Ubuntu/Ubuntu-Regular.ttf') format('truetype'),
        url('Ubuntu/Ubuntu-Regular.woff2') format('woff2');
 }
@font-face {
   font-family: 'Ubuntu';
   font-style: italic;
   font-weight: 400;
   src: url('Ubuntu/Ubuntu-Italic.ttf') format('truetype'),
        url('Ubuntu/Ubuntu-Italic.woff2') format('woff2');
 }
@font-face {
   font-family: 'Ubuntu';
   font-style: normal;
   font-weight: 500;
   src: url('Ubuntu/Ubuntu-Medium.ttf') format('truetype'),
        url('Ubuntu/Ubuntu-Medium.woff2') format('woff2');
 }
@font-face {
   font-family: 'Ubuntu';
   font-style: italic;
   font-weight: 500;
   src: url('Ubuntu/Ubuntu-MediumItalic.ttf') format('truetype'),
        url('Ubuntu/Ubuntu-MediumItalic.woff2') format('woff2');
 }
@font-face {
   font-family: 'Ubuntu';
   font-style: normal;
   font-weight: 600;
   src: url('Ubuntu/Ubuntu-Bold.ttf') format('truetype'),
        url('Ubuntu/Ubuntu-Bold.woff2') format('woff2');
 }
@font-face {
   font-family: 'Ubuntu';
   font-style: italic;
   font-weight: 600;
   src: url('Ubuntu/Ubuntu-BoldItalic.ttf') format('truetype'),
        url('Ubuntu/Ubuntu-BoldItalic.woff2') format('woff2');
 }
*{
    font-family: 'Ubuntu', sans-serif;
}
html, body{
    background-color: #273746;
    overflow-x: hidden;
}

.hidden{
display: none !important;
}
.flex{
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
main .item .btn.btn-primary{
color: #fff !important;
background: #273746 !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
main .item .no-m{
margin-bottom: 0 !important;
}
.pagination li{
List-style:none;
}
.pagination li a{
color:#fff;
text-decoration:none;
padding: 20px 10px;
}
.pagination li.active a{
text-decoration:underline;
Font-weight:bold;
}
.sort:after {
  display:inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content:"";
  position: relative;
  top:-10px;
  right:-5px;
}
.sort.asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content:"";
  position: relative;
  top:4px;
  right:-5px;
}
.sort.desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  content:"";
  position: relative;
  top:-4px;
  right:-5px;
}


#blind-nav{
    position: absolute;
    margin-top: -3000px;
}
header{
    background-color: #273746;
    color: #fff;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    white-space: nowrap !important;
}
header div.together{
    padding-top: 6px;
}
header .btn{
    background-color: #2C3E50;
    color: #fff;
    text-decoration: none;
    font-size: 0.9em;
    font-family: 'Ubuntu Condensed', sans-serif;
    padding: 7px 20px;
    margin-right: 20px;
}
header .breadcrumb{
    padding: 7px 20px;
    white-space: nowrap;
    width: calc(100vw - 200px);
    overflow-x: scroll;
}
header .breadcrumb a{
    color: #fff;
    text-decoration: none;
    font-size: 0.9em;
    font-family: 'Ubuntu Condensed', sans-serif;
    white-space: nowrap;
}
header .breadcrumb :before{
    padding: 0 5px;
}
header .breadcrumb a:hover{
    text-decoration: underline;
}
nav{
    background-color: #2E86C1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.171);
    z-index: 5;
}
nav .nav_logo{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.212);
    position: absolute;
    text-decoration: none;
    margin: -20px 0 0 -10px;
    transform: rotate(-3deg);
    padding: 30px 15px 10px 15px;
}
.nav_logo img{
    height: auto;
    width: 110px;
}
.nav{
    padding-left: 140px;
}
.nav li a{
    padding: 25px 15px;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.nav li li a{
    padding: 15px 15px;
}
.nav li ul{
    background-color: #2E86C1;
    margin-left: 0px;
    opacity: 1;
    animation-name: fade-in-left;
    animation-duration: 0.4s;
}
@keyframes fade-in-left{
    0%{opacity: 0; margin-left: -5px;}
}
.nav li:hover ul{
    margin-left: 0;
    opacity: 1;
    transition: 0.3s;
}
.nav .rex-current a{
    background-color: #2874A6;
}
.nav .rex-current ul a{
    color: #fff;
    background-color: #2E86C1;
}
.nav a.rex-active{
    background-color: #2874A6;
}
.nav ul li a:hover{
    background-color: #fff;
    color: #2E86C1;
}
@media only screen and (max-width: 950px) {
    nav .nav{
        display: none;
        order: 99;
        width: 100%;
        padding-left: 0;
        height: 100%;
        overflow: scroll;
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 0;
        background-color: #2E86C1;
        animation-name: fade-in-left;
        animation-duration: 0.4s;
        font-family: 'Ubuntu Condensed', sans-serif;
        z-index: 100;
    }
    nav .nav ul{
        flex-direction: column;
    }
    nav .nav ul li ul{
        display: block;
        position: static;
        border-bottom: 1px solid #fff;
    }
    nav .nav ul a{
        padding: 15px 20px;
        font-weight: 900;
        font-size: 1.2em;
    }
    nav .nav ul ul a{
        font-weight: 400;
        font-size: 1em;
    }
    nav .nav ul li:last-of-type ul{
        border-bottom: none;
    }
    nav .nav_button{
        display: block;
        background: none;
    }
    nav .nav_button i{
        color: #fff;
        font-size: 40px;
    }
    nav .nav.active{
        position: absolute;
        height: 100vh;
        width: 100%;
        display: block;
        top: 0;
        z-index: 20;
    }
    .container .item, .container_full .item{
        padding: 0 20px !important;
    }
    .container .item_typ_11, .container_full .item_typ_11{
      padding: 0 !important;
    }
    #footer > div > div{
        border: none !important;
        margin-bottom: 20px;
    }
    #footer .item_4{
        padding: 0 10px;
    }
    .slider button.slick-arrow::after{
      display: none !important;
    }
    .slider .slider_inner h2{
      font-size: 1.5em !important;
      max-width: 350px;
      white-space: break-spaces !important;
    }
    .slider .slider_inner h3{
      font-size: 1em !important;
      max-width: 350px !important;
      white-space: break-spaces !important;
    }
}
@media only screen and (max-width: 500px) {
  .slider .slider_inner h2{
    font-size: 1.2em !important;
    max-width: 250px !important;
  }
  .slider .slider_inner h3{
    font-size: 15px !important;
    max-width: 250px !important;
  }
}
form button, .form button{
    background: none;
}
main{
    background-color: #fff;
    overflow: hidden;
}
main hr{
  border-color: #b5b5b5;
}
main > div:first-child{
  padding-top: 0 !important;
}
main .container, main .container_full{
    padding: 20px 0 80px 0;
    position: relative;
}

/* Grün */
main .color1{
    background-color: #229954;
    color: #fff !important;
}
main .color1:before{
    border-color: #229954 !important;
}
/* Gelb */
main .color2{
    background-color: #F1C40F;
    color: #fff !important;
}
main .color2:before{
    border-color: #F1C40F !important;
}
/* Orange */
main .color3{
    background-color: #D35400;
    color: #fff !important;
}
main .color3:before{
    border-color: #D35400 !important;
}
/* Blau */
main .color4{
    background-color: #2471A3;
    color: #fff !important;
}
main .color4:before{
    border-color: #2471A3 !important;
}
/* Lila */
main .color5{
    background-color: #6C3483;
    color: #fff !important;
}
main .color5:before{
    border-color: #6C3483 !important;
}
/* Hell Blau */
main .color6{
    background-color: #2E86C1;
    color: #fff !important;
}
main .color6:before{
    border-color: #2E86C1 !important;
}
/* Grau */
main .color7{
    background-color: #273746;
    color: #fff !important;
}
main .color7:before{
    border-color: #273746 !important;
}
/* Weiß */
main .color8{
    background-color: #fff;
    color: #273746 !important;
}
main .color8 .text a, main .color8 .html a{
    color: #273746 !important;
}
main .color8:before{
    border-color: #fff !important;
}

main .text{
    padding: 0;
}
/*
main .text a, main .important_text a, main .html a, main .item_typ_100 a, main .item_typ_101 form a{
    color: #fff;
    text-decoration: none;
	position: relative;
	z-index: 1;
	display: inline-flex;
}
main .important_text a, main .item_typ_100 a{
    color: #273746;
}
main .item_typ_100 a, main .item_typ_101 form a{
  padding-bottom: 3px;
}

main .text a::before, main .important_text a::before, main .html a::before, main .item_typ_100 a::before, main .item_typ_101 form a::before{
	content: "";
	width: 100%;
	height: 7px;
	background: #76D7C4;

	position: absolute;
	left: 0;
	bottom: 2px;
	z-index: -1;

	will-change: width;
	transform-origin: left bottom;
}

main .text a:hover::before, main .important_text a:hover::before, main .html a:hover::before, main .item_typ_100 a:hover::before, main .item_typ_101 form a:hover::before{
	width: 0;
}
*/

/*
* animation styles
*/
/*
main .text a::before, main .important_text a::before, main .html a::before, main .item_typ_100 a::before, main .item_typ_101 form a::before{
	transition: width .1s ease-out;
}

main .text a:hover::before, main .important_text a:hover::before, main .html a:hover::before, main .item_typ_100 a:hover::before, main .item_typ_101 form a:hover::before{
	transition-duration: .15s;
}
*/
main .text a,  main .important_text a, main .html a, main .item_typ_100 a, main .item_typ_101 a, main .tabcontent a{
  transition: all 0.3s ease;
  text-decoration: none;
  background: linear-gradient(to right, #76D7C4 0%, #76D7C4 98%);
    background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: left 100%;
    color: inherit;
}
main .text a:hover,  main .important_text a:hover, main .html a:hover, main .item_typ_100 a:hover, main .item_typ_101 a:hover, main .tabcontent a:hover {
  background-size: 0px 3px;
}
main a.btn{
    background-size: 0px 0px !important;
}






main .container:before, main .container_full:before{
    position: absolute;
    top: -50px;
    content: '';
    background-color: rgba(0, 0, 0, 0);
}
main .container.leftup:before, main .container_full.leftup:before{
    border-bottom: 50px solid rgb(255, 255, 255);
    border-right: 100vw solid rgba(0, 0, 0, 0) !important;
}
main .container.rightup:before, main .container_full.rightup:before{
    border-bottom: 50px solid rgb(255, 255, 255);
    border-left: 100vw solid rgba(0, 0, 0, 0) !important;
}
main .container.roof:before, main .container.roof:before{
    border-right: 50vw solid rgba(0, 0, 0, 0) !important;
    border-left: 50vw solid rgba(0, 0, 0, 0) !important;
    border-bottom: 50px solid rgb(255, 255, 255);
}

main .container.roofdown:before, main .container.roofdown:before{
    border-right: 50vw solid rgba(0, 0, 0, 0);
    border-left: 50vw solid rgba(0, 0, 0, 0);
    border-bottom: 0 solid rgb(255, 255, 255) !important;
    border-top: 50px solid rgba(0, 0, 0, 0) !important;
}
main img{
    max-width: 100%;
}
main h1{
    font-size: 2.8em;
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: 900;
}
main .btn{
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 20px !important;
    display: inline-block;
    transition: 0.3s ease;
    cursor: pointer;
}
main .distance{
    height: 50px;
}
main .negativ_distance{
    margin-top: -50px;
}
.btn_pos_right .btn{
    float: right;
}
main .text p{
    line-height: 1.5em;
    font-size: 1.1em;
}
main .btn:hover{
    background-color: rgba(255, 255, 255, 0.1);
    transition: 0.3s ease;
}
main .color8 .btn, main .important_color8 .btn{
    border: 1px solid #273746;
    color: #273746 !important;
}
.btn_pos_center .btn{
    display: table;
    margin: 0 auto;
}
main .text-center{
    text-align: center;
}
main .text-right{
    text-align: right;
}
main .text-justify{
    text-align: justify;
}
main h2{
    font-weight: 900;
    font-size: 1.7em;
    margin-bottom: 10px;
}
main h3{
    font-weight: 900;
    font-size: 1.3em;
}
main .bild figure{
    margin: 0 0 10px 0;
}
main h1, main h2, main h3, main h4{
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
main li{
  line-height: 1.5em;
  padding-bottom: 5px;
  list-style: square;
}
/*
main .bild figure img{
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.267);
}
*/
main .bild figure figcaption{
    font-size: 0.8em;
    padding-top: 5px;
}
main .bild img{
    display: block;
    margin: 5px auto;
  width: auto;
    height: auto;
  max-height: 400px;
  object-fit: cover;
    border-radius: 5px;
}
main .maps{
    margin-bottom: -90px;
    margin-left: -10px;
}
main .padding_maps{
    padding: 0 20px;
}
main .padding_maps iframe{
    margin-bottom: 70px;
    border-radius: 10px;
}
main .maps iframe{
    width: 100%;
    height: 250px;
    border-radius: 5px;
}
main .item_12 .maps{
    margin-right: -10px;
    border-radius: 0;
}
main .item_12 .maps iframe{
    border-radius: 0;
}
main .item.item_typ_9{
    padding: 0 !important;
}
main .important_text{
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    display: block;
    color: #273746 !important;
    text-decoration: none;
}
main .important_color1{
    background-color: #D4EFDF;
}
main .important_color2{
    background-color: #FCF3CF;
}
main .important_color3{
    background-color: #F6DDCC;
}
main .important_color4{
    background-color: #D4E6F1;
}
main .important_color5{
    background-color: #E8DAEF;
}
main .important_color6{
    background-color: #D6EAF8;
}
main .important_color7{
    background-color: #D5D8DC;
}
main .important_color8{
    background-color: #fff;
}
.suche input{
    border: none;
    margin: 0 20px 40px 20px;
    text-align: center;
}
.suchen_module{
    padding-top: 60px !important;
}
.suchen_module .container_inner{
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: auto;
}
span.search_found{
    font-weight: 900;
    font-style: italic;
}
footer{
    background-color: #2E86C1;
    font-family: 'Ubuntu Condensed', sans-serif;
}
#footer{
    padding: 40px 0px;
}
#footer h2{
    color: #fff;
    font-weight: 400;
    font-size: 2em;
    padding: 10px 10px 10px 0;

}
#footer .item_4{

}
#footer .item_4 ul{
  border-left: 5px solid #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 30px;
}
#footer .item_4 ul a{
    padding: 10px;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    width: 100%;
    transition: 0.3s;
}
#footer .item_4 ul a:hover{
    background-color: #fff;
    color: #2E86C1;
    transition: 0.3s;
}
footer #arr{
    background-color: #273746;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    border-top: 1px solid #fff;
    font-size: 0.8em;
    font-family: 'Ubuntu Condensed', sans-serif;
}

/* Slider */
.slider button.slick-arrow{
  position: absolute;
  bottom: 100px;
  right: -50px;
}
.slider button.slick-arrow::after{
  content: '>';
  width: 50px;
  height: 50px;
  background-color: #273746;
  z-index: 4;
  position: absolute;
  bottom: 30px;
  right: 100px;
  color: #fff;
  font-size: 3.8em;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.28);
}
.slider button.slick-arrow.slick-prev::after{
  right: 155px;
  content: '<';
}
.slider .slick-list .slick-slide img{
  width: 100% !important;
  height: 100%;
  object-fit: cover;
    min-height: 400px;
}
.slider{
  margin-bottom: -200px !important;
    margin-left: -10px;
    margin-right: -10px;
    height: auto;
}
.slider .slider_inner{
  position: relative;
  bottom: 200px;
  margin-left: 50px;
}
.slider .slider_inner h2{
  color: #273746;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 2em;
  margin-bottom: 10px;
  font-weight: 700;
  box-sizing: content-box;
  display: inline-block;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.28);
  white-space: break-spaces;
  max-width: 80%;
}
.slider .slider_inner h3{
  color: #273746;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 1em;
  font-weight: 400;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.28);
  white-space: break-spaces;
    box-sizing: content-box;
    display: inline-block;
  max-width: 80%;
}
.icon{
  font-size: 4em;
  text-align: center;
  padding: 30px 0;
}
h1.text_center{
  text-align: center;
}
h1.text_right{
  text-align: right;
}
/* Login */
input{
    box-sizing: border-box;
}
.login{
  padding-bottom: 0 !important;
}
.item_typ_100 input{
  width: 100%;
  box-sizing: border-box;
}
.item_typ_100 button.btn{
  color: #fff !important;
    background-color: #273746 !important;
}
.item_typ_100 button.btn:hover{
  color: #273746 !important;
    background-color: #fff !important;
}
.item_typ_100 i{
  display: none;
}
.margin_mirror{
  margin: 10px 10px 0 0;
  display: inline-flex;

}
.result{
  line-height: 1.5;
}
.radius_item{
    background-color: #cccccc;
    border-radius: 3px;
    padding: 5px;
    margin: 5px 5px 10px 0;
    display: inline-flex;
}
.radius_item p{
    padding: 0 !important;
    margin: 0;
}
.contact{
  font-size: 1em !important;
}
.contact p{
  margin-bottom: 0;
  padding: 0;
}
.contact_top{
    padding-top: 7px;
}
.contact_top form{
    text-align: left;
}
.contact_top form input{
    width: calc(100% - 10px);
    box-sizing: border-box;
    border: none;
    background-color: #273746;
    margin: 10px 5px;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 1em !important;
}
.contact_top form input.short{
    width: 200px;
    margin-top: 0;
}
.contact_top form textarea{
    width: calc(100% - 10px) !important;
    border: none;
    background-color: #273746;
    margin: 10px 5px;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    height: 200px;
    box-sizing: border-box;
    font-size: 1em !important;
}
.contact_top form .right{
    float: right;
    margin-top: 30px;
}
.contact_top form .accept{
    float: right;
    margin-top: 12px;
}
.contact_top form .submit{
    border: 3px solid #273746;
    transition: 0.3s;
    margin-top: 30px;
}
.contact_top form .submit:hover{
    background-color: #fff;
    color: #273746;
    transition: 0.3s;
}
.contact_img{
    border-radius: 50%;
    padding-right: 20px;
    padding-bottom: 20px;
}
.contact_img img{
    border-radius: 50%;
}
.contact a::before{
  display: none !important;
}


/* Buchungsformular */
.item_typ_101 #yform-formular-birthday select{
  width: auto;
}

#mailgesendet{
  text-align: center;
  color: #fff;
  background-color: #D35400;
  padding: 20px 10px !important;
}
#mailgesendet p{
  margin: 0;
}
.search .right{
    margin-left: 50%;
}
.search .gotop{
    margin-top: -127px;
}
.contact_top{
    display: none;
}
.contact:hover{
    text-decoration: underline !important;
    cursor: pointer;
}
.contact a{
  color: #273746;
  text-decoration: none;
}
main > div:first-child.search{
    background-color: #8cb422;
    padding: 50px 0 50px 0 !important;
    color: #fff;
    margin-bottom: 0;
}
.search .item_6{
  margin-top: 10px;
}
.search label{
    width: 100% !important;
    font-size: 1.1em;
    padding: 0 0 0 10px;
}
.search input{
    width: calc(100% - 46px) !important;
    border: none;
    background-color: #fff;
    color: #273746;
    padding: 8px;
    font-size: 1.1em;
    border: 2px solid #fff;
    transition: 0.3s;
    margin: 10px 5px 10px 10px;
}
.search input[type="submit"], .search input[type="reset"]{
  width: calc(100% - 26px) !important;
    margin: 60px 5px 10px 10px;
}
.search input[type="submit"]:hover, .search input[type="reset"]:hover{
    border: none;
    background-color: #8cb422;
    color: #fff;
    font-size: 1.1em;
    border: 2px solid #fff;
    transition: 0.3s;
}
.search select{
    width: calc(100% - 26px) !important;
    border: none;
    background-color: #fff;
    color: #273746;
    padding: 8px;
    font-size: 1.1em;
    border: 2px solid #fff;
    transition: 0.3s;
    margin: 10px 5px 10px 10px;
    border-radius: 0 !important;
}
.submit_search{
  padding-bottom: 40px;
}



.accordion{
    padding-top: 20px;
    padding-bottom: 20px;
}
.accordion .panel {
  margin: 0 auto;
  height: 0;
  overflow:hidden;
  line-height: 1.4;
  padding: 0 20px;
  box-sizing: border-box;
  transition: all 0.5s;
}

.accordion input:checked~.panel {
  height: auto;
  padding: 0 20px 20px 20px;
  transition: all 0.3s;
}

.accordion label {
  cursor: pointer;
  background-color: #D6EAF8;
    font-weight: bold;
    font-size: 1.3em;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
  display: block;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.accordion label i{
    transform: rotate(-90deg);
    margin-right: 10px;
    transition: 0.3s;
    font-size: 0.8em;
}

.accordion input{
  display: none;
}

.accordion input:checked+label {
    
}

.accordion input:checked+label i {
    transform: rotate(0);
    transition: 0.3s;
}

.accordion input:checked+label:before {
  transition: 0.3s;
}



#tabs{
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.tab {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.tab .tablinks {
    padding: 15px 20px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: transparent;
    font-size: inherit;
    border: 2px solid transparent;
    box-sizing: border-box;
}
.tab .tablinks:hover {
    border: 2px solid #D5D8DC;
}
.tab .tablinks.active {
    background-color: #D5D8DC;
}
.tabcontent {
    width: 100%;
    display: none;
}
.tabcontent.active{
    display: block;
}
.checkbox label input[type="checkbox"]{
    float: left;
    margin-right: 10px;
}
.checkbox.formcheckbox{
    margin-bottom: 25px;
}

#infoveranstaltung .alert{
    width: 100%;
}
#yform-formular-geburtsdatum select{
    width: 90px;
}