/*
 * CUSTOM TEMPLATE FOR DBK THEME
 */

/*
 * _COMMON_
 *
 * Common Styles for base tags and page-wide resets
 */

body,
html {
    max-width: 100%;
}

html {
    margin-top: 0 !important;
    -webkit-font-smoothing: antialiased !important;
}

body {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* Fonts */

@font-face {
    font-family: "Akrobat Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Akrobat Regular"),
    url("../font/akrobat-regular.woff") format("woff");
    font-display: swap;
}

/* atma-regular - latin */
@font-face {
    font-family: 'Atma';
    font-style: normal;
    font-weight: 400;
    src: url('../font/atma-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../font/atma-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/atma-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../font/atma-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../font/atma-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/atma-v15-latin-regular.svg#Atma') format('svg'); /* Legacy iOS */
}
/* atma-600 - latin */
@font-face {
    font-family: 'Atma';
    font-style: normal;
    font-weight: 600;
    src: url('../font/atma-v15-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../font/atma-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/atma-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../font/atma-v15-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../font/atma-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/atma-v15-latin-600.svg#Atma') format('svg'); /* Legacy iOS */
}

body {
    font-family: "Akrobat Regular", sans-serif;
    font-weight: 400;
    font-size: 22px;
}

p,
span {
    max-width: 100%;
    word-break: break-word;
    font-size: 22px;
    line-height: 1.5em;
}

em {
    font-style: italic;
}

strong {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5 {
    word-wrap: break-word;
    overflow: hidden;
}

h1 {
    font-size: 80px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 48px;
}

h4 {
    font-size: 40px;
}

@media (max-width: 979px) and (min-width: 480px) {
    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 46px;
    }

    h3 {
        font-size: 36px;
    }

    h4 {
        font-size: 30px;
    }
}

@media (max-width: 479px) {
    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    p,
    span,
    ul {
        font-size: 0.8em !important;
    }
}

/* no selection outline on links */
a:active,
a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

a,
a:hover,
a:visited,
a:active {
    color: #2ea7de;
}

a.readmore:hover,
a.readless:hover {
    text-decoration: underline;
}

/* overwrite bootstrap */
.form-group {
    margin-bottom: 0.75rem;
}

/*
 * _UTILITY_
 *
 * Utility classes
 */

.master-container {
    overflow: hidden;
}

