/* custom.css */


/* FARBEN */
/* 
#262830 bg, dunkel
#baa269 gold
#fffae2 ws/beige (text)
*/

/* Webfonts */
@font-face {
    font-family: 'Matrix-ExtraBold';
    src: url('../font/matrixextrabold.eot');
    src: url('../font/matrixextrabold.eot?#iefix') format('embedded-opentype'),
         url('../font/matrixextrabold.woff2') format('woff2'),
         url('../font/matrixextrabold.woff') format('woff'),
         url('../font/matrixextrabold.ttf') format('truetype'),
         url('../font/matrixextrabold.svg#matrixextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MatrixScript-Book';
    src: url('../font/matrix-script-book-oldstyle.eot');
    src: url('../font/matrix-script-book-oldstyle.eot?#iefix') format('embedded-opentype'),
         url('../font/matrix-script-book-oldstyle.woff2') format('woff2'),
         url('../font/matrix-script-book-oldstyle.woff') format('woff'),
         url('../font/matrix-script-book-oldstyle.ttf') format('truetype'),
         url('../font/matrix-script-book-oldstyle.svg#matrixscriptbookoldstyleRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* bootstrap mediaquerie breakpoints */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */


header, footer{
    background-color: #262830;
    text-align: center;
    padding: 2em 0em;
}

header{
    padding-top: 1em;
    padding-bottom: 6em;
}

footer{
    margin-top: 6em;
}

header img, footer img{
    max-width: 200px;
}

img.img_special{
    position: relative;
    z-index: 10;
    top: -3em;
    border-radius: 50% 50% 0px 0px;
    margin-bottom: -7em;
}

img.img_map{
    padding: 1em;
    margin-top: 2em;
}

span.front{
    position: relative;
    z-index: 20;
}

#moodimg{
    position: relative;
    display: block;
    background: none;
    width: 100%;
    height: 400px;
    overflow: hidden;
    text-align: center;
    padding: 5em 0em;
    margin-top: 4em;
    margin-bottom: 2em;
}

#moodimg .background{
    display: inline-block;
    background: url('../../media/image/mjs_bg_mood1.jpg') no-repeat center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#moodbilder{
    margin: 4em 0em;
}

.mood{
    padding: 0;
}
div.mood img{
    width: 100%;
}

#anfahrt{
    background-color: #262830;
    padding: 2em 0;
    margin-top: 4em;
    width: 100%;
}

.margin-4{
    margin-top: 3em;
}

div.blue_bubble{
    position: relative;
    width: 80%;
    left: 10%;
    height: 12em;
    display: block;
    top: -5em;
    background-color: #262830;
    border-radius: 50% 50% 0px 0px;
    margin-bottom: -16em;
}

/* Textformatierung */
p, ul li{
    font-family: 'MatrixScript-Book';
    white-space: pre-line;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}

ul li{
    text-align: left;
}

h1, h2, h3{
    font-size: 1.14em;
    text-align: center;
    margin-bottom: 0;
}

h2{
    margin-bottom: 1em;
}

footer a{
    text-decoration: none;
    color: #999;
}

p.legal{
    margin-top: 2em;
}

a span.link_legal{
    font-size: 0.8em;
    padding: 0.4em;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

footer a:hover{
    text-decoration: none;
    color: #999;
}

.logo{
    margin-top: 1em;
}

.teaser{
    text-align: center;
    margin-top: 2.4em;
}

.ws{
    color: #fffae2;
}

.gold{
    color: #baa269;
}

.matrix{
    text-transform: uppercase;
    font-family: 'Matrix-ExtraBold';
    letter-spacing: 0.16em;
}

html, body {
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 0;
    margin: 0;
}

img{
    max-width: 100%;
}

#imprint{}
#datenschutz{
    margin-top: 5em;
    margin-bottom: 5em;
}

#datenschutz p{
    text-align: left;
}

#datenschutz p:first-of-type{
    text-align: center;
}

#datenschutz h3{
    text-align: left;
    text-transform: uppercase;
    font-family: 'MatrixScript-Book';
    white-space: pre-line;
    font-size: 1.2em;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin-top: 2em;
}

#datenschutz h4{
    font-family: 'MatrixScript-Book';
    white-space: pre-line;
    font-size: 1.2em;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin-top: 2em;
}

.iud{ /* iud = impressum und datenschutz */
    background-color: #262830 !important;
}

.subline{
    margin-top: -0.8em;
    margin-bottom: 1.5em;
}

/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {
    .logo{margin-top: 5em;}
    div.blue_bubble{width: 40%; left:30%;}
    #anfahrt{text-align: center;}
    #anfahrt img{max-width: 80%;}
    #moodimg{height: 600px;}
    #moodimg .background{height: 50vh;}
}

/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
    .logo{margin-top: 5em;}
    header img{max-width: 250px;}
    p{
        font-size: 1.4em;
        line-height: 1.7em;
    }
    div.blue_bubble{width: 40%; left:30%;}
    #moodimg{
        height: 600px;
        margin-top: 6em;
        margin-bottom: 5em;
    }
    #moodimg .background{height: 70vh;}
    #anfahrt{text-align: center;}
    #anfahrt img{max-width: 660px;}
    .margin-4{margin-top: 4em;}
    #moodbilder{margin: 6em 0em;}
    footer{margin-top: 6em;}
    footer a:hover{
        text-decoration: underline;
    }
}

/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {
    .logo{margin-top: 5em;}
    header img{max-width: 280px;}
    #moodimg{
        height: 600px;
        margin-top: 6em;
        margin-bottom: 5em;
    }
    div.blue_bubble{width: 20%; left:40%;}
    #moodimg .background{height: 70vh;}
    #anfahrt{text-align: center; max-height: 600px; margin: 14em 0 160px 0;}
    #anfahrt img{width: 660px; position: relative; z-index: 20; top: -160px;}
    #anfahrt h2{position: relative; z-index: 20; top: -120px;}
    #anfahrt p{position: relative; z-index: 20; top: -200px;}
    .margin-4{margin-top: 4em;}
    #moodbilder{margin: 6em 0em;}
    footer{margin-top: 8em;}
    footer a:hover{
        text-decoration: underline;
    }
    div.map_bubble{
        position: relative;
        display: inline-block;
        top: -160px;
        z-index: 1;
        width: 860px;
        height: 860px;
        padding: 5em;
        background-color: #262830;
        border-radius: 50% 50% 50% 50%;
        padding-top: 0 auto;
        margin: 0 auto -860px auto;
    }
}