
/*---------- Nav Bereich css beginnt  -------------*/
.nav-area {
  height: 100px;
  width: 100%;
  background: #fff;
  z-index: 1111;
  top: 44px;
}

.navbar-nav {
  margin-top: 20px;

}


.navbar {
  border: 0;
  margin-bottom: 0;
}

.nav-area.sticky_navigation {
  background: rgba(255, 255, 255, 0.95);
  height: 90px;
}

.sticky_navigation {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sticky_navigation .main-menu {
  margin-top: 0px;
}

.sticky_navigation span {
  color: #000;
}

.sticky_navigation .nav li a {
  color: #000;
}

.sticky_navigation .nav li a:hover {
	color: #000;
	font-weight: 600;
}

.sticky_navigation .nav li.active a {
   color: #931914;
}

.sticky_navigation .nav li.active::after {
  border-bottom: 0;
  content: "";
  display: block;
  margin: 0 auto;
  width: 50%;
}

.sticky_navigation .navbar-brand:hover {
  color: #000;
}


.main-menu {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 5px;
}

.navbar-brand {
	display: block;
	vertical-align: middle;
	height: auto;
	max-width: 300px;
	padding: 15px 0;
}

.logo-anim {
  transition: all 0.2s ease;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-right li {
  display: inline-block;
  float: none;
  cursor: pointer;
}

.navbar-right li a {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.nav>li>a:hover,
.nav>li>a:active,
.nav>li>a:focus {
  background: none;
}

.navbar-toggle {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar-toggle .icon-bar {
  background: #033D75;
}

/*---------- Nav Bereich css endet -------------*/

/*--------------topbar Bereich beginnt  -------------*/
.topbar-area {
  background: #232323;
  color: #999999;
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1012;
  font-size: 12px;
}

.topbar-area li {
  float: none;
  text-decoration: none;
  list-style: none;
}

.topbar-area a {
  color: #999999;
  text-decoration: underline;
}

/*--------------- topbar Bereich endet -------------*/
/*----------- 5. Banner Bereich css beginnt --------------*/
.banner-area {
  background: linear-gradient(rgba(0,0,0, 0.35), rgba(0,0,0, 0.35)), url(../images/servicemitarbeiter-bei-veranstaltung.jpg);
  background-position: top center;
  background-size: cover;
  position: relative;
  height: 85%;
  z-index: 2;
}

.banner-table {
	display: table;
	margin: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.banner-table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.banner-area h1 {
	font-family: 'Raleway';
	font-weight: 500;
	text-align: center;
	color: #fff;
	font-size: 26px;
}

.banner-area h2 {
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #fff;
}

.banner-btn {
	border-radius: 1px;
	padding: 10px 30px;
	box-shadow: inset 0 0 0 5px transparent;
	background-color: #931914;
	border-color: transparent;
	font-family: 'Lato' !important;
	font-weight: 500 !important;
  font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 30px;
	display: table;
	transition: all 0.2s;
}

.banner-btn:hover {
	background-color: #6c1310;
	border-color: transparent;
}

.banner-btn:active, .banner-btn:focus {
	background-color: #4e1f1e;
	border-color: transparent;
}

.banner-area .red-block {
	position: absolute;
	content: '';
	background-color: #931914;
	height: 270px;
	width: 1100px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 75%;
}

.banner-area .text-overlay {
	position: absolute;
	text-align: center;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	top: 30%;
	left: 0;
	right: 0;
}

.banner-area .text-overlay h3 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.banner-area .text-overlay p {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.15em;
}




/*---------Banner Bereich css endet--------------*/


/*---------------7. Leistung Bereich beginnt --------------*/

.ueber-uns {
	background: #f0f0f0;
	z-index: 2;
}

#accordionMenu {
	max-width: 100%;
	padding: 60px 0;
}

.panel {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.0);
	box-shadow: 0 1px 1px rgba(0,0,0,.0);
}

.panel-body {
  padding: 0;
}

.panel-body p {
	margin: 0;
	padding: 10px;
	background: #f0f0f0;
	color: #000;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
	border: 0;
	border-top: 1px solid grey;
}

.panel-group .panel+.panel {
  margin-top: 0;
  border-top: 0;
}

.panel-group .panel {
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #000;
}

.panel:nth-of-type(5) {
  border-bottom: 1px solid #f0f0f0;
}

.panel-default>.panel-heading {
  color: #000;
  background-color: #f0f0f0;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default > .panel-heading a {
	display: block;
	padding: 20px 15px;
	text-decoration: none;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default > .panel-heading a[aria-expanded="true"]::after {
	background-image: url(../images/icons/play.png);
	/* z-index: 2; */
	content: '';
	position: relative;
	height: 32px;
	background-size: cover;
	width: 26px;
	left: 12px;
	top: -7px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  background-image: url(../images/icons/play-black.png);
  /* z-index: 2; */
  content: '';
  position: relative;
  height: 32px;
  background-size: cover;
  width: 26px;
  left: 12px;
  top: -7px;
}



/*--------------- Leistung Bereich endet --------------*/

/*---------- 6. Team Bereich css beginnt ---------------*/

.team-area {
	width: 100%;
	height: 85%;
	background: -webkit-linear-gradient(rgba(0,0,0, 0.25), rgba(0,0,0, 0.25)), url(../images/kellner-mit-getraenken.jpg);
	background: -o-linear-gradient(rgba(0,0,0, 0.25), rgba(0,0,0, 0.25)), url(../images/kellner-mit-getraenken.jpg);
	background: linear-gradient(rgba(0,0,0, 0.25), rgba(0,0,0, 0.25)), url(../images/kellner-mit-getraenken.jpg);
	background-position: top;
	background-size: cover;
}


/*-------Team Bereich css endet--------------*/

/*-------- 8. mischung Bereich css beginnt -----------*/

.jobs-area {

}

.jobs-area h3 {
	color: #333333;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}

.jobs-area .job-eintrag h4 {
  text-align: center;
  text-decoration: underline;
  color: #272727;
  padding-bottom: 30px;

}

.jobs-area .job-eintrag p {
  text-align: left;
  font-size: 12px;
  line-height: normal;
  color: #272727;

}

.jobs-area a {
	font-weight: 400;
	font-size: 14px;
	text-align: center;
}

.jobs-area .job-eintrag {
	background-color: #d9d9d9;
	padding: 40px 25px;
	min-height: 400px;
	position: relative;
}

.jobs-area .job-eintrag ul {
	list-style-type: circle;
	margin-left: 25px;
}

.jobs-area .job-eintrag li {
  color: #272727;
  font-size: 12px;

}

hr.job-trennlinie {
	width: 100%;
	position: absolute;
	top: 290px;
	left: 0;
	border-top: 1px solid #fff;
}

.job-btn {
	border-radius: 1px;
	padding: 10px 40px;
	box-shadow: inset 0 0 0 5px transparent;
	background-color: #931914;
	border-color: transparent;
	transition: all 0.2s;
	position: absolute;
	bottom: 30px;
	left: 60px;
}

.job-btn:hover,
.job-btn:focus {
	background-color: #6c1310;
	border-color: transparent;
}




.vertical-line {
	position: absolute;
	border-right: 3px solid white;
	height: 620px;
	width: 3px;
	padding: 0;
	left: 48%;
}


/*-------- mischung Bereich endet-----------*/

.kontakt {
  background-color: #f5f5f5;
}

.kontakt h2 {
  color: #444444;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

.kontakt h3 {
  color: #444444;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

.email-btn {
  border-radius: 0;
  padding: 10px 30px;
  box-shadow: inset 0 0 0 5px transparent;
  background-color: transparent;
  border: 2px solid #000;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin: 0 auto;
  margin-top: 30px;
  display: table;
  transition: all 0.2s;
}

.email-btn:hover {
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
}

.kontaktdaten {
  text-align: center;
}

.kontaktdaten h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

/* Medium Layout: 1280px. */

@media only screen and (max-width: 1199px) {

  .banner-area .red-block {
  	width: 767px;
  }
  .banner-area .text-overlay h3 {
  	font-size: 14px;
  }
  .banner-area .text-overlay p {
  	font-size: 12px;
  }
  .job-btn {
  	left: 30px;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (max-width: 991px) {


  .main-menu {
    margin-top: 0;
  }

  .navbar-brand {
  	padding: 20px 0px;
  }

  .navbar-brand>img {}

  .navbar-nav li {
    margin: 15px 0;
  }

  .navbar-nav>li>a {
    font-size: 12px;
  }

  .nav>li>a {
    padding: 10px 4px;
  }

  .sticky_navigation .nav li.active::before {
    margin: 1px auto;
  }

  .sticky_navigation .nav li.active::after {
    margin: 1px auto;
  }

  .sticky_navigation .navbar-brand {
    max-width: 175px;
  }

  .banner-area .red-block {
    width: 720px;
  }

  .team-area .pad-top {
  	padding-top: 60px;
  }

  .jobs-area h3 {
  	text-align: left;
  }

  .jobs-area .job-eintrag {
  	padding: 40px 50px;
  	position: relative;
  	margin-bottom: 50px;
  }

  .job-btn {
  	left: 0;
  	right: 0;
  	width: 80%;
  	margin: 0 auto;
  }

}

  /* Mobile Layout: 320px. */
  @media only screen and (max-width: 767px) {
    .banner-area {
    	background-position: 30% 100%;
    	height: 70%;
    	margin-top: 120px;
    }
    .banner-content {
      position: absolute;
      top: -330px;
      left: 50px;
      width: 300px;
      height: 300px;
    }

    h1.banner-headline {
    	padding-top: 90px;
    }

    .nav-area {
      height: 115px;
    }

    .navbar-toggle {
      margin-top: -10px;
    }

    .navbar-toggle .icon-bar {
    	background: #000;

    }

    .navbar-nav {
      display: inherit;
      width: 100%;
      background-color: transparent;
      margin: 0;
    }

    .navbar-brand>img {
      width: 82%;
    }

    .navbar-nav li {
      display: inherit;
      width: 100%;
    }

    .navbar-fixed-top .navbar-collapse {
    	height: 740px;
    	background-color: rgb(54, 56, 54, 0.95);
    	z-index: 1000;
    }

    .navbar-fixed-top .navbar-collapse {

    	width: 100%;
    	margin: 0;
    	text-align: center;
    	padding: 40px 0;
    }

    .navbar-right li a {
    	color: #fff;
    	text-transform: uppercase;
    	font-weight: 400;
    	font-size: 16px;
    }

    .navbar-nav {
      text-align: center;
    }

    .sticky_navigation .navbar-toggle {
      margin-top: -20px;
    }

    .sticky_navigation .nav li.active a {
    	color: #de4a4a;
    }

    .sticky_navigation .nav li a:hover {
      color: #9f3a3a;
      font-weight: 600;
    }
    .sticky_navigation .nav li a {
    	color: #fff;
    }

    .banner-area .red-block {
    	width: 95%;
    }
    .banner-area .text-overlay h3 {
    	font-size: 14px;
    	width: 70%;
    	margin: 0 auto;
    }
    .banner-area .text-overlay p {
    	font-size: 14px;
    	width: 90%;
      margin: 0 auto;
    }
    .ueber-uns .margin-resp {
      margin-left: 0 !important;
    }


  }

  @media only screen and (max-width: 625px) {
    .curve-element::after {
    	top: 830px;
    }

    .accordion-bilder .overlay-accordion {
    	left: 32%;
    }
  }

  @media only screen and (max-width: 515px) {
    .accordion-bilder .overlay-accordion {
      left: 30%;
    }

    .mischung-area .overlay-mischung-text {
	left: 30%;
}

  }

  @media only screen and (max-width: 479px) {
    .navbar-toggle {
      margin-top: 35px;
    }

    .sticky_navigation .navbar-toggle {
      margin-top: 25px;
    }

    .banner-area h1 {
    	padding-top: 80px;
    }

    .banner-area .red-block {
    	top: 85%;
    }

    .jobs-area .job-eintrag {
    	padding: 20px 15px;
    }

    .job-btn {
    	padding: 10px 5px;
      bottom: 15px;
    }

  }

@media only screen and (max-width:420px ) {
    hr.job-trennlinie {
    	display: none;
    }
}

  /* Wide Mobile Layout: 480px. */
  @media only screen and (min-width: 480px) and (max-width: 767px) {

    .navbar-toggle .icon-bar {
    	background: #000;
    	margin-top: 45px;
    }
  }

  @media only screen and (min-width: 600px) and (max-width: 767px) {
    .navbar-nav li {
      margin: 9px 0;
    }
  }

  @media only screen and (max-width: 338px) {
    .navbar-brand {
      max-width: 180px;
    }
  }