.row {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.frame {
    width: 100%;
}

.fullwidth {
    max-width: none;
}

.pos {
    position: relative;
}

.hide {
    display: none;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-text {
    margin-left: auto !important;
    margin-right: auto !important;
}

.left-text {
    margin-right: auto !important;
}

.right-text {
    margin-left: auto !important;
}

.img-square {
    width: 100%;
    padding-bottom: 100%;
    margin: 1%;
    overflow: hidden;
    position: relative;
    background: #000;
    float: left;
}

.img-square img {
    position: absolute;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    top: 0%;
    left: 0;
    object-fit: cover;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    overflow: hidden;
}

@media (max-width: 667px) {
    .responsive-video {
        padding-bottom: 75%;
    }
}

/* _colors_ */

.red {
    background-color: #e94e1b;
}

.blue {
    background-color: #36a7de;
}

.push-down {
    margin-top: 18em;
}

.scroll-top {
    cursor: pointer;
    margin-top: 2rem;
    font-size: 16px;
    font-weight: 600;
    color: #36a7de;
}

.separator-blue.finisher,
.separator-orange.finisher {
    margin-top: 2.5rem;
}

.triangle-icon.expander:hover {
    cursor: pointer;
}

/* beiträge */

.readmore,
.readless {
    font-weight: 600;
}

.readmore:hover,
.readless:hover {
    text-decoration: none;
    color: #2ea7de;
}

.readmore:active,
.readless:active {
    text-decoration: none;
    color: #2ea7de;
}

.readmore:visited,
.readless:visited {
    text-decoration: none;
    color: #2ea7de;
}

.char-counter {
    font-size: 14px !important;
}

/*
 *
 * __SECTIONS__
 *
 */

/* Section: Top-Bar */
.top-bar {
    height: 220px;
    position: relative;
}

.top-bar.row.fullwidth {
    padding: 0 1em;
}

.top-bar .img-container {
    display: block;
    position: relative;
    z-index: 999;
}

.top-bar a {
    font-size: 26px;
}

.top-bar a,
.top-bar a:visited,
.top-bar a:hover {
    color: #fff;
    text-decoration: none;
}

.top-bar ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

.top-row {
    height: 3em;
}

.primary-nav {
    text-transform: uppercase;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
}

.main-nav-row {
    margin-top: auto;
    position: relative;
}

ul.primary-nav li {
    margin-top: auto;
    margin-bottom: auto;
}

.nav-left ul.primary-nav {
    padding-right: 0.5em;
}

ul.secondary-nav li {
    margin-left: 1em;
    color: #fff;
}

ul.secondary-nav a {
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
}

.logo-space {
    max-width: 380px;
}

/* mobile */
.hamburger {
    display: none;
}

.hamburger a {
    font-size: 40px;
}

.top-mobile {
    display: none;
    position: absolute;
    z-index: 2;
}

.top-mobile .nav-mobile {
    display: flex;
    flex-direction: column;
    margin-top: 2em;
}

.nav-mobile .col-lg {
    margin-bottom: 1em;
    min-width: 100px;
}

/* topbar mediaqueries */

@media (max-width: 979px) {
    .top-row {
        height: 1em;
    }

    .top-bar {
        height: 120px;
    }

    .top-bar .img-container {
        bottom: 0px;
    }

    .primary-nav.desktop {
        display: none !important;
    }

    .secondary-nav.desktop {
        display: none !important;
    }

    .secondary-nav a {
        font-size: 1em;
    }

    .main-nav-row {
        top: 0;
    }

    .main-nav-row img {
        width: 280px;
    }

    .hamburger {
        display: block;
        position: absolute;
        left: 86%;
        top: 8%;
    }
}

@media (max-width: 480px) {
    .main-nav-row img {
        width: 200px;
    }
}

/* section: Mainscreen */

.mainscreen {
    position: relative;
}

.mainscreen .mainscreen-slogan {
    position: absolute;
    bottom: 50%;
    right: 10%;
    color: #fff;
    width: auto;
    white-space: nowrap;
}

@media screen and (min-width: 480px) {
    .mainscreen .mainscreen-slogan > div {
        display: inline-block;
    }

    .mainscreen .mainscreen-slogan span {
        line-height: .8;
    }
}

@media screen and (min-width: 481px) and (max-width: 971px) {

    .mainscreen .mainscreen-slogan {
        bottom: 35%;
    }

    .mainscreen .mainscreen-slogan .slogan-emphasis {
        font-size: 56px;
    }

    .mainscreen .mainscreen-slogan .slogan {
        font-size: 42px;
    }

    .mainscreen .slogan {
        margin-left: 4rem;
    }
}

@media screen and (min-width: 980px) and (max-width: 1380px) {
    .mainscreen .mainscreen-slogan .slogan-emphasis {
        font-size: 72px;
    }

    .mainscreen .mainscreen-slogan .slogan {
        font-size: 56px;
    }

    .mainscreen .slogan {
        margin-left: 6rem;
    }
}


.mainscreen-slogan .slogan {
    opacity: 1;
    font-weight: 600;
    color: #689bd4;
}

.mainscreen-slogan .slogan-emphasis {
    font-family: "Atma", cursive;
    font-weight: bold;
    color: #cb4f24;
    display: block;
}

.mainscreen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wave {
    position: absolute;
    bottom: 0;
    background-image: url(../img/welle_header.png);
    background-size: cover;
    height: 270px;
    background-repeat: no-repeat;
    z-index: 0;

}

.mainscreen-head {
    background: #2ea7de;
    z-index: 0;
    padding-bottom: 2em;
}

.mainscreen-head h1 {
    position: relative;
    top: 10%;
    color: #ffffff;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 55px;
}

/* mq mainscreen */

@media (max-width: 479px) {
    .mainscreen img {
        max-height: 400px;
    }

    .mainscreen .mainscreen-slogan {
        bottom: 30%;
        right: 1%;
    }

    .mainscreen .mainscreen-slogan .slogan-emphasis {
        font-size: 50px !important;
        line-height: 0.8 !important;
    }

    .mainscreen .mainscreen-slogan .slogan {
        font-size: 30px !important;
        line-height: 0.8 !important;
        margin-left: 3.5rem;
    }


}

@media (max-width: 979px) {
    .mainscreen-head h1 {
        font-size: 38px;
    }

    .mainscreen img {
        max-height: 600px;
    }

    .mainscreen-slogan span {
        font-size: 36px;
    }
}

@media (min-width: 1380px) {
    .wave {
        background-size: cover;
        height: 270px;
    }

    .mainscreen .mainscreen-slogan .slogan-emphasis {
        font-size: 96px;
    }

    .mainscreen .mainscreen-slogan .slogan {
        font-size: 72px;
    }

    .mainscreen .slogan {
        margin-left: 6rem;
    }
}

/* section: news_blue */

.news-top {
    margin-top: 2em;
}

.news-top h2.article-headline {
    color: #2ea7de;
}

.news-top span.title-credits {
    color: #2ea7de;
}

.title-credits {
    margin-bottom: 1em;
}

.news-article {
    color: #2ea7de;
}

.news-article .beitrag {
    margin-bottom: 1.5rem;
}

.news-article p {
    color: #000;
}

.news-article .beitrag-teaser {
    color: #000;
    margin-bottom: 0.4em;
}

.news-article .beitrag h4 {
    font-size: 30px;
    margin-bottom: 0.7em;
    margin-top: 0.4em;
    font-weight: 600;
}

.news-article .beitrag strong {
    font-weight: 600;
}

.separator-blue {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-bottom: 2px solid #2ea7de;
    width: 80%;
    max-width: 800px;
}

.news-article h4.subheadline {
    margin-bottom: 0.6em;
}

.news-article p {
    line-height: 1.5em;
    margin-bottom: 0.7em;
}

.news-article img {
    float: left;
    padding: 0 1em 1em 0;
    height: auto;
    width: 100%;
}

.news-article .btn-default {
    background-color: #2ea7de;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-size: 26px;
    max-width: 300px;
    font-weight: 400;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
}

.news-article .btn-default:hover {
    color: black;
    text-decoration: none;
}

.current-news-title {
    margin-bottom: 1rem;
}

.current-news-text {
}

.news-subtitle {
    margin-bottom: 1em;
}

.news-video-embed img {
    display: block;
}

.news-video-embed {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 30px;
}

.news-video-embed:hover {
    opacity: 0.9;
}

.news-video-embed:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: url("../img/play.png");
    opacity: 0.8;
    pointer-events: none;
}

.news-video-embed:before:hover {
    color: #eee;
}

.media-embed-wide {
}

.media-embed-wide img {
    object-fit: cover;
    object-position: center;
    max-height: 18em;
    max-width: 100%;
    margin-top: 1.2em;
}

img.img-align-center {
    position: center;
}

img.img-align-top {
    object-position: top;
}

img.img-align-bottom {
    object-position: bottom;
}

img.img-align-left {
    object-position: left;
}

img.img-align-right {
    object-position: right;
}

.caption-copyright {
    font-size: 16px;
    font-weight: 600;
    color: #36a7de;
}

/* section: materials */

.materials {
    background: #fff url(../img/bg.png) no-repeat;
    background-size: 75%;
    background-position: 0% 30%;
}

.materials h1,
.materials h2,
.materials h3,
.materials h4 {
    color: #e94e1b;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.materials p,
.materials span,
.materials button {
    line-height: 1.5em;
    margin-bottom: 1rem;
}

.materials .download-preview {
    width: 100%;
    /*max-width: 300px;*/
}

.materials .download-preview .row {
    max-width: 300px;
}

.materials .downloads > .row {
    margin-bottom: 2em;
}

.materials img.download-pic {
    width: 100%;
    max-width: 300px;
    border: 2px solid #e94e1b;
    margin-bottom: 0.5em;
}

.materials .download-description {
    font-size: 26px;
    color: #e94e1b;
    font-weight: 600;
}

.materials .download-description {
    font-size: 26px;
    color: #e94e1b;
    font-weight: 600;
}

.materials a.btn-default {
    background-color: #e94e1b;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-size: 26px;
    width: 100%;
    margin-bottom: 0.5em;
}

.materials a.btn-default:hover {
    color: inherit;
    text-decoration: none;
}

.materials .row.downloads {
    margin-bottom: 2rem;
}

.materials .dropdown-toggle {
    color: #e94e1b;
    background-color: rgba(255, 255, 255, 0);
    min-width: 200px;
    border-radius: 0;
    padding: 0;
}

.materials #dropdownDownloadsButton:hover {
    cursor: pointer;
}

.materials .dropdown-toggle:after {
    display: none;
}

.materials .triangle-icon {
    margin-left: 0.5em;
}

.materials a.triangle-icon:hover {
    text-decoration: none;
}

.separator-orange {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-bottom: 2px solid #e94e1b;
    width: 80%;
    max-width: 800px;
}

#orderModal {
    font-size: 0.8em;
}

