/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

@import url('https://use.fontawesome.com/releases/v6.2.0/css/all.css'); 

html {
  position: relative;
  min-height: 100%;
}
body {
	padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */

  margin-bottom: 80px; /* Margin bottom by footer height */
  font-family: 'Montserrat', sans-serif;
 /*  overflow: hidden; */
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #C10012;
}

::selection {
  color: #fff;
  background: #C10012;
}

p {
   hyphenate-limit-chars: auto 5;
   hyphenate-limit-lines: 2;
   -webkit-hyphens: auto;
-webkit-hyphenate-limit-chars: auto 3;
-webkit-hyphenate-limit-lines: 4;
-ms-hyphens: auto;
-ms-hyphenate-limit-chars: auto 3;
-ms-hyphenate-limit-lines: 4;
}

h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 10px;
  border-bottom: 0px solid #eee;
}


.branded {
background-image: url('../images/partofthecrew_bg.svg');
background-repeat:no-repeat;
background-position: center center;
background-size:80% ;
background-attachment: fixed;
}
.branded-index {
background-image: url('../images/partofthecrew.svg');
background-repeat:no-repeat;
background-position: center center;
background-size:20% ;
background-attachment: fixed;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  color:#C10012;
  background-color: #fff;
  border-top:1px solid #E3E3E3;
}
.footer > .container {
  padding: 15px;
  text-align:right;
}

.und-footer {
	padding-top:15px;
font-family: 'Alegreya', serif;
font-size:18px;
line-height:18px;
}

.btn {
  border-radius: 0px;
}



.flag {
  width:20px;
}
.flag-small {
  width:15px;
}
.marker {
  width:17px;
}
.restaurant-well {
height:80px;
font-size:12px;
padding:3px;
padding-top:10px;
background-color:#fff;
border:1px solid #dddddd;
}
.logo-wrapper {
height:30px;
}
.logo {
max-width:90px;
max-height:25px;
}
.logo-small {
max-width:80px;
max-height:25px;
}
.logo-big {
max-width:300px;
max-height:150px;
}
.logo-modal {
max-width:800px;
max-height:500px;
}

#map {
  width: 100%;
  height: 800px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}


.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* NAVBAR */
.navbar-inverse .navbar-brand {
    color: #ffffff;
	  font-family: 'Alegreya', serif;
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 27px;
  line-height: 25px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}


.navbar-inverse {
  background-color: #fff;
  border-color: #E3E3E3;
}
.navbar-inverse  {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #610009;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #610009;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #C10012;
  background-color: #fff;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #610009;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #C10012;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #333;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #610009;
  background-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #040243;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #C10012;
  text-decoration: none;
  background-color: #ddd;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}


.input-sm, .input-lg  {
  border-radius: 0px;
}
.form-group-lg .form-control {
  border-radius: 0px;
}

.panel, .well {
  border-radius: 0px;
}
.breadcrumb {
  border-radius: 0px;
  min-height:45px;
  /* background-color: #FAFBFC; */
  background-color: transparent;
  
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.navbar-logo {
    height: 40px;
	margin-top:-10px;
}




/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}



/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/* Kalender */
.td_feiertag {
color:#600101;
font-weight:bold;
background:rgba(180, 50, 50, .2);
}
.td_wochenende {
color:#000;
font-weight:bold;
background:rgba(150, 150, 150, .2);
}
.td_default {
color:#333333;
background:rgba(255, 255, 255, .2);
}
.td_heute {
color:#000;
font-weight:bold;
background-color:#cce0f5;
}
.td_platzhalter {
 padding:5px;
 padding-top:10px;
 padding-bottom:10px;

}
.kalenderzelle {
 padding:0px;
 padding-top:0px;
 padding-bottom:0px;
 font-size:10px;
 border:1px solid #dddddd;
 text-align:center;
}
#kalenderzelle_container {
height:45px;
width:100%;
padding:0px;
padding-top:0px;
padding-bottom:0px;
}





/* MEIN JAHR & JAHRESUEBERSICHT RESPONSIVE */

.resp_kalenderzelle {
 padding:0px;
 padding-top:0px;
 padding-bottom:0px;
 font-size:14px;
 border:1px solid #dddddd;
 text-align:center;
 height:30px;
 width:14.28%;
}
.resp_kalenderzelle_leer {
 padding:0px;
 padding-top:0px;
 padding-bottom:0px;
 border:0px;
height:30px;
width:14.28%;
}
.terminicon {
color:#FF5F15;	
font-size:20px;
}
.ganztaegig {
color:#333;
background:rgba(255, 95, 21, 0.5);
}

.resp_feiertag {
color:#333;
font-weight:bold;
background:#d1d1d1;
}
.resp_wochenende {
color:#333;
font-weight:bold;
background:#F0F0F0;
}
.resp_urlaub {
color:#003366;
font-weight:bold;
background:#8DBCD4;
}
.resp_halburlaub {
color:#003366;
font-weight:bold;
background:#d9edf7;
}
.resp_krank {
color:#b11212;
font-weight:bold;
background:#f39090;
}
.resp_halbkrank {
color:#bb2211;
font-weight:bold;
background:#f2dede;
}
.resp_schulung {
color:#3f8b20;
font-weight:bold;
background:#dff0d8;
}
.resp_sonderurlaub {
color:#ffffff;
font-weight:bold;
background:#8d9ed4;
}
.resp_blocked {
color:#fff;
font-weight:bold;
background:#666;
}
.resp_nochnicht {
background-color:#f1f1f1;
color:#bcbcbc;
}
.resp_default {
color:#333333;
background:rgba(255, 255, 255, 1);
}
.resp_heute {
color:#000;
font-weight:bold;
background-color:#cce0f5;
}
.resp_platzhalter {
 padding:5px;
 padding-top:10px;
 padding-bottom:10px;
}
.resp_tablehead {
 background-color:#999999;
 border:1px solid #999999;
 color:#f7f7f7;
}

.termin_zugesagt {
height:100%;
font-weight:bold;
background-color: transparent;
background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(30,154,13,.2) 3px, rgba(30,154,13,.2) 6px);
background-size:100% 100%;
background-position: center top;
background-repeat:no-repeat;
border:2px solid #C10912;
}

.termin_abgesagt {
height:100%;
font-weight:bold;
background-color: transparent;
background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(193,9,18,.2) 3px, rgba(193,9,18,.2) 6px);
background-size:100% 100%;
background-position: center bottom;
background-repeat:no-repeat;
border:2px solid #C10912;
}
.termin_offen {
height:100%;
font-weight:bold;
border:2px solid #C10912;
}

/* https://codepen.io/tedmcdo/pen/PqxKXg 
.ocean { 
  height: 5%;
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
  background: #015871;
}

.wave {
  background: url(../images/wave.svg) repeat-x; 
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}
*/