/*
  ORANGE: #f39a00
  MITTELGRAU: #c3c3c3
  DUNKELGRAU: #333

*/


/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Bitter:400,700');*/

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

/* 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: #333;
  padding: 0;
  margin: 0;
  font-size: 0.95em;
  background: #f39a00;
}

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

hr {
  height: 1px;
  border: 0;
  border-bottom: 1px solid #c3c3c3;
  margin: 20px 0;
}

a {
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
}

small {
  font-size: 0.85em;
  line-height: 1.5em;
}

.orange {
  color: #f39a00;
}

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

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

.slicknav_menu {
	display: none;
}

.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"], .contact_form input[type="number"], .contact_form input[type="password"], .contact_form textarea, .contact_form select {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  background: transparent;
  width: 100%;
  margin: 5px 0 15px 0;
  padding: 8px 10px;
  border: 1px solid #c3c3c3;
  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: 0;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
      -webkit-appearance: menulist-button !important;
      line-height:26px !important;
      padding: 6px 10px 5px 10px !important;
    }
}

.contact_form input[type="radio"] {
  margin: 5px 0 15px 0;
  padding: 8px 10px;
}

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

.contact_form p {
  padding: 10px 0 0 0!important;
  margin: 0!important;
}

.button {
    position: relative;
    display: inline-block;
    width: auto;
    line-height: 2.4em;
    margin: 0 5px 5px 0;
    padding: 0px 23px;
    border: 1px solid #c3c3c3!important;
    background: #c3c3c3;
    font-size: 0.9em;
    font-family: 'Bitter', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    color: #333!important;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
    box-sizing: initial !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    *behavior: url(/js/boxsizing.htc);
    -webkit-appearance: none;
    border-radius: 0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
}

.button:hover {
  background: #f39a00;
  border: 1px solid #f39a00!important;
  color: #fff!important;
}

.button_tf {
  position: relative;
  display: inline-block;
  /* width: auto; */
  width: 100%;
  line-height: 1.5em;
  font-family: 'Bitter', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 1em;
  padding: 4px 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
}

.button_tf:hover {
  color: #333!important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.tagesfahrten i {
  margin: 0 6px 0 0;
}

.tagesfahrten .fahrt_titel a {
  color: #333!important;
}

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

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

.counter_max_letter {
  border: 0!important; 
  width: auto;
  text-align: right;
  font-size: 0.8em!important;
  padding: 0!important;
  margin: 0!important;
}

.highlight { 
  display: none; 
} 





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

#header_container {
  background: #fff;
  width: 100%;
  height: 115px;
  position: fixed;
  top: 0px;
  z-index: 1000;
}

#header {
  max-width: 1150px;
  margin: 0 auto;
  /*padding: 0 40px;*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}

#header #logo {
  float: left;
  height: 70px;
  padding: 10px 0 0 0;
  width: 200px;
}

#header #logo img {
  /*width: 50%;*/
}

#header #topmenu {
  text-transform: uppercase;
  llletter-spacing: 0.05em; 
  float: right;
  font-size: 0.9em;
  margin-right: 50px;
}

#header #topmenu ul {
  margin: 10px 0;
  padding: 0;
}

#header #topmenu li {
  display: inline;
  list-style: none;
  padding: 2px;
  border-right: 1px solid #c3c3c3;
}

#header #topmenu li:last-child {
  border-right: 0px;
}

#header #topmenu a {
  color: #000;
  text-decoration: none;
  padding: 0 8px;
}

#header #topmenu a:last-child {
  /*padding-right: 0;*/
}

#header #topmenu a:hover, #topmenu .active {
  text-decoration: underline;
}

#header #language {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  float: right;
  background: #e6e6e6;
}



/* ---- MAINMENU ---- */

#mainmenu_container {
  background: #fff;
  width: 100%;
  /*height: 45px;*/
  position: fixed;
  top: 70px;
  z-index: 1000;
}

#mainmenu, #loginmenu {
  max-width: 1150px;
  margin: 0 auto;
  background: #333;
  /*height: 45px;*/ 
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 20px;
}

#mainmenu ul, #loginmenu ul {
  padding: 0 5px;
  /*ppadding: 0;*/
  margin: 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

#mainmenu ul li, #loginmenu ul li {
  list-style: none;
}

#mainmenu ul li a, #loginmenu ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2em;
  /*margin: 2px 2px 0 2px;*/
  margin: 0;
  padding: 0 15px;
  display: block;
  /*width: 80px;*/
  height: 45px;
  line-height: 2.5em;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
}

#mainmenu ul li:last-child a {
  /*padding-right: 0;*/
}

#mainmenu ul li a:hover, #loginmenu ul li a:hover {
  /*background: #e6e6e6;*/
  color: #f39a00;
}

#mainmenu ul li a.active, #loginmenu ul li a.active {
  background: #f39a00!important;
  color: #fff!important;
}

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

