/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */
/*	CSS STYLESHEET COPYRIGHT WEBMULTIMEDIA GMBH, BERN - JAN CIBULA 
/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */


/*	-------------------------------------------------------------- */
/*	SCHRIFTART													   */									   
/*	-------------------------------------------------------------- */


@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Slab');

@font-face {
    font-family: 'NewDanceFont'; /*a name to be used later*/
    src: url('../font/magnum__-webfont.woff'); /*New Dance Font*/
    src: url('../font/magnum__-webfont.ttf'); /*New Dance Font*/
}

/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */
/*	HTML TAGS GRUNDLAGEN 										   */									   
/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */

/*
	color:rgba(207,04,60,1.00); vorher
	color:rgba(207,04,60,1.00); vorher
*/


body {
    width:100%;
    height:100%;
    box-sizing:border-box;
    background-color:#ededed;
    margin:0;
    overflow-y:scroll;
    font-size:17px;
}


.infocor{
    position:absolute;
    width:500px;
    height:650px;
    top:30%;
    left:30%;
    z-index:9999;
    display:none;
    padding:1rem;
    background:rgba(222,222,222,0.95);
    color:black;
    text-align:left;
    overflow:auto;
    border:2px solid rgba(207,04,60,1.00);
}

.hiddentest{
    font-size:0.8rem;
    color:rgba(200,200,200,1);
}


/* RESET DEFINITIONEN */
div {
	box-sizing:border-box;
}


/* TITEL ABSÄTZE FORMULARE */

body, input, textarea {
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4 {
	font-family: 'Roboto Slab', sans-serif;
    margin-bottom:0.5rem;
	color:rgba(207,04,60,1.00);
    margin-top:0.25rem;
}
h3, h4 {
	color:darkslategrey;
}
h1 {
    font-size:1.8rem;
}
h2 {
    font-size:1.8rem;
        border-bottom:1px solid rgba(207,04,60,1.00);
}
h3 {
    font-size:1.3rem;
}
h4 {
    font-size:1.3rem;
}



hr {
	border:0.5px solid #444;
}
fieldset {
	border:1px solid rgba(222,222,222,0.9);	
	margin-bottom:10px;
}

input, select, textarea {
	line-height: 1.625em;
}
/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */
/*	LINKS & NAVIGATION											   */									  		
/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */

a:link {
	color:rgba(207,04,60,1.00);
	text-decoration:none;
    transition:all ease-in-out 0.3s;
}
a:hover{
    color:black !important;
    transition:all ease-in-out 0.4s;
}
.standpunkt {
	color:#000 !important;
}





#easycontainer {
    max-width:1600px;
    position:relative;
    margin:0 auto;
    padding-bottom:6rem;
    height:100%;
    border-left:1px solid rgba(207,04,60,1.00);
    border-right:1px solid rgba(207,04,60,1.00);
}


#easycontainer img {
	max-width:100%;
}

#easycontainer ul {
    list-style: disc;
}
#easycontainer li {
    list-style: disc;
	margin-left:-20px;
    line-height:1.6rem;
}



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


#easyslider{
    margin:6rem auto 0rem auto;
    height:400px;
    position:relative;
	background-color:  rgba(207,04,60,1.00);
}

/* TITEL */
#easyslider h1{
    position: absolute;
    left:0rem;
    bottom:0rem;
    padding:0.25rem 0.75rem;
    margin:0;
    z-index:2222;
    font-size:2.5rem;
    color: white;
    text-transform: uppercase;
    text-shadow: 0px 0px 1px  black;
    background:  rgba(207,04,60,0.7);
}

.startvideocontainer {
    object-fit: cover;
    width:100%;
    height:100%;
}
.startvideo {
    object-fit: cover;
    width:100%;
    height:100%;
}



.videomerci {
	margin-top:1rem;
	float:right;
	width:40%;
	margin-left:1rem;
}
.mercivideo {
	margin-top:1rem;
    object-fit: cover;
    width:100%;
    height:100%;
	max-width:500px;
}

@media(max-width: 980px) { 
	.videomerci {
		float:none;
		width:100%;
		margin:1rem 0rem;
	}
	.mercivideo {
	margin-top:1rem;
	max-width:100%;
}
}


