/*
  Schrift: #706f6f
  Rot: #e2001a
  HellGRAU: #f2f2f2
  Orange: #ee7f00
  Grün: #66af24
*/



/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}



html, body {
  font-family: 'Open Sans', sans-serif;
  color: #706f6f;
  padding: 0;
  margin: 0;
  font-size: 1.01em;
  background: #fff;
}

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

hr {
  height: 1px;
  border: 0;
  border-bottom: 5px solid #dadada;
  margin: 28px 0;
}

.text-right {
  text-align: right;
}


.responsive-video {
  
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}





#contact_box {
  position: fixed;
  right: -270px;
  top: 30%;
  width: 320px;
  height: 290px;
  z-index: 9999;
  font-size: 0.85em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  transition: right .5s;  
}

#contact_box:hover {
  right: 0;
  transition: right .5s
}

#contact_box .contactbutton {
  background: #ee7f00;
  width: 50px;
  height: 50px;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  border-radius: 4px 0 0 4px; 
  color: #fff;
  font-size: 2.5em;
  text-align: center; 
  padding: 10px 0;
}

#contact_box .contactinfo {
  background: #fff;
  border-left: 2px solid #ee7f00;
  width: 270px;
  height: 290px;
  float: right;
  padding: 10px 20px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
}

#contact_box a {
  color: #ee7f00;
  text-decoration: none;
}

#contact_box a:hover {
  color: #706f6f;
}

#contact_box .fa-fw {
  padding: 0 0.8em 0 0;
}


/* ---- HEADER ---- */


#header_container {
  width: 100%;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #ee7f00;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  position: fixed;
  top: 0px;
  z-index: 1000;
  background: #fff;
}

#header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  
}

#header #logo {
  float: left;
  padding: 12px 0;
}

#header #mainmenu {
  float: right;
  padding: 0;
  margin: 0;
}

#mainmenu ul {
  padding: 0;
  margin: 0;
}

#mainmenu ul li a {
  margin: 74px 5px 0 5px;
  color: #706f6f;
  text-decoration: none;
  font-size: 1em;
  font-size: normal;
  padding: 0 0.8em;
  display: block;
  line-height: 1.9em;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  ttttext-transform: uppercase;
  border-radius: 4px;
}

#mainmenu ul li:last-child a {
}

#mainmenu ul li a:hover {
  color: #ee7f00;
  bbbackground: #ee7f00;
}

#mainmenu ul li .active {
  color: #fff !important;
  background: #ee7f00;
}

#mainmenu>ul>li {
  position: relative;
  display: inline-block;
  height: 110px;
  ttttext-align: left; 
  margin: 0;
  padding: 0;
  float: left;
}
      
#mainmenu li:hover > a {
	bbbackground:#ee7f00;
  cccolor: #fff;
}  


#mainmenu_mobile {
  max-width: 1200px;
  margin: 0 auto;
  background: #ee7f00;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
  display: none;
}  







/*
#topimage_container {
  width: 100%;
  hhhheight: 400px;
  background-size: cover;
  
}

#topimage {
  max-width: 1200px;
  max-height: 410px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 400px;
}

#googlemaps {
  max-width: 1200px;
  height: 350px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
*/






#content_container {
  width: 100%;
  min-height: 600px;
  background: #fff;
  margin-top: 120px;
}

#content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 40px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  min-height: 300px;
  font-size: 0.9em;
  line-height: 1.6em;
  position: relative;
}

#content h1 {
  font-size: 2em;
  line-height: 1.4em;
  padding: 10px 0 20px 0;
  mmmmargin: 20px 0 20px 0;
  margin: 0;
  font-weight: normal;
  color: #ee7f00;
  ttttext-transform: uppercase;
}

#content h2 {
  font-size: 1.4em;
  line-height: 1.7em;
  margin: 24px 0 14px 0;
  font-weight: normal;
  color: #ee7f00;
  ttttext-transform: uppercase;
}

#content h2.no_topmargin {
  margin: 0 0 6px 0;
}

#content h3 {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 6px 0 6px 0;
  font-weight: normal;
  ttttext-transform: uppercase;
  color: #ee7f00;
}

#content h3 {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 6px 0 6px 0;
  font-weight: normal;
}

#content p {
  margin: 0 0 20px 0;
  font-size: 0.95em;
}

#content .img {
  border-radius: 4px;
}

#content .fa-fw {
  padding: 0 0.8em;

}

#content ul {
  padding: 0;
  margin: 0;
}

#content ul li {
  list-style: none;
  padding: 0 0 0 23px;
  margin: 0; 
  line-height: 2.0em; 
  position: relative;
}

#content ul li:before {
  position: absolute;
  top: 1px;
  left: 5px;
  font-family: FontAwesome;
  content: "\f0c8";
  color: #ee7f00;
  font-size: 0.7em;
}


