@charset "UTF-8";
/*
Description: Theme fuer Hafenhalle Konstanz - HTML5, CSS3
Author: Ralph Segert
Date: 03/2022
Author URI: https://segert.net
*/



@font-face {
  font-family: 'Poppins Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Regular"), url("https://hafenhalle.com/font/poppins/Poppins-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Poppins ExtraLight';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins ExtraLight"), url("https://hafenhalle.com/font/poppins/Poppins-ExtraLight.woff") format("woff"); }
  
  @font-face {
  font-family: 'Poppins Light';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Light"), url("https://hafenhalle.com/font/poppins/Poppins-Light.woff") format("woff"); }

@font-face {
  font-family: 'Poppins Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Medium"), url("https://hafenhalle.com/font/poppins/Poppins-Medium.woff") format("woff"); }

@font-face {
  font-family: 'Poppins Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Bold"), url("https://hafenhalle.com/font/poppins/Poppins-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Krona One';
  font-style: normal;
  font-weight: normal;
  src: local("Krona One"), url("https://hafenhalle.com/font/krona/krona-one.woff") format("woff"); }  
  
  
* {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  background-color: #F9F9F9;
  font-family: 'Poppins Light', sans-serif;
  font-weight: 300;
}

a:focus {
  outline: none;
}

img, fieldset {
  border: 0;
}

img {
  vertical-align: middle;
}

a {
  border: 0;
  text-decoration: none;
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

::placeholder {
	color: #000;
	font-weight: 500;
}

strong {
  font-family: 'Poppins Medium', sans-serif;
  font-weight: 300;
}

.unsichtbar {
	display: none;
}

/* ### Tabellen ### */

table {
	font-size: .95em;
}

.essen-menu-table {
    width: 100%;
    margin-bottom: 0%;
}

.essen-menu-table th {
    background-color: #c4c4c4;
    color: #fff;
    padding: 2% 0;
  } 
  
 .essen-menu-table td {
    border-bottom:1px solid #fff;
    padding: 2.5%;
}

.produkt-table {
	width: 55%;
}

.produkt-preis {
	text-align: left;
	width: 17%;
}    


/* Formular */



.div2er, .div3er, .div1breit, .div2schmal, .div1schmal, .div3schmal {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin: 1% 6.5% 1% 0;
  font-size: .95em;
}

.div2schmal {
   align-items: center;
   margin-bottom: 4%;
}


.div1schmal {
	font-size: 90%;
	margin-bottom: 3%;
}

.fontmid {
	font-size: 100%;
	
}

.checkboxbottom {
  margin-top: 1%;
	
}

.div2er > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 28%;
  flex: 1 28%;
  padding-top: 2%;
font-size: .95em;
}

.div2er  > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 72%;
  flex: 1 72%; 
}

.div1breit > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 30%;
  flex: 1 30%;
}

.div1breit  > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 65%;
  flex: 1 65%; 
}
  
  
.div2schmal > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 20%;
  flex: 1 20%;
}

.div2schmal  > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 72%;
  flex: 1 72%; 
  padding: .4em 0 1em .2em;
}

.div2schmal  > div:nth-child(2) img {
width: 25%;
margin-right: 5%;
height: auto;
float: left;
}

.div2schmal  > div:nth-child(2) p:first-of-type {
font-size: 110%;
line-height: 1.4em;
}

.div2schmal  > div:nth-child(2) p:last-of-type {
font-size: .95em;
}

.div2schmal  > div:nth-child(2) select {
font-size: .95em;
	width: 70%;
}


.div1schmal > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 3%;
  flex: 1 3%;
  min-width: 30px;
}

.div1schmal  > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 95%;
  flex: 1 95%; 
}

.div3er > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 25%;
  flex: 1 25%; 
   padding-top: .4em;
 }

.div3er  > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 40%;
  flex: 1 40%; 
  padding-right: 2%;
}

.div3er  > div:nth-child(3) {
  -webkit-flex: 1;
  -ms-flex: 1 28%;
  flex: 1 28%;
}

.div3schmal > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 25%;
  flex: 1 25%; 
   padding-top: .4em;
 }

.div3schmal  > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 20%;
  flex: 1 20%; 
}

.div3schmal  > div:nth-child(3) {
  -webkit-flex: 1;
  -ms-flex: 1 51%;
  flex: 1 51%;
  margin-right: 1.5%;
}


legend {
	display: none;
	padding: 1% 0 3% 0;
}

.formset fieldset {
	margin: 2% 0 0 0;
}

.formset fieldset h3 {
	font-size: 120%;
	margin: 6% 0 3% 0;
}

.formset fieldset h4 {
	font-size: 120%;
	margin: 2% 0 2% 0;
}

.formset fieldset p {
font-size: .95em;
	font-weight: bold;
	margin-top: 2%;
	margin-bottom: 3%;
}


.formset .textfeld {
font-size: .95em;
	padding: .5em;
	width: 100%;
	border: 1px solid #666;
	background-color: #fff;
	margin: 2% 0 2% 0;
	border-radius: 2px;
	margin-left: 2%;
}

.formset .textfeldkl {
font-size: .95em;
	padding: .5em;
	width: 30%;
	border: 1px solid #666;
	background-color: #fff;
	margin-bottom: 2%;
	border-radius: 2px;
}

.formset .textfeldmid {
	width: 40%;
}


.formset .selectsmall {
	max-width: 90%;
	margin-bottom: 9%; 
}

.formset .date {
	padding: .8em;
}

.formset .textfeldklein {
	width: 8%;
}

.formset textarea {
font-size: .95em;
	margin-top: 1%;
	padding: 1.8%;
	border: 1px solid #666;
	background-color: #fff;
	width: 100%;
	height: 160px;
	margin-bottom: 4%;
}


.sendbutton {
	padding: 3% 3% 3.2% 3%; 
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.3em;
	letter-spacing: 1px;
	background-color: #00ABE3;
	border: 1px solid #fff;
	letter-spacing: 1px;
	width: 100%;
	cursor: pointer;
	margin: 3% 0 7% 0;
	border-radius: 2px;
	transition: .4s;
} 

.sendbutton:hover {
  color: #000;
  border: 1px solid #000;
  background-color: #eee;
}

.formset input[type="checkbox"] {
margin: 0 1% 0 0;
background-color: #F9FDFF;
}

.formset select {
font-size: 100%;
width: 100%;
margin-top: 1.5%;
margin-bottom: 2%;
}

.formset .anrede {
  width: 40%;
  padding: 1%;
  margin-left: 1.6%;
}

.formset .auswahl {
  padding: 1%;
}

.text-red {
color:red;	
}

.aktubutton {
  border: 0;
  color: #fff;
  background-color: transparent;
  margin-left: 3%;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url(images/icon-aktu.png) no-repeat;
  transition: .3s;
  background-size: contain; }

.aktubutton:hover {
  opacity: .8;
  transition: .4s; }



/* ### LINKFARBEN: Navigationselemente und Links ### */
a {
  transition: 300ms;
}

p a {
  color: #444;
}

p a:visited {
  color: #444;
}

p a:hover, p a:focus {
  color: #000;
}

nav a, 
.subnavi a,
.subnav a
 {
  color: #868E9A;
}

nav a:hover, 
.subnavi a:hover,
.subnav a:hover {
  color: #999;
  background-color: transparent;
}

nav a.aktiv, 
.subnavi a.aktiv,
.subnav a.aktiv {
  color: #444;
  background-color: transparent;
}

.navmobil a {
  color: #fff;
}

.navmobil a:hover {
  color: #fff;
  background-color: transparent;
}

