/* CSS Document */
/* dosis-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dosis-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/dosis-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dosis-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dosis-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dosis-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dosis-v27-latin-regular.svg#Dosis') format('svg'); /* Legacy iOS */
}
/* sofia-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sofia Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sofia-sans-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/sofia-sans-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/sofia-sans-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/sofia-sans-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/sofia-sans-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/sofia-sans-v10-latin-regular.svg#SofiaSans') format('svg'); /* Legacy iOS */
}
/* candal-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Candal';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/candal-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/candal-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/candal-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/candal-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/candal-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/candal-v15-latin-regular.svg#Candal') format('svg'); /* Legacy iOS */
}
/* abel-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/abel-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/abel-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/abel-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/abel-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/abel-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/abel-v18-latin-regular.svg#Abel') format('svg'); /* Legacy iOS */
}

html, body {
font-family: 'Dosis', sans-serif;
}

html, body { 
  /*background: url(/img/page_background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */
}

h1, h2, h3 {
font-family: 'Sofia Sans', sans-serif;
}

/* Hausfarben */
.bg-house-1 { background-color:#CCCC66 !important; }
.bg-house-2 { background-color:#BCDAFA !important; }
.text-house-1 {	color:#666633 !important; }
.text-house-2 {	color:#BCDAFA !important; }


[data-entrance] {visibility:hidden}
[data-entrance="rotate"] {
	transform: rotate(60deg);
}
[data-entrance="rotate"].has-animated {
	transform: rotate(-60deg);
}


.acc {
	color: #004C86;
	width:100%;
	border-bottom: 1px solid #004C86;
	margin-top:5px;
	margin-bottom:3px;
	padding-bottom:5px;
}

.sectioncontainer {
	padding-top:80px;
	padding-bottom:80px;
}


h1.mainheader {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.carousel-control-next, .carousel-control-prev, .carousel-control-next:hover, .carousel-control-prev:hover, .carousel-control-next:focus, .carousel-control-prev:focus {
	opacity: 0;
	border: none;
}

.bg-house-1 {
	background-color:#0A4689;
}

.bg-house-2 {
	background-color:#BCDAFA;
}
	

.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;
}

.bignumber {
	font-family: 'Candal', sans-serif;
	font-size: 300%;
	float: left;
	margin-right:15px;
	margin-top:-15px;
}

.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;
}

.nav-item {text-align: right; padding-right: 20px;}

.card-group {
	margin-top:50px;
}

.framemaster {
	border: 1px solid #000;
	border-radius: 20px;
	padding: 20px 20px 20px 35px;
}

.text-small {
	font-size:70%;
}

.text-big {
	font-size:140%;
}

.text-monster {
	font-size:300%;
}

.text-megamonster {
	font-size:600%;
}

.cardmaster {
	border: 1px solid #000;
	border-radius: 20px;
}

.framebox {
	border: 1px solid #000;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
}

.framebox p, .framebox label, .framebox input {
	font-size:80%;
}

.naviboard a {
	color: #900;
}

.naviboard a.sel {
	color: #FFF;
}

.naviboard {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-radius: 20px 0 0 20px;
	background-color: #FF9FAF;
	margin-top:30px;
	margin-right:-15px;
	padding: 20px;
}

.boxshadow { 
	border-radius:0; 
	border: 0;
	-moz-box-shadow: 2px 2px 0 1px #000;
	-webkit-box-shadow: 2px 2px 0 1px #000;
	box-shadow: 2px 2px 0 1px #000;
}

.pager {
	margin-top:30px;
	margin-bottom:30%;
	height: 100% !important;
	min-height: 100% !important;
}

.pagersmall {
	margin-top:5%;
	margin-bottom:5%;
}

p.text-large { font-size:110%; }

.card {
	margin-bottom: 30px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
    transition: 0.3s;
	border: none;
}

.accordion .card {
	margin-bottom: 0;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(100,100,100,0.8);
}

.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;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0;
  z-index: 1;
}

#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; }

.card-header .title { font-size: 17px; font-weight: bold; color: #000; }

.card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}

.card-header { cursor: pointer; border-bottom: none; }


.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.cards-wrapper {
  display: flex;
  justify-content: center;
}
#newsCarousel .card img {
  max-width: 100%;
  max-height: 100%;
}
#newsCarousel .card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  border-radius: 0;
}
#newsCarousel .carousel-inner {
  padding: 1em;
}
#newsCarousel .carousel-control-prev,
#newsCarousel .carousel-control-next {
  background-color: #e1e1e1;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}








@media (min-width: 768px) {
  #newsCarousel .card img {
    height: 11em;
  }
}



@media (min-width: 576px) { 

	h1.mainheader {
		font-size: 2rem;
		font-weight: 300;
		line-height: 1.2;
	}
	
	html, body {
		font-size: 100%;
	}

	.framebox h5 {
		font-size:1rem;
	}

}

@media (min-width: 768px) { 

	h1.mainheader {
		font-size: 2.5rem;
		font-weight: 300;
		line-height: 1.2;
	}
	html, body {
		font-size: 100%;
	}

	.framebox h5 {
		font-size:1rem;
	}

}

@media (min-width: 992px) {

	h1.mainheader {
		font-size: 3rem;
		font-weight: 300;
		line-height: 1.2;
	}
	html, body {
		font-size: 105%;
	}

	.framebox h5 {
		font-size:1.1rem;
	}
	
}

@media (min-width: 1200px) {

	h1.mainheader {
		font-size: 3.5rem;
		font-weight: 300;
		line-height: 1.2;
	}
	html, body {
		font-size: 110%;
	}

	.framebox h5 {
		font-size:1.2rem;
	}

}


@media (pointer: coarse) and (hover: none) {
  header {
    display:none;
  }
  header video {
    display: none;
  }
}

@media only screen and (max-device-width: 1024px) {
  .parallax {
    background-attachment: scroll;
  }
}