.videoBeschrieb {
	margin-left:108px;
}
.videoBeschrieb p {
	font-size:0.9em !important;
}

.videoBeschriebEinfach {
	/*margin-left:88px;*/
}
.videoBeschriebEinfach p {
	font-size:0.9em !important;
}
.videoBox {
	margin-bottom:15px;
}
.videoBox h2 {
	font-size:1.2em;
}
.videoBox .klein {
	font-size:0.7em;
}
.videoBoxAbstand {
	margin-bottom:25px;
}

.slideClosed{
    display:none;
}
.slideabstand{
	height:80px !important;
}
.slideabstand h1{
	    background: rgba(207,04,60,1.00) !important;

}

.slideshow-container {
    width:100%;
    position: relative;
    height:400px;
    overflow:hidden;
}

.mySlides {
	width:auto; 
	display:flex;
	justify-content: center;
	align-items: center;
}
.mySlides img {
	object-fit: cover;
    height:400px;
}


.showgroup_button {
    background:white;
    border-radius:50%;
}




.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 0%;
  width: 3rem;
  height:100%;
  margin-top: -22px;
  padding:6rem 2rem;
  color: rgba(207,04,60,1.00) !important;
  font-weight: bold;
  font-size: 3rem;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.1);
}


.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.fa-file-pdf {
    margin-right:0.42rem;
}
.fa-link {
    margin-right:0.18rem;
}

/* FLEX DESIGNS */
.dreispalten{
    display:flex;
    flex-wrap: wrap;
}

.dreispalten div{
    width:32%;
	margin-right:1%;
}



.titel_unterstrichen{
         border-bottom:1px solid red;
        font-size:1.5rem;
        text-transform: uppercase;
}
   


/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */
/*	TANZKURS											           */										  		
/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */




/* gesamte Tabelle */
.tanztabelle {
    position:relative;
    display:flex;
    flex-wrap:wrap;
    flex-direction: row;
    justify-content: space-between;
}
.tanztabelle_wochentag {
    width:49.5%;
    border:1px dashed rgba(194,15,43,0.1);
    margin-bottom:1rem;
} 
    
.tanzkurs_eintrag_titel {
    width:100%;
}  
.tanzkurs_eintrag_titel .klein{
    color:gray;
    font-size:0.8rem;
}   
.tanzkurs_eintrag_legende {
    /*border:1px solid rgba(207,04,60,1.00);*/
    padding:0; 
    margin-bottom:0.5rem; 
    width:100%;
    flex:1;
    transition:all ease-in-out 0.6s;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:space-between;
    font-size:1rem;
}
    
    

/* jeder einzelne kurs */
.tanzkurs_eintrag{
    padding:0; 
    width:100%;
    flex:1;
    transition:all ease-in-out 0.6s;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:space-between;
    font-size:.9rem;
}

.tanzkurs_eintrag_ausgebucht{
    color:#777 !important;
}
.tanzkurs_eintrag_ausgebucht:hover{
    text-decoration: line-through;
}



.tanzkurs_eintrag:nth-child(odd){
    background:lightgray;
}
.tanzkurs_eintrag:nth-child(even){
    background:white;
}
.tanzkurs_eintrag:hover {
    cursor:pointer;
    background: rgba(207,04,60,1.00);
    color:white;
    transition:background ease-in-out 0.2s;
}
.tanzkurs_eintrag:hover a{
        color:white !important;
}
.tanzkurs_eintrag a {
    display:block;
} 
    
.tanzkurs_eintrag span {
    padding:0.25rem;
}
.tanzkurs_eintrag_legende span  {
    font-size:0.8rem;
    text-transform:uppercase;
    padding:0.25rem;
    color:gray;
} 
.showinfos {
}
.tanzkurs_eintrag_zeit {
    width:2.5rem;
}
.tanzkurs_eintrag_stil {
    width:35%;
}
.tanzkurs_eintrag_stufe {
    width:2.5rem;
}
.tanzkurs_eintrag_alter {
    width:20%;
}
.tanzkurs_eintrag_lehrer {
    width:30%;
}
.tanzkurs_eintrag_nummer {
    width:5%;
}
    
    
    
