/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Roboto Slab', serif;
}

h1 {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-style: italic;
    color: rgba(0,0,0,0.7);
    margin: 0;
    padding: 0;
    font-size: 6.5em;
}

h2, h4, p{
    color: #333;
}

h2 {
    font-size: 40px;
    padding-bottom: 25px;
}

h2.zulang{
word-break: break-word;
}

h3 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: rgba(0,0,0,0.7);
}

h4 {
    font-size: 23px;
    font-weight: 300;
    line-height: 1.3em;
}

h5{
    font-size: 15px;
    line-height: 1.5;
}
p {
    font-size: 17px;
    line-height: 1.6em;
}

.mindestgroesse{
font-size: 2em;
}

.handmittig {
display: flex;
clear: left;
float: initial;
align-items: center;
flex-direction: column;
}

#entrecote h2 {
margin-bottom: -0.3em;
margin-top: 1em;
}

a {
    color: #007f9b;
}

a:hover {
    color: #5ecde5;
}



/* Custom Button Styles */

.btn-darkHeader {
    color: rgba(0,0,0,0.7);
}

.btn-darkHeader:hover,
.btn-darkHeader:focus,
.btn-darkHeader:active {
    color: rgba(255,255,255,0.7);
}


.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

/* .btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
} */

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
    border-top: 1px #666 solid;
    padding-bottom: 10px;
    margin-top: 30px;
}

.zahlenfeld{
max-width:6em !important;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background:rgba(0,0,0,0.9);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
    font-size: 17px
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
    ;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.untermenu.sidebar-brand{
position: relative !important;
left: 2vw;
display: block;
}

.sidebar-nav .untermenu a {
font-size: 0.95em;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#menu-close {
    color: #999;
}

#menu-close:hover {
    color: #fff;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


.claim {
    margin-top: -20px;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin-bottom: 1px;
}

/* Wochenendaktion */

.wochenendaktion {
    padding: 100px 0;
}


/* About */

.about {
    padding: 100px 0;
}

.bg-primary {
    background-color: #f5f5f5;
}

.bestellung_bg-primary {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}

.fleischherkunft {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #333;
}
/*.fleischherkunft hr.separator {
    max-width: 15px;
}*/


.vertical_middle h1 {
    margin-bottom: 35px;
}


/* Services */

.services {
    padding: 100px 0;
}

.service-item .team-item {
    margin-bottom: 30px;
}

hr.separator{
    max-width: 100px;
    border-top: 1px #666 solid;
    padding-top: 20px;
    margin-bottom: -5px;
}

.image img{
    width: 220px;
    height: 220px;
    border-radius: 200px;
    margin-bottom: 28px;
}

.image_team img{
    width: 220px;
    height: 220px;
    border-radius: 200px;
    margin-bottom: 20px;
}

.overlay {
    position: absolute;
    top:0;
    width: 220px;
    height: 220px;
    border-radius: 200px;
    background: #000;
    opacity: 0;
    cursor: pointer;
}

.image_team:hover{
    display: inline-block;
    opacity: 1;
}

.image_team:hover .overlay{
    opacity: 0.7;
}

.role {
    width: 220px;
    height: 220px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.role h5 {
    color: white;
}

.team-item h4 {
    margin-bottom: 60px;
}

/* Offene Stellen */

.offenestellen{
padding:100px 0px;
}

.offenestellen a{
text-decoration:underline;
}

/*Team*/

#team .row {
margin-right: -15px;
margin-left: -15px;
display: flex;
justify-items: center;
justify-content: center;
}


/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 500px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}

.callout h1 {
    color: rgba(255,255,255,0.5);
    font-size: 50px;
}

/* Portfolio */

.portfolio {
    padding: 100px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}
/*
.img-portfolio:hover {
    opacity: 0.8;
} */

/* Call to Action */

.call-to-action {
    padding: 100px 0;
}

.call-to-action .btn {
    margin: 10px;
}

.formWrapper {
    width: 940px;
}

textarea {
    max-width: 550px;
    min-height: 200px;
}

.form-control {
    border-radius: 0px;
    height: 50px;
    font-size: 17px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 20px;
}

.formWrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.ButtonsWrapper {
    margin-left: auto;
    margin-right: auto;
}

/* .info {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background-color: #4491ee;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
} */

.formWrapperInfo {
  max-width: 550px;
  padding: 0;
  margin: 0 auto;
}

