@charset "UTF-8";
/* CSS Document */


html, 
html * {
	/* padding: 0;
	margin: 0; */
	box-sizing: border-box;
font-family: Times New Roman, Times, serif;
	font-size: 20px;
	color: #000;
}
/*  diashow */



body {
	/*	max-width: 1800px; */
		margin-left: auto;
	margin-right: auto;
	background: #f3eaeb;
	background-image: url(bilder/bg.jpg); 
	/* background-size: contain; */
	background-repeat: repeat-x;
	background-position:top; 
	}
	
header {
	/* vertical-align: bottom; */
		vertical-align: top; 
	padding: 15px 35px 10px 0px; 
	text-align: right; 
	height: 60px;
	 /* background-color: rgba(255,255,255, .7); */	
	}
.main {
	 padding: 50px 10px 10px 10px; 
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	 text-align: center; 
}

footer {
position: fixed; 
 padding: 20px 20px 10px;
  bottom: 0;
  left: 0;
  right: 0;
	text-align: center; 
	vertical-align: bottom; 
}		

img {
	
	max-width: 100%;
	height: auto;
	vertical-align: middle; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
}

.imgmini {
  
    margin-left: 8px;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	 opacity: 0.94;
	 /* border-width: 0px;
  border-color: #666;
   transform: scale(0.98); 
   */	
}

.imgmini:hover {
opacity: 1.0; transition: opacity 0.5s; 
  /* border-color: #ccc;
 border-width: 1px; 
  opacity: 1.0; transition: opacity 0.5s; 
  transform: scale(1.00); 
  */
}

.links {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
.rechts {
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
.mobilsichtbar {
	 display: none;
}

a.norm:link {  color:#c40020; text-decoration:none; font-size: 1.2em; letter-spacing: 0.05em; line-height: 1.8;}
a.norm:hover {  color:#333333; text-decoration:none; }
a.norm:visited {  color:#c40020; text-decoration:none; }
a.norm:active { color:#333333; text-decoration:none; }

a.titel:link {  color:#000000; text-decoration:none; letter-spacing: 0.05em; font-weight: 400; font-size: 1.1em;}
a.titel:hover {  color:#c50c1f; text-decoration:none; }
a.titel:visited {  color:#000000; text-decoration:none; }
a.titel:active { color:#000000; text-decoration:none; }

a.in:link {  color:#333; text-decoration:none; font-size: 0.8em; }
a.in:hover {  color:#c40020; text-decoration:none; }
a.in:visited {  color:#333; text-decoration:none; }
a.in:active { color:#333; text-decoration:none; }

.button {
	border: 2px #c50c1f solid;
	padding: 5px 25px;
	border-radius: 30px;
	color: #c40020;
	text-decoration: none;
}

h1 {
	font-size: 1.4em;
	letter-spacing: 0.05em;
	font-weight: 400;
	margin-bottom: 0.4em;
}

h2 {
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size: 1.0em;
	margin-bottom: 0.4em;
	margin-left: 2em;	
}

h3 {
	font-size: 0.8em;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-bottom: -1.0em;
	 color:#c3b2b4;
}

h4 {
	font-size: 16px;
	font-weight: 200;	
}

p {
	font-size: 15px;
	 /*font-weight: 400; 
	margin-bottom: 1.0em; */
}

hr { 
    height: 1px; 
    margin: 0 auto;
    color: #c50c1f;
	  width: 100%; 
}

.gold {
	color: #ff8f0b;
}

.col {
	width: 100%;
	float: left;
	padding: 0px 10px 20px 10px;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}	
	

.col-halb {
		width: 50%;
		padding: 0px 30px 0px 30px;
	}
	
.col-viertel {
		width: 25%;
	}
.col-drittel {
		width: 33.3%;
	}
.col-zweidrittel {
		width: 66.6%;
	}

/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none; 
	 margin:0;
	padding:0;
	 position: relative; 
}

/*Create a horizontal list with spacing   mod ul dazu*/
ul li {
	display:inline-block;
	float: righ;
	margin-right: 0px;
	margin-top: 0px;
}

/*Style for menu links  mod ul dazu*/
ul li a {
	display:block;
	/* min-width:150px; */
	 height: 25px; 
	text-align: right;
	/* line-height: 40px; */
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  */
	letter-spacing: 0.05em;
	font-size: 22px;
	font-weight: 200;
	color: #000;
	border-width: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	border-style: solid;
  border-color: #000;
	
		
	/*background: #22a1aa; */
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
color: #c40020;	
}


/*li a:hover::before {
	content: " > "; color: firebrick; font-size: 1.2em }
	margin-right: .1em;
	
} */

.aktiv a {	
color: #c40020;
}



/*Style for dropdown links*/
li:hover ul a {
	
	color: #333333;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	
	color: #e6a5b0;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 80px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #000;
	font-size: 1.2em;
	text-align: center;
	padding: 5px 0px 5px 0px;
	 /* background: #c40020; */
	border-style: solid;
  border-color: #c40020;
  border-width: 0px 0px 1px 0px;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}




/*Responsive Styles*/

@media screen and (max-width : 768px){
	/*Make dropdown links appear inline*/
	ul {
		 position: static; 
		display: none;
	}
	/*Create vertical spacing mod ul vorgesetzt*/
	ul li a{
		/* margin-bottom: 1px; */
		height: 40px; 
		border-width: 0px 0px 1px 0px;
		padding: 5px 10px 0px 10px;
			text-align: center;
color: #000;		
  border-style: solid;
  border-color: #c40020;
	}
	
li:hover a {
color: #c40020;	
}
.aktiv a {	
color: #c40020;
}

	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
		
	
header {
height: auto;
padding: 5px 0px 5px 0px;
background-color: rgba(255,255,255, .0); 	
} 




body {
		margin-left: auto;
	margin-right: auto;	
	}
	
.main {
	 padding: 10px 5px 5px 5px; 
	
}
	
footer {
position: static; 
 padding: 10px 5px 5px 5px;
  bottom: 0;
  left: 0;
  right: 0;
	text-align: center; 
	vertical-align: bottom; 
}	
	
.col {
	width: 100%;
	float: left;
	padding: 0px 10px 10px 10px;
}
	
.col-halb {
		width: 100%;
		padding: 0px 10px 0px 10px;
	}
	
.col-viertel {
		width: 100%;
	}
.col-drittel {
		width: 100%;
	}
.col-zweidrittel {
		width: 100%;
	}

.unsichtbar {
	 display: none;
}
.mobilsichtbar {
	display:block;
}

}


