


/* ######### Standard CSS ############## */
/* Grundeinstellungen */
/* Farben immer als Variablen definieren! */


* {
   box-sizing: border-box;
  }
  

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Regular'), local('Roboto-Regular'), url('https://shared.gefaba.de/roboto/Roboto-Regular.ttf') format('truetype');
}
  
html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
  background:#ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 1.0em; /* Schriftgröße zentral relativ anpassen */
  font-weight: normal;
  text-decoration: none;
  color:#666666;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	padding: 0;
	width: 100%;
}

th {
	text-align:center;
	vertical-align:top;
	padding: 7px;
	background:#E3EAE6;
	font-weight: bold;
	border-color:#96acb6;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
}

tr {
border-bottom: 1px solid #96acb6;	
}

td {
	text-align:left;
	vertical-align:top;
	padding: 7px;
}

a {
color: #0059b3;
text-decoration: none;
}

a:hover, a:focus {
  color: #7b9d8c;
  text-decoration: underline ;
}

ul li {
   margin: 5px;
}

h1 {
  display: block;
  font-size: 1.4em;
  line-height: 1.1em;
  margin-top: 1.7em;
  margin-bottom: 1.0em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #555555;  
}

h2 {
  display: block;
  font-size: 1.3em;
  line-height: 1.1em;
  margin-top: 1.1em;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
  color: #555555;  
}

h3 {
  display: block;
  font-size: 1.2em;
  margin-top: 1.1em;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #555555;   	
}

h4 {
  display: block;
  font-size: 1.0em;
  margin-top: 1.1em;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #555555;  
}

