/**************************
To do
**************************/
/*


FlEX überall noch -webkit!!!


*/


.dankeslisten{
    display: none;
}

.txt1943 h3 {
	/*display:none;*/
}

/**************************
Font

/*blue color #00529D */
/*Section bg #f6f8fa */
/* Logo blue #00529d*/
/*font blue, footer blue #2c3e50 */

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url('../fonts/lato-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v16-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('../fonts/lato-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v16-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}



/**************************
Body &   General html elements
**************************/

html{
    
    scroll-behavior:smooth;
    margin-top: 0!important;
    scroll-padding-top: 70px; /* height of sticky header */
    min-height:100vh;
}

body{
    font-family: 'Lato';
        min-height:100vh;

    
    color: #2c3e50 !important;
    font-size: 1rem;
    
        /* Smoothing */
    
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    
         -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
    
    display:flex;
    flex-direction: column;
   
}


h1 {
   -moz-hyphens: manual;
   -o-hyphens: manual;
   -webkit-hyphens: manual;
   -ms-hyphens: manual;
   hyphens: manual;
}

.bg-primary {
    background-color: white !important;
}

h1{
    margin:0!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p{
    line-height: 1.5 !important;
}

 h2{
    font-size: 1.2rem;
    padding:0;
   /* margin-bottom: .6rem;*/
	 margin-bottom: 0 !important;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5rem;
     width: 100%;
	 /* color:#003d80 !important;*/
}

h3{
     font-size: 1rem;
    font-weight: bold;
     padding:0;
    margin:0;  
    display: block;
       flex-basis: 100%;
   
} 

 h4{
     font-size: 1rem;
  font-weight: bold;
     padding:0;
        margin:0;
  
}
 h5{
     font-size: 1rem;
  font-weight: 400;
     padding:0;
        margin:0;
  
}

 h6{
     font-size: 1rem;
  font-weight: 400;
     padding:0;
        margin:0;
  
}

p {
    //display:block;
    /*gibt probleme mit leeren p's - benötigt??
   flex-basis: 100%; */
}



/*XXL Screen*/
@media only screen  and (min-width: 1601px) {
	/*body, h4, a {
	font-size: 1.2rem;
	}
	h2 {
	font-size: 1.4rem;
	}
	h3 {
	font-size: 1.2rem;
	}
	h1 {
	font-size: 3rem;
	}*/

}


ul{
    padding-left: 0;
        margin-left: 0;
}

 .link a{
     line-height: 1.5;
}

a{
    font-family: Lato;
    color: #2c3e50 !important;
    font-size: 1rem;
    cursor: pointer;
   outline: 0;
    text-decoration: underline;
}

a:hover{
    //text-decoration: none;
    border-bottom: 2px;

}

.link a:hover{
    text-decoration: underline;
}

ul{
    list-style: none;
}

p {
  /* -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;*/
    max-width: 710px;
    width: 100%;
    
}

th, td {
	
	vertical-align:top;
}


section{
    padding: 100px 0px;
    width: 100%;
    background-color: #FFFFFF;
      clear:both;
    float:none;
  
}

section:nth-of-type(even){
        background-color: #f6f8fa;
}

section h1{
    font-family: 'Lato';
    text-transform: uppercase;
    /*font-size: 2rem;*/
    text-align: center;
	padding-bottom: 40px;
    width: 100%;
}


/*************************
Container  & Row
**************************/

.row >h1+p{
   /*
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
       padding-right: 15px;
    padding-left: 15px;
    */
}

/*all direct children of row*/
.row > * {
    padding-right: 15px;
    padding-left: 15px;
}


/*XL Screen*/
@media only screen and (max-width: 1600px) and (min-width: 993px) {
	.container {
	max-width: 960px!important;
}
}
/*XXL Screen*/
@media only screen and  (min-width: 1601px) {
	.container {
	max-width: 1140px!important;
}
}


/** MEDIUM SCREEN - TABLET ***/

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .container {
    max-width: 900px!important;
    }
    
}

/***** SMALL SCREEN - PHONE *****/

@media only screen and (max-width: 767px) and (min-width: 576px) {
	#mainNav .container{
		width: 100% !important;
		max-width: 100% !important;

	}

}


/*************************
WP Elements  Fallback
**************************/
.wp-block-columns {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wp-block-columns+ h2{
   margin-top:2rem;
   margin-top:2rem;
    
}
.wp-block-columns + .wp-block-columns{
   margin-top:2rem !important;
    
    
}


.wp-block-columns h2+*{
    margin-top: .2rem;
}


.wp-block-column{
    margin: 0 !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-top: 20px;
    padding-bottom: 20px;
    
}

.wp-block-column ul{
    padding-top: 1rem !important;
    padding-left: 0; 
    line-height: 1.5;
 
}


/*
needed? sonst bei Wettspielen (mobile) deaktivieren...
.wp-block-group__inner-container{
    margin: 0 !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}*/

.wp-block-group__inner-container p{
    margin: 0 !important;
   
}


.editlink{
    width:100%;
}

.wp-block-image{
    margin: 0!important;
}

.alignleft, .alignright{
    margin: 0!important;
}

/*wp default override...*/
@media only screen and (min-width:768px)  and (max-width: 781px){
.wp-block-column:not(:only-child) {
flex-basis:0!important;
    flex-grow: 1!important;
    
}
}


/**SMALL SCREEN - Landscape PHONE*/
@media only screen and (min-width: 576px)  and (max-width: 767px){
    
.wp-block-column:not(:only-child) {
flex-basis:100%!important;
    
}
    
    .imagelink .wp-block-column {
        
        flex-basis:50%!important;
    } 
}

/*****XSMALL SCREEN - PORTRAIT PHONE******/
@media only screen and (max-width: 575px) {
    
.wp-block-column:not(:only-child) {
flex-basis:100%!important; 
}
    
.imagelink .wp-block-column {
        
        flex-basis:50%!important;
    } 
}

.wp-block-group{
    width: 100%;
}




/*************************
Page without title Option
**************************/

.ohnetitel section .this_title{
    display: none;
}






/**************************
Navbar 
**************************/
.navbar{
    top:0;
    z-index: 400;
    box-shadow: 0 2px 5px rgba(0,0,0,.075);
    background-color: white !important;
    padding-left: 0!important;
    padding-right: 0!important;
}

.navbar .navbar-nav{
    width: 100%;
    max-width:1200px;   
   /*  max-width:1000px;*/
    margin-right: auto;
    margin-left: auto;

    
}

.navbar .container{
    align-items: baseline !important;
 
}

.navbar a{
    line-height:  1.5;
    text-decoration: none;
}

.navbar-toggler {
   /* margin-left: 15px;*/
	padding: 0;
	border: none;
	background: none;

}

.navbar-toggler-icon {
		height 1.2rem;
		width: 1.2rem;
}


.loginbutton{
   /* margin-left: 15px;*/
	padding: 0.5rem;

	border: none;
	background: none;
	/*height 1rem;
	width: 1rem;*/

}


.loginbutton i{
		font-size: 1rem;
}


#loginmenu .logoutbutton {
    width: 100%;
    background-color: #2c3e50;
    color: white;
    border: 0;
    padding: 10px 0;
    height: auto;
    font-weight: bold;
}



#loginmenu .logoutbutton a {
    color: white !important;
    display: block;
    text-decoration: none;
    text-align: center;
	width: 100%;align-content
}

#loginmenu {
	padding-top: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-left: auto;
	flex-basis: 50%;
	flex-grow:0;
	/*background-color: #f6f8fa;*/
}


.current-menu-item >a {

    color:#0055b3 !important;
}

