/* source-sans-pro-200 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/source-sans-pro-v21-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-200.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-pro-v21-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

* {
    font-family: 'Source Sans Pro', sans-serif;
    color: #555;
}

html, body {
    height:100%;
    background-color: #2f3032;
    line-height: 1.4em;
}

body, table, input, textarea, select, li, button, p, blockquote, ol, dl, form, pre, th, td, a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color:#555;
}

p {
    margin: 0 0 1.4em;
}

p.lead {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 1em;
}

p.small {
    font-size: 14px;
}

strong, b {
    font-weight: 600;
    color: #76050a;
}

i, em {
    font-style: normal;
    font-weight: 500;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #393a40;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.2em;
    margin-top: 1em;
    margin-bottom: .8em;
}

h1 { font-size: 42px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

ul, ol {
    padding-left: 20px;
}

ul.list-bullets {
    list-style: none;
}

ul.list-bullets li::before {
    content: "";
    display: inline-block;
    background-color: #76050a;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 6px;
    height: 6px;
    padding: 0;
    margin: .5em 8px 0 -16px;
    vertical-align: top;
}

label {
    font-weight: 600;
}

a {
    color: #76050a;
    text-decoration: underline;
    text-decoration-color: #ccc;
}

a:hover {
    color: #76050a;
    text-decoration: underline;
    text-decoration-color: #76050a;
}

.page {
    padding-top: 60px;
    background-color: #fff;
}

.index .page {
    padding-top: 50px;
}

.page a.anchor {
    display: block;
    position: relative;
    visibility: hidden;
    top: -50px;
}

.container-no-padding {
    padding-right: 0;
    padding-left: 0;
}

.section {
    margin: 50px auto;
}

.navbar {
    margin-bottom: 0;
}

.bg-grey {
    background-color: #f0f0f0;
}

.bg-red {
    background-color: #76050a;
}

.bg-red p {
    color: #fff;
}

.bg-red .box {
    width: 100%;
    background-color: #fff;
    margin: 50px auto;
    padding: 5px 15px 20px;
}

.bg-red .box h1,
.bg-red .box p {
    color: #555;
}

.bg-red .box p b,
.bg-red .box p strong {
    color: #76050a;
    font-weight: 600;
}

.box h1 {
    font-size: 36px;
    font-weight: 600;
    color: #393a40;
}

.box-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px 40px;
}

.box-grey {
    background: #e6e7ed;
}

.btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.img-border {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 10px solid rgba(0,0,0,.08);
}


/* Footer */


.footer-top {
    padding: 10px 0 50px;
    background: #b6b7bf;
    color: #171718;
}

.footer-top h3 {
    display: inline-block;
    color: #2f3032;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.footer-top h4 {
    color: #171718;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.footer-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-top li {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.footer-top ul.flex-columns li {
    display: inline-block;
    width: 100%;
    float: left;
}

.footer-top li a {
    font-size: 16px;
    padding: 0 0 0 5px;
    border-left: 3px solid #76050a;
    height: 11px;
    line-height: 11px;
    display: inline-block;
    white-space: nowrap;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-decoration-color: rgba(23, 23, 24,0);
}

.footer-top li a:hover {
    text-decoration: underline;
    text-decoration-color: rgba(23, 23, 24, .5);
}

.footer-top li.active a {
    font-weight: 600;
}

.footer-top p {
    color: #171718;
    font-weight: normal;
    font-size: 16px;
}

.footer-top p:last-child {
    margin-bottom: 0;
}

.footer-top b,
.footer-top strong {
    font-weight: 600;
    color: #171718;
}

.footer-top .label {
    display: inline-block;
    text-align: left;
    min-width: 60px;
    margin: 0 10px 0 0;
    padding: 0;
    color: #171718;
    font-weight: 600;
    font-size: 16px;
}



.footer-top a {
    color: #171718;
}

.footer-bottom {
    padding: 20px 0 70px;
    background: #2f3032;
    color: #f0f0f0;
}

