.custom_CSS_TEST{

}


img{
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .site-title {
	font-family: 'Open Sans', sans-serif;
}

html {
  scroll-behavior: smooth;
}

h1{
	margin-bottom: 20px;
}

.h1 a{
	color: white;
}

/*------------------------------------------------*\
|
|
|   PAGEBEGIN:
|
|
|
|
|
\*-------------------------------------------------*/







#pagebegin{
	position: relative;
	background-color: rgb(154,166,175);
	color: white;
	text-align: center;
	padding: 20px;
	height: 100%;
}

#logoandsub{

	margin-top: 10%;


}

#hst span.h1 a{
	font-family: 'PT Sans Narrow',sans-serif;
	font-size: 70px;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	line-height: 1.2;
	letter-spacing: normal;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
	border-top: 4px solid #ec6262;
	border-bottom: 4px solid #ec6262;
	transition: 0.5s;
	text-decoration: none;
}

#hst span.h1 a:hover{
	border-color: white;
	text-decoration: none;
}

#hun{
	margin-top: 10px;
}

#hun span.h2{
	font-family: 'Lato',sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 200;
	text-transform: none;
	line-height: 1.6624999999999999;
	letter-spacing: normal;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
	/*font-family: 'Open Sans', sans-serif;*/

}

.sticky{

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgb(154,166,175);
	z-index: 10000;
	padding: 10px;



}
.sticky a{
		border-top: 0px!important;
		border-bottom: 0px!important;
		border-left: 4px solid #ec6262;
		border-right: 4px solid #ec6262;
		padding: 0px 10px;
		line-height: 1!important;
}


#placeholder_hst{
	height: 0px;
}

.placeholder_hst_new{
		height: 84px!important;
}



/*------------------------------------------------*\
|
|
|
|
|
|
|
|
\*-------------------------------------------------*/


/*      Scroll Down Button    */

#btn_scroll_down_out{
	/*position: absolute;
	top: 50%;
	width: 100%;*/
	position: relative;
	margin-top: 10%;

}

#btn_scroll_down{
	padding-top: 60px;
}

#btn_scroll_down a {
  padding-top: 60px;
	font-family: 'Lato';
	color: white;
	font-size: 15px;
	transition: .3s;
}

#btn_scroll_down a:hover{
	text-decoration: none;
	/*color: #FFFFFF99;*/
	opacity: 0.5;
}

#btn_scroll_down a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}







/*           ---        */
/*
#hst{
	margin-top: 0px;
	padding-top: 30px;
}

#hun{
	opacity: 1;
}



.sticky {
  position: fixed;
  top: 0;
  left: 0;
  padding-bottom: 15px;
  background-color: #9aa6af;
  z-index: 100;
}


#logo p{
	font-family: 'Open Sans', sans-serif;
	line-height: 48px;
	font-weight: bold;
	font-size: 40px;
}

#logo a{
	color: white;
}


#Uhrzeit{
	background-color: #CC0035;
	color: white;
	padding: 2%;
	text-align: center;
	font-family: OCR-B, Andale Mono;
	font-size: 100%;
}


#uhrzeit a{
	color: white;
}
*/

.redbordertop{
	/*Die Farb-einstellungen werden über das template Backend (color1) gesteuert*/
	/*min-height: 20px;*/
	border-top: 1px solid #D6EE2B;
}



.camera_pag_ul{
	text-align: center !important;
}


.bg{
    /* Set a specific height */
    /*min-height: 300px;*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



#festescanvas{
	position: absolute;
	width: 100%;
	height: 600px;
}

#cnvs_rahmen{
	width: 100%;
	height: 100%;
}


 /* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}

#bg1{
		border-top: 1px solid #D6EE2BBB;
}

@media (max-width: 600px) {
	/*#bg1{
		min-height: 400px;
    }
	#bg2{
		min-height: 400px;
    }
		*/
  }



#bg1-window{
	margin-top: 3%;
	margin-bottom: 3%;
	background-color: #E0E8EC;
	padding: 3%;
}
#bg1-window .item-page{
	/*padding: 3%;*/
}

#bg1-window .item-page_home_page > div{
	border-left: 4px solid grey;
	border-right: 4px solid grey;
	border-radius: 4px;
}

#bg1-cards{
	color: white;
	text-align: center;
	margin-bottom: 3%;
	margin-top: 3%;
}

.card{
	cursor: pointer;

	/*Sorgt für die Höhe...*/
	padding-bottom: calc(100% + 30px + 40px);
}

/****/

.front,.back{
  overflow: hidden;
  backface-visibility: hidden;
  transition: transform .4s linear;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #777;

}



.front{
  transform: perspective(600px) rotateY(0deg);
	background-color: grey;
}
.back{
  background: #D6EE2B;
  transform: perspective(600px) rotateY(180deg);
}