#content a {
  text-decoration: none;
  color: #ee7f00;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
}

#content a:hover {
  color: #726e6d;
}

#content .img_left {
  float: left;
  margin: 8px 20px 15px 0;
}

#content p img {
  width: 50%;
}

#content .img_right {
  float: right;
  margin: 8px 0 15px 20px;
  
}

#content .img_left:after, #content .img_right:after {
  clear: both;
}


.box {
  background: #dadada;
  padding: 1.5em;
}

.logolist img {
  border: 1px solid #dadada;
  padding: 5px;
  margin: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.imglist img {
  
  padding: 5px 10px 5px 0;
  margin: 4px 4px 4px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.filelist ul {
  padding: 0;
  margin: 0;
}

.filelist ul li {
  list-style: none !important;
  background: url('../images/pdf.png') no-repeat left center;
  padding: 13px 0 13px 45px !important;
}

.filelist ul li:before {
  content: '' !important;
}

.product_container {
  margin-bottom: 25px;
}

.product {
  margin: 25px 0;
}

.product th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  line-height: 1.5em;
  padding: 8px;
  background: #ee7f00;
  color: #fff;
}

.product td {
  line-height: 1.5em;
  vertical-align: top;
  padding: 8px;
}

.product tr:nth-child(even) {
  background-color: transparent;
}
 
.product tr:nth-child(odd) {
  background-color: #bebebe;
}

.product table {
  font-size: 1em;
  width: 100%;
  border-collapse: collapse;
}

.product .price {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.product .oldprice {
  text-decoration: line-through; 
  font-size: 0.8em;
}





#content #text, #footerinfo .text {
  width: 100%;
  ffffloat: left;
  padding: 20px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
}

#content #text_small {
  width: 70%;
  float: left;
  padding: 20px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
}

#content #sidebar {
  width: 30%;
  float: right;
  padding: 20px 0 0 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);   
}







#footerinfo_container {
  width: 100%;
  background: #ededed;
}

#footerinfo { 
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  font-size: 1em;
  color: #706f6f;
}

#footerinfo h1 {
  color: #fff;
  font-size: 1.3em;
  font-weight: normal;
  color: #ee7f00;
  text-transform: uppercase;
}

#footerinfo a {
  color: #f6f6f6;
  text-decoration: none;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
}

#footerinfo a:hover {
  color: #ee7f00;
}

#footerinfo ul, #footerinfo p {
  line-height: 1.5em;
  font-size: 1em;
  font-weight: normal;
}

#footerinfo ul {
  padding: 0;
  margin: 0;
}

#footerinfo ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footerinfo .icon {
  color: #ee7f00;
}

#footerinfo .fa-fw {
  padding: 0 0.8em;

}




#footer_container {
  width: 100%;
  color: #706f6f;
  background: #f2f2f2;
}

#footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  font-size: 0.8em;
  line-height: 1.6em;
  color: #706f6f;
}

#footer h2 {
  color: #ee7f00;
  font-weight: normal;
  font-size: 1.6em;
  margin: 20px 0 15px 0;
}

#footer a {
  color: #525252;
  text-decoration: none;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
}

#footer i {
  color: #ee7f00;
}

#footer li a {
  line-height: 2em; 
}


.contact-info-item {
  box-sizing: border-box;
  margin-bottom: 1rem;
}

.contact-info-item .contact-text {
  width: 20px;
}

.contact-info-item .contact-text {
    display: block;
    float: left;
    width: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
    position: relative;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-map-marker:before {
    content: "\f041";
    font-size: 1.4em;
}

.fa-phone:before {
    content: "\f095";
    font-size: 1.4em;
}

.fa-fax:before {
    content: "\f1ac";
    font-size: 1.1em;
}

.fa-envelope:before {
    content: "\f0e0";
    font-size: 1.0em;
}

.fa-clock-o:before {
    content: "\f017";
    font-size: 1.2em;
}

.fa-square:before {
  content: "\f0c8";
  font-size: 0.8em;
  line-height: 2.4em;
}


.contact-info-item .contact-value {
    margin-left: 25px;
}

.contact-info-item .contact-value {
    display: block;
}



/* ---- BOTTOM  ---- */

#bottom_container {
  width: 100%;
  background: #fff;
  bbbborder-top: 1px solid #c6c6c6;
}

#bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2px 20px 10px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  font-size: 0.75em;
  line-height: 1.6em;
  position: relative;
}

#bottom a {
  color: #706f6f;
  text-decoration: none;
}

#bottom a:hover {
  text-decoration: underline;
}




/* ---- LAYOUT ---- */

.row {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  margin: 0 -20px;
}

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

.row:after{
  content: "";
  display: table;
  clear: both;
}

.row-pad-bottom {
  margin-bottom: 30px;
}