.footer-bottom p {
    color: #f0f0f0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.footer-bottom .copyright {
    text-align: center;
}

.footer-bottom b,
.footer-bottom strong {
    font-weight: 600;
    color: #fff;
}


.footer-bottom a {
    color: #fff;
}



/* Main-Navigation */

.navbar-red {
    background: #76050a;
    border: 0;
}

.navbar-red .navbar-toggle {
    margin: 16px 15px 0 0;
    width: 24px;
    height: 19px;
    position: relative;
    background-color: transparent;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navbar-red .navbar-toggle span.icon-bar {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-red .navbar-toggle span.icon-bar + .icon-bar {
     margin-top: 0;
}

.navbar-red .navbar-toggle span.icon-bar:nth-child(1) {
    top: 0;
}

.navbar-red .navbar-toggle span.icon-bar:nth-child(2),
.navbar-red .navbar-toggle span.icon-bar:nth-child(3) {
    top: 7px;
}

.navbar-red .navbar-toggle span.icon-bar:nth-child(4) {
    top: 14px;
}

.navbar-red .navbar-toggle.open span.icon-bar:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.navbar-red .navbar-toggle.open span.icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-red .navbar-toggle.open span.icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-red .navbar-toggle.open span.icon-bar:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}

.navbar-brand {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 160px;
    height: 100px;
    background: #76050a url(../img/logo-mayland.png) no-repeat center center;
    border-bottom-right-radius: 15px;
    background-size: 98px 70px;
    text-indent: -9999px;
    transition-property: width, height, padding;
    transition-duration: .25s;
    transition-timing-function: ease-out;
    z-index: 10;
}
.navbar-brand:focus {
    outline: none;
}

#main-nav {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 15px;
}

#main-nav > ul {
    margin: 0 0 10px;
}


#main-nav ul > li {
    position: static;
    text-align: right;
}

#main-nav ul li a,
#main-nav ul li a:focus {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    padding: 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #fff;
    text-align: center;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-decoration-color: rgba(255,255,255,0);
    background-color: transparent;
}

#main-nav ul li a:hover {
    background: none;
    font-weight: normal;
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,.5);
    color: #fff;
}


#main-nav ul li.active > a,
#main-nav ul li.active > a:hover {
    color: #fff;
    font-weight: bold;
}

#main-nav ul.subnav {
    display: none;
}



/* Meta-Navigation */

#meta-nav {
    margin: 0;
    text-align: center;
}

#meta-nav li {
    display: inline;
    padding: 1px 12px 2px 8px;
    border-right: 1px solid #444;
    color: #fff;
}

#meta-nav li:last-child {
    padding-right: 0;
    border-right: 0;
}

#meta-nav li a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-decoration-color: rgba(255,255,255,0);
}

#meta-nav li a:hover {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,.5);
}

#meta-nav li.active a {
    font-weight: 600;
}




 /* Slider Home */

#slider-home {
    position: relative;
    margin: -1px 0 0;
    border: 0;
    overflow: hidden;
}

#slider-home .item {
    position: relative;
    min-height: 0;
    z-index: 1;
    border: 0;
}

#slider-home .item img {
    width: 100%;
    min-width: 100%;
    height: auto;
}

#slider-home .caption {
    position: absolute;
    left: 0;
    bottom: 15px;
    text-align: left;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 3;
}

#slider-home .caption h3 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 5px 25px;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1;
    color: rgba(0,0,0,.75);
    background-color: rgba(255,255,255,.25);
    text-transform: uppercase;
}

#slider-home .caption p {
    position: relative;
    display: inline-block;
    margin: 1px 0;
    padding: 4px 25px 7px;
    font-size: 2.5vw;
    font-weight: 300;
    line-height: 1;
    vertical-align: top;
    color: #fff;
    background-color: rgba(15,15,15,.7);
}

#slider-home .caption p b,
#slider-home .caption p strong {
    font-weight: 500;
    color: #fff;
}