#loginmenu_mobile {
  max-width: 1150px;
  margin: 0 auto;
  background: #333;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
  display: none;
  
}

#loginmenu {
  font-size: 0.8em;
  padding: 0;
  margin: 0 -5px;
  
}

#loginmenu ul {
  padding: 0;
}

#loginmenu ul li a {
  line-height: 2.5em;
  height: 38px;
}
      
    
      
     

/* ---- TOPIMAGE  ---- */

#topimage_container {
  width: 100%;
  position: fixed;
  top: 115px;
}

#topimage {
  width: 100%;
  margin: 0;
  height: 400px;
  background-color: #c3c3c3;
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.min.htc);
	behavior: url(/js/backgroundsize.min.htc); 
}

.img_top {background: #dadada; background-repeat: no-repeat;}



/* CONTENT */

#content_container {
  width: 100%;
  mmmin-height: 600px;
  position: relative;
}

#content {
  max-width: 1150px;
  margin: 410px auto 0 auto;
  background: #fff;
  padding: 20px 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  min-height: 900px;
  font-size: 1.05em;
  line-height: 1.6em;
  position: relative;
}

#content h1 {
  font-family: 'Bitter', serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.4em;
  word-wrap: break-word;
}

#content h2 {
  font-family: 'Bitter', serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #f39a00;
  word-wrap: break-word;
}

#content h3 {
  font-family: 'Bitter', serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  word-wrap: break-word;
}

#content h4 {
  font-family: 'Bitter', serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  font-size: 1.0em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  word-wrap: break-word;
}

#content h5 {
  font-family: 'Bitter', serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  word-wrap: break-word;
}

#content p {
  white-space: pre-wap;
  word-wrap: break-word;
}

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

#content a:hover {
  color: #333;
}


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

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


#content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cecece;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
}

#content th {
  background: #e6e6e6;
  padding: 5px;
  border: 1px solid #cecece;
}

#content td {
  padding: 5px;
  border: 1px solid #cecece;
}

#content td.center {
  text-align: center;
}

#content .table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

#content .table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

#content .table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

#content .datencheck table {
  border: 0!important;
  border-bottom: 1px solid #cecece!important;
}

#content .datencheck td {
  border: 0!important;
  border-top: 1px solid #cecece!important;
}



#content .responsive-video {
  border: 1px solid #f39a00;
}

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

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

#content .gbook_eintrag {
  padding: 0 0 30px 0;
}

#content .gbook_eintrag .datum {
  color: #c3c3c3;
}

.pagebar {
	padding: 20px 0px;
	margin: 0 -6px 20px -6px;
	text-decoration: none;
  font-size: 1em;
  text-align: left;
}

.pagebar a, .pageList .this-page {
	text-decoration: none;
	padding: 0.2em 0.5em;
  background: #e6e6e6;
  margin: 6px;
  display: inline-block;
  color: #333!important;
}

.pagebar a:visited {
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	padding: 0.2em 0.5em;
	background: #F39A00;
	color: #fff;
  margin: 6px;
}

.pagebar a:hover {
	background: #e6e6e6;
  color: #f39a00!important;
}

.pagebar .inactive
{
  color: #ccc;
  text-decoration: none;
  padding: 0.2em 0.5em;
}

















#content .partner_box {
  /*float: left;*/
}

#content .text_ticker {
   width: 100%; 
   border: 1px solid #f39a00; 
   padding: 5px 0; 
   margin: 5px 0 30px 0;
}

#content .marquee {
  overflow: hidden;
}

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

.fotogalerie ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc); 
}


.fotogalerie li
{
  display: inline-block;
  margin: 0 0 25px 0;
  padding: 0 20px;
  text-align: left;
  width: 25%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc); 
  vertical-align: bottom;  
}

.fotogalerie img {
  bbbborder-radius: 3px;
  border: 1px solid #f39a00;
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.fotogalerie .image_container {
    position: relative;
}

.fotogalerie .image_container:hover img {
  opacity: 0.3;
}

.fotogalerie .image_container:hover .center_image_text {
  opacity: 1;
}

.fotogalerie .center_image_text {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.fotogalerie .image_text {
  color: #f39a00;
  font-size: 16px;
  padding: 16px 32px;
}





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

.liste_zweispaltig ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc); 
}


.liste_zweispaltig li
{
  display: inline-block;
  margin: 0 0 35px 0;
  padding: 0 20px;
  text-align: left;
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);   
  vertical-align: top;
}

.liste_zweispaltig img {
  /*border-radius: 3px;*/
  border: 1px solid #f39a00;
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.liste_zweispaltig .namen {
    padding: 0 20px;
  }






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

.tagesfahrten ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc); 
}


.tagesfahrten li
{
  display: inline-block;
  margin: 0 0 35px 0;
  padding: 0 20px 20px 20px;
  text-align: left;
  width: 25%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc); 
  vertical-align: top; 
}