.col-1 {
  width: 100%; 
  min-height: 1px;
  /*padding: 0 20px;*/
  padding: 20px 20px 10px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
}

.col-2-4 {
  float: left;
  width: 50%;
  min-height: 1px;
  padding: 0 0 10px 0;
  /*padding: 0 20px 10px 0;*/
  padding: 0 20px 10px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  /*min-width: 300px;*/
}

.col-2-4-right {
  float: right;
  width: 50%;
  min-height: 1px;
  padding: 0 0 10px 0;
  /*padding: 0 20px 10px 0;*/
  padding: 0 20px 10px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  /*min-width: 300px;*/
}

.float-right {
  float: right;
}

.col-2-sub {
  float: left;
  width: 50%;
  min-height: 1px;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  /*min-width: 300px;*/
}

.col-2 {
  float: left;
  width: 50%;
  min-height: 1px;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  /*min-width: 300px;*/
}


.col-1-4 {
  float: left;
  width: 25%; 
  min-height: 1px;
  /*padding: 0 20px;*/
  padding: 0 20px 10px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
}

.col-1-3 {
  float: left;
  width: 33.333333333333333333%;
  min-height: 1px;
  padding: 0 0 10px 0;
  /*padding: 0 20px 10px 0;*/
  padding: 0 20px 10px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  /*min-width: 300px;*/
}

.col-2-3 {
  float: left;
  width: 66.66666666666666666%;
  min-height: 1px;
  padding: 0 0 10px 0;
  /*padding: 0 20px 10px 0;*/
  padding: 0 20px 10px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  /*min-width: 300px;*/
}

.col-1-5 {
  float: left;
  width: 20%;
  min-height: 1px;
  padding: 0 0 10px 0;
  /*padding: 0 20px 10px 0;*/
  padding: 0 20px 10px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  /*min-width: 300px;*/
}

.col-4-5 {
  float: left;
  width: 80%;
  min-height: 1px;
  padding: 0 0 10px 0;
  /*padding: 0 20px 10px 0;*/
  padding: 0 20px 10px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  /*min-width: 300px;*/
}

.no-pad {
  padding: 0;
}

.half-mag {
  margin: 0 -20px;
}

#maps {
  width: 100%;
  height: 385px;
  border-radius: 4px;
  background: #f2f2f2;
}

#maps {
  background: #e6e6e6 url('../images/osm_map.png') no-repeat center center;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

#osm_copyright {
  position: absolute;
  right: 0;
  bottom: 0px;
  height: 25px; 
  text-align: right;
  background: rgba(255, 255, 255, 0.8)!important;
  font-size: 12px;
  font-family: Arial!important;
  color: #000!important;
  padding: 0 10px;
}

/* SLIDER LAYOUT */

.slider {
  mmmmargin: -20px;
  position: relative;
}

.slider_img {
   width: 100%;
}

.slider_img img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 1px;
  img {
    max-width: 100vw !important;
  }
}

.control_button {
  position: absolute;
  left: 60px;
  bottom: 40px;
  z-index: 999;
}



/* INFOBOX Layout */

.infobox {
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  margin: 20px 0;
}

.infobox-aktuelles-height {
  min-height: 200px;
}

.infobox-image {
  border-bottom-width: 7px; 
  border-bottom-style: solid;
}

.infobox-image img {
  border-radius: 4px 4px 0 0;
}

.border_red { 
  border-bottom-color: #e2001a;
}

.border_orange {
  border-bottom-color: #ee7f00;
}

.border_green {
  border-bottom-color: #66af24;
}



.infobox-text {
  padding: 15px 20px;
}

#content .infobox h3 {
  margin-bottom: 25px;
}

.font_red {
  color: #e2001a!important;
}

.font_orange {
  color: #ee7f00!important;
}

.font_green {
  color: #66af24!important;
}






.clear {
  clear: both;
  height: 0px;
  width: 0px;
  visibility: hidden;
  font-size: 0px;
  line-height: 0px;
}

.icon {
  color: #ee7f00;
  font-size: 0.85em;
}

.icon2 {
  color: #ee7f00;
  font-size: 0.7em;
  vertical-align: middle;
}

.flexbox {
  display: box;
  display: flexbox;
  display: -webkit-flex
  display: -ms-flex;
  display: flex;
}

.rubrik_icon_desc {
   background: #ee7f00; 
   color: #fff; 
   position: relative;
}

.rubrik_icon_desc_bottom {
  padding: 15px 0;
}

.rubrik_icon {
  background: #bebebe;
}


.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"], .contact_form textarea {
  font-family: 'Open Sans', sans-serif;
  color: #57595d;
  background: #fff;
  width: 100%;
  margin: 5px 0 15px 0;
  padding: 10px 12px;
  border: 1px solid #dadada;
  outline: 0px none;
  resize: none;
  line-height: 17px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  font-size: 1em;
  -webkit-appearance: none;
  border-radius: 4px;
}

