@font-face {
    font-family: 'Yellowtail';
    src: url('../fonts/yellowtail-regular-webfont.woff2') format('woff2'),
         url('../fonts/yellowtail-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arvo';
    src: url('../fonts/arvo-bold-webfont.woff2') format('woff2'),
         url('../fonts/arvo-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoitalic';
    src: url('../fonts/roboto-italic-webfont.woff2') format('woff2'),
         url('../fonts/roboto-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight_italic';
    src: url('../fonts/roboto-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/roboto-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
	 font-weight: 300;
	 color: #333;
	 background-image: url(../img/background.jpg);
	 background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

p, ul li, b {font-size: 1.2em;}

.container-fluid{padding: 0;}

h1 {
	font-family: 'Arvo', serif;
	font-size: 2.5em;
	color: #1f5c99;
	margin: 1em 0 0.5em 0;
	font-weight: bold;
}

h2 {
	font-family: 'Arvo', serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #1f5c99;
	margin: 2em 0 0.5em 0;
}
	
h3 {
	font-family: 'Arvo', serif;
	font-size: 1.4em;
	color: #1f5c99;
	margin: 2em 0 1em 0;
}

.seite{
	padding: 0; 
	border: 2px solid #ddd; 
	max-width: 1200px;
	margin: 0 auto;
	background-color: rgba(216, 232, 237, 0.95);
	border-radius: 10px;
}
	
#logo{
	text-align: center;
	background-color: #1f5c99;
}

#logo h1{
	font-family: 'Yellowtail', cursive;
	font-size: 4em;
	margin: 0;
	padding-top: 0.5em;
	color: rgb(255, 166, 0);
}

#logo p{
	font-family: 'Arvo', serif;
	color: rgb(124, 189, 207);
	font-size: 1.4em;
	padding-bottom: 1em;
}

#logo img{
	height: 70px; 
	width: auto;
}

#sun {
float: right;
margin: 3em 3em 0 0;
z-index: 10000;
	}
	
#sun img {
width: 50px;
box-shadow: 1px 4px 13px 4px rgba(0, 0, 0, 0.2);
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
}

#eremit {
float: left;
margin: 2em 0 0 3em;
padding: 1em;
z-index: 10000;
opacity: 0.8;
	}

#eremit:hover {
	opacity: 1;
}
	
#eremit img {
width: 130px;
height: auto;
}



a {
	color: #1f5c99;
	font-weight: 400;
}

a:hover {
	color: rgb(255, 166, 0);
	text-decoration: none;
}

.active {
	color: rgb(0,0,0, 0.7);
}

#navi, #menuline{
	position: relative;
	top: -1em;
	background-color: rgb(216, 232, 237);
}

#navi{
	background-color: rgba(255, 255, 255, 0.8);
}

.navbar-nav{
	margin: 0 auto;
	}


.navbar-nav a {
	text-align: center;
	margin: 0 0.6em;
}

.nav-link{
	font-size: 1.2em;
}

.navbar-toggler {
	display: none; 
}

.navbar-nav a.active {background-opacity: 0; font-weight: 400; }

.dropdown-item.active, .dropdown-item:active{
	background-color: #1f5c99;
}

.bild p{margin-top: 1em;}

.bild img:hover{border: 2px solid #1f5c99;;}

figure h5 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0.5em;
	color: rgb(0, 65, 101);
}

figure p {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0 0.5em;
}


.row img {
  margin: 0 0 30px;
  width: 100%;
}



hr {border: none; border-bottom: 4px dotted rgb(124, 189, 207);  width: 50%;margin: 2em auto;}
hr#menuline {border-bottom: 4px solid rgb(124, 189, 207); width: 100%; margin: 0 0 2em 0;}

h3.akkordeonlink, .trigger{width: 100%; background-color: #1f5c99; color: #f0f0f0; padding: 0.5em; border-radius: 5px;margin-top: 1em;}
h3.akkordeonlink a{color: #f0f0f0;}
h3.akkordeonlink a:hover, .trigger:hover{color: #eed4b3;}

#datenschutzerklaerung, #bildnachweis, .toggle_container {padding: 2em 3em; border: 1px solid #ddd; border-top: none; margin-top: -1em; border-radius: 0 0 10px 10px;}



table#preisliste{
	width: 70%;
	margin: 0 auto 2em auto;
}

table#preisliste th{
	font-weight: 300;
	font-style: italic;
	border-bottom: 2px solid rgba(124, 189, 207, 0.5);
	background-color: rgba(250,250,250, 0.0);
}

table#preisliste td, table#raeder th{
	padding: 0.5em;
}

table#preisliste td:nth-child(1){
	width: 40%;
}


table#preisliste td:nth-child(2,3,4){
	width: 20%;
}

table#preisliste tr:nth-of-type(odd){
	background-color: rgba(250,250,250, 0.3);
}

table#preisliste tr:nth-child(1){
	background-color: rgba(250,250,250, 0.0);
}

.belegung_iframe {
   overflow: hidden;
   margin: 2em 0 2em 10%;
   background-color: rgba(250,250,250, 0.3);
   width: 775px;
   padding: 5px;
   border: 2px solid #1f5c99;
   border-radius: 10px;
   text-align: right;
   font-size: 12px;
}

.belegung-mobil {
    display:none;
}

form{padding: 1em; border: 1px solid #e0e0e0;border-radius: 10px;color(50,50,50);background-color: rgb(240,240,240);}
p.fax{display: none;}
button#senden{background-color: #1f5c99;font-size: 1.2em;border-radius: 5px;}
button#senden:hover{opacity: 0.7;}

footer {
  padding: 2em 0 0 0;
  margin-top: 2em;
  background-color: #1f5c99;
  color: rgba(255, 255, 255, 0.8);
  border-top: 4px solid rgb(124, 189, 207);
}

footer a {
	font-weight: 700; 
	color: rgba(255, 255, 255, 0.8);
}


@media screen and (max-width: 993px) {
	.navbar-nav a {
	font-size: 1.1em;
	}
	.navbar-toggler{
		display: block; 
		margin: 0 auto 1em auto; 
		width: 80%;
	}

}

@media screen and (max-width: 600px) {
	div#logo h1 {
	font-size: 2.8em;
	}
	div#logo p{
	font-size: 1.1em;
	}

}


.fax {
    display: none!important;
}
	