/*AOL Text in Navbar*/
.navbar-brand{
    font-family: fertigo-script, sans-serif;
    -moz-transition: all .1s ease-out;
-webkit-transition: all .1s ease-out;
-o-transition: all .1s ease-out;
transition: all .1s ease-out;
    margin-right: 0;
    max-width: calc(100% - 60px);
    /*color: #00529D !important;*/
	flex-grow: 2;
text-align: center;
	font-size: 1.1rem;
  
}


.navbar .navbar-nav > li:last-of-type {
		/*margin-left: auto;*/
	
		
	}

.navbar-brand:not(.visible){
    opacity: 0; 
   /* display:none;*/
}

.dropdown{
    height: auto;
  
}

.nav-item a{
    font-weight: 500;
}

.dropdown-menu a {
    font-weight: 300;
}


.dropdown-menu{
	left:auto;
	right:0;
}


.dropdown-menu{
    border: 0 !important;
    margin: 0 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,.075);
  
}

/*BG und Schriftfarbe definieren*/
.dropdown-item:active{
    background-color: #f6f8fa !important;
    
}


.current-menu-item a.dropdown-item{
    color: #2c3e50 !important; 
}


#menu-intern {
    display:flex;
    flex-wrap: wrap;
}

	.mainmenuholder{
		display:flex;
	}



/****XSMALL SCREEN - PORTRAIT PHONE ********/

@media only screen and (max-width: 575px) {    
    
  #menu-intern>li>a{
	display:none;
}
	.dropdown-menu{
		box-shadow:none !important;
	}
#menu-intern .dropdown-menu{
	display:flex !important;
	flex-direction: column;
	align-items: flex-end;

}
	#menu-intern .dropdown-item{
		padding-left:0;
		padding-right:0;
	}

	
	.navbar{

   
}

    .navbar .navbar-nav{
      /*  padding-left: 15px;
		padding-right:15px;*/
    }
	

    .navbar a{
        padding-top: 12px;
        padding-bottom: 4px;
    }
    .dropdown a{
        padding-top: 6px;
    }
	
	.navbar-brand{
		/*padding-right:15px;*/
	}
	
	.navbar-nav li {
		flex-basis:100%
	}
	


	.mainmenuholder{
		flex-basis:100%
	}

	#loginmenu {
		flex-basis: 100%;
		flex-grow: 1;
		margin-left: 0;
		padding-left:0;
		padding-right:0;
}
	
.loginbutton{
 /*
	height 1.2rem;
	width: 1.2rem;*/
}

.loginbutton i{
		font-size: 1.25rem;
}


}



@media only screen and (min-width: 576px)  and (max-width: 767px){
	#menu-intern>li>a{
	display:none;
}
	.dropdown-menu{
		box-shadow:none !important;
	}
#menu-intern .dropdown-menu{
	display:flex !important;
	flex-direction: column;
	align-items: flex-end;

}
	#menu-intern .dropdown-item{
		padding-left:0;
		padding-right:0;
	}

	
	.navbar{

  
}

    .navbar .navbar-nav{
      /*  padding-left: 15px;
		padding-right:15px;*/
    }
	

    .navbar a{
        padding-top: 12px;
        padding-bottom: 4px;
    }
    .dropdown a{
        padding-top: 6px;
    }
	
	.navbar-brand{
		/*padding-right:15px;*/
	}
	
	.navbar-nav li {
		flex-basis:100%
	}
	


	.mainmenuholder{
		flex-basis:100%
	}

	#loginmenu {
		flex-basis: 100%;
		flex-grow: 1;
		margin-left: 0;
		padding-left:0;
		padding-right:0;
}

	
.loginbutton{
 
	/*height 1.2rem;
	width: 1.2rem;*/
}
.loginbutton i{
		font-size: 1.25rem;
}

    
}


@media only screen and (min-width: 768px)  and (max-width: 850px){
 navbar-brand{
display:none;
}
}
 


}
 

/*************************
Footer and addon Menu
**************************/

#footer{
    background-color: #2c3e50;
    color:  #F2F0F0 !important;
    /*push footer to bottom if too much space above*/
    margin-top: auto;

}


#footer a{
    background-color: #2c3e50;
    color: #F2F0F0 !important;
    text-decoration: none;
    
}

#footer li{
    //font-weight: 400;
}
#footer li a{
    font-weight: 300;
}


#footer {
    background-color: #2c3e50;
    color:  #F2F0F0 !important;
    /*push footer to bottom if too much space above*/
    margin-top: auto;

}


#footer .icon{
    //font-weight: 400;
    //font-weight: 400;
    
}

#footer ul{
     margin-bottom: 0; 
}

.footermenu{
     border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-color: #F2F0F0;
}

#footer #acc{
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer #acc img{
	width:200px;
	
}

.addons .col-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.iconmenu ul, .addons ul{
    display: flex;
    flex-direction: row;
}
.iconmenu li{
    padding-right: 1rem;
}

.daten li {
    padding-left: 1rem;
}

.addons ul{
    justify-content: flex-end;
}

.addons li{
    padding-right: .5rem;
}

#iconmenu{
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

#footermenu{
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

#menu-iconmenu{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

#menu-iconmenu li{
    
    padding-right: 1rem;
}

#menu-footer{
     display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  
}

#menu-footer > li {
    
    flex-basis: 25%;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  
}

#menu-footer > li a {
      font-weight: 600;
}

#menu-footer > li > ul a {
    font-weight: 300;
}

#menu-footer .current-menu-item a {
    text-decoration: none;
}

@media only screen and (max-width: 575px) {  
    #menu-footer > li {
    
    flex-basis: 50%;
  
}
}


@media only screen and (max-width: 767px) and (min-width: 576px){  
    #menu-footer > li {
    
    flex-basis: 50%;
  
}
}


#menu-addons{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

#menu-addons >li {
    padding-right: 1rem;
}





/**************************
AOL Logo
**************************/

.logo{
    position:absolute;
   /* max-width: 24vw;*/
    max-width: 200px;
    width: calc(6rem + 7vw);
    right: 0px;
    bottom: 0px;
    margin-right: 2rem;
    padding-top: 2px;
    transform: translate(0, 45%);
    -webkit-transform: translate(0, 45%);
    -moz-transform: translate(0, 45%);
    z-index: 300;

}

.logo img{
    max-width: 100%;
   max-height:100%;

}



/*************************
Header  
**************************/

.head{
    height: 75vh;
    margin-top: 3.5rem;
    position: relative;
  
}

.head.small{
    height: 40vh;
}




.head .row{
    height: 100%;
}

.headertxt{
    box-sizing:border-box;
    z-index: 200;
    position:relative;
    display:flex;
    height: 100%;
    max-width: 1200px;
    flex-direction:column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    margin-top:0 !important;
    margin-bottom: 0 !important;
}

.titeltext{
    padding:0 !important;
}
.light-theme{
        color:white !important;
}

.headertxt h1{
    display: block;
	 color:white !important;
    padding-left: 30px !important;
    padding-bottom: 1rem !important;
    font-family: fertigo-script, sans-serif;
    /*font-size: calc(2rem + 1.2vw);*/
	font-size: calc(1.8rem + 1.8vw);
    font-weight: 400;
    font-style: normal;
   /* max-width: calc(100% -(7rem + 7vw));*/
	max-width: calc(100vw - 7rem + 7vw);
    
    -moz-hyphens: manual;
   -o-hyphens:  manual;
   -webkit-hyphens:  manual;
   -ms-hyphens: manual;
   hyphens:  manual;
}

.intern .headertxt h1 {
   /*color:#2c3e50 !important;  */
    font-size: calc(1rem + 1.8vw);
}

.header-bg{
      width:100%;
   height: 75vh; 
   position: fixed;
      z-index:-1;
}

.headerimg-cont{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: -1;
    padding:0 !important;
}

.headerimg-cont:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 900;
   /* background: rgba(23,33,42,0.6);*/
      background: rgba(16,23,29,0.6);
}

