html{
/*font-family: PT Sans,Arial,sans-serif;*/
}
@font-face {
    font-family: "MIXTMK_T";
    src:url("/fonts/MIXTMK_T.ttf");
    }
@font-face {
    font-family: "Frutiger";
    src:url("/fonts/FrutigerLTStd-Cn.otf");
    }
@font-face {
    font-family: "RopaSoft";
    src:url("/fonts/RopaSoftPro-Regular.otf");
    }
@font-face {
    font-family: "RoderH";
    src:url("/fonts/RODERH_.otf");
    }
@font-face {
    font-family: "RoderW";
    src:url("/fonts/RODERW_.otf");
    }
@font-face {
    font-family: "RoderT";
    src:url("/fonts/RODERT_.otf");
    }
@font-face {
    font-family: "LT_21218";
    src:url("/fonts/LT_21218.TTF");
    }
@font-face {
    font-family: "LT_21220";
    src:url("/fonts/LT_21220.TTF");
    }
@font-face {
    font-family: "LT_21222";
    src:url("/fonts/LT_21222.TTF");
    }
@font-face {
    font-family: "LT_21226";
    src:url("/fonts/LT_21226.TTF");
    }

/* Phones: */
.phone-12-cols {width: 100%;}

/* Desktop: */
@media only screen and (min-width: 751px) {
    .desktop-1-cols {width: 8.33%;}
    .desktop-2-cols {width: 16.66%;}
    .desktop-3-cols {width: 25%;}
    .desktop-4-cols {width: 33.33%;}
    .desktop-5-cols {width: 41.66%;}
    .desktop-6-cols {width: 50%;}
    .desktop-7-cols {width: 58.33%;}
    .desktop-8-cols {width: 66.66%;}
    .desktop-9-cols {width: 75%;}
    .desktop-10-cols {width: 83.33%;}
    .desktop-11-cols {width: 91.66%;}
    .desktop-12-cols {width: 100%;}
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
}
h1, h2{
	line-height: 1.2;
}



.slidecontainer{
    width:100%;
    height: 60%;
    /* position: absolute;*/ /* No need */
    text-align: center;
    display: block;
    transform: translate(0%, 0%);

}
.slide{
display:none;
}

.dot{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 4px;

  border-radius: 50%;
  border-color:white;
  background-color:black;
  display: inline-block;
  opacity:0.4;
  transition: opacity 0.6s ease;

}

.w3-light-grey{color:#000!important;background-color:#f1f1f1!important}

.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}

.w3-panel{margin-top:16px;margin-bottom:16px}

.w3-green{color:#fff!important;background-color:#006633!important}
.w3-green2{color:#000!important;background-color:#f1f1f1!important}

.w3-center {display:inline-block;width:auto}
.w3-center{text-align:center}

.baubeginn {width: 48%;
float: left;
margin: 0px 4% 4% 0;}

.active, .dot:hover{
opacity:1;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.dotbox {
    position:relative;
    bottom:50px;
    width: auto;
 }

 .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
	padding-left:10px;
	padding-right:10px;

  color: white;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.prev{
left:0;
}

.next{
right:0;
}

/* #### classes for aktivitaeten.html ##### */

.aktivitaetenDelimiter{
    border-width: 4px;
    border-style:solid;
    border-color:#006633;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left:0px;
    margin-right:0px;
}

/*####### class for using DEVK-font ######### */

.DEVKFont{
    font-family:LT_21218;
	font-size: 18px;
}

/* ###### class for optical delimiter in unterstuetzer.html ####### */

.grusswortDelimiter{
    border-width: 4px;
    border-style:solid;
    border-color:#006633;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left:0px;
    margin-right:0px;
}


/*#################################################### Maksims css #################################################### */
/*
.logoContent{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: auto;
    width: 100%;
    padding-bottom: 30px;
}
*/

.textBoxCenter{
    box-sizing: border-box;
    flex-direction: row;
    width: 800px;
    height: auto;
    line-height: 27px;
    float: left;
    display: block;
    z-index: auto;
    background-color: white;
    margin-bottom: 10px;
}

.textBoxIndex{
	width: 800px;
	float: left;
	font-size: 20px;
	padding-left: 10px;

}

/*Div for Progeressbar and Text */
.progressBarContent{
    display: flex;
    justify-content: center;
	width: 100%;
}

/* div for image */
img{
    border-radius: 8px;
    max-height: 700px;
    align-items: center;
/*    background-color: white;  perhaps unnecessarily */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); /*Shadow*/
}
.imagesAktivitaeten400{
	width: 400px;
}
.imagesAktivitaeten200{
	width: 200px;
}
.currentSum{
    text-align: center;
    font-size: 20pt;
}

.progressBarContentText{
    display:flex;
    align-items: center;
    float:right;
    font-size: 25px;
	width: 50%;
    /* color: #a29bfe; */
    color: black;
/*    font-family: Frutiger;*/
}
.fotoBoxSpenden{
    width: 50%;
    height: auto;
}

/* Changed for spenden.html */

.prevTwo:hover, .nextTwo:hover {
    background-color: rgba(0,0,0,0.3);
}

/* div for image */
.imgclass{
    border-radius: 8px;
    width: 60%;
    max-height: 700px;
    align-items: center;
	background:none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); /*Shadow*/
}
.hannoverschLogoWhite{
	border-radius: 8px;
	min-width: 35%;
    min-height: 200px;
	max-height: 40%;
	background-position: center;
    background-color: #009152;
	background-size: contain;
	background-repeat: no-repeat;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); /*Shadow*/
    background-image: url("/pictures/DEVK-Logodaten-fussball_devk-weiss.png");

}
.hannoverschLogo{
    border-radius: 8px;
	min-width: 35%;
    min-height: 200px;
	max-height: 40%;
	background-position: center;
    background-color: white;
	background-size: contain;
	background-repeat: no-repeat;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); /*Shadow*/
    background-image: url("/pictures/DEVK_Logo_Fussball.jpg");

}

