@charset "utf-8";

@import url("fonts/stylesheet.css");

/* CSS Document */
body#home{
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../Bilder/index1-bg.jpg);
	background-repeat: repeat-x;
}
body#beratung{
	margin: 0;
	background-color: #FFFFFF;
	background-image:url(../Bilder/beratung-bg.jpg);
	background-repeat: repeat-x;
}

body#sigrid{
	margin: 0;
	background-color: #FFFFFF;
	background-image:url(../Bilder/Objekt-06.jpg);
	background-repeat: repeat-x;
}

body#konditionen{
	margin: 0;
	background-color: #FFFFFF;
	background-image:url(../Bilder/detail-klotz-bg.jpg);
	background-repeat: repeat-x;
}

body#kontakt{
	margin: 0;
	background-color: #FFFFFF;
	background-image:url(../Bilder/Detail-18.jpg);
	background-repeat: repeat-x;
}

body#impressum{
	margin: 0;
	background-color: #FFFFFF;
	background-image:url(../Bilder/Objekt-Blume.jpg);
	background-repeat: repeat-x;
}

.textlink {
	color: #D0100F;
}

.implink {
	color: #FFFFFF;
	text-decoration: none;
}

.boxlink {
	color: #FFFFFF;
	text-decoration: none;
}

hr { border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc); }

img {
	max-width: 100%;
	height: auto;
}

p {
	text-align: justify;
	padding-right: 10px;
}

section
{
	text-align:left;
	padding-left: 20px;
}
h1 {
	font-family: 'Open Sans', sans-serif;	
	font-weight:200;
	font-size: 18px;
	color: #CC3300;
	text-transform: uppercase;
	text-align: left;
	margin-top: 40px;

}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:200;
	font-size: 16px;
	color: #CC3300;
	text-transform: uppercase;
	text-align: left;
	margin-top: 30px;
	}
	

input, textarea, select {
	border: 1px solid #CC3300;
}


#wrapper {
	max-width: 1024px;
	margin: 0 auto;
	/*border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-style: solid;
	border-color: #CC3300;*/
	box-shadow: 0px 10px 25px;
	background-color: #FFF;
     }

#headertop {
	display: none;
	}


#header {
	width: 100%;
	min-height: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CC3300;
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
   list-style: none;
  line-height: 1;
	display: flex;
  justify-content: space-between;

}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;

}

#cssmenu {
  width: 100%;
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #CC3300;	 
}
#cssmenu > ul {
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;

}
#cssmenu.align-center > ul > li {
  float: none;
   
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 0 15px 0 15px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 13px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

 
#content {
	
	display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   
	clear: both;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #1A1A1A;
}

#leftcontent {
	
	display: -webkit-flex; 
  	display: -ms-flexbox; 
  	display: flex;
	width: 50%;
	height: auto;
	float: left;
	padding-left: 30px;
	padding-right: 25px;
	
}

#rightcontent {
   
    display: -webkit-flex; 
  display: -ms-flexbox; 
  display: flex;
  
	width: 35%;
	margin: 45px 15px 0 0;
	padding: 0 5px 45px 5px;
	position: absolute 80px 0 0 0;
	float: right;
	border: 1px solid grey;
}

/*#righttext {
	width: 80%;
	height: auto;
	padding: 15 px;
	background-color:#CCC;
}
	*/
.foto {padding: 10px 30px 10px 0; float: right; max-width: 100%;
	height: auto;}

#footer {
	clear: left;
	max-width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #CC3300;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	}
	

@media all and (max-width: 1200px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 
  #cssmenu > ul > li > a { 
	font-size: 12px;
	letter-spacing: 0;
	padding: 0 10px 0 10px;
 }
}

@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 
#cssmenu {
    background: #CC3300;
  }
  #cssmenu > ul {
    display: none;
	box-shadow: none;
	background-image: none;
  }
  #cssmenu > ul.open {
	display: block;
	padding-top: 15px;
	margin-left: -25px;
  }
  #cssmenu.align-right > ul {
    float: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu > ul > li > a {
    padding: 18px 0 15px 0;
    border-right: 0;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
  }
  #cssmenu #menu-button {
	display: block;
    font-size: 14px;
	font-weight: bold;
    color: #FFFFFF;
    padding: 5px 0 5px 20px;
    text-transform: uppercase;
    letter-spacing: none;
    background: #CC3300;
    cursor: pointer;
  }
  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul li:hover > ul,
  #cssmenu.align-right > ul > li > ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
   /* display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 25px;
    top: 18px;*/
  }
  #cssmenu #menu-button::before {
   /* display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    right: 25px;
    top: 28px;*/
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  
  
  #content {
	padding: 0px 20px;
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
	color: #1A1A1A;
	max-width: 100%;
	height: auto;
	border-left: 1px solid rgba(80, 80, 80, 0.12);
  	border-right: 1px solid rgba(80, 80, 80, 0.12);
}

	 #contentbox {display:none;
}

#leftcontent {
	width: 100%;
	}
	
#rightcontent {
	width: 100%;
	}


#footer {
	max-width: 100%;
	height: auto;
	padding: 10px;
	font-size: 10px;
	}

td tr {padding: 0px; }
input  {
	max-width: 30% !important;
}

input[type='radio'] {
	
	width: 50px;
}

@media screen and (max-width: 500px) {

section {
	padding-left: 0;
}

	img {
	max-width: 100%;
	height: auto;
}

#headertop {
	display:block;
	}
	
#header {
	display: none;
}


  #content {
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #1A1A1A;
	max-width: 100%;
	height: auto;
	border-left: 1px solid rgba(80, 80, 80, 0.12);
  	border-right: 1px solid rgba(80, 80, 80, 0.12);
	text-align: left;
}

.contentbox {
	padding-right: 10px;
	max-width: 100%;
	height:auto;
	background-color: #fff;
	display:flex;
   justify-content: space-between;
}

#rightcontent {
   
    width: 100%;
    float: left;
	margin: 0;
    padding-left: 30px;
    padding-right: 25px;
	border-color: none;
}

.outerFrame {
			display:none;

			}
                                               
    
	.flschools	   {          
	display: inline;
}     
  
	
}

@media screen and (max-width: 350px) {
	
img {
	max-width: 100%;
	height: auto;
}

#headertop {
	width:100%;
	}

#wrapper {
	box-shadow: none;

     }

  #content {
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #1A1A1A;
	max-width: 100%;
	height: auto;
	border-left: 1px solid rgba(80, 80, 80, 0.12);
  	border-right: 1px solid rgba(80, 80, 80, 0.12);
}

#leftcontent {
	
	width: 100%;
	
}