.headerimg {
    width:100%;
    height:100%;   
    object-fit: cover;
    object-position: 0 30%;
  
}

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

    .headertxt h1{
		padding-left: .5rem !important;
	}
	
	h1{
	font-size: 2rem;
	}
	
	.headertxt h1{
		font-size 2.5rem;
		max-width: calc(100vw - 7rem + 7vw);
	}
    .head {
         height: 40vh;
    }
}
@media only screen and (min-width: 576px)  and (max-width: 767px){
   .head {
         height: 40vh;
    }   
    
}

/*************************
col Content General
**************************/

.col-content {
   
    padding-top: 20px;
    padding-bottom: 20px; 
    width:100%;
	position: relative;
}

.col-content p{

}

.col-content p:last-of-type{
     margin-bottom: 0;
}



/*************************
Image Wrap
**************************/

.img-wrap{
    position:relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1.2rem;
}

.img-wrap.large{
  
    margin-bottom:0;
}

.img-wrap::before{
content: '' !important;
display: block !important;
padding-bottom: 75% !important;
height: 0 !important;
}

/*for core/image*/
.img-wrap figure{
    position:absolute;
     top:0;
    left: 0;
    bottom:0;
   right:0;
    width:100%;
    height:100%;
    
}

/*for thumbnail imgs*/
/*.img-wrap .img{
  
    position:absolute;
     top:0;
    left: 0;
    bottom:0;
   right:0;
    width:100%;
    height:100%;
    
}*/
.img-wrap.large +h2{
    padding-top: .5rem !important;
}

.img-wrap figure img{

    width:100%;
    height:100%;
    object-fit: cover;
}

.post:hover .img img{
-webkit-filter:brightness(110%); 
  filter: brightness(110%);
}

.post:hover {
    background: rgba(133,160,188, 0.05);
}

.post a{
    text-decoration: none;
}

.col-thumb a{
    text-decoration: none;
}

.col-thumb .img-wrap{
    margin-bottom: .5rem;
}

.post .txt p {
	margin-bottom:0;
}


/*************************
Konzertarchiv
**************************/

#konzertarchiv .col-content{
    
    flex: 0 0 25%;
    max-width: 25%;
}

#konzertarchiv .noposts{
    padding-left:15px;
     padding-right:15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#konzertarchiv h2{
	font-size: 1rem;
}
#konzertarchiv .txt p{
        line-height: 1;
}
#konzertarchiv .txt h2{
    margin-top: 0;
    margin-bottom: 0;
}

#konzertarchiv .category{
        display: none;
    }



/****MEDIUM SCREEN - TABLET*****/

@media only screen and (max-width: 991px) and (min-width: 768px) {

#konzertarchiv .col-content{
	flex-basis: 33.3333% !important;
    max-width: 33.3333% !important;
  
}
}
    
/***********SMALL SCREEN - Landscape PHONE*******/

@media only screen and (min-width: 576px)  and (max-width: 767px){
    
#konzertarchiv .col-content{

	flex-basis: 50% !important;
    max-width: 50% !important;
      
}
    
}

/******XSMALL SCREEN - PORTRAIT PHONE**********/

@media only screen and (max-width: 575px) {
    
#konzertarchiv .col-content{
        flex-basis: 100% !important;
    max-width:100% !important;
      
}
    
}

.category:empty:before{
      content: "\200b";
}


/*************************
Filter
**************************/

#filter {
    padding-left:15px;
}

#response {
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    padding:0 !important;
}

select, option {
    font-size: 14px;
    line-height: 2;
    color:  #2c3e50;;
    border-color:  #2c3e50;
    box-shadow: none;
    border-radius: 3px;
    padding: 0 24px 0 8px;
    min-height: 30px;
    max-width: 25rem;
    -webkit-appearance: none;
    background-color: #fff;
    background-image:url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E');
    background-repeat:no-repeat;
    background-position: right 5px top 55%;
    background-size: auto;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
    font-family: 'Lato', Open Sans;
    font-weight: 400;
    font-size: 1rem;
     -moz-font-family: 'Lato', Open Sans;

}

/*************************
Additional Styling Options
**************************/

.margintop{
margin-top: 50px!important;
}
.paddingbottom{
    padding-bottom: 1rem!important;
}

.box {
        border-top: 1px dotted;
	 border-bottom: 1px dotted;
		padding-left: 15px;
		padding-right: 15px;
	padding-top:20px;
	padding-bottom: 20px;
  
}

.box + .box{
border-top: 0;
}

.twocol{
-moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}


.threecol{
-moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}

.topborder{
    border-top: 1px;
    border-top-style: dotted;
    border-color: #2c3e50;
}

.centered{
 max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}

.bottompadding{
 padding-bottom: 40px;
}


p.bottompadding{
    padding-bottom: 0!important;
}

p.bottompadding:last-of-type { 
     padding-bottom: 40px!important;

}

/*************************
Imagelink ? used?
**************************/
.imagelink a{
    display:block;
    width: 100%;
    height: 100%;
}


/*************************
Dirigenten-Liste
**************************/
.dirigenten tr {
    display: flex;
    flex-direction: row;
    flex: 0 1 100%;
     border-top-style: dotted;
    border-top-width: 1px;
 

}

.dirigenten tbody{
    display: flex;
	flex-wrap:wrap;
       border-bottom-style: dotted;
    border-bottom-width: 1px;
    
}

.dirigenten tr td:first-child{
      padding-right: .5rem;
    flex-basis: 15rem;
      padding-top: .3rem;
  
}

.dirigenten tr td{
	border:none;
}

.dirigenten a, .dirigenten a p{
    text-decoration: underline;
}

/*xs and Small media*/
 @media only screen and (max-width: 767px) {
     .twocol{
-moz-column-count: 2 ;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
     
     
.dirigenten tr td:first-child{
      padding-right: .5rem;
 
    padding-top: .3rem;
    /*font-weight: bold;*/
}
     
     .dirigenten tr {
         flex-wrap: wrap;
     }
     
     
     

	 
}

/*medium size screen*/
@media only screen and (max-width: 991px) and (min-width: 768px) {
.twocol{
-moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}

    }


/*************************
Kontaktformular
**************************/

.kontakt{
   // border-style: dotted;
    //border-style: solid;
    //border-width: 1px;
    border-radius: 5px;
    padding: 10px;
    //margin-top: -11px;
    background-color: white;

}


section:nth-of-type(even) .kontakt{
        background-color: white;
}

section:nth-of-type(odd) .kontakt{
        background-color: #f6f8fa;
}



.kontakt input[type="text"]{
    width: 100%;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: .5px solid;
   height:3rem;
  
    
}
.kontakt input[type="email"]{
    width: 100%;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: .5px  solid;
    height: 3rem;   
}

.kontakt textarea{    
    width: 100%;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: .5px  solid;
    padding: 0;
    height: auto;
}

input[type="submit"]{
    width: 100%;
    background-color: white;
    background-color: #f6f8fa;
    background-color: #2c3e50;
    color:white;
   // border: 1px  dotted;
    border: 0;
    padding:10px 0;
    height: auto;
    font-weight: bold;

}

.kontakt input[type="submit"]{
    border-radius: 5px;
}

input[type="checkbox"] + label{
  
    margin-right: 10px;
    border-radius: 0;
    display:inline-block;
    line-height: inherit;
    vertical-align: middle;
    
    
}
label{
    vertical-align: middle;
}
input[type="checkbox"]{
    
      width: 20px;
    height: 20px;
   
}

.wpcf7-list-item{
    width: 100%;
    padding-bottom: .5rem;
}

.wpcf7-form h3{
    
    padding-bottom: 1rem;
}

#comments{
   /* background-color: #d6dee8;*/
    border-top:1px;
    border-top-style: solid;
    padding-top: 20px;

}

#comments .comments-title{
padding-bottom: 1rem;
}