.contact_form input:hover, .contact_form textarea:hover {border: 1px solid #ee7f00;}
.contact_form textarea {height: 200px;}

.button, .button_footer {
    position: relative;
    display: inline-block;
    wwwidth: 100%;
    line-height: 17px;
    margin: 5px 0 15px 0;
    padding: 6px 12px;
    border: 1px solid #706f6f!important;
    background: #706f6f!important;
    fffont-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    color: #fff!important;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, border-color 0.1s linear 0s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    *behavior: url(/js/boxsizing.htc);
    -webkit-appearance: none;
    border-radius: 4px;
}



.button:hover {
  background: #ee7f00!important;
  border-color: #ee7f00!important;
  color: #fff!important;
  border: 0;
}

.error {
  color: red; 
  border: 1px solid red; 
  padding: 16px; 
  margin-bottom: 20px;
  background: #fedfdf;
}

.ok {
  color: green; 
  border: 1px solid green; 
  padding: 16px; 
  margin-bottom: 20px;
  background: #dffedf;
}

.text_red {
  color: red;
}





.slicknav_menu {
	display:none;
}





/* ---- RESPONSIVE DESIGN ---- */

@media only screen and (max-width : 1300px) {
  #contact_box {
    display: none;
  }
}



@media only screen and (max-width : 1170px) {
  #header, #bottom {
    mmmargin: 0 20px;
  }
  
  #topmenu {
    margin: 0 50px 0 0;
  }
  
  .tagesfahrten li {
    width: 33.3333333333333%;
  }
}






@media only screen and (max-width : 1000px) {
  /* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
    /*position: fixed;*/
    /*top: 0;*/
    width: 100%;
    z-index: 9000;
	}
  
  #mainmenu_container {
    position: relative;
    top: auto;
    height: auto;
  }
  
  #mainmenu, #loginmenu {
    display: none;
  }
  
  #mainmenu_mobile {
    display: block;
  }
  
  #header_container {
    position: relative;
    top: auto;
    hhhheight: 80px;
  }
  
  #content_container {
    margin: 0 auto;
  }
  
  #content {
    margin: 0 auto;
    padding: 2px 20px 40px 20px;
  }
  
  .slider {
    margin: 0;
    position: relative;
  }
  
  .control_button {
    left: 30px;
    bottom: 25px;
  }
  
}



@media only screen and (max-width : 950px) {
  .col-main {
    width: 100%;
  }
  
  .col-1-4 {
    width: 33.3333333333333%;
  }
  
  .fotogalerie li {
    width: 33.3333333333333%;
  }
  
  
}


@media only screen and (max-width : 900px) {
  
  html, body {
    /*font-size: 0.85em;*/
  }
  
  /*
  #content, #impressionen, #footer, #bottom {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  */
  
  #logo {
    width: 100%;
    padding: 0;
    /*margin-top: 20px;*/ 
  }
  
  #mainmenu {
    width: 100%;
    padding: 0;
  }
  
  #footer {
    line-height: 1.6em;
  }
  
  .col-1-4 {
    width: 50%;
  }
  
  #header #topmenu {
    display: none;

  }
  
  .col-main {
    width: 100%;
  }
  
  .tagesfahrten li {
    width: 50%;
  }
  
}


@media only screen and (max-width: 700px) {
  .fotogalerie li {
    width: 50%;
  }
  
  
}


@media only screen and (max-width : 590px) {
  
  #bottom {
    padding: 20px;
  }
  
   .col-2 {
    width: 100%;
  }
  
  #logo {
    width: 100%;
    ttttext-align: center;
    /*margin-top: 30px;*/
  }
  
  #logo img {
    /*width: 90%;*/
  }
  
  #header #topinfo {
    left: 0px;
    right: auto;
    font-size: 0.85em;
  }
  
  .fotogalerie li {
    width: 100%;
  }
  
  .liste_zweispaltig li {
    /*width: 100%;*/
  }
  
  .liste_zweispaltig li.rd_full {
    width: 100%;
  }
  
  .tagesfahrten li {
    width: 100%;
  }
}


@media only screen and (max-width : 590px) {
  .col-2-4, .col-1-4, .col-2-3, .col-1-3, .col-2-4-right {
    width: 100%;
    clear: both;
    display: block;
  }
  
  #footer .col-2-4 {
    margin: 0 0 35px 0;
  }
  
  #footer .col-2-4:last-child {
    margin: 0;
  }
  
  #bottom .col-2-4 {
    text-align: left;
  }
  
 
  
  
}


@media only screen and (max-width : 340px) {
  
  #topimage_container {
    /*height: 160px;*/
  }
  
  
}
