@import url('https://fonts.googleapis.com/css?family=Catamaran|Just+Another+Hand|Kalam|Shadows+Into+Light|Patrick+Hand+SC|Neucha|Dekko');

@import url('https://fonts.googleapis.com/css?family=Kalam');
*{
	margin: 0;
	padding: 0;
}

body{
	color: #58585a;
	font-family: 'Catamaran', sans-serif, "Arial", "Verdana"  ;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
}

.logo-header{
	display: block;
	position: relative;
	margin-top: 1rem;
	margin-bottom: 20px;
	max-width: 22rem;
}




/*slideshow*/
#slideshow { 
    position: relative; 
    height: 500px;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
}

#slideshow  div { 
	margin: auto;
    position: absolute; 
    height: 500px;
    width: 100% !important;
}

#slideshow div img{
	height: 500px;
	width: 100% !important;
    object-fit: cover; 
    object-position: center;

}


#slideshow_box { 
    position: relative; 
    height: 36rem;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
}

#slideshow_box  div { 
	margin: auto;
    position: absolute; 
    height: 36rem;
    width: 100% !important;
}

#slideshow_box div img{
	height: 36rem;
	width: 100% !important;
    object-fit: cover; 
    object-position: center;

}


.banner-standbild{
	max-height: 500px;
    width: 100% !important;
    object-fit: cover;
}


.background{
	/*background-image: url(../img/background_2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	max-width: 100%;*/
}

/*	schwarz: #33393d;
	grau: #58585a; rgba(88,88,90,1);
	gelb:	#ffdc00; rgba(255,220,0,1)
}
*/

header img{
	z-index: 1;
	display: table;
	position: relative;
	margin: auto;
	max-width: 100%;
}

header div{
	z-index: 1;
}

.header-pfeil{
	z-index: 1;
	display: block;
	position: relative;
	margin-top: -2rem;
	width: 140px;
	-moz-border-radius: 70px; 
   -webkit-border-radius: 70px; 
   border-radius: 70px
}

.header-pfeil:hover{
	box-shadow: 9px 10px 20px 0px rgba(0,0,0,0.15)

}


.opacity{
	opacity: 1;
}

.infobox{
	max-width: 25rem;
	position: absolute;
	z-index: 1111;
	margin-top: 4rem;
	margin-left: 10%;
	opacity: 0.9;
}

.infobox-right{
	max-width: 25rem;
	clear: both;
	float: right;
	z-index: 1111;
	margin-top: 4rem;
	margin-right: 10%;
	opacity: 0.9;
}

header div span{
	clear: both;
	z-index: 3;
	display: flex;
	position: absolute;
	margin-top: 7rem;
	margin-left: 12%;
	color: white;
	font-size: 35px;
	line-height: 1.4;
	width: 20rem;
	height: 18rem;
	font-size: 220%;
	font-weight: bold;
	text-align: center;
	align-items: center;
  	justify-content: center;	
  	z-index: 999999;
}



/*Textauszeichnungen*/
h2{
	text-align: left;
}

h3{
	font-weight: lighter;
}

/*navigation Unterseiten*/


nav{
	display: block;
	list-style-type: none;
	float: right;
	z-index: 9;
	margin-top: -6rem;
	margin-right: 5rem;
	height: 2.2rem;
	padding: 5px;
	vertical-align: middle;
	font-weight: bold;
}

nav ul{
	text-align: center;
	align-items: center;
}

nav ul li{
	list-style-type: none;
	padding: 1.4rem;
	margin-top: -2rem;
	float: right;
	height: 0.5rem;
	font-size: 18px;
	text-align: center;
	align-items: center;
	border-right: 1px solid #575756;
}


.bordernone{
	border-right: none;
}

 


/*main Bildnavigation*/


section{
	margin-top: -8rem;
	padding-top: 4rem;
	overflow: hidden;
	z-index: 999999;
	position: relative;

}

.figure{
	clear: both;
	margin: auto;
	max-width: 44.1rem;
	padding-bottom: 2rem;
}