#comments img{
  /*max-width:30px;
    max-height:30px;*/

}

#comments .no-comments{
    margin-bottom: 0;
}


#comments .comment-form-cookies-consent input{
	display: inline;

}

#comments .comment-form-cookies-consent label{
	display: inline;
	vertical-align: top;

}
#comments .comment-form-url{
	display: none;

}

#comments .comment-form-author label{    
    width: 60px;
}

#comments .comment-form-email label{    
    width: 60px;
}



#comments textarea{    
    width: 100%;
    background-color: transparent;
    padding: 0;
    height: auto;
}

#comments .reply{
	display:none;
}
.comment-list {
	border-bottom: 1px;
	border-bottom-style: dotted;
}

.comment-respond{
padding-top: 2rem;
}


/*************************
Newsletter
**************************/


section .newsletter .kontakt{
     //background-color: #f6f8fa;
}

.newsletter ~.wp-block-file a:nth-of-type(2){
    //display:none !important;
}
.newsletter ~ .wp-block-file a:nth-of-type(1){
  // text-decoration: underline;
}

/*************************
Single Page allgemeine Regeln
**************************/

.single .col-content img{
	 height: auto;
}

.single .teaser{
   max-width: 50%; 
    width: 50%;
    position: relative;
    
  
}

.single .addimg{
    max-width: 50%; 
    width: 50%;
    position: relative;
}

.single .col-content{
    padding:0;
}

 .single .img-wrap.medium{
    /* max-width: 50%;*/
    position: relative;
   /* padding-left:15px;
    padding-right: 15px;*/
    margin: 0!important;
}

.single .img-wrap  {
    position: relative;
    margin: 0!important;
    overflow: hidden;
}

.fullsize .img-wrap figure{
    position: relative;
}
.fullsize .img-wrap::before{
    padding:0!important;
}

.single h6 + p, .single h5 +p, .single h4+p, .single h3+p, .single h2+p {
    margin-top: 1rem;
}

/** MEDIUM SCREEN - TABLET ***/

@media only screen and (max-width: 991px) and (min-width: 768px) {
}
/***** SMALL SCREEN - PHONE *****/

@media only screen and (max-width: 767px) and (min-width: 576px) {
.single .teaser{
  max-width: 100%;
     width: 100%;
    position: relative;
	}
    
    .single .addimg{
         max-width: 100%;
     width: 100%;
    position: relative;
        
    }
}

/**** XSMALL SCREEN - PORTRAIT PHONE  *******/

@media only screen and (max-width: 575px) {
.single .teaser{
  max-width: 100%;
    width: 100%;
    position: relative;
	}
    
    .single .addimg{
  max-width: 100%;
    width: 100%;
    position: relative;
	}
}


/*************************
Floating
**************************/

.floating{
width: 100%;
}
 .floating p,  .floating h1,  .floating h2, .floating h3, .floating h4, .floating h5, .floating ul, .floating h6{
	padding-left: 15px;
	padding-right: 15px;
     max-width: 100%;
}

.floating > h1 + .teaser + *{
   margin-top:15px;
}

.floating > .teaser {
    float: left;
	margin-right:15px;
    padding-right: 15px!important;
	padding-left: 15px!important;
	margin-bottom: 0px!important;
    padding-top:20px;
    padding-bottom: 20px;
}

.floating > .addimg {
        float: left;
     padding-right: 15px!important;
	padding-left: 15px!important;
	margin-bottom: 0px!important;
    padding-top:20px;
    padding-bottom: 20px;
    margin-right:15px;
}

.floating > .addimg+p{
  padding-top: 1rem;
  
}

.floating::after{
	content: "";
  	clear: both;
  	display: table;
}

.floating{
	display: block!important;
	padding-left: 0!important;
	padding-right: 0!important;
	/*padding-top: 15px;*/

}

.floating .img{
    position: relative;  
}

.floating > .img-wrap::before{
   /* padding:0 !important;*/
}
.floating > figure {
padding-top: 15px;
}

/*************************
Clearfix
**************************/


.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


/*************************
Event Single
**************************/
#event .row > * {
	padding-left: 15px;
	padding-right: 15px;
}

#event a {
	text-decoration: underline;

}
.eventdate{
  
}

.ort{
 margin-bottom: 0;   
    font-weight: 700;
}

/*#news .ort{
    font-weight: normal;
}*/

.gruppe{
    margin-bottom: 1rem;
}
.time {
 font-weight: 700;
}


/*************************
Google Map
**************************/
.wp-block-columns iframe {
    width: 100%!important;
	height: 450px!important;
}

/*************************
Youtube
**************************/

.wp-block-embed__wrapper{
width:  100%!important;
		height: 100%!important;
}
.wp-block-embed-youtube iframe {
	width:1000px;
	height: 562px;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-embed-youtube{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}



/** MEDIUM SCREEN - TABLET ***/
@media only screen and (max-width: 991px) and (min-width: 768px) {
	
	.wp-block-embed-youtube iframe {
		width:500px;
	height: 281px;
	}
}

/***** SMALL SCREEN - PHONE *****/
@media only screen and (max-width: 767px) and (min-width: 576px) {
	.wp-block-embed-youtube iframe {
		width:500px;
	height: 281px;
	}

}
/**** XSMALL SCREEN - PORTRAIT PHONE  *******/
@media only screen and (max-width: 575px) {

	.wp-block-embed-youtube iframe {
		width:500px;
	height: 281px;
	}

}






/*************************
Programm
**************************/


#event .programm  td{
	border: none;
	padding:0 !important;

}
#event div.programm {
	flex: 0 1 50%;
	-ms-flex: 1 0 50%;
}

#event div.programm.full {
	flex: 0 1 100%;
	-ms-flex: 1 0 100%;
}




#event .programm .wp-block-table{
	min-width: 50%;
	padding-left 15px;
	padding-right 15px;
	margin-left:auto;
	margin-right:auto;
}
#event .programm th{
display:none;
}

#event .programm td{
display:block;

}

#event .programm.full td{

}

#event .programm  td:first-child{
	margin-top: 16px;
	font-style:oblique;
}
#event .programm td:nth-child(2){
	font-weight:600;
}
#event .programm td:nth-child(3){
	margin-left
}
#event .programm td:last-child{
	padding-left: 1rem;
}




/** MEDIUM SCREEN - TABLET ***/
@media only screen and (max-width: 991px) and (min-width: 768px) {
	
	/*#event div.programm {
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	}
	
	
	#event div.programm ~ div.programm {

	padding-top: 1.5rem;
	}*/
}

/***** SMALL SCREEN - PHONE *****/
@media only screen and (max-width: 767px) and (min-width: 576px) {
	
	#event div.programm {
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	}
	
	
	#event div.programm ~ div.programm {

	padding-top: 1.5rem;
	}
}
/**** XSMALL SCREEN - PORTRAIT PHONE  *******/
@media only screen and (max-width: 575px) {
	#event div.programm {
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	}
	
	
	#event div.programm ~ div.programm {

	padding-top: 1.5rem;
	}
}

/*************************
Mitwirkende
**************************/




#event .mitwirkende > .wp-block-group__inner-container{
	display:flex;
	flex-wrap: wrap;
	margin-left:-0.4rem !important;
	margin-right: -0.4rem !important;
}

#event  .mitwirkende > .wp-block-group__inner-container .wp-block-group{
	flex-basis: 30%;
	padding-bottom:2rem;
	margin-left: .4rem;
	margin-right: .4rem;
	
}



/***** SMALL SCREEN - PHONE *****/
@media only screen and (max-width: 767px) and (min-width: 576px) {
#event  .mitwirkende > .wp-block-group__inner-container .wp-block-group{
	flex-basis: 47%;
}

}

/**** XSMALL SCREEN - PORTRAIT PHONE  *******/
@media only screen and (max-width: 575px) {
#event  .mitwirkende > .wp-block-group__inner-container .wp-block-group{
	flex-basis: 100%;
}
}