#slider-home .slick-active .caption h3 {
    -webkit-animation: slideIn 2s cubic-bezier(.1, 1, .1, 1);
    -moz-animation: slideIn 2s cubic-bezier(.1, 1, .1, 1);
    -o-animation: slideIn 2s cubic-bezier(.1, 1, .1, 1);
    animation: slideIn 2s cubic-bezier(.1, 1, .1, 1);
}

#slider-home .slick-active .caption p {
    -webkit-animation: slideIn 2.5s cubic-bezier(.2, 1, .3, 1);
    -moz-animation: slideIn 2.5s cubic-bezier(.2, 1, .3, 1);
    -o-animation: slideIn 2.5s cubic-bezier(.2, 1, .3, 1);
    animation: slideIn 2.5s cubic-bezier(.2, 1, .3, 1);
}

@-webkit-keyframes slideIn {
    0% { left: -750px; opacity: 0; }
    100% { left: 0; opacity: 1; }
}
@-moz-keyframes slideIn {
    0% { left: -750px; opacity: 0; }
    100% { left: 0; opacity: 1; }
}
@-o-keyframes slideIn {
    0% { left: -750px; opacity: 0; }
    100% { left: 0; opacity: 1; }
}
@keyframes slideIn {
    0% { left: -750px; opacity: 0; }
    100% { left: 0; opacity: 1; }
}

#slider-home .slick-dots {
    display: none;
    position: absolute;
    right: 25px;
    bottom: 15px;
    width: 38px;
    min-height: 38px;
    height: auto;
    margin: 0;
    padding: 0;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction: column-reverse; /* Safari 6.1+ */
    flex-direction: column-reverse;
    z-index: 5;
    overflow: hidden;
}

#slider-home .slick-dots li {
    display: block;
    width: 38px;
    height: 38px;
    margin: 5px 0;
    padding: 0;
}

#slider-home .slick-dots li a {
    position: relative;
    right: -100px;
    display: block;
    background: rgba(255,255,255,.6);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #494c5b;
    cursor: pointer;
    text-decoration: none;
    transition: all .5s ease-in-out;
}

#slider-home:hover .slick-dots li a {
    right: 0;
}

#slider-home .slick-dots li:nth-child(1) a {
    transition-delay: .05s;
}

#slider-home .slick-dots li:nth-child(2) a {
    transition-delay: .1s;
}

#slider-home .slick-dots li:nth-child(3) a {
    transition-delay: .15s;
}

#slider-home .slick-dots li:nth-child(4) a {
    transition-delay: .2s;
}

#slider-home .slick-dots li:nth-child(5) a {
    transition-delay: .25s;
}

#slider-home .slick-dots li:nth-child(6) a {
    transition-delay: .3s;
}

#slider-home .slick-dots li.slick-active a {
    background: rgba(255,255,255,1);
}



#teaser-home {
    margin-top: 10px;
    margin-bottom: 50px;
}

#teaser-home .no-padding {
    padding-left: 0;
    padding-right: 0;
}

#teaser-home .teaser {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#teaser-home .teaser a {
    display: block;
    overflow: hidden;
    /*border: 1px solid #d9d9d9;*/
    /*transition: all .2s ease-in;*/
}

#teaser-home .teaser img {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    transform-origin: 50% 50%;
    transition: all .3s ease-out;
}

#teaser-home .teaser a:hover img {
    margin: -10%;
    max-width: 120%;
    width: 120%;
}

#teaser-home .teaser h2 {
    position: absolute;
    right: 10px;
    bottom: 0;
    margin: 0;
    padding: 6px 30px;
    color: #fff;
    background-color: #76050a;
    border-top-left-radius: 6px;
    transition: all .25s ease-out;
    font-size: 18px;
    font-weight: 500;
}

#teaser-home .teaser a:hover {
    /*border: 1px solid #76050a;*/
}

#teaser-home .teaser a:hover h2 {
    padding: 20px 30px;
}


/* Contact Infos */