.tanzkursinfos {
    /*border:1px solid black; */
    color:white !important;
    /*background: rgba(207,04,60,1.00);*/
    display:none;
    /*padding:1rem;*/
    z-index:8888;
    /*box-shadow: 0px 0px 4px 2px rgba(33,33,33,0.4);*/
} 
  .tanzkursinfos h3 {
    color:white !important;
}   
    

/* STUFENINFOS */

.tanzkurs_infos_fenster {
	display:none;
}
.infoZeile {
	display:flex;
	flex-wrap: nowrap;
	margin:0 !important;
}
.infoAbk {
	width:8%;
	margin:0 !important;
}
.infoLang {
	margin:0 !important;
}


/* TANZINFOS */


    
.tanzinfos {
    border:3px solid white; 
    color:white !important;
    background: rgba(207,04,60,1.00);
    width:80%;
    max-width:1000px;
    height:auto;
    max-height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index:3000;
    top:9rem;
    left:10%;
    right:10%;
    position:fixed;
    margin:0 auto;
    display:block;
    padding:1rem 2rem 2rem 1rem;
    font-size:1.1rem;
    box-shadow: 0px 0px 4px 2px rgba(33,33,33,0.3);
} 
  .tanzinfos h2 {
    color:white !important;
    text-transform:uppercase;
    padding-bottom:0.2rem;
	  border-bottom:none;
}  
  .tanzinfos h4 {
    font-size:1.1rem;
    color:white !important;
    border-bottom:1px solid white;
}  
  .tanzinfos a {
    color:white !important;
}    
    
  .tanzinfos p {
   padding-top:0rem;
   margin-top:0rem;
} 
       
  .tanzinfos .close {
      cursor:pointer;
        position:absolute;
        color:white !important;
        border:1px solid white; 
        background: rgba(207,04,60,1.00);
        top:1rem;
        right:1rem;
        height:2.5rem;
        width:2.5rem;
        border-radius:50%;
        padding-top:0rem;
        margin-top:0rem;
        font-size:2rem;
      z-index:3;
      display:flex;
      align-items: center;
      justify-content: center;
    transition:all ease-in-out 0.6s;
} 
           
  .tanzinfos .close:hover {
        color:rgba(207,04,60,1.00) !important;
        background: white;
    transition:all ease-in-out 0.4s;
} 
  .tanzinfos div {
      margin:0.5rem 0rem;
      padding-right:1rem;
} 















/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */
/*	INHALT												           */										  		
/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */



#easycontent {
    /*display:none;*/
    border-top:5px solid rgba(207,04,60,1.00);
    max-width:1600px;
    margin:0 auto;
    margin-top:0rem;
    padding:1rem;
}

#easycontent a{
    color:rgba(207,04,60,1.00);
}

#content_standard {
}

/* ======================== 2 Spalten Liste 6 ==================== */
.easycontent_zweispalten{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
.easycontent_zweispalten div{
    width:48%;
}
.easycontent_zweispalten fieldset{
    width:48%;
}
/* Kontaktseite p_entfernen */
.p_entfernen p {
    display: block !important;
    margin: 0px !important;
    border: 0px !important;
    padding: 0px !important;
}





.easycontent_dreispalten{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
.easycontent_dreispalten div{
    width:33%;
}


#easyfooter {
	background:rgba(207,04,60,1.00) !important;
    color:white;
	position:absolute;
    bottom:0rem;
    left:0;
    width:100%;
    height:3rem;
    padding:0;
	margin:0 auto;
    z-index: 2000;
}
#easyfooter_content {
    font-family:'NewDanceFont', Verdana, sans-serif;
    max-width:1600px;
    height:3rem;
    margin:0 auto;
    padding:0rem 1rem;
    position: relative;
    text-align:right;
    display:flex;
    justify-content: space-between;
    align-items:center;
}
#easyfooter_content span:first-child {
    font-family:'NewDanceFont', Verdana, sans-serif;
}

#easyfooter_content:last-child {
	font-family: 'Roboto Slab', sans-serif;
}

#easyfooter a:link, #easyfooter a:visited, #easyfooter a:active {
	
    color: white;
}
#easyfooter a:hover {
	color:#bbb;
}


.easytotop {
	background-color:rgba(255,255,255,0.6);
	padding:0.5rem; 
	font-weight: bold;
	font-size: 1.4rem;
    color:rgba(207,04,60,1.00) !important;
	position:absolute;
	bottom:4rem;
	right:1rem;
	display:none;
	z-index:9999;
}