.navmobil a.aktiv {
  color: #fff;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}

nav .aktiv, .navmobil .aktiv {
  border-bottom: 0;
  color: #000;
}

nav a:hover, .navmobil a:hover {
  border-bottom: 0;
  color: #000;
}

nav .aktiv:hover, .navmobil .aktiv:hover {
  border-bottom: 0;
  color: #2A4F84;
}

.subnav .aktiv {
	color: #000;
}

/* ## CSS-GRID: Grundlayout ## */

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.parent {
  display: grid;
  grid-template-columns: 38.88888889% 61.11111107%;
  grid-template-rows: 40px 150px auto auto auto auto auto auto auto auto auto;
  background-color: #fff;
}

.pajobs {
  grid-template-rows: 40px 150px auto auto auto auto 100px;
}

.paevents {
  grid-template-rows: 40px 150px auto auto auto auto auto 100px;
}

.panews {
  grid-template-rows: 40px 150px auto auto auto auto;
}



/* CSS-GRID: Startseite */
.tophead {
  align-self: center;
  grid-area: 1 / 2 / 2 / 3;
  background-color: #2A4F84;
}

.logo {
  align-self: center;
  justify-items: start;
  grid-area: 2 / 1 / 3 / 2;
  padding: 0 0 19% 60px;
}

.navi {
  align-self: center;
  grid-area: 2 / 2 / 3 / 3;
  padding-bottom: 40px;
}

.welcome {
  align-self: start;
  grid-area: 3 / 1 / 4 / 3;
  margin-right: 5.55555555%;
}

.eaten {
  align-self: start;
  grid-area: 4 / 1 / 5 / 3;
}

.events {
  align-self: start;
  grid-area: 5 / 1 / 6 / 3;
  margin-bottom: 10%;
}

.noevents {
  align-self: start;
  grid-area: 5 / 1 / 6 / 3;
  margin-bottom: 0%;
}

.nl {
  align-self: start;
  grid-area: 6 / 1 / 7 / 3;
}

.news {
  align-self: start;
  grid-area: 7 / 1 / 8 / 3;
}

.shop {
  align-self: start;
  grid-area: 8 / 1 / 9 / 3;
  margin-bottom: 6%;
}

.maps {
  grid-area: 9 / 1 / 10 / 3;
}

.footertop {
  align-self: start;
  grid-area: 10 / 1 / 11 / 3;
  color: #2A4F84;
}

.footer {
  grid-area: 11 / 1 / 12 / 3;
  background-color: #213C63;
}

/*  Subsites  */
.jobs {
  grid-area: 3 / 1 / 4 / 3;
  margin-right: 5.55555555%;
}

.nlsub {
  grid-area: 4 / 1 / 5 / 3;
  margin-right: 5.55555555%;
}

.nlgalerie {
  grid-area: 4 / 1 / 5 / 3;
  margin-right: 5.55555555%;
  margin-top: 6%;
}

.nlsubcart {
	margin-top: 5%; 
}

.eventssub {
  grid-area: 4 / 1 / 5 / 3;
  margin: 0 0 5% 0;
}

.eventsnews {
  grid-area: 3 / 1 / 4 / 3;
  margin: 0 0 2% 0;
}

.nlsubevent {
  grid-area: 5 / 1 / 6 / 3;
  margin-right: 5.55555555%;
}

.shopall {
  align-self: start;
  grid-area: 3 / 1 / 4 / 3;
  margin-bottom: 8%;
}

.essen {
  grid-area: 3 / 1 / 4 / 3;
  margin-right: 0;
}

.mapsevent {
  grid-area: 5 / 1 / 6 / 3;
}

.mapseventsingle {
  grid-area: 6 / 1 / 7 / 3;
}

.footertopsub {
  grid-area: 6 / 1 / 7 / 3;
}

.footersub {
  grid-area: 7 / 1 / 8 / 3;
  background-color: #213C63;
}

.footertopsubevent {
  grid-area: 7 / 1 / 8 / 3;
}

.footersubevent {
  grid-area: 8 / 1 / 9 / 3;
  background-color: #213C63;
}

/* # HEADER: Styles # */

.topinfo {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 8px 5% 9px 3%;
  color: #fff;
}

.topinfo a {
  color: #fff;
}

.topinfo a:hover {
  display: block;
  color: #fff;
}

.topinfo .kontaktinfo a:hover {
  display: inline;
  color: #fff;
} 

.topinfo > div:nth-child(1) {
  width: 70%;
  letter-spacing: 1px;
  font-size: .95em;
  margin-left: -9px;
}

.topinfo > div:nth-child(2) {
  font-family: 'Krona One', sans-serif;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  width: 30%;
  min-width: 250px;
  padding-top: 4px;
}

.topinfo > div:nth-child(2) h2 {
  text-transform: uppercase;
  font-size: .84em;
  font-weight: normal;
  letter-spacing: 3px;
}

.topinfo > div:nth-child(2) hr {
  float: left;
  width: 55px;
  height: 1px;
  color: #999;
  margin: 7px 20px 0 0;
  color: #fff;
  transition: .3s;
}

.topinfo > div:nth-child(2):hover hr {
  float: left;
  transition: .3s;
  width: 62px;
}

/* # HAUPTNAVIGATION # */


.naviwrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  width: 98%;
}

nav {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1em;
}

nav ul {
  width: 93.5%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  list-style-type: none;
}

.navmobil {
  display: none;
}

.navmobil ul {
  display: none;
}

.basket {
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: flex-start;
  width: 10.5%;
  margin-top: 4px;
}

.kreis {
  position: relative;
  z-index: 10;
  font-size: .5em;
  font-weight: 500;
  width: 16px;
  height: 16px;
  padding: 2px 0 0 6px;
  border-radius: 16px;
  background-color: #2A4F84;
  color: #fff;
  top: -24px;
  right: -12px;
}

.kreistrans {
	color: transparent;
  background-color: transparent;
}
/* # Subnavi Galerie # */


.galerienav .subnav {
  font-size: 1.1em;
  width: 90%;
  list-style-type: none;
  letter-spacing: 1px; }


.galerienav .subnav ul {
	display: block;
  list-style-type: none; }

.galerienav .subnav li {
  display: block;
  padding-bottom: 3%; }

  


/* # RESPONSIVE GRAFIK # */


.logo img {
  width: 74%;
  height: auto;
}

.basket img {
  width: 42%;
  height: auto;
}

.slidebild img {
  width: 168% !important;
  height: auto;
}

.jobbild img {
  width: 100%;
  height: auto;
}

.eatenleft img {
  width: 83%;
  height: auto;
}

.eatenright img {
  width: 90%;
  height: auto;
}

.eventsingle img {
  width: 100%;
  height: auto;
}

.newscards img {
  width: 100%;
  height: auto;
}

.shopright img {
  width: 100%;
  height: auto;
  margin-top: -11%;
}

.rightall img {
  width: 100%;
  height: auto;
  margin-top: -9%;
}

.follows img {
  width: 100%;
  height: auto;
  margin: 0 0 9% 0;
}

.mapswrap img {
  width: 100%;
  height: auto;
}

.infobild img {
  width: 100%;
  height: auto;
}

.jobwraplast img {
  width: 100%;
  height: auto;
}

.shoplast img {
  width: 100%;
  height: auto;
}

.card-content-essen img {
  width: 16%;
  height: auto;
  margin-top: 48%;
}

.galeriebild img {
  width: 44%;
  height: auto;
  margin: 5px;
  border: 1px solid #fff;
  height: auto;
}


/* # FLEXBOX: Slider Start #  */
.sliderstart {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-bottom: 0;
}

.slidetext {
  width: 65%;
  margin-top: 3.7%;
  padding: 4.8% 32% 5% 6%;
  background-color: #efeeec;
  min-height: 630px;
}

.slidebild {
  margin-left: -23.8%;
  width: 35%;
}

.owl-1 {
  margin-bottom: 7%;
}

.owl-theme .owl-dots {
  position: relative;
  top: -80px;
}