#orderModal h4 {
    color: #e94e1b;
    margin-bottom: 0.3em;
    margin-top: 0;
    font-size: 24px;
}

#orderModal .form-control-feedback {
    color: #d90000;
    text-align: center;
    font-size: 22px;
    margin: 1em 0;
}

#orderModal #orderform-success {
    color: #259e3a;
}

#orderModal .label-addition {
    color: #2ea7de;
    font-size: 0.8em;
}

/* MQ Materials */

@media (max-width: 991px) {
    .materials {
        background-position: 0% 40%;
    }
}

/* section 06-media */

.media-main {
    z-index: 1;
}

.media {
    position: relative;
    margin-top: 5rem;
}

.media .wall {
    z-index: -2;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.wave2 {
    position: relative;
    bottom: 150px;
    background-image: url("../img/welle_2.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -12em;
    z-index: 0;
}

@media (max-width: 479px) {
    .media .wall {
        height: 400px;
    }

    .wave2 {
        height: 150px;
        background-size: contain;
        position: relative;
        bottom: 40px;
    }
}

@media (max-width: 979px) and (min-width: 480px) {
    .media .wall {
        padding-top: 2em;
        height: 600px;
    }

    .wave2 {
        height: 100px;
        background-size: cover;
        position: relative;
        bottom: 40px;
    }
}

@media (min-width: 980px) {
    .wave2 {
        background-size: cover;
        height: 270px;
    }
}

.media h1,
.media h2 {
    color: #2ea7de;
    margin-bottom: 1rem;
}

.media .video-container a {
    text-decoration: none;
}

.media .video-container img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 4em;
    min-height: 400px;
}

.media .video-thumbs {
}

.media .video-thumbs img {
    width: 100%;
}

.media .gallery-item img {
    width: 100%;
}

.media .media-thumb-text {
    color: #2ea7de;
    font-size: 22px;
    line-height: 1.5em;
}

.media .media-thumb-title {
    font-weight: 600;
    color: #2ea7de;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/* section 07-events */

.events h1 {
    color: #2ea7de;
}

.events .event-introduction {
}

.events .contactperson-introduction {
    margin-bottom: 1em;
}

.events a {
    text-decoration: none;
    color: #2ea7de;
    font-weight: 600;
}

.events h3 {
    color: #2ea7de;
    margin-bottom: 1.5em;
    margin-top: 1em;
    display: block;
    width: 100%;
}

.events h4 {
    color: #2ea7de;
    margin-bottom: 1em;
    margin-top: 1em;
}

.events span {
    line-height: 1.5em;
    font-size: 22px;
    margin-bottom: 1em;
    color: #2ea7de;
}

.events .partners .dropdown-toggle {
    color: #fff;
    background-color: #2ea7de;
    min-width: 200px;
    border-radius: 0;
}

.events .partners #dropdownMenuButton {
    font-size: 26px;
}

.events .partners #dropdownMenuButton:hover {
    cursor: pointer;
}

