html,
body {
    height: 100%;
}

body {
    display: flex;
    background: #242424;
    color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

a {
    color: #fff
}

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

h1,h2,h3,h4,h5,h6{word-break: break-all;}
.no-m {
    margin: 0;

}
    .no-p {padding: 0}

.extra-small {
    font-size: 70%
}


.fa-heart {
    color: red;
}
.emailadresse{word-break: break-all}
.modal-content {background-color:#242424; font-size: 70%; border-radius: 0;}
.modal-header{border: 0;}

#silentcraft {
    max-width: 42em;
    text-align: center;
}

#silentcraft-logo {
    width: 250px;
}

#silentcraft-logo #silent_logo_svg .silent_logo_shape {
    fill: white;
}

#silentcraft-logo #silent_logo_svg .silent_logo_shape:hover {
    fill: red;
}

#silentcraft-logo #silent_logo_svg .silent_logo_shape.silent_logo_shape_main {
    fill: red
}

#silentcraft-logo #silent_logo_svg .silent_logo_shape.silent_logo_shape_main:hover {
    fill: white
}

#silentcraft-titel {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2rem
}

#cookie-notice {
    display: none;
    position: absolute;
    z-index: -1;
    visibility: hidden;
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    min-height: 0;
    width: 0;
}

#cookie-notice .cookie-notice-info {
    display: flex;
    width: 100%;
}

#cookie-notice.cookieshow {
    display: flex;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    padding: 1rem;
    z-index: 100;
    background-color: #0a0a0a;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    visibility: visible;
    opacity: 1;
    min-height: auto;
    height: auto;
    cursor: pointer;
}

#cookie-notice .cookie-notice-text a {
    color: #fff;
    font-weight: 800;
}

#cookie-notice .cookie-notice-text a:hover {
    text-decoration: underline;
}

#cookie-notice .cookie-notice-text p {
    font-size: .75rem;
    margin: 0;
}

#cookie-notice .cookie-notice-close {
    display: block;
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

/* Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
    #silentcraft-logo {
        width: 300px;
    }
    #silentcraft-titel {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 2.5rem
    }

}

/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
    .emailadresse{word-break:normal;}
    h1,h2,h3,h4,h5,h6{word-break:normal;}
}

/* Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {}