/*************************
Programmarchiv
**************************/

#programmarchiv  th{
	display:none;
}
#programmarchiv figure:nth-of-type(1) th{
	display:table-cell;
}
#programmarchiv h2{
	padding-top: 2rem;
}


/*************************
Inserenten
**************************/
.inserenten img {
	object-fit: contain !important;
}

.inserenten figure.wp-block-image {
	flex: 0 0 31% !important;
}

/** MEDIUM SCREEN - TABLET ***/
@media only screen and (max-width: 991px) and (min-width: 768px) {
	.inserenten figure.wp-block-image {
	flex: 0 0 31% !important;
	}

}


/***** SMALL AND XSMALL SCREEN - PHONE *****/
@media only screen and (max-width: 767px)  {
	.inserenten figure.wp-block-image {
	flex: 0 0 100% !important;
	}
}

@media only screen  and (min-width: 1601px) {
	.inserenten figure.wp-block-image {
	flex: 0 0 23% !important;
	}
}
}



/*************************
Wettspiel Tabelle Event Single
**************************/

.wettspiel{
	flex: 1 1 100%;
}
.wettspiel .wp-block-table{
	padding-left 15px;
	padding-right 15px;
	margin-left:auto;
	margin-right:auto;
}

/*Padding Tabelle links*/
.wettspiel figure {
	/*padding-left: 4rem;*/
}

/*Erste Tabelle ohne Padding links*/
 .wettspiel figure:nth-of-type(1) {
	padding-left:0;
		margin-bottom: 0;
	 display: none;
}
.wettspiel table{
	table-layout:auto;
	width: auto !important;
}
/*Padding oberhalb Reihen*/
.wettspiel figure  tbody tr td{
	padding-top: 1rem;
	/*padding on tr funktioniert nur mit display block... alternativ td padden*/
	
}
/*erste Reihe kein Padding oben*/
.wettspiel figure tr:nth-of-type(1) td{
	padding-top: 0rem;
/*padding on tr funktioniert nur mit display block... alternativ td padden*/
}


/*Tabellenrahmen*/
.wettspiel .wp-block-table td {
	border:none;
}

 .wettspiel figure{
 /*border-bottom: 1px dotted;*/
}

.wettspiel thead{
	display:none;
}
.wettspiel tbody{
	border:none;

}

.wettspiel tr{
	border:none;
	border-bottom: 1px dotted;
	border-top: 1px dotted;
}



.wettspiel th{
	border:none;
}



/*Zellen*/
 .wettspiel td{
	vertical-align: top;
	padding-right: 2rem;
}
/*Oberste Reihe */
 .wettspiel figure:nth-of-type(1) td{
	font-weight: 600;
	padding-right: .3rem !important;
	font-style: normal !important;
}
/*Jahrzahl */
.wettspiel figure:nth-of-type(1) td:nth-of-type(1){
	width: 4rem;
	padding-right: 0 !important;

}
/*1. Spalte => Formation*/
 .wettspiel figure:nth-of-type(2) td:nth-child(1){}

/*2. Spalte => Spielstufe*/
 .wettspiel  figure:nth-of-type(2) td:nth-child(2){}

/*3. Spalte => Wertungsstück*/
.wettspiel  figure:nth-of-type(2) td:nth-child(3){
font-style:oblique;
}
/*4. Spalte => Bewertung*/
.wettspiel  figure:nth-of-type(2) td:nth-child(4){

}

/** MEDIUM SCREEN - TABLET ***/
@media only screen and (max-width: 991px) and (min-width: 768px) {

}
/***** SMALL AND XSMALL SCREEN - PHONE *****/
@media only screen and (max-width: 767px)  {
	.wettspiel figure{
		padding-left: 0rem;	
	}
	
	
	.wettspiel tr{
			display:flex;
			flex-wrap:wrap;
			flex-direction: row;
			
}
	
	
.wettspiel figure  tbody tr td{
	padding-top: 0;
}
	

	
	
	/*Padding oberhalb Reihen*/
.wettspiel figure  tbody tr {
	padding-top: 1rem;
	/*padding on tr funktioniert nur mit display block... alternativ td padden*/
	
}
/*erste Reihe kein Padding oben*/
.wettspiel figure tr:nth-of-type(1) {
	padding-top: 0rem;
/*padding on tr funktioniert nur mit display block... alternativ td padden*/
}

	
	
	
	.wettspiel td{
		padding-right: 1rem;
	}
	
	
	
	/*Formation*/	
	.wettspiel figure:nth-of-type(2) td:nth-of-type(1){
		display:block;
			/*flex: 0 0 auto;*/
			width:6rem;
			/*order: 1;*/
			
}
	/*Spielstufe*/	
	.wettspiel figure:nth-of-type(2) td:nth-of-type(2){
		display:block;
			/*flex: 1 1 auto;*/
			width: 8rem;
			/*order: 2;*/
}
	
	/*Stück */	
	.wettspiel figure:nth-of-type(2) td:nth-of-type(3){
		display:block;
			flex: 0 0 100%;
			/*order: 4;*/
			padding-left:6.5rem;
			
}

	/*Bewertung*/	
	.wettspiel figure:nth-of-type(2) td:nth-of-type(4){
		display:block;
			flex: 0 0 auto;
		padding-left: 6.5rem;
		/*order: 3;*/
			
}
	

.wettspiel figure:nth-of-type(1) td:nth-of-type(1){
		display:block;
		flex: 0 2 100%;
		
			
}
	
	
.wettspiel figure:nth-of-type(1) td:nth-of-type(2){
		display:block;
			flex: 0 0 auto;		
}

	
}
/***** SMALL SCREEN - PHONE *****/

/**** XSMALL SCREEN - PORTRAIT PHONE  *******/

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


/*************************
Wettspiel Tabelle Archiv Liste
**************************/
#wettspiel{
    width: 100%;
}

#wettspiel .col-content{
    display:flex;
    flex-wrap:wrap;
    
}

#wettspiel .imgcol{
    flex: 0 0 15%;
    
}

/*Rahmen Tabelle*/
.archiv #wettspiel .wp-block-table td {
	border:none;
}

.archiv #wettspiel figure{
 border-bottom: 1px dotted;
}
.archiv #wettspiel thead{
	border:none;
}


.archiv #wettspiel tr{
	border:none;
}

.archiv #wettspiel a{
    
    z-index: 100;
	display:inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

}
#wettspiel .wettspiel{
    flex: 0 0 85%!important;
    padding-left: 30px;
    
}
.archiv .wettspiel th{
display:none;
}

.archiv .wettspiel figure{
position:relative;
	padding-left: 4rem;
}
.archiv .wettspiel figure:nth-of-type(1){
position:relative;
	padding-left: 0;
	display: block;
}

.archiv .wettspiel figure tbody tr td{
padding-top: 0;
}

.archiv .wettspiel table{
	table-layout: fixed;
	width: auto !important;
}

.archiv .wettspiel p{
margin: 0;
}

.archiv .wettspiel td {
	padding-right:0;

}

.archiv .wettspiel  a{
	display:inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*Oberste Reihe */
.archiv .wettspiel figure:nth-of-type(1) td{
	font-weight: 600;
	padding-right: .3rem !important;
	font-style: normal !important;
}

/*Jahrzahl */
.archiv .wettspiel figure:nth-of-type(1) td:nth-of-type(1){
	width: 4rem;
	padding-right: 0 !important;

}

/*1. Spalte => Formation*/
.archiv .wettspiel figure:nth-of-type(2) td:nth-child(1){
	width: 6rem;
}

/*2. Spalte => Spielstufe*/
.archiv .wettspiel  figure:nth-of-type(2) td:nth-child(2){
	width: 10rem;
}

/*3. Spalte => Wertungsstück*/
.archiv .wettspiel  figure:nth-of-type(2) td:nth-child(3){
	width: 18rem;

}
/*4. Spalte => Bewertung*/
.archiv .wettspiel  figure:nth-of-type(2) td:nth-child(4){
	/*display:none!important;*/

}

/***** SMALL AND XSMALL SCREEN - PHONE *****/

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

#wettspiel .imgcol{
    flex: 0 0 30%;
    
}