.contact-infos {
    margin-bottom: 0 !important;
    background-color: #f0f0f0;
}

.contact-infos h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 300;
    color: #000;
}

.contact-infos p {
    color: #333;
}

.contact-infos .glyphicon {
    margin-right: 10px;
    font-size: 13px;
    color: #76050a;
}


/* Referenzen */

.galeriebild a {
    width: 100%;
    margin: 12px 0;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.galeriebild img {
    transition: all .2s ease-out;
}

.galeriebild .label {
    position: absolute;
    display: block;
    bottom: -60px;
    width: 100%;
    background: #76050a;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding: 20px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 2;
    /*opacity: 0;*/
    transition: all .15s .1s ease-in;
}

.galeriebild a:hover img {
    border-color: #76050a;
}
.galeriebild a:hover .label {
    bottom: 0;
    opacity: 1;
    display: block;
}


/* Partner */

.partnerlogo {
    position: relative;
    -webkit-perspective: 750px;
    -moz-perspective: 750px;
    perspective: 750px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    cursor: pointer;
}

.partnerlogo a {
    position: relative;
    display: block;
    margin: 12px 0;
    width: 100%;
    height: 185px;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all .6s ease-in-out;
}

.partnerlogo:hover a {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
}

.partnerlogo .logo {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff center center no-repeat;
    border: 1px solid #d9d9d9;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 2;
    transition: all .01s .3s;
}

.partnerlogo .info {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #76050a;
    color: #fff;
    border: 1px solid #76050a;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    z-index: 1;
    transition: all .01s .3s;
    opacity: 0;
}

.partnerlogo:hover .logo {
    z-index: 1;
    opacity: 0;
}

.partnerlogo:hover .info {
    z-index: 2;
    opacity: 1;
}


.partnerlogo .info h3 {
    margin: 40px 0 3px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.partnerlogo .info h4 {
    margin: 3px 0 25px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.partnerlogo .info p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}


/* Kontakt */

.kontakt iframe {
    margin-top: 50px;
    border: 10px solid rgba(0,0,0,.08);
}

form {
    margin: 50px 0;
}

.form-horizontal .control-label {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.form-horizontal .form-control {
    border: 1px solid #e6e6e6;
    background-color: #f7f7f7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
}



/* Lightbox */

.lb-data .lb-caption {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    width: 75px;
    background-color: rgba(0, 0, 0, .5);
}



/* Cookie Zustimmungshinweis */

#cookie-consent.alert-info {
    display: none;
    margin: 0;
    padding: 10px 30px 10px 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.75);
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 9998;
}

#cookie-consent p {
    display: none;
    font-weight: 300;
    color: #aaa;
    font-size: 15px;
    line-height: 1.3em;
}

#cookie-consent button.close {
    margin: 2px 0 0;
    padding: 5px 12px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    opacity: .75;
}

#cookie-consent button.close:hover {
    opacity: 1;
}


/* Mobile Navbar */
@media (max-width: 991px) {

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-brand.icon {
        padding: 7px 15px;
        width: 66px;
        height: 50px;
        background: #76050a url(../img/icon-mayland.png) no-repeat center center;
        background-size: 36px 36px;
        transition-timing-function: ease-in;
    }
}

/* Small Phones */
@media (max-width: 374px) {
    .navbar-brand {
        width: 150px;
        height: 80px;
        background-size: 84px 60px;
    }
}

/* Tablet */
@media (min-width: 768px) {
    .page {
        padding-top: 70px;
    }

    .navbar-red .navbar-toggle {
        margin: 16px 5px 0 0;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }

    .navbar-brand {
        width: 175px;
        height: 110px;
        background-size: 122px 87px;
    }

    .navbar-nav,
    .navbar-nav > li {
         float: none;
    }

    #main-nav ul {
        margin: 0 7px 10px;
    }

    #slider-home .controls {
        display: block;
    }

    .bg-red .box {
        width: 90%;
        margin: 50px auto;
        padding: 30px 100px 50px;
    }

    .footer-top ul.flex-columns li {
        width: 50%;
    }

    .footer-bottom .copyright {
        text-align: left;
    }

    #meta-nav {
        text-align: right;
    }

    .kontakt iframe {
        margin-top: 0;
    }
}

/* Laptop */
@media (min-width: 992px) {
    .page {
        padding-top: 120px;
    }

    .index .page {
        padding-top: 60px;
    }

    .page a.anchor {
        top: -170px;
    }

    .navbar-brand {
        width: 185px;
        height: 130px;
        background-size: 122px 87px;
        border-bottom-right-radius: 20px;
    }

    .navbar-nav,
    .navbar-nav li {
        float: left;
    }

    #main-nav {
        margin-top: 0;
    }

    #main-nav ul {
        margin: 0 0 0 165px;
        padding: 0 0 0 15px;
    }

    #main-nav ul > li {
        text-align: left;
    }

    #main-nav > ul li a,
    #main-nav > ul li a:focus,
    #main-nav ul.subnav li a:focus,
    #main-nav ul.subnav li a {
        display: inline-block;
        font-size: 16px;
        padding: 20px 15px;
    }

    #main-nav ul.subnav {
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        background: #5c0408;
        background: -moz-linear-gradient(top,  #5c0408 0%, #490306 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #5c0408 0%,#490306 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #5c0408 0%,#490306 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0408', endColorstr='#490306',GradientType=0 ); /* IE6-9 */
    }

    #main-nav ul.subnav li {
        display: inline-block;
    }

    #main-nav ul.subnav li a {
        width: auto;
    }


    #main-nav ul li:last-child a,
    #main-nav ul li:last-child a:focus {
        padding-right: 0;
    }

    #main-nav li:hover > ul.subnav,
    #main-nav li.active > ul.subnav {
        display: block;
        width: 100%;
    }

    .footer-top ul.flex-columns li {
        width: 50%;
    }

}

/* Desktop */
@media (min-width: 1200px) {
    h1 { font-size: 42px; }
    h2 { font-size: 36px; }
    h3 { font-size: 30px; }
    h4 { font-size: 24px; }
    h5 { font-size: 20px; }
    h6 { font-size: 18px; }
    body, table, input, textarea, select, li, button, p, blockquote, ol, dl, form, pre, th, td, a { font-size: 24px; }
    p  { font-size: 24px; line-height: 1.3em }
    p.lead { font-size: 28px; }
    p.small { font-size: 16px; }

    .navbar-brand {
        margin: 0;
        width: 215px;
        height: 150px;
        background-size: 122px 87px;
    }

    #main-nav ul {
        margin: 0 0 0 190px;
    }

    #main-nav > ul > li a,
    #main-nav > ul > li a:focus,
    #main-nav ul.subnav > li a:focus,
    #main-nav ul.subnav > li a {
        font-size: 16px;
        padding: 25px;
    }

    #main-nav ul li:first-child {
        padding-left: 25px;
    }

    .footer-top ul.flex-columns li {
        width: 33.3%;
    }
}


/* Retina Graphics */

/* @2x Images (Pixel Ratio of 1.25+) */
@media only screen and (-o-min-device-pixel-ratio: 5/4),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 1.25dppx) {
    .navbar-brand {
        background-image: url(../img/logo-mayland@2x.png);
    }
    .navbar-brand.icon {
        background-image: url(../img/icon-mayland@2x.png);
    }
}

/* @3x Images (Pixel Ratio of 2.25+) */
@media only screen and (-o-min-device-pixel-ratio: 9/4),
only screen and (-webkit-min-device-pixel-ratio: 2.25),
only screen and (min-device-pixel-ratio: 2.25),
only screen and (min-resolution: 2.25dppx) {
    .navbar-brand {
        background-image: url(../img/logo-mayland@3x.png);
    }
    .navbar-brand.icon {
        background-image: url(../img/icon-mayland@3x.png);
    }
}

/* Hinweis Fenster */

.hinweis {
    position: absolute;
}

