
/* Poermail Anpassung */

.tx-powermail {
    position: relative;
    z-index: 1;
}

.tx-powermail .row input {
    height: 3rem;
    width: 100%;
    padding-left: 1.05rem;
    border: 1px solid #d6d6d6;
    margin-bottom: 1rem;
    border-radius: 0;
}


.tx-powermail .row input {
    height: inherit;
}

input.powermail_checkbox {
    width: 20px!important;
    margin-bottom: 0rem!important;
}

.tx-powermail .checkbox label {
    font-size: 1rem;
}
.tx-powermail  .form-control {
    border-radius: 0;
}



@media screen and (min-width: 993px) {
    #content > div.tx-powermail > div > form > fieldset > div:nth-child(4) {
        justify-content: space-between;
    }
    #content > div.tx-powermail > div > form > fieldset > div:nth-child(4) > div.powermail_fieldwrap_type_textarea.col-lg-4.col-md-6.col-custom {
        width: 66.333%;
    }

    #content > div.tx-powermail > div > form > fieldset > div:nth-child(4) > div.powermail_fieldwrap_type_textarea.col-lg-4.col-md-6.col-custom > div {
        width: 93%;
    }
}

.tx-powermail .powermail_fieldwrap_type_submit, .tx-powermail .checkbox {
    margin-top: 1rem;
}
.tx-powermail  .form-control:focus, .tx-powermail .btn-primary:focus {
    box-shadow: none;
}

.tx-powermail  li::marker {
    color: transparent;
}


/* Download Box Anpassung */
.download-pdf .d-flex {
flex-direction: column;
}
@media screen and (max-width: 516px) {
    .download {
        text-align: center;
    }

    .pdf-icon {
        display: none;
    }
}

/* Responsive Anpassung*/
body {
    hyphens: auto;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container-wrapper {
    max-width: 100%;
    width: 700px;
    left: 0;
    right:0;
    margin:auto;
}


@media screen and (min-width: 916px) {
    .video-container-wrapper {
        margin: initial;
    }
}

.active {
    color: #0069b4!important;
}

.nav-link:hover {
    color: #0069b4!important;
}


ul#mainnav > li.nav-item.dropdown > .dropdown-menu .submenu li.nav-item .nav-link.clicked, ul#mainnav > li.nav-item.dropdown > .dropdown-menu .submenu li.nav-item .nav-link:hover {
    color: #0069b4!important;
}
@media screen and (max-width: 516px) {
.history-head p {
        font-size: 15px;
    } 
}

header h3{
        margin-bottom: 30px;
}

a {
    color: #0a53be;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0a53be;
    border-color: #0a53be;
}

.contact-body table {
    color: white;
}

.contact-body a {
    color: white;
}

.download-body li a {
    color: white;
    font-size: 16px;
}

.article__navigation .btn-primary {
    margin: 0 20px;
}