html {
	height: 100%;
	box-sizing: border-box;
}

body {
	margin: 0 auto 0 auto;
	background: #FCFCFC;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	
	width: auto;
	background: whitesmoke;
	position: relative;
  
  padding-bottom: 6rem;
  min-height: 100%;
}

h2, h3 {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 2em;
	font-weight: bold ;
}

h2 {
	font-size: 2.8em;
	/*! margin-bottom: -10px; */
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
}

}
ul, ol {
}

a {
	text-decoration: none;
	color: #474747;
}

a:hover {
}

#frontbild {
	filter: drop-shadow(0px 0px 15px rgba(0,0,0,0.37));
	width: 100%;
	z-index: 5;
	margin: 0 auto;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


#wrapper {
	
}

#wrapper2 {
}


/* Header */

#header {
	overflow: visible;
	z-index: 10;
	height:  auto;
	margin: 0 2.5% 0 2.5%;
	padding: 44px 0 0 0;
	position: relative;
	width: 100%;
	background: white;
	border-bottom: 1px solid black;
	width: 95%;
	background: whitesmoke;
	}

@media only screen and (min-width: 685px) {
    #header {
        position: fixed;
	}
	
}

#header-cont {
	padding: 0 10% 0 10%;
}
#header-spac er {
	float: center;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

/* Logo */

#logo {
	float: left;
	/*! width: px; */
	margin: 0px;
	padding: 0px 0px 0px 10px;
	
	
	color: #FFFFFF;
	/*! display: none; */
}

#logo h1, #logo p {
}

#logo h1 {
	display: block;
	padding: 0px 0px 0px 0px;
	letter-spacing: -1px;
	text-align: left;
	/*text-transform: lowercase;*/
	font-size: 2.4em;
	line-height: 150%;
	
}

#logo h1 a {
	color: black;
	
	
}

#logo p {
	margin-top: 0;
	background-color: black;
	padding: 0px 0 0 3px;
	letter-spacing: 6px;
	text-transform: uppercase;
	text-align: left;
	font-size: 11px;
	color: #EC640A;
	display: inline-block;
	
}

#logo p a {
	color: #FFFFFF;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/*header-line*/

#header-line-hor {
	/*! float: center; */
/*! margin-top: px; */
border-bottom: 1px solid;
border-color: black;
height: 50px

	
}

#header-line-vert {
	/*! float: center; */

	float: left;
border-right: 1px solid;
border-color: black;
height: 140px;
	/*transform: rotate(6deg);*/

	width: 600px;
	position: absolute; 
	-moz-transition: height .2 ease-in;
}*/

#header-bottom-line {
	width: auto;
	border-bottom: 1px solid black;
}




/* Menu */

#menu {
	
	margin: 0 auto;
	height: auto;
	/*margin: 0 auto;
	padding: 0;*/
	/*! display: inline-block; */
}

#menu ul {
  float: right;
	margin: 0 ;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	position: relative;
	
	
	list-style: none;
}
      #menu ul:after {
	     content: ""; clear: both; display: block;}

#menu li {
	
	
	float: left;
	height: 65px;
	padding: 0px 15px 0px 15px;
	}
	
#menu ul ul {
	display: none;
	

	padding: 0;
	top: 90%;
	position: absolute;
	text-align: center;
	-moz-transition: max-height 0.3s ease-out;
	background: #EC640A;
	


	
	box-shadow: 2px 2px 25px 0px rgba(0,0,0,0.75);
	animation: fadein 0.2s;
}

	@keyframes fadin {
    from { opacity: 0.5; }
    to   { opacity: 1; }
}
#menu ul ul li {
	position: relative;
	float: none;
	list-style: none; 
    padding: 0 0 0 0; 
    /*! padding: 20; */
   
	
	
	height: 25px;
}


#menu ul li:hover > ul {
		display: block;
		
	}

#menu ul li a {
	display: block;
	height: 0.2px;
	line-height: 50px;
	margin-right: 1px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #040509;
	border: none;
}

#menu ul ul li a {
	display: block;
	height: 0;
	line-height: 20px;
	margin: 0 5px 0 5px;
	letter-spacing: 0.5px;
	/*! font-weight: italic; */
	text-align: left;
	
	font-size: 12px;
	font-weight: normal;
	color: whitesmoke;
	border: none;
}
#menu ul li a:hover  { /*Hover Hauptliste Font*/
	border-bottom: 3px solid #EC640A;

	text-decoration: none;
}
#menu ul ul li a:hover  { /*Hover Unterliste Font*/
	text-decoration: none;
	color: #000;
	border-bottom: none;
	   -moz-transition:color .2s ease-in;
      -o-transition: color .2s ease-in;
     -webkit-transition: color.2s ease-in;
       transition: color .2s ease-in;
}
#menu .current_page_highlight a { /*Hervorhebung Font aktiv Hauptliste*/
	border-bottom: 3px solid #EC640A;
	text-decoration: none
}
#menu .current_page_highlight ul li a { /*Hervorhebung Font  Unterliste*/
	border-bottom: none;
}

#menu .current_sub_highlight a { /*Hervorhebung Font aktiv Unterliste*/
	color: #201f1f;
}
#menu ul ul:hover {
	max-height:500px;
}

/*end menu*/

#banner-wrapper {
	overflow: hidden;
	height: 400px;
	background:  no-repeat center top;
}

#banner {
height: 159px;
	
	
/*! position: absolute; */
}

/*main site*/

.start {
	border: none;
}

#framewrapper{
	/*background-color: #eaeaea;*/
	
	
	margin: 0 2.5% 0 2.5%;
	padding: 45px 5% 4% 5%;
	overflow: visible;
  border-style: solid; 
	border-width: 1px;
	border-color: black;
	
	
	border-top: none;
}
.wrapperstart {
	border: none;}

#mainframe2{
	border-style: solid;
	border-color: black;
	border-width: 1px;
	
	vertical-align: middle;
	

	margin: 2.5% 2.5% 0 2.5%;
}


#footer {

  
	bottom: 0;	height: 30px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #000000;
	position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
	display: none;
 
  text-align: center;
}

#footer p {
	

	padding-top: 10px;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

@media only screen and (max-width: 364px) {
	#menu ul li a {
		font-size: 0.8em;
	}	
	#menu ul li li a{
		font-size: 0.7em;
		line-height: 1.2em;
	}
	#logo h1 a {
		font-size: 0.9em;
	}
}
@media (max-width: 695px) {
    #menu li {
			 
        padding: 0 5px 0 0px;
	}
	#logo {
		padding-left: 0;
	}
	
	@media (max-width: 1365px) {
		#header {
			border: none;
		}
		#logo {
			text-align: center;
		}
			#logo h1 {
			text-align: center;
		}
	}
	#framewrapper {
		border-top: solid 1px black;
	}
}