.formWrapperInfo h5 {
    color: #333;
    text-align: left;
}


label {
  font-weight: normal;
  color: #333;
  font-size: 15px;
}
input[type=date]{
  color: #555;
}

.detailsbestellung {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e3e3e3;
  padding: 50px;
  margin-top: 50px;
}
.detailsbestellung h5 {
  color: #555;
}

table {
  width: 100%;
  color: #555;
  margin-top: 30px;
}
th {
  vertical-align: top;
  font-weight: bold;
  padding-bottom: 15px;

}

tr{
  border-bottom: 1px solid #cccccc;
}



thead .first-cell{
  vertical-align: top;
}

thead .third-cell{
  vertical-align: top;
  padding-top: 0;
}

.first-cell {
  width: 150px;
  vertical-align: middle;
}

.second-cell {
  width: 100px;
}

.third-cell {
  width: 190px;
}

table .form-control {
  margin: 8px 0;
}
.third-cell input[type=number]{
  width: 100%;
  height: auto;
  font-size: 15px;
}

.subtitle {
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 30px;
}

.subtitle-top {
  padding-top: 0;
  padding-bottom: 10px;
  display: inline-block;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.saucen li {
  display: block;
  z-index: 1;
  margin-bottom: -20px;
}
.saucen li:last-child {
  margin-bottom: 30px;

}

.mengenangabe-saucen {
  opacity: 0;
  z-index: -1;
	max-height: 0px;
  margin-left: 27px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mengenangabe-saucen-visible {
  opacity: 1;
  z-index: 5;
  max-height: 100px;
  margin-bottom: 40px;
  margin-left: 27px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.input-sauce {
  margin-left: 0;
  width: 80px;
  height: 40px;
}

.mengenangabe-saucen h5 {
  font-size: 13px;
  margin-bottom: 5px;
}

input[type=checkbox], input[type=radio]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  margin-right: 15px;
}

.bemerkungen {
  width: 100%;
  margin-bottom: 0;
}

.chinoise .btn {
  margin-top: 50px;
}

/* Map */

.map {
    height: 500px;
}

#coronaweihnachten {
padding-bottom: 4em;
}

.coronaangebot h2.spruch {
font-family: 'Merriweather', serif;
font-weight: normal;
font-style: italic;
color: #333;
margin: 3em auto 1em auto;
padding: 0;
font-size: 2em;
}

.coronaangebot .spruchquelle {
font-size: 0.9em;
line-height: 1.4em;
margin-bottzom:4em;
}

.angebotspunkte {
color: #333;
text-align: left;
padding: 1em 3em 0.5em 3em;
width: 80%;
list-style-type: disc;
clear: both;
top: -5em;
position: relative;
margin-top: -5em;
}

#wurstbild {
width: 40%;
float: right;
margin-top: -4em;
}

.fliesstext{
float: left;
width: 50%;
}

.eweg.nummer1{
display:none;
}

.abschlusstext {
margin-top: -2em;
margin-right: auto;
margin-bottom: 2em;
margin-left: auto;
}

.separator.evweg{
visibility:hidden;
}

.kundeninfo{
background-color: #f5f5f5;
padding-top:1px;
margin-top:2em;
margin-bottom:2em;
}

#virtualtour{
width: 100%;
transition: height 2s;
border: 0px none;
}

#tour{
padding-top:4vw;
}

#google-close.anzeigen {
position: absolute;
top: -2px;
left: 15px;
}

#google-close.verbergen{
position: relative;
margin:auto;
text-align:center;
}

#virtualtour.anzeigen{
height:70vh;
}

#virtualtour.verbergen{
height:0px;
}

#bestelllinks a, #bestelllinks .col-md-6{
text-align:center;
}

/*Parkplatzkarte*/
.parkplatzkarte.karte {
width: 49%;
}

.legendenpunkt {
display: inline-flex;
align-content: center;
}

.parkplatzkarte.legende.legendenpunkt.nummer {
width: 2em;
height: 2em;
margin-right:1em;
display: block;
flex-shrink: 0;
}

.parkplatzkarte.legende.legendenpunkt.titel {
width: 4em;
height: 4em;
margin: -0.2em 1em 0px 0px;
display: block;
}

#parkplatzlegende {
margin-top:1em;
display: flex;
flex-direction: column;
background-color: #f5f5f5;
padding: 0px 2em;
}