.flyAndHelpLogo{
	border-radius: 8px;
	min-width: 35%;
	min-height: 200px;
	max-height: 40%;
	background-position: center;
	background-color: white;
	background-size: contain;
	background-repeat: no-repeat;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); /*Shadow*/
	background-image: url(/pictures/FlyAndHelp_logo.jpg);
}

/*Table design */

body{
	margin: 0px;
}
.tableBox{
	margin-top: 10px;
	margin-bottom: 20px;
    flex-direction: row;
    width: 100%;
    height: auto;
	font-size: 20px;
}

table{
	margin: 0 auto;
	border-collapse:separate !important;
    width: 800px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}
/*tr rausgenommenmm*/



td {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 16px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}


tr:nth-child(even) {
    background-color: #dddddd;
}

/* For black prev and next */

.prevTwo, .nextTwo {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
	padding-left:10px;
	padding-right:10px;

    color: black;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Same position for black arrows */
 
.prevTwo{
    left:0;
}
.nextTwo{
    right:0;
}



.text {
  color: #f2f2f2;
  font-size: 25px;
  position:absolute;
  z-index:5;
  text-align: center;
  bottom: 90px;
  width: 100%;

}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  from {opacity:0.3;}
  to {opacity: 1;}
}

.currentCount{
    display:flex;
    flex-direction:row;
	justify-content: center;
    width:100%;
    height: auto;
}
 .countBoxes{
 width:50%;
 background-color:white;
 }

 .footer{
     width:100%;
     display:flex;
     flex-direction:column;
 }

 .footer_top{
     display: flex;
     width:100%;
     background: #006633;
     height:auto;
	 min-height: inherit;
	 color: white;
     justify-content: center;
 }
 
/*unnecessary*/

 .footer_main{
     background:#006633;
     width:100%;
     height:200px;
 }
 .footer_info{
     display:flex;
     justify-content:center;
     background:#005229;
     width:100%;
     height:60px;
 }
.footer_info:hover{
  text-decoration: underline;
  cursor: pointer;
}
.bankContent{
	display: flex;
	flex-direction: column;
	max-width: 730px;
	line-height: 0.6;
}
.footer-line-spacing{
	line-height: 3;
}
.impressumMain{
	display: flex; 
	flex-direction: column; 
	height: 100vh; 
	width: auto; 
	justify-content: space-between;
}
.impressumContent{
	width: 100%;
	height: auto;
}

details{
	margin-bottom:50px; 
	margin-top:10px;
}

.impressumText{
	width: 60%;
	height: auto; 
	float: left; 
	padding-left: 10px;
}

/* Für das video */

iframe{
	padding-bottom: 20px;
	padding-top: 20px;
	width: 800px;
	height: 405px;
}
.imageContent{
	display:flex; 
	flex-direction: row; 
	justify-content: space-between; 
}

  @media only screen and (max-width: 800px) {
		.text {
			font-size:19px;
		}
	  	.DEVKFont{
			font-size: 15px;  
	  	}
	  	.currentSum{
    		font-size: 15pt;
	  	}
	  	.mobileLine{
			line-height: 1.2;  
	  	}
	  	img{
          	width: 80%;
      	}
	   
	  	.impressumMain{
			height: auto;
	  	}
	  	.footer-line-spacing{
			line-height: 1.4;
	  	}
	  	.footer_top{
			flex-direction: column;
		  	align-items: center;
	  	}
	  .bankContent br{
		  display: none;
	  }
	  	.bankContent{
			font-size: 12px;
			width: 95%;
	  	}
	  	iframe{
			padding-bottom: 15px;
			padding-top: 15px;
		  	width:  720px;
		  	height: 540px;
	  	}
      	.textBoxCenter{
        	width: 95%
         }
	  	table{
			width: 95%;
		}
  		.mobile {
			display:flex;
			flex-direction:column;
			justify-content:space-around;
		}

		.progressBarContentText{
            
		  	min-width: 30%;
		 }

	  	.textBoxIndex{
			width: 95%;
	  	}

	  	.try2{
			display:none;
	  	}
	  	.imagesAktivitaeten400{
			width: 99%;
	  	}
	  
}