#wettspiel .wettspiel{
    flex: 0 0 100%!important;
    padding-left: 0px;
    
}
    
    
    
	
	.archiv .wettspiel figure{
		line-height: 1.3;
		padding-left: 0;
	}
	
	.archiv .wettspiel figure:nth-of-type(1) tr{
	display:block;
	}
	
	/*.archiv .wettspiel figure:nth-of-type(1){
		padding-left: 3rem;

	}*/
	.archiv .wettspiel figure td{
		display: block;
		min-width: 0;
	}
	
	
	.archiv .wettspiel figure:nth-of-type(1) td{
		display: flex;
		flex-wrap: wrap;
		height: auto;
	}
	
 .archiv .wettspiel figure:nth-of-type(1) td:nth-of-type(1){
		
		/*width: 3rem;*/
		flex: 0 2 100%;	
	 /*margin-left: -3rem;*/
}
	
	
 .archiv .wettspiel figure:nth-of-type(1) td:nth-of-type(2){
	
	 	flex: 0 0 auto;	
	
}
 .archiv .wettspiel figure:nth-of-type(1) td:nth-of-type(3){

			flex: 0 1 auto;		
}
	
	
.archiv .wettspiel figure:nth-of-type(2) tr {
		/*padding-left: 3rem;*/
		}
	
.archiv .wettspiel td {
    padding-right: .3rem;
	
}
		
.archiv .wettspiel figure:nth-of-type(2) td:nth-of-type(1){
		
}
	
.archiv .wettspiel figure:nth-of-type(2) td:nth-of-type(2){
	
		flex: 0 2 30%;	
    
}
 .archiv .wettspiel figure:nth-of-type(2) td:nth-of-type(3){
		
		flex: 0 0 100%;		
       /* padding-left: 2rem;*/
}
 .archiv .wettspiel figure:nth-of-type(2) td:nth-of-type(4){
	
		flex: 0 0 auto;		
}
		
.archiv .wettspiel figure tbody tr:nth-of-type(1){
		padding-top: 0rem;
	
}

	
	.archiv .wettspiel figure tbody tr{
		padding-top: .3rem;
	
}

}

/*************************
News Single
**************************/

#news .col-content img{
	 height: auto;
}

#news .descr a{
    text-decoration: underline;
}



/*************************
ARchiv
**************************/

.archivecontainer{
    width: 100%;
	display:flex;
	flex-wrap: wrap;
}


/*************************
Galerie-Single
**************************/

#galerie-single .row > * {
    padding-left: 15px;
    padding-right: 15px;
}

#galerie-single >div > div p {
   margin-bottom: 0;
   /* width:80%;*/
    margin-left: auto;
    margin-right: auto;
}

#galerie-single >div > div p:last-child {
   margin-bottom: 1rem;
}

#galerie-single footer{
    width: 100%;
}

/*Für Galerien auf Eventbeiträgen*/
.galerie ~p {
    margin-bottom: 0;
    width:80%;
    margin-left: auto;
    margin-right: auto;
}

/******SMALL SCREEN - Landscape PHONE*********/

@media only screen and (min-width: 576px)  and (max-width: 767px){
      #galerie-single >div > div p {
    width:100%;
}

.galerie ~p {
    width:100%;
} 
}

/********XSMALL SCREEN - PORTRAIT PHONE***********/

@media only screen and (max-width: 575px) {
    #galerie-single >div > div p {
    width:100%;
}

.galerie ~p {
    width:100%;
}   
}


/*************************
Galerie-Archiv
**************************/

.col-thumb{
padding-top: 20px;
padding-bottom: 20px;
width: 100%;
}

.thumb-wrap::before{
    content: '' !important;
    display: block !important;
    padding-bottom: 100% !important;
    height: 0 !important;

    
}

.thumb-wrap {
    position: relative;
}

.thumb {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
    
}

.thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.col-thumb .beschreibung{
    text-align: center;
}

/*************************
Organisation
**************************/

.organisations-liste{
    border-top: 1px;
    border-top-style: dotted;
    line-height: 1.5;
}

/*************************
Orcheseter
**************************/

.orchester-liste{
    border-top: 1px;
    border-top-style: dotted;
    line-height: 1.5;
}




/*************************
Goenner
**************************/

.dankes-liste{
    display: flex;
    flex-wrap: wrap;
    width: 100%;

}

.dankes-liste a{
    text-decoration: underline;
}

.dankes-liste h2{
    margin-top: 1.2rem;
}

.dankes-liste ul{
    
    border-top: 1px;
    border-top-style: dotted;
    line-height: 1.5;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.dankes-liste .wp-block-group{
    /*flex-basis: 50%;
    max-width: 50%;*/
    padding-left: 15px;
    padding-right: 15px;
}
    @media only screen and (max-width: 575px) {  
    .dankes-liste div{
    flex-basis: 100%;
    max-width: 100%;
}
}


/*************************
Arrow links
**************************/




.link {
    /*Gebraucht z.B. Galerie*/
   width: 100%;
}

.link i{
    padding-right: .2rem;
}
/*
.back-button a{
    font-weight: 600;
    padding:0 !important;
}

.back-button span{
    font-family: 'Lato';
    font-weight: 600;
    padding-left: .5rem;
}*/

.pfeillink { 
	position:relative; 
	/*padding-left:35px; Deaktiviert Galery single)*/
	margin-bottom: 0;
	 width: 100% ;
	 line-height: 1.5;
    display: flex;
    max-width: 100%;
}

.eventlink a:before{

}

.rechts a:before { 
	content: "\f0a9"; 
}

.links a:before{
	content: "\f0a8"; 
}

.pfeillink a:before {
	/*position: absolute;*/
	top: 0px;
	left: 0;
	font-family: FontAwesome;
	font-weight: 400;
	/*padding-left:15px;*/

} 
.pfeillink a{
	line-height: 1.2;
font-weight: 400;
padding-left: .2rem;
    display: block;
}

.pfeillink a:before{
	padding-right: .2rem;
}
.galerie ~ .eventlink{
display:none;
}

.pfeillink  a {
    text-decoration: none!important;
}

.pfeillink  a:hover {
    text-decoration: none!important;
}

  
/***********XSMALL SCREEN - Portrait PHONE*******/

@media only screen and (max-width: 575px) {
 
}
   
/***********SMALL SCREEN - Landscape PHONE*******/

@media only screen and (min-width: 576px)  and (max-width: 767px){

}

/*************************
Gallery
**************************/
.wp-block-gallery.has-nested-images .wp-block-image {
    padding: .5rem !important;

    
    
}


/*

.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n)
0px


*/


/*.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  margin-right: var(--gallery-block--gutter-size,16px);
  width: calc(33.33% - var(--gallery-block--gutter-size, 16px)*0.66667);
}*/


/*************************
Flexslider Galerie
**************************/

.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}

.slides li{
    position:relative;
    
}

.slides li:before{
    content: '' !important;
display: block !important;
/*padding-bottom: 80% !important;*/
padding-bottom: 75% !important;
height: 0 !important;
    
}

.slides li figure{
    position:absolute;
    top:0;
    left: 0;
    right: 0;

    width:100%;
    height: calc(100% - 1.5rem);
    
}

.flexslider .slides img{
    width: 100% !important;
   height: 100% !important;
    object-fit: contain;
   /*padding: 15px;
      border-width: 1px;
    border-style: dotted;*/
  
}