hr {
   border: 0;
   height: 0;
   border-top: 1px solid rgba(0, 0, 0, 0.1);
   border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

p {margin-top: 0;}
strong {font-weight: bold; }
em {font-style: italic;}

.font-serif {font-family: "Times New Roman", Garamond, serif;}
.smallfont { font-size: 0.9em; color: #999999;}
.blocksatz{text-align: justify;}
.nobr{display:inline;}
.nowrap {white-space: nowrap;}

.header_bigscreen {
  background:#96acb6;	
  padding: 0;
  margin: 0;
  height: 170px;
  max-height: 170px;
  overflow: hidden;
  text-align: right;
}
.header_bigscreen img {	  
  padding: 0;
  margin-top: 80px;
  margin-right: 8%;
}
.img_headerbg {  
  background-image: url('/pics/bg.jpg');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.header_smallscreen {	
  background:#96acb6;	
  padding: 0;
  margin: 0;
  height: 110px;
  max-height: 110px;
  overflow: hidden;
  text-align: left;
}
.header_smallscreen img {
  padding: 0;
  margin-top: 60px;
  margin-left: 5%;
}
.img_headerbg_small {  
  background-image: url('../pics/bg-600.jpg');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentarea {
 margin-left: 8%;
 margin-right: 8%;
 margin-top: 20px;
 margin-bottom: 20px;
 font-size: 0.95em;
 line-height: 1.4em;
}

.footer {
  background:#2a363c;
  padding: 0px 20px 20px 20px; 
  margin: 0;
  font-size : 0.8em;
  line-height: 1.3em;
  text-align: center;
  color: #d9d9d9;
  border-color:#455A64;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
}

.footer a {
color: #d9d9d9;
text-decoration: none;
}

.footer a:hover, a:focus {
  color: #7b9d8c;
  text-decoration: none ;
}


.back-to-top {
	font-size : 4.0em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.back-to-top a{
	color: #455A64;
}
.back-to-top a:hover{
	color: #7b9d8c;
}


.button {
  background-color: white;
  color: #6DA892;
  border: 2px solid #6DA892;
  border-radius: 0px;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.0em;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.button:hover {
  background-color: #6DA892;
  color: white;
}

.thumbs {
	width:100%; 
	padding: 0px; 
	border-radius: 0px;	
}


.hinweis {
background: #d6f5d6;
color: #333333;
border: 1px solid #333333;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 1px 2px 4px rgba(0,0,0,.4);
padding: 10px 34px;
text-align: center;
font-size: 1.2em;
}

.nav_seitenzahl {
	text-align:center;
	padding: 7px;
	background:#E3EAE6;
	font-weight: bold;
	border-color:#96acb6;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
}

/* Abstand in den Tourinfos nicht übertriebenen bei Uberschrift */
.tourinfos {
    padding-top: 15px;
}
.tourinfos h1:first-child,
.tourinfos h2:first-child,
.tourinfos h3:first-child,
.tourinfos h4:first-child {
    margin-top: 0.2em;
}

/* ######### Infobox ############## */

.infobox
{
	margin: 30px 0px;
	padding: 20px;
	font-size: 0.9em;
	border: 1px solid #96acb6;
	border-radius: 10px;
	background:#f2f2f2;
}
.infobox i
{
	font-size: 2.0em; 
	margin-right: 5px; 
	color:#999999;
}
.infobox h4
{
	margin-top: 0;
}


/* ######### Formulare ############## */

form div { border: none;}

fieldset {
	color: #666666;
	border-radius:6px; 
	border: 1px solid #96acb6;
}	

legend {
	color: #96acb6;
	font-size: 0.9em;
	font-style: italic;
	margin: 10px;
}

label {margin: 5px;	cursor: pointer;}
form p {padding-bottom: 5px;}
	
input[type=number], [type=date], input[type=text], input[type=tel], input[type=email], input[type=password], input[type=datetime-local], input[type=datetime], input[type=date], select, textarea {
  font-size: inherit; /* Browser übernehmen für Eingabefelder input und textarea nicht ohne weitere Angaben die Schriftfamilie */
  font-family: inherit;
  padding: 12px 20px;
  margin: 4px 0px 8px 0px;
  background: white;
  display: inline-block;
  border: 1px solid #96acb6;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  outline: none;
}

select {padding: 6px 10px;}

input[type=radio], [type=checkbox] {margin: 5px;}
input.larger {width: 1.5em;	height: 1.5em;}

input:focus, select:focus, textarea:focus {border: 1px solid #96acb6;}

/* Placeholdertag kann verwirren. Wird ausgeblendet, wenn Feld aktiviert */
::placeholder {color: #A9A9A9; opacity:1; transition: opacity 1s;}
:focus::placeholder {opacity:0;}


.kartenlegende {
background: #f0f3f5; 
font-weight: bold; 
margin-top: 15px; 
margin-bottom: 3px;		
}


/* ######### Anpassungen für Select2 ############## */

.select2-container .select2-selection--single {
	padding: 8px 12px;
}

.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--single {
	min-height: 42px;
}

.select2-container ul.select2-results__options li.select2-results__option {
	margin: 0;
}



/* ######### Aufteilung ############## */


.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0;
}

/* eine Spalte mit 75% */
.col_75 {
	-ms-flex: 75%; /* IE10 */
	flex: 75%;
	max-width: 75%;
	padding: 0px 0px;
}

/* Randabstände je nach Positionierung */
.col_75.col_75_links {
	padding-right: 4%;
}
.col_75.col_75_rechts {
	padding-left: 4%;
}


/* eine Spalte mit 50% */
.col_50 {
	-ms-flex: 50%; /* IE10 */
	flex: 50%;
	max-width: 50%;
	padding: 0px 0px;
}

/* Randabstände je nach Positionierung */
.col_50.col_50_links {
	padding-right: 2%;
}
.col_50.col_50_rechts {
	padding-left: 2%;
}

/* eine Spalte mit 25% */
.col_25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 4px 4px;
}

.col_25 img {
  margin-top: 0px;
  vertical-align: middle;
}

/* einen Text gleichmäßig auf 2 Spalten verteilen */
.text_2spaltig {
  padding: 0px 0px 10px 0px;
  column-count: 2
}


/* ######### Anpassungen Responsive Layout ############## */

/* Header für Handybildschirm standardmäßig ausblenden */
  .header_smallscreen {
    display: none;
  }


/* Änderungen unter 950px Fensterbreite */
@media screen and (max-width: 950px) 
{	
	.col_25 { -ms-flex: 50%; flex: 50%; max-width: 50%;}
	.col_50 { -ms-flex: 100%; flex: 100%; max-width: 100%;}
	.col_75 { -ms-flex: 50%; flex: 50%; max-width: 50%;}
	
	/* Randabstände je nach Positionierung */
	.col_75.col_75_links {padding-right: 2%;}
	.col_75.col_75_rechts {padding-left: 2%;}
	.col_50.col_50_links {padding-right: 0%;}
	.col_50.col_50_rechts {padding-left: 0%;}  
  
	.text_2spaltig { column-count: 1 }
}

/* Änderungen unter 750px Fensterbreite */
@media screen and (max-width: 750px) 
{
	
	.col_25 {-ms-flex: 100%; flex: 100%; max-width: 100%;}
	.col_50 {-ms-flex: 100%; flex: 100%; max-width: 100%;}
	.col_75 {-ms-flex: 100%; flex: 100%; max-width: 100%;}
	
	/* Randabstände je nach Positionierung */
	.col_75.col_75_links {padding-right: 0;}
	.col_75.col_75_rechts {padding-left: 0;}
	.col_50.col_50_links {padding-right: 0;}
	.col_50.col_50_rechts {padding-left: 0;}

	body {font-size: 1.0em;}

	.contentarea {margin-left:2%; margin-right:2%;} /* Angepasster Randabstand beim Inhaltfester */
	.teaserbox-head {text-align: left;} /* Überschriften der Teaserbox nicht mehr rechtsbündig */
	.handy-hide {display: none;} /* ein Element ausblenden */
	.header_bigscreen {	display: none;} /* Header groß ausblenden */
	.header_smallscreen {display: inherit;} /* und Header klein einblenden */
	 
} 