.back-content{
	color: black;
	padding: 30%;
}

.card:hover > .front{
  transform: perspective(600px) rotateY(-180deg);
}
.card:hover > .back{
  transform: perspective(600px) rotateY(0deg);
}

/****/


#bg2-window{
	margin-top: 5%;
	padding: 3%
}

.transp{
	background-color: rgba(255, 255, 255, 0.8);
}

.footer{
	background-color: #EC6262;
	color: white;
}
.footer a{
	color: white;
	transition: .5s;
}

.footer a:hover{
	background-color: #000000AA!important;
}



#footer_mod li{
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;

}
#footer_mod ul{
	text-align: center;
}

#footer_mod{
	padding: 0px 2%;
}


.copyright{
	padding: 10px;
	padding-bottom: 0px;
}

form .control-label{
	text-align: left!important;
}

div.blog > div{
	border: 1px solid black;
	background-color: white;
	padding: 20px;
	margin-bottom: 10px;
}

div.blog img{
	width: 100%;
	height: auto;
}

figure{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 100%;
	width: 40%;
}

div.blog figcaption{
float: left;
}

div.blog p{
	font-size: 130%;
}


div.items-leading > div{
}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  /*position: absolute;*/
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.blog_home_page div.span12 {
	border: 2px solid red;
	padding: 5px;
}


.top-1-inner{
	background-color: rgba(255,255,255,0.7);
	color: black;
	padding: 3%;
	margin-bottom: 2%;
}

#top-1 p{
	/*background-color: #cc0035;
	color: white;
	margin-top: 10px;
	text-align: center;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Open Sans', 'sans-serif';
	font-size: 200%;
	font-weight: bold;
	*/
}


#top-2 > div{
	background-color: #cc0035;
	color: white;
	margin-top: 10px;
	text-align: center;

}

div.top-2-mp{
	padding: 10px;
	margin: 0px;
}

.top-2-mp div.custom p{
	margin: 0px;
}





#top-1-out{
	border-top: 1% solid #cc0035;
	background-color: none;
	box-shadow: 0px;
	margin-top: 2%;
	padding: 0px;
}




#phred{
	background-color: white;
	/*background-color: #CC0035;*/
	color: white;
	padding: 2%;
	text-align: center;
	font-family: OCR-B, Andale Mono;
	font-size: 100%;

	/*margin-left: -20px;
	margin-right: -20px;*/
	width: auto;
}




/*****************************************

Login Formular
Edit

*****************************************/
div.login_HC_LOGIN{

}

div.login_HC_LOGIN form, div.login_HC_LOGIN > div{
	background-color: RGB(236,98,98);
	width: 40%;
	margin-left: 30%;
	color: white;
	border-radius: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: 0px;
	padding-left: 19px;
}

	div.login_HC_LOGIN > div{
		padding: 19px;
	}

div.login_HC_LOGIN form button{
	border-radius: 0px;
	width: 100%;
}

div.login_HC_LOGIN input{
	color: RGB(112,112,112);
	width: 100%;
	height: 40px;
	font-size: 20px;
	padding-left: 5px;
}

div.login_HC_LOGIN #remember{

	width: 20px;
	height: 20px;
	font-size: 20px;
	margin-bottom: 10px;
}

div.login_HC_LOGIN + div{
	background-color: RGB(236,98,98);
	width: 40%;
	margin-left: 30%;
	color: white;
	border-radius: 0px;
}

div.login_HC_LOGIN + div > ul {
	border-bottom: 0px solid white;
	padding-bottom: 20px;
	padding-top: 5px;
}

div.login_HC_LOGIN .login-description{
	padding: 0px;
}

div.login_HC_LOGIN + div a{
	width: 100%;
	border: 0px solid white;
	border-radius: 0px;
	color: white;
	line-height: 1;
	padding-left: 19px;
	padding-bottom: 0px;

}

div.login_HC_LOGIN + div a:hover{
	text-decoration: underline;
	background-color: RGB(236,98,98);
}

div.login-greeting{
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #337AB7;
	color: white;
	padding: 5px;
}

form#login-form{
	/*padding-left: 3%;
	padding-right: 3%;
	/*margin-top: -6%;*/
}

.item-page{
	padding: 0px;
}



button, input{
	border-radius: 0px!important;
}
form{
	border-radius: 0px!important;
}

div.controls{
	margin-top: 10px;
}

@media only screen and (max-width: 720px) {
  div.login_HC_LOGIN + div, div.login_HC_LOGIN form, div.login_HC_LOGIN > div{
    width: 100%;
		margin-left: 0px;
  }

	#bg1-window{
		padding: 0px;
	}
}

.checkbox{
    padding-left: 20px;

}