.flex-direction-nav a{
    line-height: 1;
}
.blocks-gallery-item__caption{
    /*border-top-width: 1px;
    border-top-style: dotted;*/
    text-align: center;

}
.flexslider{
    background: transparent !important;
    background-color: transparent !important;
    border-width: 0 !important;
    width: 80%;
   /*max-width: 710px;*/
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px!important;
}
.flexslider:hover .flex-direction-nav .flex-next {
   
    right: -12px!important;
}

.flexslider:hover .flex-direction-nav .flex-prev {
   
    left: -12px!important;
}

.flexslider .flex-direction-nav .flex-next {
   /* opacity: 0.7;*/
    right: -12px!important;
}

.flexslider .flex-direction-nav .flex-prev {
  /*  opacity: 0.7;*/
    left: -12px!important;
}


.flex-control-nav {
    width: 100%;
   /* position: absolute;
   bottom: -10px!important;*/
    position:relative!important;
    bottom: 0px!important;*
    text-align: center;
}

/*******SMALL SCREEN - Landscape PHONE ************/


@media only screen and (min-width: 576px)  and (max-width: 767px){
    .flexslider{
             width: 100%;
    }
}

/****XSMALL SCREEN - PORTRAIT PHONE*****************/


@media only screen and (max-width: 575px) {
    .flexslider{
             width: 100%;
    }
    
 .slides li:before{
    content: '' !important;
display: block !important;
padding-bottom: 120% !important;
height: 0 !important;
    
}
    
    .flexslider:hover .flex-direction-nav .flex-next {
   
    right: 10px!important;
}

.flexslider:hover .flex-direction-nav .flex-prev {
   
    left: 10px!important;
}

.flexslider .flex-direction-nav .flex-next {
   /* opacity: 0.7;*/
    right: 10px!important;
}

.flexslider .flex-direction-nav .flex-prev {
  /*  opacity: 0.7;*/
    left: 10px!important;
}
 
}



/*************************
BAck and share
**************************/

.iconbuttons {
         padding-top:.5rem;
	padding-bottom: .5rem;
	position: sticky;
    position:-webkit-sticky;
    top:60px;
	z-index:350;
    
}

.iconbuttons .icon{
    padding-right: .5rem;
    position: relative;
    padding-top: .5rem;
    padding-right: .5rem;
}

.iconbuttons.top{
      top:60px; 
}

.iconbuttons.bottom{
    bottom:5px;
    
}

.iconbuttons .container{
    display: flex;
}



.backnavi a{
    padding:0 !important;

     
}
.backnavi a::before{
   font-size: 1rem; 
    line-height: 1rem !important;
   display: inline-block;
    color:white !important;
  width: 1.8rem;
    height: 1.8rem;
   padding:.4rem !important;
    /*vertical-align: middle;
    text-align: center;*/
     background-color: #2c3e50 !important;
    //background-color: #00529d !important;
    border-radius: 50%;
    content:"\f060" !important;
    content:"\f060" !important;

}

.backnavi .linktext{
    display:none;
}



.sharebutton {
    position: relative;
    line-height: 1rem;
    z-index: 10;
}

.sharewith.closeit i{
    position: absolute;
   left: 170px;
    top: 5;
    color: white!important;
    
}

.sharewith p{
    margin-bottom: .5rem;
}

#share {
    display: none;
  
}



#share.show{
    display: block;
       color: #00529d !important;

    position: absolute;

    background-color: white;
      background-color: #f6f8fa;
    background-color: #2c3e50;
    width: 200px;
   top:0px;
    left: 0px;
    padding-top: .5rem;
    border-radius: 5px;
    margin-left:-.2rem;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);

    
}
#line{
    width: 100%;
}
#share.show a{
    text-decoration: none;
     color: #00529d !important;
}

#share p{
    width: auto;
    display: inline-block;
}


.sharehead{
        color: white!important;
    font-weight: bold;
   //background-color: #f6f8fa;
   // border-bottom: 1px;
//    border-bottom-style: solid;
    
}

.sharehead p{
        margin-bottom: .5rem;
    padding-left: .5rem;
    position: relative;
    left: 40px;
}

.shareicon{
    cursor: pointer;
        font-size: 1rem; 
    line-height: 1rem;
   display: inline-block;
    color:white !important;
  width: 1.8rem;
    height: 1.8rem;
   padding:.4rem !important;
    vertical-align: middle;
    text-align: center;
    background-color: #00529d !important;
      background-color: #2c3e50 !important;
    border-radius: 50%;
}

.sharewith {
    cursor: pointer;
    
    background-color: white;
}

#share i{
    padding-right: .5rem;
    padding-left: .5rem;
}



   @media screen and (max-width: 575px) {
        ..tip .tiptext {
            display: none
        }
       #share.show {
           //width: 100vw;
       }
    }



    
       @media screen and (min-width: 576px) {
        .whtsp{
            display: none
        }
    }



/*************************
Tooltip
**************************/
.tip{
    position: relative;
    
}

/* Tooltip text */
.tip .tiptext {
  visibility: hidden;
  width: 120px;

  background-color:#555;
    background-color:#00529d;
    background-color: #2c3e50;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  position: absolute;
  z-index: 1;
 top: 125%;
left: 50%;
margin-left: -60px;

}



   @media screen and (min-width: 576px) {
       .tip:hover .tiptext {
  /*visibility: visible;*/
}

    }



.tiptext::after {

    content: "";
    position: absolute;
    /*top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    */
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    

    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;

}

/*************************
INTERN
**************************/

.head.intern{
      margin-top: 0;
    height: auto;
    /*background-color:#2c3e50;*/
}

#menuintern div {
    padding-right: 1rem;
}

.intern .this_title{
	display: none;
}

.internerbereich{
	padding-top:4rem;
	background-color: #f6f8fa;
}

/*AOL Cal */

.pgc-calendar-wrapper {
    margin-bottom: 40px;
	margin-left: auto;
	margin-right:auto;
}



#id_0_1 + label span{
       background-color:#1e94ff!important;
}


#id_0_0 + label span{
        background-color:#b8ddff !important;
}


a[data-calendarid="aoluzern@gmail.com"] {
 background-color:#1e94ff!important;
}

tr[data-calendarid="aoluzern@gmail.com"] span {
 background-color:#1e94ff!important;
}


.fc-button-primary{
    margin-left:.5rem!important;
    margin-right: .5rem!important;
}




a[data-calendarid="kraa0hc8b381mrnr0hvm8dpcu4@group.calendar.google.com"] {
 background-color:#b8ddff !important;
}

tr[data-calendarid="kraa0hc8b381mrnr0hvm8dpcu4@group.calendar.google.com"] span {
 background-color:#b8ddff !important;
}


p.wp-block-pgc-plugin-calendar {
    margin:0!important;
    padding:0!important;
    
}

#navbarIntern {
	position:relative;
}







/*************************
AOL CAL New
**************************/

#events_wrap {
width: 100%;
    max-width: 600px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}

.ical{
	width:100%;
}
.ical .group {
    background-color: #eee;
    font-weight: 700;
    padding: 8px 14px;
    border-color: #ddd;
    border-width: 1px 0 0;
    border-style: solid;
}

.ical td{
    padding: 8px 14px;
}

.summary span{
	display:inline-block;
	margin-right:1rem;
	width: 10px;
	height:10px;
	border-radius: 5px;

}

.cal0 .summary span{
	background-color:red;
}
.cal1 .summary span{
	background-color:blue;
}

.cal0 td a{
	 cursor: default;
        pointer-events: none;        
        text-decoration: none;
}

.cal1 td a{
	/* cursor: default;
        pointer-events: none;        
        text-decoration: none;*/
}

.amrcol3{
	display:none;
}
#icalnavs{
	display:none;
}