.tagesfahrten .fahrt_titel {
  text-align: center;
  border: 1px solid #333;
  position: relative;
  min-height: 170px;
  padding: 10px 5px 5px 5px;
}

.tagesfahrten .fahrt_stationen {
  text-align: center;
  border: 1px solid #333;
  background: #333;
  min-height: 160px;
  color: #fff;
  font-size: 0.9em;
  padding: 0 5px;
  line-height: 1.6em;
}

.tagesfahrten .fahrt_links {
  text-align: center;
  border: 1px solid #f39a00;
  background: #f39a00;
}

.tagesfahrten a {
  color: #fff!important;
}

.tagesfahrten .fahrt_links i {
  color: #fff!important;
}

.tagesfahrten .status {
  position: absolute; 
  top: -12px; 
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  /*right: 10px;*/
}

.tagesfahrten .status_center {
  /*position: relative;*/ 
  position: absolute;
  left: -50%;
  width: auto;
  transform: translateX(-50%);
  display: inline-block;
}

.tagesfahrten .status span {
  color: #fff; 
  background: #f39a00; 
  padding: 2px 6px;
  white-space: nowrap;
}




/* ---- IMPRESSIONEN  ---- */

#impressionen_container {
  width: 100%;
  position: relative;

}

#impressionen {
  max-width: 1150px;
  margin: 0 auto;
  background: #e6e6e6;
  padding: 20px 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  font-size: 1.05em;
  line-height: 1.6em;
  position: relative;
}

#impressionen h2 {
  font-family: 'Bitter', serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #f39a00;
}

#impressionen .control_button {
  position: absolute;
  right: 40px;
  top: 35px;
}

.slider {
  margin: -20px;
}

.slider_img {
   width: 25%; 
   border: 1px solid #f39a00; 
   margin: 20px;
}

#impressionen img {
  width: 100%;
}


/* ---- FOOTER  ---- */

#footer_container {
  width: 100%;
}

#footer {
  max-width: 1150px;
  margin: 0 auto;
  background: #333;
  color: #fff;
  padding: 20px 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  font-size: 0.95em;
  line-height: 1.6em;
  position: relative;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #f39a00;
}

#footer h2 {
  font-family: 'Bitter', serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
}

.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;
}


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

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

#footer .contact_form input[type="text"], #footer .contact_form input[type="email"], #footer .contact_form input[type="tel"], #footer .contact_form input[type="password"], #footer .contact_form textarea {
  color: #c3c3c3;
  border: 1px solid #c3c3c3;
}

#footer .contact_form input:hover, .contact_form textarea:hover {border: 1px solid #f39a00;}

#footer .button {
  border: 1px solid #f39a00!important;
  background: #f39a00;
  color: #fff!important;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
}

#footer .button:hover {
  background: #c3c3c3;
  border: 1px solid #c3c3c3!important;
  color: #333!important;
}



.velalistSocial {
  margin-bottom: 0;
  border: 0;
}

.velalistSocial>ul {
  margin: 0!important;
  padding: 0!important;
  -webkit-padding-start: 0!important;
}

.velalistSocial>li {
  width: inherit;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.velalistSocial>li a .fa {
  line-height: 28px;
  display: block;
}

.velalistSocial>li a {
  width: 28px;
  height: 28px;
  border-radius: 0;
  display: block;
  border: 1px solid #f39a00!important;
  color: #fff!important;
  background: #f39a00!important;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
}

.velalistSocial>li a:hover {
  background: #c3c3c3!important;
  color: #333!important;
  border: 1px solid #c3c3c3!important;
}

.velalistSocial>li span {
  display: none;
}





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

#bottom_container {
  width: 100%;
}

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

#bottom a {
  color: #fff;
  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 -40px;
}

.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: 0 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;*/
}

.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-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;
}










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

@media only screen and (max-width : 1170px) {
  #header, #bottom {
    margin: 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, .js #menu_login {
		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, #loginmenu_mobile {
    display: block;
  }
  
  #header_container {
    position: relative;
    top: auto;
    height: 80px;
  }
  
  #topimage_container {
    position: relative;
    top: auto; 
  }
  
  #topimage {
    height: 280px;
  }
  
  #content {
    margin: 0 auto;
  }
  
  
  
}



@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 40px;
  }
  
  #bottom .col-2-4 {
    text-align: center;
  }
  
  #logo {
    width: 100%;
    text-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 : 560px) {
  .col-2-4, .col-1-4, .col-2-3, .col-1-3 {
    width: 100%;
    clear: both;
    display: block;
  }
  
  #footer .col-2-4 {
    margin: 0 0 35px 0;
  }
  
  #footer .col-2-4:last-child {
    margin: 0;
  }
  
  .liste_zweispaltig .namen {
    padding: 0;
  }
  
  
}


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