/* CSS Document */


html, body {
font-family: 'Shadows Into Light', sans-serif;
}

.item {
    border: 1px solid #eee;
    box-shadow: 0 0 10px -3px #ccc;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 25px;
}

header .overlaycovid {
  
  background-image: url("../media/gallery/impfbestätigung.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  


}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/startbild.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
  text-align:right;
}

header .overlay h1 {
	color:#000;
	text-shadow: 3px 3px #fff;
	font-size: 4rem;
	font-weight:bold;
	margin-top:30vh;
	margin-right:30px;
}


html, body { 
  
}

h1, h2, h3 {
font-family: 'Shadows Into Light', sans-serif;
}

h1, h2, h3, h4, h6 {
	font-size: 2rem;
}

p, td, th {
	font-size: 1.5rem;
}

h1.mainheader {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.dd-section{
	margin:0 auto;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 20px #c1c1c1;
}
.fileinput-remove,
.fileinput-upload{
	display: none;
}

.no-margin {
  margin: 0;
}

.box-button i, .box-close i {
	padding-left:10px;
	padding-right:10px;
}

.embed-responsive-210by297 {
  padding-bottom: 141.42%;
}

a { font-weight:bold; }

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.bg-black {
	background-color:#000;
}

.card {
	margin-bottom: 30px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,200,0.2);
}

.btn-link { font-size: 1.1rem; font-weight: bold; }
.btn-link:hover, btn-link:activ { text-decoration:none; }


header .container {
  position: relative;
  z-index: 2;
}



#btndrawer {
	position: fixed;
	top:10px;
	right:10px;
	z-index:10000;
}

#mainlogo {
  -webkit-filter: drop-shadow(8px 8px 8px #000);
  filter: drop-shadow(8px 8px 8px #000);
}




.titlebox {
	padding-bottom:50px;
}

.titlebox h1 {
	/*font-size: 2rem;*/
}

.ws_box_standard {
	min-height:30vh;
	padding:10px;
}

.ws_box_half {
	height:120px;
	padding:60px 0 10px 0;
}

hr.hr_anim {
	margin-left:0;
	border-top: 2px solid #004C86;
	width:20%;
}

.dataTables_wrapper {
	width:100% !important;
}

#actiontoast {
	top:10vh;
	right:5vh;
	position: fixed;
	/*transform: translate(-50%,0px);*/
	z-index:9999;
}

#helptext {
	top:0;
	left:0;
	position: fixed;
	z-index:9999;
}


/* Admin */

#adminnav {
	background-color:#EEE;
	border-right:2px solid #036;
	padding:30px 30px;
	heigth:100vh;
	min-height: 100%;
}

#admincontent {
	padding:30px 30px;
}

.admin_header {
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #036;
	margin-bottom: 20px;
}

#drawernav .nav-link { padding: .2rem .5rem; }
#drawernav .nav-item-title { padding: .2rem .5rem; font-size:1.1rem; border-bottom: 1px solid #333; color: #CCC; text-decoration:none;}
#drawernav .nav-item-title a { color: #CCC; text-decoration:none;}
#drawernav .nav-item-title i { position:absolute; right:10px; }
#drawernav span.show { border: 1px solid #666; }
#drawernav span.show li.nav-item { padding-left:10px; }



@media (min-width: 576px) { 

	h1.mainheader {
		font-size: 3rem;
		font-weight: 300;
		line-height: 1.2;
	}
	
  .card-columns {
    column-count: 1;
  }

}

@media (min-width: 768px) { 

	h1.mainheader {
		font-size: 4rem;
		font-weight: 300;
		line-height: 1.2;
	}
	
  .card-columns {
    column-count: 2;
  }

}

@media (min-width: 992px) {

	h1.mainheader {
		font-size: 5rem;
		font-weight: 300;
		line-height: 1.2;
	}
	
  .card-columns {
    column-count: 2;
  }
	
}

@media (min-width: 1200px) {

	h1.mainheader {
		font-size: 6rem;
		font-weight: 300;
		line-height: 1.2;
	}
	
  .card-columns {
    column-count: 3;
  }

}


@media (min-width: 1900px) {

	h1.mainheader {
		font-size: 6rem;
		font-weight: 300;
		line-height: 1.2;
	}
	
  .card-columns {
    column-count: 4;
  }

}


@media (pointer: coarse) and (hover: none) {
  header {
    background: url('../img/background.jpg') white no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