figure{
	clear: both;
	display: inline-block; 
	text-align: center;
	margin: auto;
	position: relative;
}

figure a img{
	padding: 0 20px;
	width: 12rem;
}

figure figcaption{
	margin-top: -2.5rem;
}

ul{
	padding-top: 0.5rem;
	overflow: hidden;
}


.zoom {
	overflow: hidden;
    transition: transform .2s; /* Animation */
    
}

.zoom:hover {
    transform: scale(1.2); /* (120% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}




/*main Inhalte onepage*/


.text-bild-box{
	margin-top: 4rem;
	margin-bottom: 10rem;
	display: inline-block;
	position: relative;
	width: 100% !important;
}

.text-bild-box span{
	margin: auto;
	float: left;
    width: 30% !important;
    height: 30rem;
	padding: 3rem;
	vertical-align: middle;
	display: inline-block;	
	position: relative;
	list-style-type: disc;
	list-style-position: inside;
	color: white;
	background-color: rgba(88,88,90,1);
	font-size: 22px;
	z-index: 1;
}	

.text-bild-box span ul{
	padding: 2rem;
}

.text-bild-box span ul li{
	text-align: left;
	vertical-align: center;
	list-style-position: outside;
}

.text-bild-box a:hover{
	color: #58585a;
}

.text-bild-box span:hover{
	background-color: #ffdc00;
	color: #58585a;
	transition: transform .2s;
	transform: scale(1.1);
	z-index: 999;

}

.text-bild-box span h1{
	font-size: 150%;
}

/*mehrere Textboxen nebeneinander (Bild darunter)*/
.box_gruppe{
	background: rgba(88,88,90,1);
	position: relative;
	display: flex;
	align-items: center;
  	justify-content: center;
	margin-top: auto;
}


/*Textbox mit Bild rechts*/
.box_bild_rechts{
	position: relative;
	max-height: 27rem;
	display: flex;
	margin: auto;
	align-items: center;
  	justify-content: center;
	object-fit: cover;
    object-position: top center;
}


.box_bild_rechts span{
	margin: auto;
	float: left;
    width: 35% !important;
    height: 30rem;
	padding: 3rem;
	vertical-align: middle;
	display: inline-block;	
	position: relative;
	list-style-type: disc;
	list-style-position: inside;
	color: white;
	background-color: rgba(88,88,90,1);
	font-size: 22px;
	z-index: 1;
}	

.box_bild_rechts span h1{
	font-size: 150%;
}

.img_rechts{
	display: inline-block;
	float: right;
	position: relative;
	margin: auto;
    width: 65% !important;
    height: 36rem;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
}





/* Textbox ohne Bild*/
.box_ohnebild_center{
	margin-top: 4rem;
	margin-top: 4rem;
	display: inline-block;
	position: relative;
	width: 100% !important;
}

.box_ohnebild_center span{
	clear: both;
	margin: auto;
    width: 100% !important;
    height: 30rem;
	display: flex;
	align-items: center;
  	justify-content: center;
	list-style-type: disc;
	list-style-position: inside;
	color: white;
	background-color: rgba(88,88,90,1);
	font-size: 22px;
	z-index: 1;
}

.box_ohnebild_center span h1{
	font-size: 150%;
}

.box_ohnebild_center a:hover{
	color: #58585a;
}


.box_ohnebild_center span:hover{
	background-color: #ffdc00;
	color: #58585a;
	transition: transform .2s;
	transform: scale(1.1);
	z-index: 999;
}





/*
.text-bild-box img{
	display: inline-block;
	float: right;
	position: relative;
	margin-top: 0;
    width: 70% !important;
    min-height: 20rem;
    object-fit: cover;
    object-position: top center;
    z-index: 999;
}
*/


.img_center_100{
	clear: both;
	margin: auto;
	position: relative;
	display: block;
	width: 100% !important;
	max-height: 600px;
	object-fit: cover; 
    object-position: center center;

}



/*back to top button*/
.backtotop{
	overflow: hidden;
	background: #58585a;
	width: 60px;
	height: 60px;
	float: right;
	margin: 3rem 3rem 2rem 0;
	-moz-border-radius: 70px; 
   -webkit-border-radius: 70px; 
   border-radius: 70px
   z-index:9999999999;

	/*border: solid black;
    border-width: 0 8px 8px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);*/
}

.backtotop:hover{
	transform: scale(1.2); /* (120% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	background: rgba(0,0,0,0);
	color: #3a7999;
	box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.15);

}
























/*Tabelle Rundschreiben*/
.rundschreiben span{
	margin: auto;
    width: 50% !important;
	padding: 3rem;
	display: block;
	position: relative;
	overflow: hidden;
	list-style-type: disc;
	list-style-position: inside;
	color: white;
	background-color: white;
	font-size: 25px;
}

.rundschreiben span h1{
	color: #58585a;
}


table {
	border-collapse: collapse;
	margin: auto;
	margin-top: 4rem;
	min-width: 80%;
	max-width: 80%;
	margin-bottom: 4rem;
	color: #ffdc00;
}

body {
	margin: 0;
	padding: 0;
	max-width: 100%;
}
 
thead tr{
	background-color: #e8d2c7;
	font-size: 18px;
}


tr {
	border-bottom: 2px solid;
	border-color: #ffdc00;
	font-size: 25px;
}

tr:hover{
	transition: transform .2s;
	transform: scale(1.1);
	background-color: rgba(255,220,0,1);
}

tr:hover a{
	color: white;
}

tr:hover a img{
	opacity: 0;
}

.rundschreiben_weiss{
	opacity: 0;
}

tr:hover .rundschreiben_weiss{
	opacity: 1;
}
 
th, td {
	padding: 1rem;
	font-weight: lighter;
}

table tbody tr td img{
	max-width: 4rem;
}
  
tbody th {
	text-align: left;
}
 
td:last-child {
	min-width: 5rem;
	text-align: right;
	border-right: 0.5px
}





/*Google Map*/
.mapwrapper iframe{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}




/*footer*/
footer{
	display: block;
	position: absolute;
	margin-top: 10rem;
	width: 100%;
	overflow: hidden;
	background-color: #ffdc00;
}

footer div{
	overflow: hidden;
	display: block;
	margin: auto;
	max-width: 60%;
	font-size: 14px;
}


footer div div{
	overflow: hidden;
	display: inline-block;
	margin: auto;
	vertical-align: top;
	max-width: 100%;
	font-size: 14px;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

footer div div:last-child{
	max-width: 100%;
	float: right;
}

.paddingright{
	padding-right: 10%;
}



/*footer-ende*/



a{
	text-decoration: none;
}

a:link{
	color: #58585a;
}

a:visited{
	color: #58585a;
}

a:hover{
	color: #58585a;
}
 
.clear{
	clear: both;
}

.handle{
	opacity: 0;
}



/*responsive*/

@media screen and (max-width:290px){

}


@media screen and (max-width:470px){

}




@media screen and (max-width:589px){

}


@media screen and (max-width:720px){
	

}


@media screen and (max-width:930px){
header div .infobox{
	opacity: 0;
}

header div span{
	opacity: 0;
}

}


@media screen and (max-width:1088px){



}


@media screen and (max-width:1150px){

.infobox{
	max-width: 20rem;
	position: absolute;
	z-index: 1111;
	margin-top: 3rem;
	margin-left: 10%;
	opacity: 0.9;
}

header div span{
	clear: both;
	z-index: 3;
	display: flex;
	position: absolute;
	margin-top: 6rem;
	margin-left: 14%;
	color: white;
	font-size: 35px;
	line-height: 1.4;
	width: 15rem;
	height: 13rem;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	align-items: center;
  	justify-content: center;	
  	z-index: 999999;
}

nav{
	opacity: 0
}

}

@media screen and (max-width: 1250px){

}



@media screen and (max-width:1550px){



}

/*	schwarz: #33393d;
	grau: #58585a; rgba(88,88,90,1);
	gelb:	#ffdc00; rgba(255,220,0,1)
}
*/