.calendar_navigation{
	margin-top:2rem;
	display:flex;
	justify-content:space-between;
}
.calendar_navigation form input {
	width:3rem;
	
	
	
}
.calendar_navigation a{
	display:block;
}
.calendar_navigation .prevmonth{
	order:1;
	flex-grow:2;
}

.calendar_navigation form{
	order:2;
}

.calendar_navigation .nextmonth{
	order:3;
	flex-grow:2;
	text-align:right;
}

/*************************
Download button
**************************/


.wp-block-file {
    flex-basis: 100%;
        border-top: 1px dotted;
	 border-bottom: 1px dotted;
		padding-left: 15px;
		padding-right: 15px;
	padding-top:20px;
	padding-bottom: 20px;
}

.infogruppe{
	 border-top: 1px dotted;
	 border-bottom: 1px dotted;
	padding-left:0;
	padding-right: 0;
	padding-top:20px;
	padding-bottom: 20px;
}

.addpadding{
	padding-left: 15px;
		padding-right: 15px;
}

.noten {
	padding-bottom: 50px;
	flex: 0 0 100%
	
}




.noten .wp-block-file {
	border:0 !important;
	padding: 0;
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.noten .wp-block-file {
		flex: 0 0 48%;
	}
	}


.noten > .wp-block-file > a{
	text-decoration: underline !important;
	width: 100% !important;
	padding-right:  15px;
	
}



.noten .wp-block-file__button{
	
}

.floating .wp-block-file {
	border:0;
}

.wp-block-file > a:nth-of-type(1) {
    width: 14rem;
    display: inline-block;
}

.wp-block-file__button{
    background-color: #2c3e50;
    color:white !important;
     border-radius: 5px !important;
}
.einzahlung.wp-block-file > a:nth-of-type(1) {
	width: 100%;
		display: inline-block;
}

.einzahlung .wp-block-file__button{
	margin-left:0;
	margin-top: .75rem;
}


@media only screen and (max-width: 767px) and (min-width: 576px) {
    
}
@media only screen and (max-width: 575px) {
    
}

/*Termine aoldle*/

#termine{
    width: 100%;
    display:flex;
    flex-direction: row;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

#termine .sidebar{
    width: 200px;
    display:flex;
    flex-direction: column;
}


#termine .headergroup {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
#termine .headergroup .top{
    flex-grow: 1;
    justify-content: flex-start;
}

#termine  *{
    /*flex-grow: 1;*/
   /* background-color: beige;*/
    margin:0 !important;
 
    
}
#termine .teilnehmerheader, #termine .dateheader{
    height: 44px;
    display: flex;
   flex-direction: column;
}
#termine .teilnehmerheader span{
    font-weight: 600;
       padding-left: .5rem;
    padding-right: .5rem;
}

#termine .teilnehmer li{
    height:  44px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding-left: .5rem;
    padding-right: .5rem;
}

#termine .teilnehmer li div{
}

#termine .teilnehmer li .name{
flex-grow: 1;
}
#termine .teilnehmer li .edit{
align-self: flex-end;
    width: 2rem;
}

#termine .dateoption {
    display: flex;
    flex-direction: row;
}
#termine .dateoption {
    display: flex;
    flex-direction: row;
    
}
#termine .dateoption li {    

    width: 6rem;

}


#termine .datecolumn{
    display:flex;
    flex-direction: column;
}

#termine .datecolumn .dateheader{
        font-weight: bold; 
       padding-left: .5rem;
    padding-right: .5rem;
}
#termine .datecolumn .dateheader .usersperdate{
        font-weight: normal; 
    
}

#termine .count {
    padding-left: .5rem;
    padding-right: .5rem;
}


#termine .datecolumn .dateentry {
       height: 44px;
    display: flex;
    align-items: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
       padding-left: .5rem;
    padding-right: .5rem;
}

#termine .dtrue::before{
   content: "\f058"; 
	font-family: FontAwesome;
    color: green;
}

#termine .dfalse::before{
   content: "\f057"; 
	font-family: FontAwesome;
    color: red;
}
.iscurrent{
    background-color: #e6ebf1;
}
.dateform{
    width: 100%;
}
.dateform input[type="submit"]{
    //width: auto;
}

input[type="submit"].iscurrent{
    width: auto;
    background-color:#2c3e50;
    border:0;
    padding-left:.5rem;
    padding-right: .5rem;
     padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 1rem;
    font-weight: normal;
}
.editbutton {
      width: auto;
    background-color:#2c3e50;
    border:0;
    margin-top: 1rem;
      padding-left:.5rem;
   padding-right: .5rem;
     padding-top: 5px;
    padding-bottom: 5px;
    
}

.editbutton a{
    text-decoration: none;
    color:white !important;
   // font-weight: bold;
   
}

.fixed-top {
   /* position:relative!important;*/
}


#anwesenheit{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 300px;
}

#anwesenheit button{
    align-self: flex-end;
}

#datepicker{
    flex-basis:100%;
}

.datepicker{
     padding: 5px;
  

}

#datepicker #Dates{
    border: 1px solid !important;
    border-radius: 4px !important;
}

.datepicker-days .today{
   background-color:  #ffdb99;
}


.datepicker-days .highlighted{
    background-color: #d9edf7;
}

.datepicker-days .active{
    //background-color: #c5d2df;
    color: #fff;
background-color: #286090;
}

.datepicker-dropdown{
     background-color: #f6f8fa;
    border: 1px solid !important;
}

.datepicker td {
    border-radius: 4px;
    text-align: center;
width: 30px;
height: 30px;
     padding: 5px;
    line-height: 1rem;
    cursor: default;

}



.datepicker td:hover{
   background-color: #E8E8E8;
}

/*Login Intern*/

#loginform{
    width: 20rem;
    margin-top: 40px;
}
#loginform label{
    width: 100%;
}

#loginform input[type="text"]{
    width: 100%;
}

#loginform input[type="password"]{
    width: 100%;
}

#loginform .logoutbutton{
	width: 100%;
background-color: #2c3e50;
color: white;
border: 0;
padding: 10px 0;
height: auto;
font-weight: bold;
	
}

#loginform .logoutbutton a{
	color:white!important;
	display: block;
	text-decoration:none;
	text-align:center;
	width: 100%;
}


/*************************
Downloads
**************************/

.wp-block-file a{
    text-decoration: none;
}




/*Hide editbutton for AOL Users*/

/*.eeSFL_ListFileActions a:nth-child(2){
    display: none;
}
.eeSFL_ListFileActions a:nth-child(3){
    display: none;
}*/

.aolgroup .eeSFL_ListFileActions {
    visibility: hidden;
}
.aolgroup .eeSFL_ListFileActions a:nth-child(1){
   visibility: visible;
}



#eeSFL {
    width: 500px;
    padding-left:0;
    padding-right: 0;
}

/*************************
Cookie
**************************/

#cookieconsent{
     font-family: 'Lato';
    
}

.cc-window .cc-btn {
    color: white !important;
    font-weight: bold;
    background-color: #00529d:
}


.wp-block-spacer{
	width:100%;
}



/*************************
Divider ? used ?
**************************/
/*
.divider-custom {
  margin: 1.25rem 0 1.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider-custom .divider-custom-line {
  width: 100%;
  max-width: 7rem;
  height: 0.25rem;
  background-color: #2c3e50;
  border-radius: 1rem;
  border-color: #2c3e50 !important;
}

.divider-custom .divider-custom-line:first-child {
  margin-right: 1rem;
}

.divider-custom .divider-custom-line:last-child {
  margin-left: 1rem;
}

.divider-custom .divider-custom-icon {
  color: #2c3e50 !important;
  font-size: 2rem;
}

.divider-custom.divider-light .divider-custom-line {
  background-color: #fff;
}

.divider-custom.divider-light .divider-custom-icon {
  color: #fff !important;
}
*/