/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */
/*	NAVIGATIONS MENU											   */					
/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */



#easyheader {
	background:rgba(207,04,60,1.00) !important;
    color:white;
	position:fixed;
    top:0;
    left:0;
    width:100%;
    height:6rem;
    padding:0;
	margin:0 auto;
    box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
    z-index: 9999;
}
#easyheader a {
    color:white;
}
#easyheader_content {
    max-width:1600px;
    height:6rem;
    margin:0 auto;
    padding:0;
    position: relative;
    display:flex;
    justify-content: space-between;
    align-items:center;
}
#easyheadersocialmedia {
    padding:1rem;
}
#easyheadersocialmedia a {
    padding:1rem;
}
#easyheadersocialmedia .fab {
    font-size:2rem;
}
#easyheaderlogo {
	height:5rem;
	padding-left:0.5rem;
}

.logoso {
    height:2.5rem;
}

#easyheaderlogo img {
   height:100%;
	width:auto;
}

#easyheaderhamburger {
    cursor:pointer;
    padding:1rem;
    color:white;
	}
#easyheaderhamburger .fa {
    padding:1rem;
    font-size:3rem;
}

#menubutton  {
 
}

.menu {
    display:none;
    position:absolute;
    padding:1rem;
    right:0px;
    z-index:999;
    top:6rem;
    width:auto;
    min-width:200px;
    background:rgba(207,04,60,1.00);
    color:white;
    font-size:1.3rem;
    line-height:1rem;
    font-family: 'Roboto Slab', sans-serif;
}

	.menu a {
		display:block;
		text-align: right;
	    padding: 1rem;
        color:white;
    }
	.menu a:link {
        color:white;
        transition:all ease-in-out 0.5s;
    }
	.menu a:visited {
        color:white;
        transition:all ease-in-out 0.5s;
    }
	.menu a:hover {
        color:black !important;
        transition:all ease-in-out 0.3s;
    }
	.menu a:active {
        color:white;
        transition:all ease-in-out 0.5s;
    }
/*
.untermenu{
	font-size:0.8em;
}	
.untermenu a {
	padding: 10px;
	display:inline-block;
}

.untermenu2{
	font-size:0.7em;
}
.untermenu2 a {
	padding: 10px;
	display:inline-block;
}

.untermenu_responsive {
	display:none;
}
.untermenu2_responsive {
	display:none;
}
*/


.schrift_medium{
    font-size:0.9rem;
}



.bild_links_float{
    float:left;
    margin-bottom:0.5rem;
    margin-right:0.5rem;
    width:49%;
    transition:all 0.4s ease-in-out;
}



.titel_blau {
    color:rgba(0,161,229.1);
}

.weiterlink{
    position:absolute;
    padding:0.5rem;
    bottom:-0.5rem;
    right:0;
}
.weiterlink a{
    color:black;
}

.filter, .filtercontainer {
    display:flex;
    flex-direction:row;
    padding:0.5rem 0rem;
    font-size:0.9rem !important;
    flex-wrap:wrap;
}

#startkurse .filter {
    font-size:0.7rem !important;
}
.filterinaktiv {
    background-color:#ccc !important;
}

.flexer{
    display:flex;
    flex-direction:row;
    
}

.flexer .divleft, .flexer .divright{
    width:50%;
    
}


.infobutton {
	margin:6px 0 0 2px;
}
.filterbutton{
    cursor:pointer;
    padding:0.4rem;
    margin-right:0.3rem;
    border-radius:0.2rem;
    background:rgba(222,222,222,0.8);
    transition:all ease-in-out 0.4s;
}
.filterbutton:hover{
    color:rgba(207,04,60,1.00);
    background:rgba(200,200,200,1);
    transition:all ease-in-out 0.3s;
}
.filteraktiv{
    background:rgba(207,04,60,1.00);
    color:white !important;
}
.teamWrapper {
    display:flex;
    flex-wrap: wrap;
}
.teamWrapper .team {
   width:24.5%;
	margin-right:0.5%; 
}
.teamWrapper .team a {  
	font-size: 0.9rem;
}
.filteralter, .filterlehrer {
	margin-right:15px;
}


.teambild {
    width:100% !important;
    max-width:450px !important;
}

