* {
    margin: 0;
    padding: 0;
}




/*---Grundlage-------------------------*/


html
{

}

body
{
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  color:#333;
}

.clear
{
  clear:both;
}


/*------------------------------------------------ Handy (bis 480PX) --------------------------------------------------------------*/
body
{
  font-size:16px;
}


/*---COOKIE-------------------------*/

#cookies
{

  position: fixed;
  z-index:200;
  top:0;
  right: 0;
  background:#333;
  color:#fff;
  padding:10px;
  text-align:center;
  border-bottom:2px solid #919191;
}

#cookie_inner
{
  font-size:14px;
  width:100%;
  margin-top:10px;
}

#cookies h2
{
  font-size:14px;
  font-weight:700;
}


#cookies a
{
  color:#fff;
  text-decoration:underline;

}

#cookiesCloser
{
  color:#008ecf;
  cursor:pointer;
}


/*---TEXT-------------------------*/
h1
{
  font-size:28px;
  color:#008ecf;
  font-weight: 700;
  margin-bottom:35px;
}


#main div#links div#c1 a
{
  padding:10px;
  background:#919191;
  color:#fff;
}

#main a
{
  color:#333;
}

#main a:hover
{
  text-decoration:underline;
}

/*Datenschutz*/

#c17
{
  font-size:14px;
}

#c17 h2
{
  font-size:18px;
  font-weight:700;
}




/*---KOPF-------------------------*/  

#kopf
{
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
}

#logo
{
  width:90%;
  max-width:450px;
  margin-left:auto;
  margin-right:auto;
}


#spruch
{
  width:90%;
  max-width:390px;
  margin-left:auto;
  margin-right:auto;
}

#logo img, #spruch img
{
  width:100%;
  height:auto;
}
  
/*---MENU-------------------------*/

.linie
{
  background: #fff none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin-bottom: 5px;
    width: 40px;
}


#button
{
  display:block;
  width:50px;
  margin: 5px;
  float:right;
}

#topnavi
{
  text-align: center;
  width:100%;
  height:40px;
}

#toggleNavMain
{
  background:#919191;
  width:100%;
  height: 90%;
  padding-top: 1%;
}


#navMain
{
  display:none;
  background:#eee;
  margin-top:-1px;
  position: relative;
  z-index: 100;
}

#topnavi li
{
  
}

#topnavi a
{
  width: 100%;
  display: block;
  padding-top:10px;
  padding-bottom:5px;
  color:#6f6f6f;
  border-bottom: 1px #919191 solid;
  font-weight: 700;
}

#topnavi .l1-act
{
  text-decoration:underline;
  color:#008ecf;
}


/*---SLIDER-------------------------*/

#slider
{
  width:100%;
  max-width:1600px;
  border-top: 5px solid #919191;  
  max-height:570px;
}

#slider #c3.frame
{
    padding-bottom: 7px;
  border-bottom: 3px solid #919191;
}

#slider img
{
  width:100%;
  height:auto;
}


#slider .frame
{
  padding:0;
}

#slider figure
{
  margin:0;
}

/*---CONTENT-------------------------*/

#main
{
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
  margin-top:50px;
}

#links, #rechts
{
  width:90%;
  margin-left:auto;
  margin-right:auto;
}

/*---FORMULAR-------------------------*/

form h2
{
  display:none;
}

label
{
  font-weight:500;
}

.btn-group
{
  width:100%;
}

.btn-primary:hover
{
  background:#008ecf;
}

form button, .btn-primary
{
  background:#333;
  color:#fff;
  border:none;
  width:100%;
}

div.input.checkbox div.form-check label.add-on.form-check-label span
{
  font-size:12px;
}

/*---FOOTER-------------------------*/
#footer
{
  background:#464646;
  width:100%;
  min-height:180px;
  margin-top:60px;
}

#footer_inner
{
  max-width:1100px;
  color:#cdcdcd;
  margin-left:auto;
  margin-right:auto;
}

#footer .frame
{
  padding:0;
}

.col1, .col2, .col3
{
  width:90%;
  margin-left:auto;
  margin-right:auto;
  padding-top: 30px;
}


#footer h1
{
  width:100%; 
  border-bottom: solid #cdcdcd 1px;
  color:#cdcdcd;
  font-size:17px;
  margin-bottom:10px;
}

#footer a
{
  color:#cdcdcd;
}

#footer h1, #footer p
{
  padding-left:7px;
}

/*------------------------------------------------ Browser (ab 1000PX) ------------------------------------------------------------*/

@media screen and (min-width:1000px)
{

body
{
  font-size:16px;
}

/*---COOKIE-------------------------*/

#cookies
{

  position: fixed;
  z-index:200;
  bottom: 200px;
  right: 0;
  top:auto;
  background:#333;
  color:#fff;
  padding:10px;
  text-align:center;
  border-left:2px solid #919191;
  border-top:2px solid #919191;
  border-bottom:2px solid #919191;
}

#cookie_inner
{
  font-size:14px;
  max-width:400px;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
}


/*---KOPF-------------------------*/  
#kopf
{
  margin-top:40px;
}

#logo
{
  margin-left:40px;
  margin-right:20px;
  float:left;
}


#spruch
{
  margin-left:0;
  margin-right:0;
  float:left;
}

/*---MENU-------------------------*/  

#toggleNavMain
{
  display:none;
}

#topnavi
{
  text-align:right;
  margin-top: 20px;
}

#navMain
{
  display:inline-block;
   margin:0px;
  background:transparent;
}


#topnavi li
{
  display:inline;
}

#topnavi a
{
  display:inline-block;
  padding:5px 15px;
  text-decoration:none;
  font-size:18px;
  border-bottom:none;
  width:auto;
}

#topnavi a:hover, #topnavi .l1-act
{
  text-decoration:underline;
  color:#008ecf;
}


/*---CONTENT-------------------------*/  



#links
{
  max-width:450px;
  margin-left:0px;
  float:left;
  margin-right:30px;
}

#rechts
{
  max-width:450px;
  margin-left:0px;
  margin-right:0px;
  float:right;
}


/*---FOOTER-------------------------*/  
.col1, .col2, .col3
{
  width:28%;
  float:left;
  margin-left:2%;
  margin-right:3%;
  margin-top:20px;
  font-size:15px;
  padding-top: 0px;
  
}




}