.legendenpunkt.bild {
display: block;
width: 100%;
}

.legendenpunkt.text {
display: block;
text-align:left;
}

/*Videocss*/


.videorahmen {
position: relative;
display: flex;
justify-content: center;
height: 100vh;
width: 100%;
margin: 5vh auto 5vh auto;
border: solid 1px;
background-color: black;
}
	
	.filmfenster{
	position: relative;
	
	height:90%;
	top:5%;
	}
	
	
	.fullscreenicon{
	width: 40px;
	height: 40px;
	background: grey;
	margin-top:2vh;
	margin-right:-1vw;
	margin-left:25vw;
	z-index:1;
	}
	
	.controllton{
	margin-left:-1vw;
	margin-top:2vh;
	width: 40px;
	height: 40px;
	background: rgba(256,256,256,0);
	z-index:1;
	}
	
	
	.nobackground{
	background: rgba(256,256,256,0);
	}
	
	.anzeigeren::-webkit-media-controls-start-playback-button {
    display: none;
	}
	
	#filme{
	position:relative;
	width:100%;
	}
	
	#fullscreensvg{
	width:100%;
	}
	
	.inaktiv{
	display:none;
	}
	
	.innenleben {
        fill: white;
      }
      
      .aussenleben {
        fill:none;
      }
      
      .umfeld{
      fill: grey;
      }
      
.filmtext{
position:absolute;
left:10vw;
top:40vh;
height:20vh;
text-align: center;
max-width:35vw;
}

.filmtext h6{
font-family: 'Merriweather', serif;
font-weight: 700;
font-size:2em;
font-style: italic;
color: rgba(255,255,255,0.7);
margin: 0;
padding: 0;
}

.filmtext p{      
 font-family: "Roboto Slab", serif;
 color: rgba(255,255,255,0.7);
 font-size:0.8em;
 }     

@media only screen and (min-device-width : 320px) and (max-device-width : 736px){
#team .row {
margin-right: initial;
margin-left: initial;
display: initial;
justify-items: initial;
justify-content: initial;
}

.offenestellen{
padding:2vw 0px 15vw 0px;
}

#tour{
padding-top:10vh;
}

.mitabstand{
margin:4vw auto;
}

.angebotspunkte {
color: #333;
text-align: left;
padding: 1em 0px 0.5em 4em;
background-color: #f9f9f8;
width: calc(100vw) !important;
margin: auto;
list-style-type: disc;
/* font-size: 4em; */
flex-shrink: 0;
position: relative;
display: block;
margin-left: -4vw;
}

.einzelangebot.lead {
font-size: 5vw;
}

#wurstbild {
width: 100%;
clear: both;
margin-top: 1em;
margin-bottom: 4em;
}

.fliesstext {
clear: both;
width: 96%;
}

.separator.evweg.nummer1 {
display: none;
}

.separator.evweg{
visibility: visible;
top: -4em;
position: relative;
}

.parkplatzkarte.karte {
width: 100%;
}

.parkplatzkarte.legende.legendenpunkt.titel {
width: 4em;
height: 4em;
margin: 1.5em 1em 0px 0px;
display: block;
}

.nohandy{
display:none;
}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation:landscape){

#virtualtour.anzeigen{
height:95vh;
}

#tour{
padding-top:0px;
}

.parkplatzkarte.legende.legendenpunkt.titel {
width: 4em;
height: 4em;
margin: -0.2em 1em 0px 0px;
display: block;
}

.parkplatzkarte.karte {
width: 49%;
}

}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
    .col-md-12 textarea, .col-md-12 input, .formWrapperInfo, .fleischherkunft {
    }

    @media(max-width:550px) {
        .formWrapperInfo {
          padding: 0 50px;
        }




/*
    .overlay {
        display: inline-block;
    } */

    .services p {
        margin-bottom: 60px;
    }

}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) {
.fullscreenicon{
display:none;
}

.controllton{
	position: absolute;
	margin-left:initial;
	margin-top:initial;
	top:50px;
	right:10px;
	width: 40px;
	height: 40px;
	background: rgba(256,256,256,0);
	z-index:1;
	}
}

/* Footer */

footer {
    padding: 100px 0;
}

.list-unstyled li {
    font-size: 17px;
    line-height: 1.6em;
}