/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */
/*	SHOWGROUPD & BOOKING 										   */										  
/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */


    .booking_showgroups{
        display:flex;
        flex-wrap: nowrap;
        flex-direction:row;
        justify-content: space-between;
    }
    
    .booking_showgroups .booking{
       width:33%;
    }
    .booking_showgroups .showgroups{
        width:66%;
    }
    .showgroups_content{
        display:flex;
        flex-direction:row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .showgroup_eintrag{
        width:33%;
        position: relative;
        margin-bottom:1rem;
    }
    .showgroup_eintrag h3{
        color:white;
        font-weight:normal;
        font-size:1.5rem;
        position: absolute;
        top:0.5rem;
        left:0.5rem;
        z-index:333;
    }
    
    .booking_showgroups  .eintrag_content {
        padding:0.25rem;
    }
    
    
    /* ====== Booking ===== */
    .booking_eintrag {
        width:100%;
    }
	.redStrokeRight {
		border-right: 1px solid rgba(207,04,60,1.00);
		padding-right: 15px;
	}
    
    /* ====== Slider ===== */
.slider {
  margin: 0 auto;
  max-width: 940px;
}

.slide_viewer {
  background-color:rgba(191,191,191,1.00);
  height:360px;
  overflow: hidden;
  position: relative;
  object-fit:cover;
  /*display: table;*/
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
  /*display: table-cell;*/
  /*vertical-align: middle;*/
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  text-align: center;
	vertical-align: middle;
  /*background:lightgray;*/
}
.slide img {
	width:80%;
	margin:24px auto 0;
	
}
.slide>div{
  display: block;
  height:100%;
  width:100%;
  object-fit:cover;
}
.slide:first-child {
  display: block;
}


.directional_nav {
    border:1px solid red;
  height:255px;
  margin: 0 auto;
  max-width: 940px;
  /*position: absolute;*/
  top: -255px;
  z-index:1333;
}

.slide iframe {
  z-index:100;
  height: 100%;
  position: absolute;
  width: 100%;
    object-fit: cover !important;
}

.linkHolder {
	width:100%;
	height:100%;
}

.previous_btn {
  bottom: 0;
  left: 0.5rem;
  margin: auto;
  position: absolute;
  top: 0;
  z-index:2332;
  cursor: pointer;
  transition: 0.6s ease;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0.5rem;
  top: 0;
  z-index:2332;
  cursor: pointer;
  transition: 0.6s ease;
	
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 35px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 35px;
}
.previous_btn svg, .next_btn svg {
	width:35px;
	height:35px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

    
/*	-------------------------------------------------------------- */
/* INSTAGRAM FEED                                                  */
/*	-------------------------------------------------------------- */
.powr-instagram-feed {
	min-height:800px;
}


/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */
/*	START CONTAINER (grid) 										   */										  
/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */


#startcontainer{
    width:100%;
    display:flex;
    flex-wrap:wrap;
}







    #startcontainer #startkurse, #startcontainer #startinfos,#startcontainer #instafeed {
        padding:1rem;
        width:33%;
        border-right:1px solid rgba(207,04,60,1.00);
    }
    #startcontainer #startkurse {
        font-size:1rem;
    }
    #startcontainer #instafeed {
        border-right:none;
    }
    #startcontainer  h2{
        font-size:1.5rem;
        text-transform: uppercase;
    }
    #startcontainer .info{
        color:darkslategrey;
        font-size:1rem;
    }

.filterpfeil_container {
    display:block;
    width:100%;
    /*text-align:center;*/
}

.filterpfeil_container a, .filterpfeil_container a:link,.filterpfeil_container .fas{
    background:rgba(207,04,60,1.00);
    color:white;
    padding:0.2rem 0.3rem;
    border-radius:0.3rem;
    margin-right:0.2rem;
    font-size:1.4rem;
    transition:all ease-in-out 0.4s;
}
.filterpfeil_container *:hover{
    color:lightgrey;
    transition:all ease-in-out 0.3s;
}
.filterpfeil_container_info{
    color:white !important;
    transition:all ease-in-out 0.4s;
}
.filterpfeil_container_info:hover{
    color:lightgrey !important;
    transition:all ease-in-out 0.3s;
}

.display_wrap {
    flex-wrap: wrap;
}
.klein {
    font-size:0.8rem;
}




.agenda_eintrag {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.agenda_eintrag .agenda_eintrag_balken{
    width:100%;
    height:12rem;
    margin-bottom:1rem;
    display:flex;
    cursor:pointer;
    opacity:1;
    transition:all ease-in-out 0.3;
}
.agenda_eintrag .agenda_eintrag_balken:hover{
    opacity:0.9;
    transition:all ease-in-out 0.5;
}

.agenda_eintrag .agenda_eintrag_balken div{
    border-right:1px solid white;
    background: rgba(207,04,60,1.00);
}



.agenda_eintrag .agenda_eintrag_balken img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.agenda_eintrag .agenda_eintrag_balken_titel{
    width:70%;
    font-size:2.5rem;
    padding:0.5rem 1rem;
    color: white;
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase;
    /*text-shadow: 0px 0px 1px black;*/
    background: rgba(207,04,60,1.00);
}

.agenda_eintrag .agenda_eintrag_balken_titel_datum{
    font-size:2rem;
    color: white;
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase;
}
.agenda_eintrag .agenda_eintrag_balken_bild {
    width:20%;
}

.agenda_eintrag .agenda_eintrag_balken_datum {
    width:10%;
    padding:0;
    font-size:2rem;
}
.agenda_eintrag_balken_datum {
    display:flex;
    flex-direction: column;
}

.datum_tag{
    font-size:3.4rem;
    border-bottom:1px solid white;
    background: rgba(207,04,60,1.00) !important;
    color: white;
    padding:0.5rem;
    display:block;
    flex-grow: 1;
}
.datum_monat{
    font-size:1rem;
    background: rgba(207,04,60,1.00) !important;
    color: white;
    padding:0.5rem 1rem;
    display:block;
    flex-grow: 1;
}
.agenda_eintrag .agenda_eintrag_more {
    display:none;
	width:100%;
}



.agenda_eintrag .agenda_eintrag_inhalt{
    width:70%;
}

.agenda_eintrag .agenda_flex{
    display:flex;
    justify-content: space-between;
}
.agenda_eintrag .agenda_inhalt_bilder{
    width:30%;
}
.agenda_eintrag .agenda_inhalt_text{
    width:70%;
}


.eintrag {
    margin-top:1rem;
}

.bildervorschau {
    display:block;
    margin:0.8rem 0rem 0rem 0rem;
    overflow:hidden;
    position:relative;
    height:18rem;
}
.bildervorschau_more {
    font-size:4rem;
    color:white;
    position:absolute;
    z-index:22;
    left:44%;
    top:40%;
    opacity:0.8;
    transition:all ease-in-out 0.1s;
}
.bildervorschau img {
    width:100%;
    height:100%;
    object-fit: cover;
    transform:scale(1);
    opacity:1;
    transition:all ease-in-out 0.2s;
}
.bildervorschau img:hover {
    transform:scale(1.1);
    opacity:0.8;
    transition:all ease-in-out 0.4s;
}
.bildervorschau:hover .bildervorschau_more {
    color:rgba(207,04,60,1.00);
    opacity:1;
    transition:all ease-in-out 0.2s;
}


.kursanzeige {
    
}
.kursanzeige .kurszeile {
    display:flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    padding:0.5rem 0rem;
}
.kursanzeige .kurszeile:nth-child(odd) {
    background:lightgray;
}
.kurszeile .kurszeile_zeit {
    width:auto;
    margin-right:0.3rem;
}

.kurszeile .kurszeile_titel {
    color:rgba(207,4,60,1.00);
    font-weight:bold;
}
.kurszeile .kurszeile_titel_nummer {
    color:darkslategray;
    font-weight:normal;
    font-size:0.7rem;
    margin-top:-0.4rem;
}

/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */
/*	FORMULAR												   */										 
/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */

legend {
	font-family: 'Roboto Slab', sans-serif;
    font-size:1.1rem;
	color:rgba(207,04,60,1.00);
}
fieldset {
	border:1px solid rgba(207,04,60,1.00);
}
.formular_mittel {
    width:45%;
    margin-right:1rem;
    margin-bottom:1rem;
}

.formular_kurz {
    width:25%;
}

/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */
/*	EIGENE KLASSEN												   */
/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */

.clear_fix {
	clear:both;
	height:0px;
}

.klein{
	font-size:0.8em;
}

.kursiv{
	font-style:italic;
}
.erfolg {
	color:#0F6413;
}

.rechts {
	float:right;
}

.dateien {
	margin:10px 0;
}

.spaltentext p { 
	/*
	column-count: 2;
	column-gap: 30px;
	*/
}


/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */
/*	BILDERBOX 													   */										  		
/*	-------------------------------------------------------------- */
/*	-------------------------------------------------------------- */

.bilderbox {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	/* 
	Andere Ausrichtungen (justify-content): 
		center
		flex-start (linksbündig)
		flex-end (rechtsbündig)
		space-between (über die ganze Breite)
		Siehe auch: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
	*/
}

.bilder img {
	height:250px;
}
.zweibilder a{
    width:48%;
}

/*	---------------------------------------------------------------------------------------------------------------------- */
/*	---------------------------------------------------------------------------------------------------------------------- */
/*	FORMULARE 							  																			       */
/*	---------------------------------------------------------------------------------------------------------------------- */
/*	---------------------------------------------------------------------------------------------------------------------- */

#formular {
	letter-spacing:1.1px;
    line-height:1.5em;
}
#formbox div {
	padding:10px 0;
}
#formbox div.captcha input {
	width:30%;
}
#formbox div.captcha img {
	
}

/* Spezial Formular (mehrseitig) */
#formspez {
	
}
#formspez div,
#formspez h2 {
	background-color:#F3F3F3;
	padding:10px;
	margin:10px 0;
}
#formspez h2 {
	margin-top:30px;
}
.formspezupload div {
	padding:0;
}

input,
select,
textarea {
	font-size:1em;
	background-color:#cdcdcd;
	color:#121212;
	border:none;
	padding:1rem;
	width:96%;
}
input:focus, textarea:focus {
	color:#111;
	background-color:#cdcdcd;
}

input[placeholder], [placeholder], *[placeholder] {
	color:#343434 !important;
	padding:1rem;
}
/* Webkit */
::-webkit-input-placeholder { 
    color: #343434; 
	padding:0rem;
	}
/* Firefox 4-18 */
:-moz-placeholder { color: #343434;
	padding:8px;
	}
/* Firefox 19+ */
::-moz-placeholder { color: #343434;
	padding:8px;
	}
/* IE10+ */
:-ms-input-placeholder { color: #343434;
	padding:8px;
	 }


textarea {
	height:120px;
}
input[type=submit],
input[type=button] {
	cursor:pointer;
	width:auto;
	padding:8px;
	margin:30px 10px 0 0;
	background-color:#343434;
	color:#cdcdcd !important;
}
input[type=submit]:hover,
input[type=button]:hover {
	background-color:#cdcdcd;
	color:#121212 !important;
}
input[type=radio],
input[type=checkbox] {
	width:auto;
}

#filter input[type=radio]{
	display:none;
}
#filter option{
    -webkit-appearance:none;
}


#filter option:active{
    background-color: rgba(207,04,60,1.00) !important;
}

#sendprogress {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	background-color:rgba(255,255,255,0.5);
	line-height:100%;
	display:none;
}
#sendprogress .fa {
	position:absolute;
	top:50%;
}

.verticalcentered {
    display:flex;
    align-items: center;
    justify-content: center;
}

.anmeldebutton {
    background-color: rgba(207,04,60,1.00) !important;
    color:white !important;
    padding:1rem 1.5rem !important;
}
.anmeldebutton_inaktiv {
    opacity:0.4;
    cursor:not-allowed  !important;
}
.ndarot {
    color:rgba(207,04,60,1.00) !important;
}
.anmeldebuttongrey {
    margin-top:0.5rem;
    border-radius:2px;
    border:1px solid white;
    background-color: lightgray !important;
    color:rgba(207,04,60,1.00) !important;
    padding:1rem !important;
    transition:all ease-in-out 0.3s;
}
.anmeldebuttongrey:hover, .anmeldebuttongrey a:hover {
    background-color: white !important;
    color:black !important;
    transition:all ease-in-out 0.4s;
}
.anmeldebuttongrey a, .anmeldebuttongrey a:link, .anmeldebuttongrey .fas{
    color:rgba(207,04,60,1.00) !important;
}
.anmeldebuttongrey_inaktiv {
    opacity:0.4;
    cursor:not-allowed  !important;
}
/*	===================================================== MEDIA QUERIES =============================================== */
/*	===================================================== MEDIA QUERIES =============================================== */
/*	===================================================== MEDIA QUERIES =============================================== */





@media(max-width: 1400px) { 
    .teamWrapper .team {
       width:32%;
    }
  }



 /* ---------------------------- 1200px ---------------------------- */
@media(max-width: 1200px) { 
	.tanztabelle_wochentag{
		width:100%;
	}

	.filtercontainer {
		width:100%;
	}
	.filter, .flexer{
		width:100%;
		flex-direction: column;
	}
	.divleft, .divright{
		width:100%;
		flex-direction: column;
	}
	.filterbutton {
		width:100%;
	}
		
	
}
 /* ---------------------------- 1200px ---------------------------- */



 /* ---------------------------- 1050px (iPad) ---------------------------- */
@media(max-width: 1050px) { 

    #startcontainer{
        flex-direction:column;
        width:100%;
    }
    #startcontainer #startkurse, #startcontainer #startinfos,#startcontainer #instafeed {
        padding:1rem;
        width:100% !important;
        border-bottom:1px solid rgba(207,04,60,1.00);
        border-right:none;
    }
    .teamWrapper .team {
       width:24%;
    }
    
    .agenda_eintrag  .agenda_eintrag_balken{
        flex-direction: column;
         height:auto;
    }
    .agenda_eintrag .agenda_eintrag_balken_bild{
        width:100%;
    }
    .agenda_eintrag .agenda_eintrag_balken_datum{
        width:100%;
    }
    .agenda_eintrag .agenda_eintrag_balken_titel{
        width:100%;
    }

	.booking_showgroups{
        flex-direction:column;
    }
	
	.booking_showgroups .showgroups, .booking_showgroups .booking{
        width:100%;
    }
	
	.booking_showgroups .showgroups .showgroup_eintrag  {
        width:100%;
    }
	
	.infoAbk {
		width:15%;
	}
	#easyheaderlogo {
	}
	#easyheaderlogo img{
   		height:auto;
   		max-height:100%;
		width:auto;
	}
	#easyheadersocialmedia {
		flex-direction: row;
	}
	#easyheadersocialmedia i  {
	}
	.tanzkurs_eintrag_alter{
    	width: 25%;
	}
	.tanzkurs_eintrag_lehrer{
    	width: 15%;
	}
	.easycontent_zweispalten{
    	width:100%;
		flex-direction: column;
	}	
	.easycontent_zweispalten div{
    	width:100%;
		margin-bottom:1rem;
	}
    .zweispalten_formular {
    	width:100%;
		flex-direction: row;
    }
    .zweispalten_formular input {
        width:90%;
        margin-right:1%;
    }
  .dreispalten div{
    width:49%;
    }  
	
    .teamWrapper .team {
       width:49%;
    }
	
	.ausblenden{
		display:none;
	}
	#easyfooter_content {
		flex-direction: column;
    	align-items: center;
		padding:0.8rem 0.3rem;
		font-size:0.8rem;
		margin-bottom:0.8rem;
	}
	
    .formular_mittel {
        width:95%;
    }
    .formular_kurz {
        width:46%;
        margin-right:1%;
    }
    
    .infocor{
        width:80%;
        height:auto;
        top:30%;
        left:10%;
        padding-bottom:2rem;
        z-index:99999;
    }
    .infocor_close {
        font-size:2rem;
    }
    
}
 /* ---------------------------- 1050px ---------------------------- */





/* ---------------------------- 780px iPhone ---------------------------- */
@media(max-width: 780px) {
 	/* iPhone */
  	.dreispalten div{
    	width:100%;
    }  
	
    .teamWrapper .team {
       width:100%;
    }
	
	
	.previous_btn {
		left: 50px;
	}
	.next_btn {
		right: 50px;
	}
	
	
	
	
	
}
/* ---------------------------- 780px iPhone ---------------------------- */












/* ---------------------------- 480px ---------------------------- */
@media(max-width: 480px) { 

	.infoAbk {
		width:25%;
	}

}