html
{
  margin: 0px;
  padding: 0px;
  height: 100%;
}

body
{
  margin: 0px;
  padding: 0px;
  color: black;
  font-size: 16px;
  font-family: 'Lato', sans-serif, arial;
  overflow-y: scroll;
  height: 100%;
  background-color: #bfe0f3; 
  
  text-align: left;
  line-height: 22px;
  text-transform: none;
  font-weight: normal;      
}

#top
{
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: table;
}
#topcontent
{
  max-width: 900px;
  margin: 10px auto 5px auto;
  padding: 0px 30px 0px 30px;
  position: relative;
  font-size: 13px;            
}
#topcontent .fsp
{
  font-size: 16px;
}
#topcontent .topright
{
  position: absolute;
  right: 30px;
  top: 0px;
}

header
{
  margin: 0px;
  padding: 1px;
  
  background: url(../images/header.jpg);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center top;
  
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;        
}

#centered
{
  max-width: 900px;
  margin: 10px auto 0px auto;
  padding: 0px 20px 0px 20px;
  position: relative;
  text-align: center;  
}
#centered a img
{
  margin: 0px 0px 10px 0px;
  height: 150px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;    
}

nav
{
  position: relative;
  padding: 0px 0px 0px 0px;
  display: inline-block;
}
nav a
{
  display: table-cell;
  padding: 10px 18px;
  text-decoration: none;
  font-weight: bold;
  color: black;
  font-size: 17px;
  text-shadow: 0px 0px 10px #ffffff;
  -webkit-transition: background-color 0.3s, text-shadow 0.2s;
  -moz-transition: background-color 0.3s, text-shadow 0.2s;
  transition: background-color 0.3s, text-shadow 0.2s;
}
nav a:hover
{
  text-decoration: none;
  background-color: #ddd;
  text-shadow: 0px 0px 10px #cccccc;  
}
nav a.selected
{
  text-decoration: underline;
}

#menu_mobile_c
{
  display: none;
}
 
#bild
{
  width: 100%;
  background-color: white;
}
#bild img
{
  width: 100%;
}


#content
{
  margin: 0px;
  padding: 0px;
  border: 1px solid white;
  background-color: white;
}
#inhalt
{
  max-width: 900px;
  margin: 0px auto 0px auto;
  padding: 0px 30px 10px 30px;
  position: relative;              
}

footer
{
  margin: 0px;
  padding: 50px 0px 0px 0px; 
  background: url(../images/footer.jpg);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center top;
  text-align: center;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
footer div
{
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  font-size: 14px;
}

footer .footerfloat
{
  display: inline-block;
  margin: 0px 10px 10px 10px;
  padding: 0px !important;
  
  text-align: left;
  font-size: 16px;
  font-family: 'Lato', sans-serif, arial;
  line-height: 22px;
  text-transform: none;
  color: black;
  font-weight: normal;    
}
footer table
{
  height: 100%;
}
footer table td
{
  vertical-align: middle;
}
footer img
{
  height: 20px;
  margin-bottom: -3px;
}

#fusszeile
{
  margin: 20px 0px 20px 0px;  
}
#fusszeile .inhalt
{
  max-width: 900px;
  margin: 0px auto 0px auto;
  padding: 0px 30px 0px 30px;
  position: relative;
  vertical-align: top;     
}
#fusszeile .block
{
  display: inline-block;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  width: 21%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
#fusszeile .block:first-child
{
  width: 31%;
}
#fusszeile .block h4
{
  margin: 10px 0px 7px 0px;
  font-family: 'Lato', sans-serif, arial;
  font-size: 14px;  
  font-weight: bold;
  color: #000;
  line-height: 18px;
  text-decoration: none;       
}
#fusszeile .block ul
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 19px;
  font-family: 'Lato', sans-serif, arial;
  font-size: 13px;
  line-height: 19px;       
}

#meldungen ul
{
  list-style-type: none;
  padding: 0px;
}
#meldungen .erfolg
{
  margin-top: 20px;
  padding: 8px;
  border: 2px solid green;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  color: green;
}
#meldungen .hinweis
{
  margin-top: 20px;
  padding: 8px;
  border: 2px solid blue;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  color: blue;
}
#meldungen .fehler
{
  margin-top: 20px;
  padding: 8px;
  border: 2px solid red;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  color: red;
}

a
{
  text-decoration: none;
  color: #666;
}
a:hover
{
  text-decoration: underline;
  color: black;
}

a.tarn, #top a, header a, footer a, #fusszeile a
{
  color: black;
}


a.ext
{
  text-decoration: none;
  color: black;
}
a.ext:hover
{
  text-decoration: underline;
  color: #555;
}
a.ext:after
{
  content: " " url(../images/ext.png);
}

a.tarn:hover
{
  text-decoration: none;
}

p
{
  margin: 0px 0px 10px 0px;
  text-align: justify;
  line-height: 22px;
  font-family: 'Lato', sans-serif, arial;
  text-transform: none;
  color: black;
  font-weight: normal;
  font-size: 16px;
}
p.klein
{
  margin: 0px 0px 7px 0px;
  font-size: 13px;
  line-height: 18px;
}


h1
{
  display: none;
}

h2
{
  margin: 46px 0px 14px 0px;
  letter-spacing: 1px;
  //text-transform: uppercase;
  font-family: 'Lato', sans-serif, arial;
  font-size: 26px;  
  font-weight: bold;
  color: #000;
  line-height: 30px;   
}

h3
{
  margin: 26px 0px 8px 0px;
  font-size: 20px;
  font-weight: bold;
  color: #000; 
  line-height: 26px;   
}

h4
{
  margin: 20px 0px 8px 0px;
  font-size: 16px;
  font-weight: normal;  
  color: #000;
  text-decoration: underline;
  line-height: 22px;  
}
  
table
{
  width: 100%;
}
table th, table td
{
  text-align: left;
  font-size: 16px;
  font-family: 'Lato', sans-serif, arial;
  line-height: 22px;
  text-transform: none;
  color: black;
  font-weight: normal;    
}
table th
{
  font-weight: bold;
}

INPUT[type=text], INPUT[type=password], SELECT, TEXTAREA
{  
  padding: 8px;
  font-family: 'Lato', sans-serif, arial;
  font-size: 15px;
  color: #333;  
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 3px;  
	-webkit-transition: background-color 0.2s, border-color 0.3s, box-shadow 0.3s;
	-moz-transition: background-color 0.2s, border-color 0.3s, box-shadow 0.3s;
	transition: background-color 0.2s, border-color 0.3s, box-shadow 0.3s;  
}
INPUT[type=text]:hover, INPUT[type=password]:hover, SELECT:hover, TEXTAREA:hover
{
  color: #000;
  background-color: #f7dad2;
  border-color: #eeb5a5;
}
INPUT[type=text]:focus, INPUT[type=password]:focus, SELECT:focus, TEXTAREA:focus
{
  color: #000;
  background-color: #f7dad2;
  border-color: #e79178;
  box-shadow: 0 0 2px #aaa;
}
button, input[type=button], input[type=submit]
{
  padding: 4px 8px;
  font-size: 16px;
}

.hidden
{
  display: none;
}
.autosize
{
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}


.noselect ::selection
{
  background: transparent;
  color: inherit;
}
.noselect ::-moz-selection
{
  background: transparent;
  color: inherit;
}
.noselect
{
  cursor: default;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Youtube-Video responsiv */

.video-container
{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
}
.video-container-wrapper
{
  max-width: 100%;
  width: 600px;
  left: 0;
  right: 0;
  margin: auto;
  border: 2px solid black;
  margin: 10px auto 10px auto;
}

/* SPEZIELL */
/*
form[name=Kontaktformular] input[type=text], form[name=Kontaktformular] textarea, form[name=Kontaktformular] select, form[name=Buchungsanfrage] input[type=text], form[name=Buchungsanfrage] textarea, form[name=Buchungsanfrage] select
{
  width: 100%;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*/

div.drittelcontainer
{
  display: table;
  width: 100%;
  border-spacing: 10px;
}
.drittel
{
  display: table-cell;
  width: 30%;
  padding: 10px;
  text-align: center;  
}
.drittel img
{
  width: 100%;
  max-width: 200px;
}
.drittel h4
{
  margin: 6px 0px 6px 0px;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  text-decoration: none; 
  line-height: 20px;   
}
.drittel p
{
  text-align: center;
}
.linkkasten
{
  border: 1px solid black;
  border-radius: 10px;
  -webkit-transition: background-color 0.2s, border-color 0.3s, box-shadow 0.3s;
	-moz-transition: background-color 0.2s, border-color 0.3s, box-shadow 0.3s;
	transition: background-color 0.2s, border-color 0.3s, box-shadow 0.3s; 
}
.linkkasten:hover
{
  box-shadow: 0 0 2px #aaa; 
	background-color: #f7dad2;
  border-color: #e79178;  
}

.imgfloatleft img
{
  float: left;
  width: 100px;
  margin: 0px 20px 20px 0px;
}
.imgfloatleft p
{
  padding-left: 120px;
}



div.formular h3
{
  color: #999;
}  

div.formular div.klasse
{
  display: inline-block;
  vertical-align: top;  
}
div.formular div.label
{
  display: inline-block;
  min-width: 150px;
  text-align: right;
  margin: 5px 10px 5px 0px;
  font-weight: bold;
  vertical-align: top;
  padding: 3px 0px 0px 0px;  
}
div.formular div.red, div.formular label.red
{
  color: red;
  font-weight: bold;
}
div.formular div.input
{
  display: inline-block;
  margin: 5px 20px 5px 0px;
  min-width: 270px;
  line-height: 0px;
}
div.pruefformular div.input
{
  line-height: 22px;  
  padding-top: 3px;
}

div.formular div.breit
{
  min-width: 720px;
}
div.formular div.input INPUT[type=text], div.formular div.input INPUT[type=password], div.formular div.input SELECT, div.formular div.input TEXTAREA, div.formular div.input div.checkbox /* auch bei mobil ergänzen */
{
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


form[name=anfrageantwort] textarea
{
  margin-top: 10px;
  width: 100%;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
div.formular div.input div.checkbox
{              
  height: 30px;
  vertical-align: middle;
  display: table-cell;
}

div.formular div.senden
{
  margin: 10px 20px 0px 160px;
}

ul.hakerl
{
  list-style-type: none;
  font-size: 18px;
  padding-left: 20px;
}
ul.hakerl li
{
  margin-bottom: 15px;
  
}
ul.hakerl li img
{
  width: 30px;
  position: relative;
  top: 5px;
  margin-right:10px;
}
ul.kleinehakerl
{
  font-size: inherit !important;
}