.dropdown-toggle:focus {
    box-shadow: none;
}

.events .partners .dropdown-menu {
    min-width: 200px;
}

.events .partners a.dropdown-item {
    color: #000;
}

.events .partners a.dropdown-item:active {
    background-color: #2ea7de;
}

.events .partners .partner-block {
    margin-bottom: 1em;
}

.events .partners .partner-title {
    margin-bottom: 0.4em;
    font-weight: 600;
}

.events .partners .partner-content {
    margin-bottom: 0.5em;
}

.events .form-control {
    padding: 0;
}

.events .link-modal-form:hover {
    text-decoration: underline;
    cursor: pointer;
}

.events input[type="text"].is-invalid,
textarea.is-invalid {
    border: 2px solid #dc3545;
}

.events .event-filter {
    max-width: 1024px;
}

.events select {
    font-size: 1em;
    padding-left: 4px !important;
}

#events-searchform input[type="text"],
#events-searchform textarea {
    height: 50px;
    width: 99%;
    border: 2px solid #2ea7de;
    min-height: 2em;
    padding-left: 7px;
    border-radius: 0;
    overflow-x: hidden;
    min-width: 100px;
    font-size: 22px;
}

#events-searchform input[type="text"]:focus,
#events-searchform textarea:focus,
#events-searchform select:focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 167, 222, 0.25);
}

#events-searchform select {
    height: 50px !important;
    width: 99%;
    border: 2px solid #2ea7de;
    min-height: 2em;
    border-radius: 0;
    margin-bottom: 1em;
}

.events button.btn-default {
    background-color: #2ea7de;
    border: none;
    color: white;
    padding: 10px 24px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-size: 26px;
    width: auto;
    margin-bottom: 0.5em;
    min-width: 120px;
}

.events .btn-event {
    margin-bottom: 2em !important;
}

.events .partners {
    margin-bottom: 1.5em;
}

.events #contactForm,
#eventForm {
    font-size: 0.8em;
}

.events #contactForm textarea,
#eventForm textarea {
    height: 95px;
}