/* # FLEXBOX: Eaten Start #  */
.eatenwrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 7.5%;
  margin-bottom: 4%;
  background-image: url("https://hafenhalle.com/images/bg-fisch.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 30%;
}

.eatenleft {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  text-align: right;
}

.eatenright {
  width: 40%;
}

/* # FLEXBOX: Event Start #  */
.eventstart {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-bottom: 10%;
}

.eventwrap {
  width: 88.88888888%;
  margin-top: 3.7%;
  padding: 4.8% 0 5% 6%;
  background-color: #efeeec;
}

.eventcards {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 1%;
}

.eventsingle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.33333333%;
  text-align: right;
  margin-right: 3%;
}

.eventsingle:last-of-type {
  margin-right: 0%;
}

/* # FLEXBOX: Newsletter Start #  */
.nlstart {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 88.88888888%;
  padding: 0 0 0 39.2%;
  background-image: url("images/bg-trompete.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 35%;
  margin-bottom: 5%;
}

.nleintrag {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 5%;
}

.nleintrag input {
  width: 37%;
  margin-right: 3%;
  font-size: 1em;
  color: #9EA6B0;
  letter-spacing: 1px;
  border: 0;
  padding: 2% 0 2% 0;
  border-bottom: 1px #999 solid;
}

/* # FLEXBOX: News Start #  */
.newsstart {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-end;
  width: 112%;
  margin-left: -12%;
  margin-bottom: 15%;
}

.newswrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 69%;
  margin-top: 3.7%;
  background-color: #efeeec;
}

.newscards {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: flex-start;
  width: 117.5%;
  margin: 0 0 4% -17.5%;
  padding-bottom: 5%;
}

.newsbild {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 29%;
  margin-right: 4%;
}

.newstext {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 56%;
}

/* # FLEXBOX: Shop Start #  */
.shophead {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 30%;
  margin-left: 5.55555555%;
  margin-top: 5%;
  margin-bottom: -13%;
}

.shopwrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-bottom: 1%;
  margin-top: 6%;
  padding-left: 5.55555555%;
}

.shoppreis {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  width: 40%;
  margin: 0 0 1% 0;
}
 

.shopleft {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 73%;
  text-align: left;
  background-color: #efeeec;
  padding: 15% 0 6% 3%;
 
}

.shopright {
  width: 57%;
  margin-left: -37%;
  margin-bottom: 10%;
}

.shopright:first-of-type {
  margin-bottom: 22%;
}


.shopwrapend {
  margin-bottom: 4%;
  margin-top: -14%;
}

.shopleftend {
  padding: 0 0 4% 3%;
}

.shoprightend {
  width: 0;
  margin-left: 0;
}

.owl-4 {
  margin-bottom: 7%;
}

.owl-4 .owl-dots {
  display: relative;
  top: -90px;
}

/* # FLEXBOX: MAPS #  */
.mapswrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-bottom: 0;
}

/* # FLEXBOX: Raster #  */
.gridsection {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 0 2% 5%;
  width: 100%;
  flex-wrap: wrap;
}

/* # FLEXBOX: Jobs #  */
.jobstart {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-bottom: 5%;
}

.jobstart:first-of-type {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin: 5% 0 0 0;
}

.jobwrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 95%;
  margin-right: 5%;
  background-color: #efeeec;
}

.ueberwrap {
	padding-bottom: 6%;
}


.jobtext {
  width: 36%;
  margin-top: 4%;
  padding: 0% 0 5% 5%;
  background-color: #efeeec;
}

.jobtitel {
  width: 44%;
  font-size: 1em;
  margin-top: 6%;
  padding: 0 0 5% 5%;
  background-color: #efeeec;
}

.jobbild {
  margin: -4% -5.5% 5% 15%;
  width: 83%;
}

.jobbeschreib {
  margin: 6.8% 7% 0 0;
  width: 50%;
  padding-bottom: 5%;
}

.galeriebild {
  width: 100%;
  padding: 12% 0 11% 6%;
}

.joblist {
  width: 49%;
  margin: 2% 8% 3% 43%;
  padding: 0% 0 5% 0;
}

.jobcard {
  margin-top: 12%;
}

.jobstartlast {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 10% 0 2% 0;
}

.shoplast {
  margin: 0 0 2% 0;
}

.ueberuns-start {
  margin-top: 8%;
}

.jobwraplast {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  margin-right: 5%;
  padding-bottom: 10%;
  background-color: #fff;
}

.jobbox1 {
  align-items: center;
}

.lastinfo {
padding-bottom: 4%;
}


.jobwraplast > div:nth-child(1) {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 45%;
  padding: 0 0 0 6%;
  order: 0;
}

.jobwraplast > div:nth-child(2) {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 55%;
  padding: 0 5% 0 3%;
}



.ganzebreite {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  padding: 0 0 5% 5.8%;
}

/* # FLEXBOX: Events #  */
.eventstart {
  margin: 0 0 0 0;
}

.eventstart:first-of-type {
  margin: 5% 0 0 0;
}

.eventhead {
  width: 38%;
  margin-top: 5%;
  padding: 0 0 0 5%;
  background-color: #efeeec;
}

.eventbild {
  margin: -4% -5.5% 0 5%;
  padding-bottom: 2%;
  width: 62%;
}

.eventtermin {
  width: 38%;
  margin-top: 0;
  padding: 0 0 0 5%;
  background-color: #efeeec;
}

.eventlangtext {
  margin: 0 10% 0 5%;
  padding: 2%;
  width: 52%;
}

/* # FLEXBOX: Essen & Trinken #  */
.essenstart {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  width: 95%;
  margin: 10% 0 2% 5%;
  padding-bottom: 5%;
  background-color: #fff;
}

.essenleft {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35.5%;
  padding-right: 9%;
}

.essenright {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 64.5%;
}

.essenwahl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 5% 0 10% 5%;
  margin-bottom: 6%;
  background-color: #EFEEEC;
}

.speisekarte {
	margin-top: 2%;
	padding-bottom: 0;
	background-color: #fff;
}

.speisekartestart {
  margin-top: 5%;
  padding: 0 19% 0 15%;
  background-color: #fff;
}


.filter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-bottom: 5%;
}

.headline {
  margin: 5% 0 4% 0;
}

.auswahl, .zweispalter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}


.auswahl > div:nth-child(1) {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  width: 50%;
  padding-right: 8%;
  margin-bottom: 3%;
}

.auswahl > div:nth-child(2) {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: flex-end;
  align-items: right;
  text-align: right;
  width: 16%;
  margin-bottom: 3%;
  padding-right: 8%;
}


.auswahl > div:nth-child(3) {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  width: 33%;
  min-width: 240px;
  margin-bottom: 3%;
}

.zweispalter > div:nth-child(1) {
  display: block;
  text-align: left;
  width: 78%;
  padding-right: 2%;
  margin-bottom: 3%;
}

.zweispalter > div:nth-child(1) p + p {
line-height: 2.2em;
}

.zweispalter .menuhead {
margin-bottom: 2%;
}

.zweispalter > div:nth-child(2) {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 22%;
  padding-left: 0;
  margin-bottom: 3%;
}


/* Cards Essen Trinken */
.boxsection {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.card-content-essen {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: stretch;
  min-width: 240px;
  min-height: 344px;
  text-align: center;
  width: 25%;
  margin: 0 5% 5% 0;
  background-color: #efeeec;
  transition: .3s;
}

.card-content-essen:hover {
  opacity: .6;
}


/* # FLEXBOX: Shop Uebersicht #  */

.headall {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 30%;
  margin-left: 5.55555555%;
  margin-top: 7%;
  margin-bottom: 0;
}

.wrapall {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 5.55555555%;
}

.mwst {
  width: 47%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.infozeile {
	width: 100%;
}

.shoppreis select, .block select, td select, .gateway, .div2er select {
	margin: 0 6% 0% 0;
	padding: 2%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	background-image: url('https://hafenhalle.com/images/chevron-up-down-blue.png');
	background-size: 22%;
	background-repeat: no-repeat;
	background-position: right;
	color: #000;
	padding: 5px 54px 5px 15px;
	border:1px solid #2A4F84;
	outline:none;
}


.block select {
	margin: 0 6% 5% 0;
	padding: 2%;
	font-size: 1em;
	background-image: url('https://www.mediaevent.de/css/svg/chevron-up-down-blue.svg');
	background-size: 18%;
	padding: 5px 54px 5px 15px;
}

td select {
	margin: 0 0 0 1%;
	font-size: .8em;
	background-image: url('https://www.mediaevent.de/css/svg/chevron-up-down-blue.svg');
	background-size: 19%;
	padding: 2px 40px 2px 3px;
}

.gateway {
	margin: 3% 0 2% 0;
	font-size: .8em;
	background-image: url('https://www.mediaevent.de/css/svg/chevron-up-down-blue.svg');
	background-size: 6%;
	padding: 2px 82px 2px 8px;
}

.div2er select {
	margin: 3% 0 2% 2%;
	font-size: .9em;
	background-image: url('https://www.mediaevent.de/css/svg/chevron-up-down-blue.svg');
	background-size: 7%;
	padding: 2px 52px 2px 8px;
}

.leftall {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 87%;
  text-align: left;
  background-color: #efeeec;
  margin-top: 4%;
  padding: 5% 0 4% 3%;
}

.second {
  justify-content: flex-end;
  margin-top: 0;
}

.follows {
  justify-content: flex-end;
}

.preisall {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  width: 47%;
  margin: -2% 0 1% 0;
}

.rightall {
  width: 47%;
  margin-left: -41%;
}

.preis {
  width: 170px;
}

.cut {
  margin-bottom: 5%;
  width: 47%;
}



/* # FLEXBOX: News & Events #  */

.newsevents {
  margin-bottom: 3%;
}

.newswrap {
  width: 64%;
  margin-top: 3.7%;
}

.neevcards {
  width: 117.5%;
  margin: 0 0 4% -17.5%;
  padding-bottom: 4%;
}

.neevbild {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 29%;
  margin-right: 4.1%;
}


/* # TYPOGRAFIE # */

.slidetext h1, .jobwrap h1 {
  font-family: 'Krona One', sans-serif;
  font-size: 2.7em;
  font-weight: normal;
  color: #2A4F84;
  margin-bottom: 18%;
  letter-spacing: 1px;
  line-height: 1.4em;
}

.eventwrap h2, .newswrap h2, .essenstart h2, .essenwahl h2 {
  font-family: 'Krona One', sans-serif;
  font-size: 2.7em;
  font-weight: normal;
  color: #2A4F84;
  margin-bottom: 4%;
  letter-spacing: 1px;
  line-height: 1.4em;
}


.eventwrap h3, .newswrap h3, .shopleft h3, .footerdiv h3, .jobwrap h2, .jobwrap h3 {
  font-family: 'Krona One', sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  color: #2A4F84;
  text-align: left;
  letter-spacing: 2px;
  line-height: 1.4em;
  padding-right: 20%;
  margin-bottom: 8%;
}

h2 a, h3 a {
	color: #2A4F84;
} 

h2 a:hover, h3 a:hover {
	color: #666;
} 

.footerdiv h3 {
  color: #fff;
  margin-bottom: 6%;
}

.eatenwrap h2, .nlstart h2, .shophead h2, .jobstartlast h3 {
  z-index: 2;
  font-family: 'Krona One', sans-serif;
  font-size: 2.4em;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: left;
  color: #2A4F84;
  padding-left: 12%;
  margin-bottom: 19%;
  line-height: 1.3em;
}

.nlstart h2 {
  padding-left: 0;
  margin: 6% 0 4% 0;
  line-height: 1.3em;
}

.newswrap h2 {
  font-size: 2.5em;
  padding-left: 20.8%;
  margin: 8% 0 9% 0;
  line-height: 1.3em;
}

.shophead h2 {
  padding: 0 0 0 10%;
  margin: 0;
}

.h2versend {
  padding: 8% 0 2% 0;
}

.jobbeschreib .h2versendlast {
  padding: 5% 0 0 0;
  font-size: 1em;
}

.jobbeschreib .h2fehler {
  margin-top: 0;
}

.newswrap h3 {
  margin: 0 0 1% 0;
  padding: 0 0 1% 0;
}

.eventwrap h3 {
	padding-right: 1%;
}

.shopleft h3 {
  width: 45%;
  font-size: 1.45em;
  letter-spacing: 1.8px;
  margin: 0 0 1% 0;
  padding: 0 0 1% 0;
}

.leftall h3 {
  margin: 1% 0 1% 0;
  padding: 0;
}

.jobwrap h2 {
  padding-right: 0%;
  margin: 0 0 1.5% 0;
}

.jobwrap h3 {
  font-size: 1em;
  margin: 0 0 1.5% 0;
  letter-spacing: 1px;
}

.jobwrap .h3versend {
  padding: 4% 0 1% 0;
  font-size: 1em;
}

.jobwrap .h3versendlast {
  font-family: 'Poppins', sans-serif;
  padding: 3% 0 0 0;
  font-size: 1em;
  letter-spacing: 0;
}

.jobsingle h3 {
  margin: 0 0 5% 0;
}

.ganzebreite h4 {
  font-size: 2.4em;
  text-align: center;
  color: #2A4F84;
  margin: 0 6% 1% 6%;
}

.ganzebreite p {
  padding: 2% 10% 1.5% 10%;
}

.jobstartlast h3, .essenstart h2, .essenwahl h2 {
  font-size: 2.4em;
  margin: 0 30% 12% 0;
  padding-left: 0;
  letter-spacing: 1px;
}

.tagesempfh2 h2 {
  font-family: 'Krona One', sans-serif;
  font-size: 2.2em;
  font-weight: normal;
  color: #2A4F84;
  margin-bottom: 4%;
  letter-spacing: 1px;
  line-height: 1.4em;
}

.jobstartlast .jobh3 {
  margin: 0 25% 4% 0;
}

.welcome p, .eaten p, .nlstart p, .newsstart p, .shopwrap p {
  font-size: .98em;
  line-height: 1.9em;
  color: #5B616A;
  font-weight: 300;
}

.welcome ul, .eaten ul, .nlstart ul, .newsstart ul, .shopwrap ul {
  list-style: square;
  font-size: .98em;
  line-height: 1.9em;
  color: #5B616A;
  font-weight: 300;
  margin-left: 3%;
}

.eatenwrap p {
  padding: 8% 18% 8% 0;
}

.nlstart p {
  padding: 0 17% 5% 0;
}

.newsstart p {
  padding: 0 20% 5% 0;
}

.shopleft p {
  padding: 0 60% 3% 0;
}

.shopall p {
  padding: 0 60% 4% 0;
}

.jobwrap p, .jobwrap ul {
  padding: 0 0 2% 0;
}

.jobwrap .jobid {
	padding-bottom: 5%;
}

.filter p {
  font-family: 'Krona One', sans-serif;
  font-size: .95em;
  font-weight: normal;
  width: 95%;
  color: #2A4F84;
  padding-bottom: 1%;
  border-bottom: 1px solid #aaa;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.card-content-essen p {
  font-family: 'Krona One', sans-serif;
  font-size: .85em;
  letter-spacing: 2px;
  line-height: 2.2em;
  padding: 21% 4% 12% 4%;
  font-weight: normal;
  color: #765239;
  text-transform: uppercase;
}

.shopleft .preis {
  font-size: 2.4em;
  font-weight: bold;
  color: #765239;
  padding: 0 10% 0 0;
  min-width: 120px;
}

.section ul {
  font-size: 130%;
  list-style-type: square;
}

.section li {
  padding: 0 10% 1% 0;
}

.footerdiv p {
  padding-bottom: 5%;
  color: #fff;
  line-height: 1.8em;
}

.footer ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;

  height: 120px;
  justify-content: center;
  align-items: center;
  padding-bottom: 2%;
  padding-left: 4%;
  line-height: 1.7em;
}

.footer a, .footerdiv a {
  color: #fff;
}

.footer a:hover, .footerdiv a:hover {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.footer a:visited, .footerdiv a:visited {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.footer li {
  display: inline;
  list-style-type: none;
  padding: 0 2% 0 2%;
}

/* Datum */
.eventdatum {
  min-width: 170px;
  text-align: left;
  font-size: 1em;
  margin: 7% 0 5.5% 0;
  color: #5B616A;
}

.welcome .datumlang {
  margin: 8% 0 5% 0;
  padding-top: 2%;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4em;
}

.newsstart .newsdatum {
  text-align: left;
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 1% 0;
  padding-bottom: 0;
  color: #5B616A;
}

/* # FORMULARE # */
.menge {
  padding: 2.7% 1.5% 2.7% 0;
  text-align: center;
  border: solid 1px #2A4F84;
  width: 60px;
  margin-right: 5%;
}

.mengecard {
  padding: 2.7% 1.5% 2.7% 0;
  text-align: center;
  border: solid 1px #2A4F84;
  max-width: 60px;
  margin-right: 1%;
}

.landwahl {
  padding: 2.7% 1.5% 2.7% 0;
  text-align: center;
  border: solid 1px #2A4F84;
  width: 80%;
  margin-right: 1%;
}


/* # FOOTER # */
.footerdiv {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  justify-content: left;
  background-color: #2A4F84;
  padding: 4% 6% 6% 6%;
}

.footerdiv > div:nth-child(1) {
  width: 33.33333333%;
}

.footerdiv > div:nth-child(2) {
  width: 33.33333333%;
  padding-left: 3%;
}

.footerdiv > div:nth-child(3) {
  width: 33.33333333%;
  padding-left: 3%;
}

/* # NAVIGATIONSELEMENTE # */
#back-to-top {
  /* scriptgesteuerter Top-Balken */
  position: fixed;
  /* Fixiert den Balken unten */
  display: none;
  width: auto;
  right: 5.5%;
  bottom: 4%;
  padding: 10px 10px 12px 10px;
  background: #2A4F84;
  color: #fff;
  font-size: 130%;
  text-align: center;
  z-index: 1000;
  cursor: pointer;
  transition: all ease-in-out .3s;
  border-radius: 6px;
}

#back-to-top:hover {
  background: #fff;
  color: #2A4F84;
}

/* # BUTTONS # */

.nobutton {
	margin-top: 12%;
}

.btn-top {
  font-size: 1.3em;
  text-align: center;
}

.btn-top::after {
  content: " ↑";
}

.btn-top::before {
  content: "↑ ";
}

.btn {
  z-index: 2;
  font-family: 'Krona One', sans-serif;
  width: 49%;
  max-width: 280px;
  display: block;
  background: transparent;
  border: 1px solid #765239;
  font-size: .85em;
  letter-spacing: 3px;
  color: #765239;
  text-align: center;
  padding: 1.1em 0 1.1em 0;
  transition: all ease .5s;
  cursor: pointer;
  text-transform: uppercase;
}

input.btn {
  z-index: 2;
  font-family: 'Krona One', sans-serif;
  width: 49%;
  max-width: 280px;
  display: block;
  background: transparent;
  border: 1px solid #765239;
  font-size: .85em;
  letter-spacing: 3px;
  color: #765239;
  text-align: center;
  padding: 1.1em 0 1.1em 0;
  transition: all ease .5s;
  cursor: pointer;
  text-transform: uppercase;
}

.btn:hover {
  color: #fff;
  background: #765239;
  letter-spacing: 3px;
}

input.btn:hover {
  color: #fff;
  background: #765239;
  letter-spacing: 3px;
}

.btn-invers {
  width: 100%;
  max-width: 320px;
  border: 1px solid #fff;
  font-size: .85em;
  letter-spacing: 3px;
  color: #fff;
  background: #2A4F84;
  text-align: center;
  padding: 1.1em 0 1.1em 0;
  transition: all ease .5s;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-invers:hover {
  color: #2A4F84 !important;
  background: #fff;
}

.btn-blue {
  font-family: 'Krona One', sans-serif;
  width: 58%;
  max-width: 190px;
  display: block;
  background: #2A4F84;
  border: 1px solid #2A4F84;
  font-size: .85em;
  letter-spacing: 3px;
  color: #fff;
  text-align: center;
  padding: 1.1em 0 1.1em 0;
  transition: all ease .5s;
  cursor: pointer;
  text-transform: uppercase;
}


.btn-blue:hover {
  color: #2A4F84;
  background-color: #fff;
  letter-spacing: 3px;
}


.btn-input {
  width: 100%;
  width: 180px;
  max-width: 180px;
}

.btn-input:hover {
  color: #2A4F84;
  background-color: #fff;
  letter-spacing: 3px;
}


.btn-events {
  display: block;
  float: right;
  letter-spacing: 3px;
  margin: 6% 4.2% 0% 0;
}

.btn-events:hover {
  color: #fff;
  background-color: #765239;
  letter-spacing: 3px;
}

.btn-news {
  margin: 2% 0 6% 16%;
}

.btn-produkte {
  max-width: 36%;
  display: block;
  margin: 7% 0 0 58%;
}

.btn-produkte:hover {
  color: #fff;
  background-color: #765239;
  letter-spacing: 3px;
}

.btn-card {
  width: 40%;
  display: block;
  background: #E6E6E6;
  border: 2px solid #FFFFFF;
  box-shadow: 3px 3px 6px 0 rgba(163, 161, 161, 0.5);
  border-radius: 6px;
  font-size: 1em;
  color: #000000;
  text-shadow: 0 1px 3px rgba(156, 156, 156, 0.5);
  text-align: center;
  letter-spacing: 3px;
  padding: 1em 0 1em 0;
  margin: 3% 30% 15% 30%;
  transition: all ease .4s;
  cursor: pointer;
}

.btn-card:hover {
  color: #fff;
  background-color: #545454;
  letter-spacing: 3px;
}


.btn-aktu {
  font-family: 'Poppins', sans-serif;
  width: 50%;
  margin: 2px 8% 0 0;
  max-width: auto;
  float: right;
  background: #fff;
  border: 1px solid #2A4F84;
  font-size: .7em;
  letter-spacing: 0;
  color: #2A4F84;
  text-align: center;
  padding: 3px 0 3px 0;
  transition: all ease .5s;
  cursor: pointer;
  text-transform:none;
}

.btn-aktu:hover {
  color: #fff;
  background-color: #2A4F84;
  letter-spacing: 0;
}

.aktu2 {
  width: 45%;
}

.aktubreit {
float: none;
display: block;
width: 40%;
margin: 3% 30% 3% 30%;
padding: 4px 0 4px 0;
font-size: .7em;
max-width: none;
}

.btn-details a {
  color: #765239;
}

.btn-details {
  font-family: 'Krona One', sans-serif;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: left;
  width: 36%;
  min-width: 300px;
}


.btn-jobs {
  margin-top: 5%;
  background: transparent;
  border: 1px solid #2A4F84;
  color:  #2A4F84;
}

.btn-jobs:hover {
  color: #fff;
  background-color: #2A4F84;
  letter-spacing: 3px;
}

.btn-blue-breit {
  width: 100%;
  max-width: none;
  margin-top: 8%;
  margin-bottom: 5%;
}

.btn-blue-breit2 {
  width: 100%;
  max-width: none;
  margin-top: -14%;
  margin-bottom: 17%;
}


.btn-details h6 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: normal;
  letter-spacing: 3px;
}

.btn-details h6 hr {
  float: left;
  width: 50px;
  height: 1px;
  color: #765239;
  margin: 7px 20px 0 0;
  color: #fff;
  transition: .3s;
}

.btn-details h6:hover hr {
  float: left;
  transition: .3s;
  width: 62px;
}

/*Styles for screen 960px and lower*/
@media only screen and (max-width: 60em) {
  .parent {
    grid-template-columns: 50% 50%;
    grid-template-rows: 100px 120px auto auto auto auto auto auto auto auto auto auto;
  }
  .logo {
    align-self: center;
    grid-area: 1 / 1 / 2 / 2;
    padding: 0;
    padding-top: 5%;
  }
  .navi {
    align-self: flex-start;
    grid-area: 1 / 2 / 2 / 3;
    padding: 0;
  }
  .tophead {
    align-self: center;
    grid-area: 2 / 1 / 3 / 3;
    background-color: #2A4F84;
  }
  .naviwrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
  }
  nav {
    display: none;
  }
  nav ul {
    display: none;
  }
  .navmobil {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1em;
  }
  .navmobil ul {
    font-family: 'Krona One', sans-serif;
    font-weight: lighter;
    width: 100%;
    margin-top: -17.2%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    list-style-type: none;
    background-color: #2A4F84;
    padding: 22% 0 10% 18%;
  }
  .navmobil li {
    margin-bottom: 5%;
  }
  .basket {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    align-items: flex-start;
    width: 16%;
    padding-bottom: 0;
    margin-top: 5%;
  }
  /* # RESPONSIVE GRAFIK # */
  .logo img {
    width: 84%;
    height: auto;
  }
  .basket img {
    width: 50%;
    height: auto;
  }
  /* # FLEXBOX: Slider Start #  */
  .welcome {
    margin-right: 0;
  }
  .sliderstart {
    margin-bottom: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slidetext {
    width: 100%;
    margin-top: 0;
    padding: 4.8% 6% 5% 6%;
    background-color: #efeeec;
    order: 2;
    min-height: 280px;
  }
  .slidebild {
    margin-left: 0;
    width: 100%;
  }
  .slidebild img {
    width: 100% !important;
  }
  .slidetext h1 {
    font-size: 2.7em;
    margin-bottom: 2%;
    letter-spacing: 1px;
    line-height: 1.4em;
  }
  /* # FLEXBOX: Eaten Start #  */
  .eatenwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 7.5%;
    padding: 4%;
    background-image: none;
  }
  .eatenleft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
  }
  .eatenright {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .eatenleft img {
    width: 78%;
    height: auto;
  }
  .eatenright img {
    width: 72%;
    height: auto;
    margin-top: -30%;
    margin-right: -24%;
  }
  .eatenwrap p {
    padding: 5% 5% 4% 0;
  }
  /* # FLEXBOX: Event Start #  */
  .eventstart {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-bottom: 10%;
  }
  .eventwrap {
    width: 100%;
    margin-top: 3.7%;
    padding: 4.8% 0 5% 6%;
    background-color: #efeeec;
  }
  .scrolling {
    width: 100%;
    overflow-x: auto;
  }
  ::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  
  .eventcards {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    width: 293%;
    padding-bottom: 1%;
  }
  
  .eventsingle {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 97%;
  
    text-align: right;
    margin-right: 3%;
  }
  .eventsingle:last-of-type {
    margin-right: 3%;
  }
  /* # FLEXBOX: Newsletter Start #  */
  .nlstart {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 88.88888888%;
    padding: 25% 0 0 9.2%;
    background-image: url("images/bg-trompete.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 50%;
    margin-top: -7%;
  }
  .nleintrag {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 5%;
  }
  .nleintrag input {
    width: 100%;
    margin-right: 0;
    font-size: 1em;
    color: #000;
    letter-spacing: 1px;
    border: 0;
    padding: 2% 2% 2% 2%;
    border: 1px #999 solid;
  }
  
  
  /* # FLEXBOX: News Start #  */
  .newsstart {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 10%;
  }
  
  .newswrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 1%;
    padding: 3% 0 0% 6%;
  }
  .newscolumn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
 /* width: auto; */
    width: 293%;
    
  }
  .scrollingnews {
    width: 100%;
    overflow-x: scroll;
  }
  .newscards {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    width: 97%;
 /* max-width: 320px;*/
    margin: 0 3% 4% 0;
    padding-bottom: 1%;
  }
  
  .newsbild {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-right: 0;
  }
  
  
  .newstext {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  /* # FLEXBOX: Shop Start #  */
  .shophead {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .shopwrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
    margin-top: 20%;
    padding-left: 5;
    padding-right: 5%;
  }
  .shoppreis {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 1% 0;
  }
  .shopleft {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-align: left;
    background-color: #fff;
    padding: 15% 0 4% 3%;
    order: 2;
  }
  .shopright {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-left: 0;
  }
  .shopright img {
    margin-top: 0;
  }
  
  .rightall {
  width: 100%;
  height: auto;
  margin-left: 0;
}
  .shopwrapend {
    margin-bottom: 6%;
    margin-top: -10%;
  }
  .shopleftend {
    padding: 0 0 4% 3%;
  }
  .owl-4 {
    margin-bottom: 0;
  }
  .owl-4 .owl-dots {
    position: relative;
    top: -30px;
  }
  /* # FLEXBOX: Essen & Trinken #  */
  .essenstart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .essenleft {
    width: 100%;
    padding-right: 9%;
  }
  .essenright {
    width: 100%;
  }
  .essenstart h2, .essenwahl h2 {
    margin: 0 5% 2% 0;
  }
  .essenstart p, .essenleft p {
    padding-bottom: 5%;
  }
  .essenwahl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5% 0 8% 5%;
    margin-bottom: 8%;
  }
  .card-content-essen {
    min-width: 210px;
    min-height: 304px;
    margin: 0 3% 3% 0;
  }
  /* # FLEXBOX: Shop Uebersicht #  */
  .leftall {
    margin-top: 0%;
    padding: 5% 0 4% 3%;
  }
  .preisall {
    width: 100%;
    margin: 0 0 1% 0;
  }
  .leftall h3 {
    margin-top: 0%;
  }
  .second h3 {
    margin-top: -9%;
  }
  .shophead h2 {
    padding-left: 5%;
    margin: 8% 0 -12% 0;
  }
  .cut {
    margin: 3% 0 0 0;
    width: 100%;
  }
  /* # FLEXBOX: Jobs #  */
  .jobstart:first-of-type {
    margin: 7% 0 0 0;
  }
  .jobwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-right: 0%;
  }
  .jobtext {
    width: 100%;
    margin-top: 0%;
    padding: 3% 0 2% 5%;
  }
  
  .jobbild {
    margin: 0% 5% 0 5%;
    width: 90%;
  }
  .joblist {
    width: 90%;
    margin: 0 5% 5% 5%;
    padding: 4% 0 5% 0;
  }
  .jobcard {
    margin-top: 8%;
  }
  .jobstartlast {
    margin: 12% 0 5% 0;
  }
  .jobwraplast {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    margin: 0 5% 0 5%;
    padding-bottom: 12%;
  }
  .jobwraplast > div:nth-child(1) {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    padding: 0 0 0 0;
    order: 0;
  }
  .jobwraplast > div:nth-child(2) {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0 0 0 0;
  }
  .jobstartlast > div:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jobstartlast > div:nth-child(even) {
    padding-left: 0;
  }
  .jobwrap h1 {
    margin: 5% 0 4% 0;
  }
  .jobwrap p {
    padding: 0 0 4% 0;
  }
  .jobstartlast h3 {
    padding-left: 0;
    margin: 6% 0 4% 0;
  }
  /* # BUTTONS # */
  .btn-top {
    font-size: 1.3em;
    text-align: center;
  }
  .btn-top::after {
    content: " ↑";
  }
  .btn-top::before {
    content: "↑ ";
  }
  .btn {
    z-index: 2;
    font-family: 'Krona One', sans-serif;
    width: 80%;
    max-width: 70%;
    font-size: .85em;
    letter-spacing: 3px;
    padding: 1.1em 0 1.1em 0;
  }
  .btn-events {
    display: block;
    width: 100%;
    max-width: 100%;
    float: none;
    letter-spacing: 3px;
    margin: 6% 0% 0% 0;
  }
  
  input.btn {
  width: 100%;
  max-width: 100%;
  letter-spacing: 3px;
}


::placeholder {
	color: #000;
	font-weight: 500;
	text-align: center;
}

  .btn-slider {
    display: block;
    width: 90%;
    max-width: 90%;
    float: none;
    margin: 5% 5% 0 5%;
  }
  .btn-produkte {
    max-width: 90%;
    width: 90%;
    display: block;
    margin: 5% 5% 0 5%;
  }
  /* Icon-Animation */
  .navigation {
    -webkit-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    flex-grow: 1;
  }
  .menu,
.menu > ul ul {
    overflow: hidden;
    max-height: 0px;
  }
  .menu.active,
.menu > ul ul.active {
    display: inline;
  }
  .menu li,
.menu > ul > li {
    -webkit-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    flex-grow: 1;
    list-style-type: none;
    text-align: center;
  }
  .spinner-master * {
    transition: all .3s;
    box-sizing: border-box;
  }
  .spinner-master input {
    display: none;
  }
  .spinner-master {
    position: relative;
    margin-top: 7%;
    height: 30px;
    width: 30px;
    left: 85%;
  }
  .spinner-master label {
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .spinner-master .spinner {
    z-index: 1;
    position: absolute;
    height: 3px;
    width: 100%;
    padding: 0;
    background-color: #9EA6B0;
  }
  .spinner-master .diagonal.part-1 {
    position: relative;
    float: right;
  }
  .spinner-master .horizontal {
    position: relative;
    float: right;
    margin-top: 9px;
  }
  .spinner-master .diagonal.part-2 {
    position: relative;
    float: right;
    margin-top: 9px;
  }
  .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal {
    opacity: 0;
  }
  .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
    background-color: #2B4F84;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-top: 22px;
  }
  .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
    background-color: #2B4F84;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: -15px;
  }
}



/*Styles for screen 768px and lower*/
@media only screen and (max-width: 48em) {
	
  .parent {
    grid-template-columns: 70% 30%;
    grid-template-rows: 160px auto auto auto auto auto auto auto auto auto auto;
  }
  .pajobs {
    grid-template-rows: 160px auto auto auto auto auto;
  }
  
  .logo {
    z-index: 20;
    padding: 0 0 3% 0;
  }
  .navi {
    grid-area: 1 / 1 / 2 / 3;
  }
  .basket {
    z-index: 20;
    justify-content: flex-end;
    order: 2;
    width: 16%;
    margin-top: 7.2%;
    margin-left: -31%;
  }
  .navmobil {
    z-index: 10;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-end;
    order: 3;
    font-size: 1em;
  }
  
  .navmobil ul {
    font-family: 'Krona One', sans-serif;
    font-weight: lighter;
    width: 100%;
    margin-top: 10%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    list-style-type: none;
    background-color: #2A4F84;
    padding: 9% 0 12% 18%;
  }
  
  .spinner-master {
    margin-top: 8.5%;
  }
  /* # RESPONSIVE GRAFIK # */
  
  .logo img {
    width: 84%;
    height: auto;
  }
  .basket img {
    width: 35%;
    height: auto;
  }
  
  /* # HEADER: Styles # */
  
  .topinfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5% 5% 6% 5%;
  }
  .topinfo > div:nth-child(1) {
    width: 100%;
    font-size: .9em;
    letter-spacing: 0;
  }
  .topinfo > div:nth-child(2) {
    justify-content: right;
    width: 100%;
    padding-top: 4%;
  }
  .topinfo > div:nth-child(2) h2 {
    font-size: .9em;
  }
  .topinfo > div:nth-child(2) hr {
    margin: 7px 20px 0 0;
    transition: 0;
  }
  .topinfo > div:nth-child(2):hover hr {
    transition: 0;
    width: 40px;
  }
  
  /* # FLEXBOX: Slider Start #  */
  .sliderstart {
    margin-bottom: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slidetext {
    width: 100%;
    margin-top: 0;
    padding: 4.8% 6% 18% 6%;
    background-color: #efeeec;
    order: 2;
    min-height: 360px;
  }
  .slidebild {
    margin-top: 0;
  }
  .slidebild img {
    width: 100% !important;
  }
  .slidetext h1 {
    font-size: 1.8em;
    margin: 6% 0 8% 0;
    letter-spacing: 1px;
    line-height: 1.5em;
  }
  .owl-1 {
    margin-bottom: 0;
  }
  .owl-theme .owl-dots {
    position: relative;
    top: -80px;
  }
  /* # FLEXBOX: Eaten #  */
  .eatenwrap {
    width: 100%;
    padding: 0 4.8% 12% 4.8%;
    margin-top: -4%;
  }
  .eatenleft {
    width: 50%;
  }
  .eatenright {
    width: 100%;
  }
  .eatenleft img {
    width: 100%;
  }
  .eatenright img {
    width: 68%;
    margin-top: -38%;
    margin-right: -32%;
  }
  .eatenwrap h2 {
    font-size: 1.9em;
    width: 140%;
    font-weight: normal;
    padding-left: 0;
    margin-bottom: 21%;
  }
  .eatenwrap p {
    padding: 12% 0 14% 0;
  }
  
  
  /* # FLEXBOX: Event Start #  */
  .eventwrap h2 {
    font-size: 1.9em;
    color: #2A4F84;
    margin-bottom: 12%;
    margin-top: 6%;
    line-height: 1.4em;
  }
  .eventwrap h3 {
    text-align: left;
    letter-spacing: 2px;
    padding-right: 10%;
    margin-bottom: 8%;
  }
  .eventdatum {
    margin: 8% 0 6% 0;
    color: #5B616A;
  }
  
  
  /* # FLEXBOX: Newsletter Start #  */
  .nlstart {
    width: 100%;
    padding: 52% 5.5% 0 5.5%;
    background-size: 75%;
    margin-top: 0%;
  }
  .nleintrag {
    margin: 5% 0 8% 0;
  }
  .nleintrag input {
    padding: 4% 0 5% 4%;
    margin-bottom: 5%;
  }
  .nlstart h2 {
    font-size: 1.8em;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: left;
    padding-left: 0;
    margin-bottom: 12%;
  }
  .nlstart p {
    padding: 0 0 5% 0;
  }
  
  
  /* # FLEXBOX: News Start #  */
  .newscards {
    margin: 0 2% 4% 0;
    max-width: 680px;
  }
  .newswrap h2 {
    font-size: 1.8em;
    padding-left: 0;
    margin: 10% 0 14% 0;
  }
  .newswrap h3 {
    font-size: 1.4em;
    margin-bottom: 4%;
  }
  .newsstart .newsdatum {
    font-weight: 300;
    margin: 10% 0 0 0;
    padding-bottom: 0;
    color: #5B616A;
  }
  .newsstart p {
    padding: 0 0 7% 0;
  }
  
  /* # FLEXBOX: Shop Start #  */
  .shophead {
    margin-top: 3%;
    margin-bottom: 0;
  }
  .shopwrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
    margin-top: 13%;
    margin-left: -2%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .shoppreis {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 1% 0;
  }
  .shopleft {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-align: left;
    background-color: #fff;
    padding: 10% 4% 0 4%;
    order: 2;
  }
  .shopright {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin: 0;
  }
  .shopright img {
    margin-top: 0;
  }
  
  .shopright:first-of-type {
    margin-bottom: 22%;
  }

  .shopwrapend {
    margin-bottom: 0;
    margin-top: 0;
  }
  .shopleftend {
    padding: 0 0 4% 0;
  }
  .owl-4 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 0;
    margin-left: 0;
  }
  .owl-4 .owl-dots {
    top: 0;
  }
  .shophead h2 {
    font-size: 1.8em;
    padding-left: 5%;
    margin-bottom: 0;
  }
  .shopleft h3 {
    width: 80%;
    font-size: 1.4em;
    letter-spacing: 1.8px;
    margin: 0 0 1% 0;
    padding: 0 0 1% 0;
  }
  .shopleft p {
    padding: 2% 0 4% 0;
  }
  .shopleft .preis {
    font-size: 1.6em;
    font-weight: bold;
    color: #765239;
    padding: 0 10% 0 0;
    letter-spacing: -1px;
    min-width: 80px;
    width: 45%;
  }  
  
  
  /* # GALERIE # */  
  

  
  .galerienav .subnav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    letter-spacing: 0; 
  }
  
  .galerienav .subnav ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style-type: none; }
  
  .galerienav .subnav li {
    display: flex;
    padding-bottom: 1%;
    padding-right: 3.5%; }
  
  
  .galeriebild {
    width: 100%;
    padding: 2% 3% 11% 1%;
  }

  
  /* # FOOTER # */
  .footerdiv {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    justify-content: left;
    background-color: #2A4F84;
    padding: 12% 6% 12% 6%;
  }
  .footerdiv > div:nth-child(1) {
    width: 100%;
  }
  .footerdiv > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .footerdiv > div:nth-child(3) {
    width: 100%;
    padding-left: 0;
  }
  .footerdiv h3 {
    font-size: 1.4em;
    font-weight: normal;
    color: #fff;
    width: 100%;
    text-align: left;
    letter-spacing: 2px;
    line-height: 1.4em;
    padding-right: 0%;
    margin-bottom: 4%;
    margin-top: 12%;
  }
  .footer ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 8% 4% 8% 4%;
    padding-left: 4%;
    line-height: 1.7em;
  }
  .footer li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    list-style-type: none;
    padding: 3% 0 3% 0;
  }
  /* # BUTTONS # */
  .btn {
    z-index: 2;
    font-family: 'Krona One', sans-serif;
    width: 100%;
    max-width: 100%;
    font-size: .85em;

    padding: 1.1em 0 1.1em 0;
  }
  .btn-invers {
    width: 100%;
    max-width: 100%;
    border: 1px solid #fff;
    font-size: .85em;
    color: #fff;
    text-align: center;
    padding: 1.1em 0 1.1em 0;
    transition: all ease .5s;
    cursor: pointer;
    text-transform: uppercase;
  }
  .btn-slider {
    display: block;
    width: 95%;
    max-width: 95%;
    float: none;
    margin: 10% 0% 7% 0%;
  }
  .slidernews {
    margin: 0% 0% 12% 0%;
  }
  .btn-produkte {
    max-width: 95%;
    width: 95%;
    display: block;
    margin: 4% 5% 4% 5%;
  }
  
}

/*Styles for screen 640px and lower*/
@media only screen and (max-width: 40em) {
  .parent {
    grid-template-rows: 110px auto auto auto auto auto auto auto auto auto auto;
  }
  .pajobs {
    grid-template-rows: 100px auto auto auto auto auto;
  }
  
  /* # IMG # */
  
  .basket img {
    width: 47%;
    height: auto;
  }
  
  .logo img {
	  width: 100%;
  }
  
  /* # Typografie # */
  
 .jobwrap h1 {
    font-size: 1.8em;
    letter-spacing: 0;
    padding: 10% 0 4% 0;
    margin-left: 0%;
    margin-right: 4%;
  }
  
.jobstartlast h3 {
    font-size: 1.6em;
    letter-spacing: 0;
    padding: 0 1% 0 1%;
    margin: 8% 0 6% 0;
    line-height: 1.4em;
  }

.newswrap h3 {
    font-size: 1.4em;
    letter-spacing: 0;
    padding: 0 1% 0 0;
    margin: 0 0 6% 0;
    line-height: 1.5em;
  }
  
  .newscards {
   max-width: 420px;
    }
    
  .ganzebreite h4 {
    font-size: 1.6em;
    letter-spacing: 0;
    line-height: 1.4em;
    margin: 0 1% 1% 1%;
  }
  
  .newswrap h2 {
    font-size: 1.8em;
    padding-left: 0;
    margin: 14% 2% 14% 0;
    line-height: 1.4em;
  }

  .jobtext p {
    padding-right: 1%; 
  }
 
 .welcome p {
   padding-top: 2%; 
 }
  
  .newsstart .newsdatum {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 8% 0 1% 0;
}

/* Datum */

.welcome .datumlang {
  margin: 8% 0 -5% 0;
  width: 100%;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4em;
  padding-left: 0;
}

/* Buttons */

.btn-details {
  margin-bottom: 15%;
}
  
  /* # Boxmodelle # */
  
  .card-content-essen:hover {
    opacity: 1;
  }
  
 .jobstart:first-of-type {
   margin: 0;
 }
  
.jobtext, 
.newswrap {
  margin-top: 0;
   padding: 0% 3% 5% 5%;
 }
 
 .ganzebreite {
   padding: 0 0 5% 0%;
 }
  
  
  /* Essen */
  
  .card-content-essen {
    width: 95%;
    min-width: auto;
    min-height: 400px;
    margin: 0 5% 5% 0;
  }
  
  .card-content-essen p {
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 2em;
    padding: 4% 12% 0 12%;
  }
  
  .card-content-essen img {
    width: 18%;
    height: auto;
    margin-top: 36%;
  }
  
 
  .auswahl > div:nth-child(1) {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    align-items: center;
    width: 72%;
    padding-right: 0;
    margin-bottom: 3%;
  }
  .auswahl > div:nth-child(2) {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    align-items: flex-end;
    width: 28%;
    padding-right: 4%;
    margin-bottom: 3%;
  }
  .auswahl > div:nth-child(3) {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 240px;
    margin-bottom: 10%;
  }
  
  .zweispalter > div:nth-child(1) {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    padding-right: 2%;
    margin-bottom: 3%;
  }
  
  .zweispalter > div:nth-child(1) p + p {
  line-height: 2.2em;
  }
  
  .zweispalter .menuhead {
  margin-bottom: 2%;
  }
  
  .zweispalter > div:nth-child(2) {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    padding-left: 0;
    margin-bottom: 3%;
  }
  
    .eventsingle {
    max-width: 310px;
  }
  
  
.produkt-table {
	width: 52%;
}

.tablemobil {
	width: 69%;
}

.tablemobilversand {
	width: 10%;
}

.produkt-preis {
	width: 23%;
} 

  
 /* # FORMULARE # */
 
.menge {
  padding: 2.7% .5% 2.7% 0;
  width: 40px;
  margin-right: 2%;
}

.mengecard {
  padding: 5% .5% 5% 0;
  max-width: 30px;
  margin-right: 5%;
}
  
.slidetext h1, .jobwrap h1 {
  letter-spacing: 0;
}

.eventwrap h2, .newswrap h2, .essenstart h2, .essenwahl h2 {
  letter-spacing: 0;
}

.eventwrap h3, .newswrap h3, .shopleft h3, .footerdiv h3, .jobwrap h2, .jobwrap h3 {
  letter-spacing: 0;

}

}