﻿

html {
	width: 100%;
	height: 100%;
}

body {
	background: url(../img/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	width: 100%;
	height: 100%;
}

table {
    border-collapse: none;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 1px;
    padding-left: 1px;
}

p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

hr {
	width: 60%;
}

a {
	color: rgb(33, 37, 41);
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

h4, h5, h6 {
	color: #9b610c;
}

div {
	box-sizing: border-box;
}

.bg-primary {
    background-color: #f8f9fa !important;
}

.navbar-expand-sm .navbar-collapse {
   line-height: 4em;
}

.navbar {
	padding: .5rem 3rem;
	margin-bottom: 1em;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .8rem;
	padding-left: 1.8rem;
	color: #9b610c;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
	border: 0;
	line-height: 2.5em;
}

.navbar-brand {
	border-right: 2px solid #cdcdcd;
}

.navbar-brand img {
	width: 90%;
}

.bg-light {
	background: ##f8f9fa !important;
}

.left {
	float:left;
	width:50%;
	margin-bottom:20px;
}

#anschrift {
	width: 20%;
	padding: 1em 0;
	float: left;
	box-sizing: border-box;
	font-weight: bold;
}

#anschrift-text {
	width: 80%;
	padding: 1em 0;
	float: left;
	box-sizing: border-box;
}

iframe {
	width: 100%;
}


/*---CONTAINER-----------------------------*/

.container {
	background: #f8f9fa !important;
	padding: 1em;
	border-bottom: 1px solid #cdcdcd;
}

.container-fluid {
	/*background: #f8f9fa !important;*/
	min-height: 750px;
}

.container-main {
	min-height: 650px;
}


/*---TABS----------------------------------*/

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
	background-color: ##f8f9fa !important;
	border-bottom-color: rgb(222, 226, 230);
	border-bottom-width: 80%;
	border-top: none;
	border-left: none;
	border-right: none;
	background: #f8f9fa !important;
}

.nav-tabs, .nav-link:focus, .nav-tabs, .nav-link:hover {
	border: none;
	background: #f8f9fa !important;
}

.card {
	border: none;
}

.card-title {
	padding-bottom: 1em;
}

.card-text-headliner {
	font-weight: 500;
	color: green;
	font-size: 1.2em;
}

.card-text-fliesstext {
	font-style: italic;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background: #f8f9fa !important;
}

/*---GALLERIE------------------------------*/
.btn:focus, .btn:active, button:focus, button:active {
	outline: none !important;
	box-shadow: none !important;
  }
  
  #image-gallery .modal-footer{
	display: block;
  }
  
  .thumb{
	margin-top: 20px;
	margin-bottom: 15px;
  }

  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: -3px;
}

/*---SPEISEKARTE----------------------------*/

.speisekarte {
	max-width: 950px;
	margin: 0 auto;
}

.speisekarte-left {
	float: left;
	width: 70%;
}

.speisekarte-right {
	width: 20%;
	float: right;
	text-align: right;
}

/*---FOOTER---------------------------------*/
footer {
	background: ##f8f9fa !important; 
}

.footer-copyright {
	font-size: 0.8em;
}

.mt-5 {
    margin-top: 1rem !important;
}

/*----BUTTON TOP-----------------------------------*/

/* FORMULARE ---------------------------------------*/
form, fieldset {
	border:none;
	margin:1.8em 0;
	padding:0;
	width:100%;
}

textarea {
	resize:vertical;
}

input, textarea, select {
	box-sizing:border-box;
	font-family:"Quicksand",sans-serif;
	font-size:12pt;
	width:100%;
	margin-bottom:10pt;
	padding:8px;
	background-color:rgba(255,255,255,.25);
	border:1px solid #888;
	transition:background-color .25s, border .25s, color .25s, box-shadow .25s;
	border-radius:2px;
}

input:hover, textarea:hover, select:hover,
input:focus, textarea:focus, select:focus {
	border:1px solid #9b610c;
	background-color:rgba(255,255,255,1);
	box-shadow:0 1px 3px rgba(0,0,0,.5);
}

input[type=submit], label {
	float:left;
	margin:1%;
	width:48%;
}

input[type=checkbox] {
	width:25px;
}

input[type=submit]:hover {
	color:#fff;
	background-color:#9b610c;
}

/*--------------------------------------------------*/
table.contactdata {
	width:100%;
	margin-bottom:30px;
	margin-top:15px;
}

table.contactdata tr {
	/*border-bottom:10px dotted #9b610c;*/
  	border-bottom: none;
}

table.contactdata tr:last-child {
	border-bottom:none;
}

table.contactdata tr>td {
	vertical-align:top;
	padding:5px;
}

table.contactdata tr>td:first-child {
	color:#353535;
	font-weight:bold;
	padding-right:10px;
	width:130px;
}

/*--------------------------------------------------*/
.errorMsg, .thankyou {
	color:#fff;
	background-color:#9b610c;
	padding:8px 10px;
	margin-bottom:20px;
	line-height:18pt;
	box-shadow:0 1px 3px rgba(0,0,0,.5);
	border-radius:2px;
}


/*--------------------------------------------------*/

@media (max-width: 1100px) {
	.left {
		width:100%;
	}
}

@media screen and (max-width: 580px) {
	.navbar-expand-sm .navbar-collapse {
		line-height: 2em;
		padding-top: 1.5em;
	 }
	 
	 #anschrift {
		width: 100%;
		padding: 0.3em 0;
		float: left;
		box-sizing: border-box;
		font-weight: bold;
	}
	
	#anschrift-text {
		width: 100%;
		padding: 0.3em 0;
		float: left;
		box-sizing: border-box;
	}

	.nav-link {
		padding 4.8em;
	}
  }






/*--- iOS Landing Page Fix
section {
 	position: relative;
 	width: 100%;
 	height: 100%;
 	display: table;
}
.home-wrap {
 	clip: rect(0, auto, auto, 0);
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
}
#home {
	background-image: url('img/mountains.jpeg');
 	position: fixed;
 	display: table;
 	top: 0;
 	left: 0;
 	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transform: translateZ(0);
          transform: translateZ(0);
	will-change: transform;
	z-index: -1;
}
.landing-text {
	z-index: 100;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
--*/

/*--- iOS Fixed Image Fix
figure {
	position: relative;
	width: 100%;
	height: 60%;
}
.fixed-wrap {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#fixed {
	background-image: url('img/background.jpg');
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transform: translateZ(0);
          transform: translateZ(0);
	will-change: transform;
}
--*/