.events #contactForm input[type="text"],
#eventForm input[type="text"] {
    height: 38px;
}

.events .event-suggestions {
    margin-top: 2em;
}

.event-suggestions .suggestion-subheadline {
    color: #2ea7de;
    font-weight: 600;
}

.small-separator {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    border-bottom: 1px solid #2ea7de;
    width: 60%;
    max-width: 800px;
}

.events .search-result {
    margin-bottom: 1.5em;
    border: 1px solid #2ea7de;
    padding: 1em;
}

.search-results-h4 {
    margin-bottom: 0.5em;
    font-size: 34px;
}

.search-results-h5 {
    margin-bottom: 0.5em;
    font-size: 28px;
}

.search-result p {
    margin-bottom: 0.5em;
}

/*
events mediaqueries
 */

/* section 08 - about */
.about h1 {
    color: #e94e1b;
}

.about-block {
    margin-bottom: 1em;
    margin-top: 1em;
}

.spot-orange {
    max-width: 100%;
    width: 350px;
    height: 300px;
    max-height: 30vh;
    position: relative;
}

.spot-orange:hover {
    cursor: pointer;
}

.spot-orange1 {
    background: #fff url("../img/spot-3.png") no-repeat;
    background-size: contain;
}

.spot-orange2 {
    background: #fff url("../img/spot-2.png") no-repeat;
    background-size: contain;
}

.spot-orange3 {
    background: #fff url("../img/spot-1.png") no-repeat;
    background-size: contain;
}

.spot-orange4 {
    background: #fff url("../img/spot-2.png") no-repeat;
    background-size: contain;
}

.spot-orange h3 {
    position: absolute;
    top: 20%;
    left: 20%;
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
}

.about p {
    margin-bottom: 1em;
    line-height: 1.3;
}

.faq .faq-title {
    font-size: 26px;
    color: #2ea7de;
    margin-bottom: 0.4em;
}

.faq .faq-content {
    line-height: 1.5em;
    margin-bottom: 1em;
}

/* Section 09 - press */

/* logic */
.press .to-press {
    display: none;
}

.press {
    background: #fff url(../img/bg2.png) no-repeat;
    background-size: contain;
    background-position: 100% 0%;
}

.press h1,
.press h2 {
    color: #e94e1b;
    margin-top: 1rem;
}

.press span {
    line-height: 1.5em;
}

.press .news-container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.press .press-headline {
    font-size: 30px;
    color: #e94e1b;
    margin-bottom: 1em;
}

.press .press-subheadline {
    font-size: 40px;
    color: #e94e1b;
    margin-bottom: 1em;
}

.press .attachments-headline {
    font-size: 22px;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.press-text a.readmore {
    text-decoration: none;
    font-weight: 600;
    color: #000;
}

.press .article-content p {
    margin-bottom: 0.5em;
}

.press .article-content strong {
    font-weight: 600;
}

.press .press-teaser strong {
    font-weight: 600;
}

.press .beitrag {
    margin-bottom: 1.5rem;
    display: inline-block;
}

.attachment {
    display: table-cell;
    vertical-align: middle;
    margin: 0.4em;
}

.attachment img {
    height: 20px;
    margin-right: 0.4em;
}

/* Section 10 - Imprint */

.imprint {
    position: relative;
}

.imprint h1 {
    color: #2ea7de;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.imprint p {
    line-height: 1.5em;
    color: #000;
}

.imprint a {
    color: #000;
    font-weight: 600;
}

.imprint .contact {
    padding: 1em 0;
}

.contact-container {
    margin-top: 1em;
}

.contact-subheadline {
    margin-bottom: 1em;
    color: #000;
    font-size: 26px;
}

.imprint .disclaimer {
    margin-bottom: 6em;
}

.imprint .wave3 {
    position: relative;
    bottom: -100px;
    height: 200px;
    background-image: url(../img/welle_header.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

#imprintModal ul {
    padding-left: 20px;
}

/* MQ for imprint */

@media (max-width: 480px) {
    .imprint .wave3 {
        height: 200px;
        bottom: -180px;
    }
}

@media (min-width: 481px) and (max-width: 1320px) {
    .imprint .wave3 {
        background-size: contain;
        height: 200px;
        bottom: -150px;
    }
}

@media (min-width: 1321px) {
    .imprint .wave3 {
        background-size: cover;
        height: 200px;
    }
}

/* cookie consent popup */

.cc-type-info {
    border-top: 2px solid #2ea7de;
}

.cc-type-info span {
    font-size: 1em;
}

.cc-window {
    z-index: 1030 !important;
}


/* Responsive Youtube */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    width: 100%;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }