@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400);

* {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2;
    color: #616161;
}

body {
    background: #eceff0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

b {
    font-weight: 400;
}

p, li, a {
    line-height: 1.5;
}

.no-gutter {
    padding-left:0;
    padding-right:0;
}

.main-wrapper {
    background-color: white;
}

.trenner {
    border: 0;
    height: 1px;
    background: #0087a5;
    margin: 35px 0;
}

h1,
h2,
h3 {
    color: #0087a5;
    font-weight: 400;
}

h1 {
    margin-bottom: 0px;
    font-size: 30px;
}

h2 {
    margin: 5px 0 25px 0;
    font-size: 22px;
}

h3 {
    font-size: 20px;
    margin-bottom: 25px;
}

p.urlaub {
    font-weight: 400;
    color: #0087a5;
    margin-top: 25px;
    padding-right: 25px;
}

header {
    margin-bottom: 25px;
}

#header {
    padding: 35px 0;
}

#banner img {
    width: 100%;
}

.carousel-caption {
    text-align: left;
    top: 15%;
    transform: translateY(-50%);
    transform: translateX(50%);
    bottom: initial;

}

@media screen and (max-width: 1000px) {
    #banner-text-big {
        display: none;
    }

    #banner-text-small {
        display: none;
    }  
}

@media screen and (min-width: 1000px) {
    #banner-text-big-mobile {
        display: none;
    }

    #banner-text-small-mobile {
        display: none;
    }  
}

#banner-text-big {
    font-size: 38px;
    font-weight: 400;
    color: white;
    text-shadow: none;
}

#banner-text-small {
    font-weight: 300;
    font-size: 28px;
    color: white;
    text-shadow: none;
}

#banner-text-big-mobile {
    font-weight: 300;
    font-size: 28px;
    color: #0087a5;
    text-shadow: none;
}

#banner-text-small-mobile {
    font-weight: 300;
    font-size: 22px;
    color: #0087a5;
    text-shadow: none;
}

h2 { 
   position: absolute; 
   top: 200px; 
   left: 0; 
   width: 100%; 
}

p.warn, p.warn strong {
    color: white;
    font-size: 21px;
}

#grey-box {
    background-color: #e7e9e9;
    padding: 20px 0 25px 0;
}

p.bottom-space {
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    p.bottom-space {
        margin-top: 20px;
    }
}

ul {
    list-style-type: none;
    padding-left: 0;
}

.blue-line {
    font-weight: 700;
    color: #0087a5;
    padding-right: 5px;
}

#signet {
    margin: 35px 0;
}

footer p, footer a {
    font-size: 14px;
}

#footer-grey {
    background-color: #a8abaa;
    padding: 25px 0;
}

#footer-grey p {
    color: white;
}

p.large {
    font-size: 18px;
}

#footer-blue {
    padding: 20px 0 10px 0;
    background-color: #0087a5;
}

#footer-blue p,
#footer-blue a {
    color: white;
}
