@import url('https://fonts.googleapis.com/css?family=Exo+2:400,400i,500,600');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700&display=swap');
@font-face {
    font-family: 'BrutalLight';
    src: url('../font/BrutalType-Light.ttf') format("truetype");
}

@font-face {
    font-family: 'BrutalMedium';
    src: url('../font/BrutalType-Medium.ttf') format("truetype");
}

@font-face {
    font-family: 'BrutalBold';
    src: url('../font/BrutalType-Bold.ttf') format("truetype");
}

@import url('https://fonts.googleapis.com/css?family=Great+Vibes&display=swap');
::selection {
    background: #111956;
    color: #fff;
}

::-moz-selection {
    background: #111956;
    color: #fff;
}

.redcolor {
    color:rgba(143,15,33,1)!important;
}

.redbg {
    background:rgba(143,15,33,1)!important;
}

body {
    padding: 0;
    margin: 0;
    color: #202020;
    font-family: 'BrutalLight'!important;
    background: #fff;
}

b.headline{
       font-family: 'BrutalMedium';
    font-weight:normal!important;
    background:#111956;
    color:#fff;
    padding:5px;
letter-spacing: 1.1px;
}

strong{
        font-family: 'BrutalMedium';
    font-weight:normal!important;
    color:#111956;
}

p.impressum{
    margin-top:15px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: normal;
}

#website {
    margin-left: 110px;
}

.nopadding {
    padding: 0!important;
    margin: 0!important;
    margin-right: 0px!important;
    margin-left: 0px!important;
}


/* ------------------------------------------------------------------ linker Bereich ------ */

#leftside {}

.leftside_one {
    height: 50vh;
    width: 110px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111956;
    overflow-x: hidden;
}

.leftside_two {
    height: 50vh;
    width: 110px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #100f15;
    overflow-x: hidden;
    margin-top: 50vh;
}

.logotype {
    text-align: center;
    padding-top: 25px;
}

.logotype img {
    max-width: 45px;
}

.leftside_one_button {
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: center center;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: center center;
    font-family: 'BrutalMedium';
    color: #fff;
    letter-spacing: 2.2px;
    margin-top: 19vh;
    margin-left: 20px;
    font-size: 13px;
    display: inline-block;
}

.leftside_two_button {
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: center center;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: center center;
    font-family: 'BrutalMedium';
    color: #fff;
    letter-spacing: 2.2px;
    margin-top: 22vh;
    margin-left: 20px;
    font-size: 13px;
    transition: all 1s;
    display: inline-block;
}

.leftside_one_button a,
.leftside_two_button a {
    color: #fff;
    text-decoration: none;
}

.leftside_one_button a:hover,
.leftside_two_button a:hover {
    color: #fff;
    text-decoration: none;
}

.leftside_one_button a:after,
.leftside_two_button a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    width: 0;
    height: 10%;
    background: #fff;
    transition: all .3s ease;
}

.leftside_one_button a:hover:after,
.leftside_two_button a:hover:after {
    width: 100%;
}

header {
    z-index:999999;
    position: relative;
}

@media only screen and (max-width:1024px) {
    #website {
        margin-left: 0px!important;
    }
    #leftside {
        display: none;
    }
    .navbar {
        margin-left: 0px!important;
    }
    header.gross .logotype_second {
        background-color: #111956;
        float: left;
        padding: -20px!important;
        position: absolute;
        left: 0;
        top: 0;
        display: block!Important;
        padding: 23px;
    }
    header.gross .logotype_second img {
        max-width: 45px!important;
    }
    header.gross img.aton-logo {
        text-align: center;
        margin-left: 100px;
    }
    header.klein .logotype_second {
        background-color: #111956;
        float: left;
        padding: -20px!important;
        position: absolute;
        left: 0;
        top: 0;
        display: block!Important;
        padding: 17px;
        -o-transition: .7s;
        -ms-transition: .7s;
        -moz-transition: .7s;
        -webkit-transition: .7s;
    }
    header.klein .logotype_second img {
        max-width: 33px!important;
    }
    header.klein img.aton-logo {
        text-align: center;
        margin-top: 3px!Important;
        max-width: 100px!important;
        margin-left: 70px;
    }
    header.gross .navbar {
        padding: 20px;
        margin-left: 110px;
    }
    header.klein .navbar {
        padding: 12px;
        margin-left: 110px;
        -o-transition: .7s;
        -ms-transition: .7s;
        -moz-transition: .7s;
        -webkit-transition: .7s;
    }
}


/* ------------------------------------------------------------------ Navigation ------ */

.logotype_second {
    display: none;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand img {
    max-width: 140px;
}

.navbar {
    padding: 20px!important;
    margin-left: 110px;
    z-index: 99999!important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #111956;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    outline: none;
}

.bg-light {
    background-color: #fff!important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5);
    letter-spacing: 1.1px;
    font-family: 'Titillium Web', sans-serif;
}

.nav-link a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    width: 10;
    height: 4%;
    background: #111956;
    transition: all .3s ease;
}

.nav-link a:hover:after {
    width: 100%;
}

.navbar-light .navbar-toggler {
    color: none;
    border: none;
}

.navbar-light .navbar-toggler-icon {
    -moz-transform: rotate(0deg);
    -moz-transition: .5s ease-in-out;
    -o-transform: rotate(0deg);
    -o-transition: .5s ease-in-out;
    -webkit-transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    cursor: pointer;
    height: 22px;
    background: #fff;
    right: 25px;
    position: absolute;
    border: none;
    transform: rotate(0deg);
    transform: translateY(-50%);
    transition: .5s ease-in-out;
    width: 26px;
}

.navbar-toggler-icon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #606060;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-toggler-icon span:nth-child(1) {
    top: 0;
}

.navbar-toggler-icon span:nth-child(2) {
    top: 6px;
}

.navbar-toggler-icon span:nth-child(3) {
    top: 12px;
}

.navbar-toggler-icon span:nth-child(4) {
    top: 18px;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff!important;
    background: #111956!important;
    text-align: left!important;
    list-style: none!important;
    background-clip: padding-box!important;
    border: none!important;
    border-radius: 0px!important;
}

.dropdown-divider {
    height: 1px;
    overflow: hidden;
    margin: 0 auto;
    width: 90%;
    background: #fff;
}

.dropdown-item {
    display: block!important;
    width: 100%!important;
    padding: .75rem 1.5rem!important;
    font-family: 'Titillium Web', sans-serif!important;
    clear: both!important;
    font-weight: 400!important;
    color: #fff!important;
    text-align: inherit!important;
    white-space: nowrap!important;
    background-color: transparent!important;
    border: 0!important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #eee!important;
    text-decoration: none!important;
    background-color: #111956!important;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
    outline: none;
}

@media (max-width: 992px) {
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: .5rem 0;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: #808080!important;
        background: #fff!important;
        text-align: left;
        list-style: none;
        background-clip: padding-box;
        border: none;
        border-radius: 0px;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .75rem 1.5rem;
        font-family: 'Titillium Web', sans-serif;
        clear: both;
        font-weight: 400;
        color: #808080!important;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
    .navbar-collapse {
        margin-top: 35px!important;
    }
    .btn-anrufen {
        background: #111956;
        padding: 20px;
        font-family: 'BrutalMedium';
        text-transform: uppercase;
        text-align: center;
        display: block!important;
        margin: 15px -20px -20px -20px!important;
    }
    .btn-anrufen a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
    }
    .nav-border {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: -20px;
        margin-right: -20px;
        height: 1px;
        display: block!important;
        background: #eee;
    }
}

.nav-border,
.btn-anrufen {
    display: none;
}


/* ------------------------------------------------------------------ Header BG ------ */

@media only screen and (max-width:1200px) {

.header_content p {
    font-family: 'BrutalLight';
    font-size: 18px;
    padding-top: 50px;
    max-width: 100%!important;
    width: 100%;
    letter-spacing: 1.5px;
    line-height: 1.8;
    text-transform: none;
}

.header_content {
    position: absolute;
    margin-top: 0px;
    padding-left: 150px;
    padding-right:150px;
  
    display: block;
    z-index: 999;
}
}

@media only screen and (max-width:768px) {
    #header_container {
        margin-top: 80px;
        height: 750px!important;
    }
    .header_bg {
        height: 100%;
        background: url(../img/aton_bg.png) no-repeat;
        background-size: 160%!important;
        background-position: center;
        color: #fff;
        z-index: 1;
        text-align: center;
        position: relative;
    }
    .header_content {
        position: absolute;
        margin-top: 150px;
        padding-left: 30px!important;
        padding-right: 30px!important;
        display: block;
        z-index: 999;
    }
    .header_content h2 {
        color: #606060;
        text-transform: uppercase;
        font-family: 'BrutalMedium';
        overflow: hidden;
        font-size: 26px!important;
    }
    .header_content p {
        font-family: 'BrutalLight';
        font-size: 16px!important;
        padding-top: 50px;
        max-width: 100%!important;
        width: 100%;
        letter-spacing: 1.5px;
        line-height: 1.8;
        text-transform: none;
    }
    .header_content_second {
        position: relative!important;
        margin-top: 150px;
        padding-left: 30px!important;
        padding-right: 30px!important;
        display: block;
        z-index: 999;
        margin-bottom: 80px;
    }
    .header_content_second h2 {
        color: #606060;
        text-transform: uppercase;
        font-family: 'BrutalMedium';
        overflow: hidden;
        font-size: 26px!important;
    }
    .header_content_second p {
        font-family: 'BrutalLight';
        font-size: 18px;
        padding-top: 50px;
        max-width: 100%!important;
        width: 100%;
        letter-spacing: 1.5px;
        line-height: 1.8;
        text-transform: none;
    }
    #header_container_unterseiten {
        margin-top: 80px;
        height: auto!important;
    }
    
    section.map {
display: flex;
justify-content: center;
align-items: center;
height: 500px!important;
}
}

.header_bg {
    height: 100%;
    background: url(../img/aton_bg.png) no-repeat;
    background-size: 90%;
    background-position: center;
    color: #fff;
    z-index: 1;
    text-align: center;
    position: relative;
}

#header_container {
    margin-top: 80px;
    height: 75vh;
}

#header_container_unterseiten {
    margin-top: 80px;
}

span.txt-rotate {
    background: #111956;
    padding: 3px 3px 2px 3px;
    color: #fff;
}

.header_content h2 {
    color: #606060;
    text-transform: uppercase;
    font-family: 'BrutalMedium';
    overflow: hidden;
    font-size: 33px;
}

.header_content p {
    font-family: 'BrutalLight';
    font-size: 18px;
    padding-top: 50px;
    max-width: 70%;
    width: 100%;
    letter-spacing: 1.5px;
    line-height: 1.8;
    text-transform: none;
}

@media only screen and (max-width:1024px) {
    .header_content {
    position: absolute;
    margin-top: 0px;
    left:0px!Important;
    padding-left:150px;
    padding-right:150px;
    display: block;
    z-index: 999;

}
}


.header_content {
    position: absolute;
    margin-top: 0px;
    left:110px;
    padding-left:150px;
    padding-right:150px;
    display: block;
    z-index: 999;
   

}

.header_content_second h2 {
    color: #606060;
    text-transform: uppercase;
    font-family: 'BrutalMedium';
    overflow: hidden;
    font-size: 33px;
}

.header_content_second p {
    font-family: 'BrutalLight';
    font-size: 18px;
    padding-top: 50px;
    max-width: 70%;
    width: 100%;
    letter-spacing: 1.5px;
    line-height: 1.8;
    text-transform: none;
}

.header_content_second {
    margin-top: 200px;
    padding-left: 50px;
    display: block;
    z-index: 999;
    margin-bottom: 120px;
}


/* ------------------------------------------------------------------ Header Box ------ */

.home_container {
    position: relative;
    z-index: 9988;
}

.box_one {
    width: 100%;
    height: 500px;
    margin-top: -60px!important;
    object-fit: cover;
    overflow: hidden;
    background: #fff;
}

.box_one_image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    background: #fff;
}

.box_one_image img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.box_one_image img:hover {
    height: 500px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.aton_team_dis {
    background: #111956;
    position: absolute;
    color: #fff;
    z-index: 222;
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    bottom: 20px;
    padding: 20px 50px 20px 30px;
    text-transform: uppercase;
    font-family: 'BrutalMedium';
    left: 0;
}

.leftone {
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

img.leftone {
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.aton_team_dis span {
    font-family: 'BrutalLight';
    font-size: 12px;
    text-transform: normal;
}

.aton_team_dis_second {
    background: #111956;
    position: absolute;
    color: #fff;
    z-index: 222;
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    bottom: 20px;
    padding: 20px 30px 20px 50px;
    text-transform: uppercase;
    font-family: 'BrutalMedium';
    right: 0;
}

.rightone {
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

img.rightone {
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

@media only screen and (max-width:768px) {
    img.rightone {
        -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
    }
    img.leftone {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

.aton_team_dis_second span {
    font-family: 'BrutalLight';
    font-size: 12px;
    text-transform: normal;
}

.image_one {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle_one {
    transition: .5s ease;
    opacity: 0;
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.box_one:hover .image_one {
    opacity: 0.3;
}

.box_one:hover .middle_one {
    opacity: 1;
}

.text_one {
    background-color: #111956;
    color: #fff;
    font-size: 16px;
    padding: 16px 32px;
    text-transform: uppercase;
    font-family: 'BrutalMedium';
    overflow: hidden;
    white-space: nowrap;
}

.text_one a {
    color: #fff;
    text-decoration: none;
}

.box_content_team_third span {
    font-weight: 100;
    color: #000
    -webkit-animation: 1s blinky step-end infinite;
    -moz-animation: 1s blinky step-end infinite;
    -ms-animation: 1s blinky step-end infinite;
    -o-animation: 1s blinky step-end infinite;
    animation: 1s blinky step-end infinite;
}


.blinking-cursor {
    font-weight: 100;
    color: #fff;
    -webkit-animation: 1s blink step-end infinite;
    -moz-animation: 1s blink step-end infinite;
    -ms-animation: 1s blink step-end infinite;
    -o-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
}

@keyframes "blink" {
    from, to {
        color: transparent;
    }
    50% {
        color: #fff;
    }
}

@-moz-keyframes blink {
    from, to {
        color: transparent;
    }
    50% {
        color: #fff;
    }
}

@-webkit-keyframes "blink" {
    from, to {
        color: transparent;
    }
    50% {
        color: #fff;
    }
}

@-ms-keyframes "blink" {
    from, to {
        color: transparent;
    }
    50% {
        color: #fff;
    }
}

@-o-keyframes "blink" {
    from, to {
        color: transparent;
    }
    50% {
        color: #fff;
    }
}

/* -- */

@keyframes "blinky" {
    from, to {
        color: transparent;
    }
    50% {
        color: #111956;
    }
}

@-moz-keyframes blinky {
    from, to {
        color: transparent;
    }
    50% {
        color: #111956;
    }
}

@-webkit-keyframes "blinky" {
    from, to {
        color: transparent;
    }
    50% {
        color: #111956;
    }
}

@-ms-keyframes "blinky" {
    from, to {
        color: transparent;
    }
    50% {
        color: #111956;
    }
}

@-o-keyframes "blinky" {
    from, to {
        color: transparent;
    }
    50% {
        color: #111956;
    }
}


@media only screen and (max-width:768px) {
    
    section.corona {
    padding-bottom:45px!important;
        padding-top:45px!important;
 padding-left: 15px!important;
padding-right: 15px!important;
    
}
    
    
.news-headline-smaller{
    
font-family: 'BrutalLight';
font-size: 14px!important;
padding:10px 20px 0px 20px;
width: 100%;
letter-spacing: 1.5px;
line-height: 1.8;
    
}
.news-headline-smaller a{ 
    color:#606060;
}

.news-headline-smaller a:hover{ 
    color:#606060;
    text-decoration: none;
}

.news-headline-middle {

text-transform: uppercase;
font-family: 'BrutalMedium';
font-size: 17px!important;
  padding:2px 20px 10px 20px;
}

.news-headline-middle a{
        color: #606060;
}

.news-headline-middle a:hover {
 color:#606060;
    text-decoration: none;
}

    .box_one {
        width: 100%;
        height: 500px;
        margin-top: 0px!important;
        object-fit: cover;
        overflow: hidden;
        background: #fff;
    }
    .box_content_second {
        padding: 50px 50px 80px 50px;
    }
    #header_container_unterseiten {
        margin-top: 80px;
    }
    .second_p {
        margin-bottom: 120px;
    }
    .box_second_aboutus_headline {
        padding-left: 30px!important;
    }
    .box_content_second {
        padding: 30px 30px 20px 30px!important;
    }
}

.box_one img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.box_one img:hover {
    height: 500px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.box_second {
    background: #111956;
    /* height:400px; */
}

.box_second_aboutus {
    background: rgb(222, 222, 222);
    background: -moz-linear-gradient(68deg, rgba(222, 222, 222, 1) 0%, rgba(254, 254, 254, 1) 54%, rgba(217, 217, 217, 1) 100%);
    background: -webkit-linear-gradient(68deg, rgba(222, 222, 222, 1) 0%, rgba(254, 254, 254, 1) 54%, rgba(217, 217, 217, 1) 100%);
    background: linear-gradient(68deg, rgba(222, 222, 222, 1) 0%, rgba(254, 254, 254, 1) 54%, rgba(217, 217, 217, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#dedede", endColorstr="#d9d9d9", GradientType=1);
    margin-top: 100px!important;
    height: 400px;
}

.box_second_unterseite {
    background: rgb(222, 222, 222);
    background: -moz-linear-gradient(68deg, rgba(222, 222, 222, 1) 0%, rgba(254, 254, 254, 1) 54%, rgba(217, 217, 217, 1) 100%);
    background: -webkit-linear-gradient(68deg, rgba(222, 222, 222, 1) 0%, rgba(254, 254, 254, 1) 54%, rgba(217, 217, 217, 1) 100%);
    background: linear-gradient(68deg, rgba(222, 222, 222, 1) 0%, rgba(254, 254, 254, 1) 54%, rgba(217, 217, 217, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#dedede", endColorstr="#d9d9d9", GradientType=1);
}

.box_content_unterseite {
    text-align: center;
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
}

.box_second_unterseite p {
    font-family: 'BrutalLight';
    font-size: 16px;
    padding: 50px;
    width: 100%;
    letter-spacing: 1.1px;
    line-height: 1.8;
    color: #606060;
    text-transform: none;
}

.box_second_aboutus_headline {
    position: absolute;
    margin-top: -90px;
    padding-left: 50px;
    color: #606060;
    text-transform: uppercase;
    font-family: 'BrutalMedium';
    overflow: hidden;
    font-size: 33px;
}

.box_content_second p {
    font-family: 'BrutalLight';
    font-size: 16px;
    padding: 50px;
    width: 100%;
    letter-spacing: 1.1px;
    line-height: 1.8;
    color: #606060;
    text-transform: none;
}

.box_content_second {
    padding: 50px 50px 50px 50px;
    float: left;
}

.box_content {
    padding: 32px 32px 0px 32px;
}

.box_content a img {
    max-width: 20px;
    width: 100%;
    margin-top: 20px;
    float: right;
}

.box_content a img:hover {
    max-width: 20px;
    width: 100%;
    margin-top: 20px;
    float: right;
    margin-right: 5px;
    transition: 0.3s;
}

.h1,
h1 {
    font-size: 27px!important;
}

.h2,
h2 {
    font-size: inherit
}

h1.box_headline a {
    color: #fff;
    font-size: 27px!important;
}

h1.box_headline a:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding-left: 5px;
    transition: 0.3s;
}

.borderbottom {
    padding-bottom: 32px;
    border-bottom: 1px solid #fff;
}

.box_subheadline a {
    color: #fff;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    line-height: 25px;
    font-weight: 300;
    padding-bottom: 25px;
}

.box_subheadline a:hover {
    color: #fff;
    text-decoration: none;
}

.box_third {}

.box_third_content {
    padding: 150px 150px 30px 150px;
    margin-top: -3%;
}

.box_kunden_head {
    padding: 0px 100px 30px 100px;
   
}

@media only screen and (max-width:768px) {
    .headline_padding{ padding: 50px 30px 0px 30px!important;}

.headline_box_padding {
padding: 30px 30px 50px 30px!important;
}

}

.headline_padding{ padding: 150px 50px 0px 50px;}
.headline_paddingsmall{ padding: 50px 50px 0px 50px;}

.headline_box_padding {
padding: 50px 50px 150px 50px;
}

.headline_box_paddingsmall {
padding: 50px 50px 50px 50px;
}

.box_six_content {
    padding: 100px 135px 135px 135px;
    background: #fff;
}

.box_third_content_second {
    padding: 150px 150px 150px 150px;
    margin-top: -3%;
}
.headline_box_paddingsmall p,
.headline_box_padding p,
.box_third_content_second p,
.box_third_content p {
    font-family: 'BrutalLight';
    font-size: 16px;
    width: 100%;
    letter-spacing: 1.1px;
    line-height: 1.8;
    color: #606060;
    text-transform: none;
}

.headline_corona_small {
      font-family: 'BrutalMedium';
    padding-bottom:5px;
    font-size: 18px;
}

.box_content_team {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #606060;
    text-transform: uppercase;
    font-family: 'BrutalMedium';
    font-size: 33px;
}

.box_content_team_second {
    padding-top: 60px;
    color: #fff;
    text-align: center;
    padding-bottom: 60px;
    text-transform: uppercase;
    font-family: 'BrutalMedium';
    font-size: 30px;
}

.box_content_border {
    background: #606060;
    width: 30px;
    height: 2px;
    margin-top: 7px;
    margin-bottom: 15px;
}

.box_four_content {
    padding: 50px 150px 50px 150px;
    background: rgb(222, 222, 222);
    background: -moz-linear-gradient(68deg, rgba(222, 222, 222, 1) 0%, rgba(254, 254, 254, 1) 54%, rgba(217, 217, 217, 1) 100%);
    background: -webkit-linear-gradient(68deg, rgba(222, 222, 222, 1) 0%, rgba(254, 254, 254, 1) 54%, rgba(217, 217, 217, 1) 100%);
    background: linear-gradient(68deg, rgba(222, 222, 222, 1) 0%, rgba(254, 254, 254, 1) 54%, rgba(217, 217, 217, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#dedede", endColorstr="#d9d9d9", GradientType=1);
}

.media-body h5 {
    font-family: 'BrutalLight';
    font-size: 22px;
}

li.media img {
    max-width: 28px;
}

.media-body {}

.media-body,
.box_four_content p {
    font-family: 'Titillium Web', sans-serif;
    line-height: 25px;
    font-weight: 300;
    font-size: 16px;
    width: 100%;
    letter-spacing: 1.1px;
    line-height: 1.8;
    color: #606060;
    text-transform: none;
}

.box_branche_con {
    /*  background:  #111956; */
    background: rgb(16, 15, 21);
    background: -moz-linear-gradient(68deg, rgba(16, 15, 21, 1) 0%, rgba(17, 25, 86, 1) 24%, rgba(35, 109, 168, 1) 100%);
    background: -webkit-linear-gradient(68deg, rgba(16, 15, 21, 1) 0%, rgba(17, 25, 86, 1) 24%, rgba(35, 109, 168, 1) 100%);
    background: linear-gradient(68deg, rgba(16, 15, 21, 1) 0%, rgba(17, 25, 86, 1) 24%, rgba(35, 109, 168, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#100f15", endColorstr="#236da8", GradientType=1);
}

.box_branche_con_second {
    background: rgb(222, 222, 222);
    background: -moz-linear-gradient(68deg, rgba(222, 222, 222, 1) 0%, rgba(254, 254, 254, 1) 54%, rgba(217, 217, 217, 1) 100%);
    background: -webkit-linear-gradient(68deg, rgba(222, 222, 222, 1) 0%, rgba(254, 254, 254, 1) 54%, rgba(217, 217, 217, 1) 100%);
    background: linear-gradient(68deg, rgba(222, 222, 222, 1) 0%, rgba(254, 254, 254, 1) 54%, rgba(217, 217, 217, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#dedede", endColorstr="#d9d9d9", GradientType=1);
}

.box_branche_bg {
    background: none;
    text-align: center;
    padding: 70px;
}

.box_branche_bg:hover {
    cursor: pointer;
    position: relative;
    z-index: 2;
    /* background:  rgb(222,222,222); */
    color: #fff;
}

.box_branche_headline {
    text-align: center;
    color: #606060;
    border-left: 1px solid #adadad;
    border-right: 1px solid #adadad;
    display: inline-flex;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    font-family: 'BrutalMedium';
}

.box_branche_headline:hover {
    transition: 0.3s;
}

.aboutus_headline {
    color: #606060;
    text-transform: uppercase;
    font-family: 'BrutalMedium';
    overflow: hidden;
    font-size: 33px;
    padding-right: 20px;
}

span.aboutus_blue {
    background: #111956;
    padding: 3px 4px 2px 4px;
    color: #fff;
}

span.aboutus_one {
    font-family: 'BrutalMedium';
}

span.aboutus_two {
    font-family: 'BrutalLight';
}

span.aboutus_three {
    font-family: 'BrutalMedium';
}


/* ------------------------------------------------------------------ Aktuelles: Carousel ------ */

@media only screen and (max-width:768px) {
    .box_four_content {
        padding: 30px;
        background: rgb(222, 222, 222);
        background: -moz-linear-gradient(68deg, rgba(222, 222, 222, 1) 0%, rgba(254, 254, 254, 1) 54%, rgba(217, 217, 217, 1) 100%);
        background: -webkit-linear-gradient(68deg, rgba(222, 222, 222, 1) 0%, rgba(254, 254, 254, 1) 54%, rgba(217, 217, 217, 1) 100%);
        background: linear-gradient(68deg, rgba(222, 222, 222, 1) 0%, rgba(254, 254, 254, 1) 54%, rgba(217, 217, 217, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#dedede", endColorstr="#d9d9d9", GradientType=1);
    }
    .aboutus_headline {
        color: #606060;
        text-transform: uppercase;
        font-family: 'BrutalMedium';
        overflow: hidden;
        font-size: 26px!important;
        padding-right: 20px;
    }
    .carousel-item h5 {
        color: #606060;
        font-size: 17px!important;
        line-height: 25px!important;
        font-family: 'Titillium Web', sans-serif;
        font-weight: 300;
    }
    .carousel-caption {
        position: absolute;
        right: 15%!important;
        height: 250px!important;
        vertical-align: middle;
        left: 15%!important;
        top: 160px;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #606060;
        text-align: center;
    }
}

.carousel-item {
    height: 650px;
    /*background: rgb(16,15,21);
background: -moz-linear-gradient(68deg, rgba(16,15,21,1) 0%, rgba(17,25,86,1) 24%, rgba(35,109,168,1) 100%);
background: -webkit-linear-gradient(68deg, rgba(16,15,21,1) 0%, rgba(17,25,86,1) 24%, rgba(35,109,168,1) 100%);
background: linear-gradient(68deg, rgba(16,15,21,1) 0%, rgba(17,25,86,1) 24%, rgba(35,109,168,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#100f15",endColorstr="#236da8",GradientType=1); */
    background: rgb(222, 222, 222);
    background: -moz-linear-gradient(68deg, rgba(222, 222, 222, 1) 0%, rgba(254, 254, 254, 1) 54%, rgba(217, 217, 217, 1) 100%);
    background: -webkit-linear-gradient(68deg, rgba(222, 222, 222, 1) 0%, rgba(254, 254, 254, 1) 54%, rgba(217, 217, 217, 1) 100%);
    background: linear-gradient(68deg, rgba(222, 222, 222, 1) 0%, rgba(254, 254, 254, 1) 54%, rgba(217, 217, 217, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#dedede", endColorstr="#d9d9d9", GradientType=1);
}

.carousel-item h5 {
    color: #606060;
    font-size: 27px;
    line-height: 50px font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
}

.carousel-item h5 b {
    font-weight: 600;
    color: #111956;
    text-transform: uppercase;
    font-family: 'BrutalMedium';
}

.carousel-item p {
    color: #111956;
    text-transform: uppercase;
    font-family: 'BrutalMedium';
    line-height: 70px;
}

.weiterlesen {
    background-color: #111956;
    color: #fff;
    font-size: 14px;
    padding: 14px 30px;
    text-transform: uppercase;
    font-family: 'BrutalMedium';
    overflow: hidden;
    display: inline-flex;
    white-space: nowrap;
    border:none;
}

.weiterlesen a {
    color: #fff;
    text-decoration: none;
}

.weiterlesen a:hover {
    color: #fff;
    text-decoration: none;
}


.carousel-indicators li {
    background-color: #606060;
    display: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 20px;
    width: 20px;
    background-size: 100%, 100%;
    background-image: none;
}

.carousel-control-next-icon {
    background-image: url("../img/arrow-black.png") !important;
}

.carousel-control-prev-icon {
    background-image: url("../img/arrow-black-right.png") !important;
}

.carousel-caption {
    position: absolute;
    right: 25%;
    height: 300px;
    vertical-align: middle;
    left: 25%;
    top: 160px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #606060;
    text-align: center;
}


/* ------------------------------------------------------------------ Footer ------ */

@media only screen and (max-width:768px) {
    .footer_headline {}
    .footer_text {
        color: #eee;
        font-size: 13px;
        padding-right: 0px!important;
    }
    
    .box_content_team_third {
color: #111956;
text-transform: uppercase;
font-family: 'BrutalMedium';
overflow: hidden;
font-size: 26px!important;
padding-bottom: 5px;
}
    
    h3.headline_news {
        font-size:19px!important;
    }
    
    .latest_angebot_detail_content p {
    padding-top:10px;
    padding-bottom:10px;
color: #797a7c!important;
    font-weight:normal;
margin: 0;
    font-size:16px!important;
line-height: 30px;
    
}

h3.latest_angebot_detail{
    padding-top:40px;
        font-size:19px!important;
}
    
    .news-container-author-detail {
color: #111956;
text-transform: uppercase;
font-family: 'BrutalMedium';
line-height: 34px;
            font-size:14px!important;
}
}

.footer_bg {
    color: #51514a;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 100px;
    background: rgb(16, 15, 21);
    background: -moz-linear-gradient(68deg, rgba(16, 15, 21, 1) 0%, rgba(17, 25, 86, 1) 24%, rgba(35, 109, 168, 1) 100%);
    background: -webkit-linear-gradient(68deg, rgba(16, 15, 21, 1) 0%, rgba(17, 25, 86, 1) 24%, rgba(35, 109, 168, 1) 100%);
    background: linear-gradient(68deg, rgba(16, 15, 21, 1) 0%, rgba(17, 25, 86, 1) 24%, rgba(35, 109, 168, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#100f15", endColorstr="#236da8", GradientType=1);
}

.footer_headline {
    z-index: 222;
    padding-bottom: 7px;
    margin-bottom: 17px;
    border-bottom: 2px solid #eee;
    display: inline-flex;
    text-transform: uppercase;
    font-family: 'BrutalMedium';
    font-size: 22px;
    color: #fff;
}

.footer_text {
    color: #eee;
    font-size: 13px;
    padding-right: 50px;
}

.footer_text span {
    text-transform: uppercase;
    font-family: 'BrutalMedium';
    color: #fff;
}


/* ------------------------------------------------------------------ Footer Nav ------ */

.footer_nav ul {
    padding: 0px;
    margin: 0px;
}

.footer_nav ul li {
    list-style-type: none;
    padding: 3px 0px 3px 0px;
}

.footer_nav ul li a {
    color: #fff;
    text-decoration: none;
}

.footer_nav ul li a:hover {
    color: #fff;
    text-decoration: none;
    padding-left: 8px;
    transition: 0.3s;
    border-left: 2px solid #fff;
}

.footer_nav {
    padding-bottom: 30px;
}

.footer_nav_third {
    color: #eee;
    padding-top: 15px;
    padding-bottom: 30px;
}

.footer_nav_third a {
    color: #8db7e9;
    text-decoration: none;
    transition: 0.3s;
}

.footer_nav_third a:hover {
    color: #fff;
    text-decoration: none;
}

.footer_nav_second ul {
    padding: 0px;
    margin: 0px;
}

.footer_nav_second ul li {
    list-style-type: none;
    color: #fff;
    padding: 3px 0px 3px 0px;
}

.footer_nav_second ul li a {
    color: #fff;
    text-decoration: none;
}

.footer_nav_second ul li span {
    font-family: 'BrutalMedium';
}

.footer_nav_second ul li a:hover {
    color: #fff;
    text-decoration: none;
}

img.footer_icon {
    max-width: 18px;
    width: 100%;
    margin-right: 10px;
}

.footer_nav_second {
    padding-bottom: 30px;
}


/* ------------------------------------------------------------------Über uns Flip ------ */

@media only screen and (max-width:1200px) {
    .box_content_second p {
        padding: 0px!important;
    }
    .box_content_second {
        padding: 30px 30px 30px 30px!important;
        float: none!important;
    }
}

.paddingsecond {
    padding-bottom: 32px;
}

@media only screen and (max-width:768px) {
    .Iam {
        font: normal 23px/50px BrutalMedium, sans-serif!important;
        color: #999;
        text-transform: uppercase;
    }
    .iam_text {
        max-width: 100%!important;
    }
    .box_second_aboutus {
        height: 100%!important;
    }
    .box_second {
        background: #111956;
        height: auto!important;
    }
    .box_content_second p {
        padding: 0px!important;
    }
    .box_branche_bg {
        background: none;
        text-align: center;
        padding: 30px!important;
    }
    .box_third_content {
        padding: 30px 30px 30px 30px;
        margin-top: -3%;
    }
    
    .box_kunden_head{
        padding: 30px 0px 30px 0px;
        margin-top: -3%;
    }
}

.Iam {
    font: normal 33px/50px BrutalMedium, sans-serif;
    color: #999;
    text-transform: uppercase;
}

.Iam p {
    height: 50px;
    float: left;
    margin-right: 0.3em;
}

.Iam b {
    float: left;
    overflow: hidden;
    position: relative;
    height: 50px;
}

.innerIam span {
    background: #111956;
    padding: 3px 3px 2px 3px;
    color: #fff;
}

.Iam .innerIam {
    display: inline-block;
    color: #606060;
    position: relative;
    white-space: nowrap;
    top: 0;
    left: 0;
    /*animation*/
    -webkit-animation: move 10s;
    -moz-animation: move 10s;
    -ms-animation: move 10s;
    -o-animation: move 10s;
    animation: move 10s;
    /*animation-iteration-count*/
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    /*animation-delay*/
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes move {
    0% {
        top: 0px;
    }
    20% {
        top: -50px;
    }
    40% {
        top: -100px;
    }
    60% {
        top: -150px;
    }
    80% {
        top: -200px;
    }
}

@-webkit-keyframes move {
    0% {
        top: 0px;
    }
    20% {
        top: -50px;
    }
    40% {
        top: -100px;
    }
    60% {
        top: -150px;
    }
    80% {
        top: -200px;
    }
}

@-moz-keyframes move {
    0% {
        top: 0px;
    }
    20% {
        top: -50px;
    }
    40% {
        top: -100px;
    }
    60% {
        top: -150px;
    }
    80% {
        top: -200px;
    }
}

@-o-keyframes move {
    0% {
        top: 0px;
    }
    20% {
        top: -50px;
    }
    40% {
        top: -100px;
    }
    60% {
        top: -150px;
    }
    80% {
        top: -200px;
    }
}

@keyframes move {
    0% {
        top: 0px;
    }
    20% {
        top: -50px;
    }
    40% {
        top: -100px;
    }
    60% {
        top: -150px;
    }
    80% {
        top: -200px;
    }
}

.iam_text {
    font-family: 'BrutalLight';
    font-size: 16px;
    margin-top: 50px;
    max-width: 70%;
    width: 100%;
    color: #606060;
    letter-spacing: 1.5px;
    line-height: 1.8;
    text-transform: none;
}

.spacer_content {
    height: 92px;
}

.text-spacer {
    width: 100%;
    height: 2px;
    margin-top: 35px;
    margin-bottom: 35px;
    background: #eee;
}

.box_third_image img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.fontwhite {
    color: #fff!important;
}

.fontgrey {
    color: #ddd
}

@media only screen and (max-width:768px) {
    .unterseite_headline {
        /*background: #111956;
padding: 3px 10px 2px 10px; */
        color: #606060;
        text-transform: uppercase;
        font-family: 'BrutalMedium';
        overflow: hidden;
        font-size: 150%!important;
        z-index: 33;
    }
    .unterseite_header {
        padding: 30px 30px 30px 30px!important;
        margin-top: 50px;
    }
    .box_con_pad {
        padding: 0px!important;
    }
    .box_con_pad_blue {
        padding: 10px 15px 15px 15px!important;
        background: #111956;
    }
    .box_text {
        padding: 30px!important;
    }
    .box_six_content,
    .box_five_content {
        padding: 30px 30px 30px 15px!important;
    }
    
    .box_content_team{
        font-size:25px!Important;
    }
    
   
    .media-body h5 {
        font-family: 'BrutalLight';
        font-size: 18px!important;
    }
}

.box_text {
    padding: 150px 50px 150px 50px;
   background:#fff;
}

p.box_right{
    padding-top:20px;
}

.grey-bg{
       background:#eee!important;
}

.box_con_pad {
    padding: 0px 120px 120px 120px;
    
}

.box_right_image{
 max-height:100%;
 
}

.box_right_image img{
   /* height: 700px;
width: 100%;
object-fit: cover;
overflow: hidden;
 */
    overflow: hidden;


    position: absolute;
left: 40%;
top: 50%;
max-height:inherit;
min-height: 100%;
-webkit-transform: translateY(-50%) translateX(-50%);

}

 .box_content_team_third{
        color:#111956;
    text-transform: uppercase;
font-family: 'BrutalMedium';
overflow: hidden;
font-size: 33px;
padding-bottom:5px;
}

h3{
    font-size: 23px;
    color:#808080;
}

.box_con_pad_blue {
    padding: 120px 120px 120px 120px;
    background: #111956;
}

.box_five_content {
    padding: 30px 30px 30px 30px;
   
}

.box_headline {
    font-family: 'BrutalLight';
    font-size: 33px;
    color: #111956;
    padding-bottom: 15px;
}

.box_border {
    width: 50px;
    height: 3px;
    background: #111956;
    margin-bottom: 25px;
}

.box_einleitung {
    font-family: 'BrutalLight';
    line-height: 25px;
    font-weight: 300;
    color: #808080;
    font-style: italic;
    font-size: 17px;
    padding-bottom: 25px;
}

.box_text p {
    font-family: 'Titillium Web', sans-serif;
    line-height: 25px;
    font-weight: 300;
    font-size: 16px;
    width: 100%;
    letter-spacing: 1.1px;
    line-height: 1.8;
    color: #606060;
    text-transform: none;
}


/* ------------------------------------------------------------------Counter ------ */

.counter {
    padding: 20px;
    border-radius: 5px;
}

.count-title {
    font-size: 60px;
    font-family: 'BrutalMedium';
    font-weight: normal;
    margin-top: 10px;
    color: #111956;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 16px;
    font-family: 'BrutalLight';
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.unterseite_header {
    padding: 150px 150px 0px 150px;
}

.unterseite_header img {
    max-width: 100%;
    width: 100%;
    opacity: 0.7;
}

.unterseite_headline {
    /*  background: #111956;
padding: 3px 10px 2px 10px; */
    color: #606060;
    text-transform: uppercase;
    font-family: 'BrutalMedium';
    overflow: hidden;
    font-size: 222%;
    z-index: 33;
}

.unterseite_subheadline {
    padding: 23px 10px 22px 10px;
    color: #606060;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Titillium Web', sans-serif;
    overflow: hidden;
    font-size: 110%;
    z-index: 33;
}

.whitegradient {
    z-index: 2;
    background-image: url("../img/whitegradient.png");
    background-size: contain;
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

section.three {
    position: relative;
    background-color: #fff;
    z-index: 2;
    background-image: url("../img/sky4.png");
    background-size: cover;
    animation-delay: 0s;
    animation-duration: 20s;
    animation-name: panoramic;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    height: 500px;
    /*  -webkit-box-shadow: inset 21px 76px 61px -77px rgba(0,0,0,0.38);
-moz-box-shadow: inset 21px 76px 61px -77px rgba(0,0,0,0.38);
box-shadow: inset 21px 76px 61px -77px rgba(0,0,0,0.38); */
    overflow: hidden;
    margin: 0 auto;
    will-change: background-position-x;
}

@keyframes updown {
    0% {
        background-position-y: 0%;
    }
    50% {
        background-position-y: 100%;
    }
    100% {
        background-position-y: 20%;
    }
}

@keyframes panoramic {
    0% {
        background-position-x: 0%;
    }
    50% {
        background-position-x: 100%;
    }
    100% {
        background-position-x: 0%;
    }
}

h2 {
    margin-bottom: 0;
}


/*

@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(52, 106, 180, 1);
  }
  100% {
    box-shadow: 0px 0px 0px 6px rgba(52, 106, 180, 0.0);
  }
}
.img-container img {
  width: 100%;
  max-width: 100%;
    opacity: 0.6;
}
#map {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
    opacity: 0.5;
}
.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  animation: pulse 2.5s infinite ease-out;
  background: #111956;
    border:1px solid #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}
.dot:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 1);
}
.dot:nth-child(odd) {
  animation: pulse 2.5s infinite ease-out 0.3s;
}
.dot-1 {
  top: 34%;
  left: 14.5%;
}
.dot-2 {
  top: 43%;
  left: 15.5%;
}
.dot-3 {
  top: 51%;
  left: 20.5%;
}
.dot-4 {
  top: 61%;
  left: 27%;
}
.dot-5 {
  top: 68%;
  left: 29%;
}
.dot-6 {
  top: 79%;
  left: 29%;
}
.dot-7 {
  top: 39%;
  left: 47%;
}
.dot-8 {
  top: 30%;
  left: 46%;
}
.dot-9 {
  top: 27%;
  left: 47%;
}
.dot-10 {
  top: 31%;
  left: 47.5%;
}
.dot-11 {
  top: 34%;
  left: 48.5%;
}
.dot-12 {
  top: 47%;
  left: 53%;
}
.dot-13 {
  top: 56%;
  left: 47.5%;
}
.dot-14 {
  top: 78%;
  left: 53%;
}
.dot-15 {
  top: 56%;
  left: 76%;
}
.dot-16 {
  top: 62%;
  left: 78%;
}
.dot-17 {
  top: 41%;
  left: 79%;
}
.dot-18 {
  top: 52%;
  left: 70%;
}
.dot-19 {
  top: 26%;
  left: 51.5%;
}
.dot-20 {
  top: 39%;
  left: 27%;
}
.dot-21 {
  top: 82%;
  left: 88.5%;
}
@media (min-width: 768px) {
  .dot {
    width: 16px;
    height: 16px;
  }
  .dot:before {
    width: 4px;
    height: 4px;
  }
  @keyframes pulse {
    0% {
      box-shadow: 0px 0px 0px 0px rgba(52, 106, 180, 1);
    }
    100% {
      box-shadow: 0px 0px 0px 5px rgba(52, 106, 180, 0.0);
    }
  }
}

*/

section.map {/*
 background: rgb(222, 222, 222);
background: -moz-linear-gradient(68deg, rgba(222, 222, 222, 0.6) 0%, rgba(254, 254, 254, 0.6) 54%, rgba(217, 217, 217, 0.6) 100%);
background: -webkit-linear-gradient(68deg, rgba(222, 222, 222, 0.8) 0%, rgba(254, 254, 254, 0.6) 54%, rgba(217, 217, 217, 0.6) 100%);
background: linear-gradient(68deg, rgba(222, 222, 222, 0.6) 0%, rgba(254, 254, 254, 0.6) 54%, rgba(217, 217, 217, 0.6) 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#dedede", endColorstr="#d9d9d9", GradientType=1);
 */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
}

section.homemap {
 display: flex;
justify-content: center;
align-items: center;
 padding-top:0px;
     
}

section.corona {
    padding-bottom:150px;
 padding-left: 150px;
padding-right: 150px;
    
}

.corona-help-con{

    -webkit-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.52);
-moz-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.52);
box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.52);

}

.coronabtn {
    padding:9px 20px 9px 20px;
    border-top:1px solid #eee;
    font-size: 14px;

text-transform: none;
font-family: 'BrutalMedium';
}

.coronabtn a{
    color:#606060;
}
.coronabtn a:hover{
    color:#2f2f2f;
    text-decoration: none;
}

.corona-headline{
vertical-align: middle;
text-transform: uppercase;
font-family: 'BrutalMedium';
  background: rgb(143,15,33);
background: -moz-linear-gradient(97deg, rgba(143,15,33,1) 0%, rgba(115,20,33,1) 100%);
background: -webkit-linear-gradient(97deg, rgba(143,15,33,1) 0%, rgba(115,20,33,1) 100%);
background: linear-gradient(97deg, rgba(143,15,33,1) 0%, rgba(115,20,33,1) 100%);

    padding:10px 20px 10px 20px;
    letter-spacing: 1.5px;
    color:#fff;
        -webkit-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.52);
-moz-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.52);
box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.52);
}

.news-headline-smaller{
    
font-family: 'BrutalLight';
font-size: 15px;
padding:10px 20px 0px 20px;
width: 100%;
letter-spacing: 1.5px;
line-height: 1.8;
    
}
.news-headline-smaller a{ 
    color:#606060;
}

.news-headline-smaller a:hover{ 
    color:#606060;
    text-decoration: none;
}

.news-headline-middle {

text-transform: none;
font-family: 'BrutalMedium';
font-size: 20px;
  padding:2px 20px 10px 20px;
}

.news-headline-middle a{
        color: #606060;
}

.news-headline-middle a:hover {
 color:#606060;
    text-decoration: none;
}


@media only screen and (max-width:768px) {
    svg {
   max-width: 300%!important;
    width:150%!important;
}
    
    section.homemap  {
        padding-top:50px;
    }
    
}

svg {
  max-width: 60%;
    width:100%;
}

circle {
  fill: #ebebeb;
}


/* circle, */

.banaan {
  fill: #111956;
  transition: all 2s ease;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes pulse {
  to {
    r: 5;
  }
}





/* ----------- FAQ ----------*/

section.faq{
    max-width:70%;
    width:100%;
   margin:0 auto;
    position: relative;
    z-index:3;
}

button.btn-link{
    color:#111956;

font-family: 'BrutalMedium';
overflow: hidden;
font-size: 19px;
}

button.btn-link:hover{
    text-decoration: none;
    color:#444
}

.card-body{

font-family: 'Titillium Web', sans-serif;
line-height: 25px;
    padding:30px;
font-weight: 300;
font-size: 16px;
width: 100%;
letter-spacing: 1.1px;
line-height: 1.8;
color: #606060;
text-transform: none;
    background-color:#f9f9f9;
  -webkit-box-shadow: inset -4px 8px 5px -8px rgba(0,0,0,0.26);
-moz-box-shadow: inset -4px 8px 5px -8px rgba(0,0,0,0.26);
box-shadow: inset -4px 8px 5px -8px rgba(0,0,0,0.26);
}

.card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: none;
border-radius: 0;
    margin-bottom:20px;
-webkit-box-shadow: 10px 10px 10px -7px rgba(12,18,61,1);
-moz-box-shadow: 10px 10px 10px -7px rgba(12,18,61,1);
box-shadow: 10px 10px 10px -7px rgba(12,18,61,1);
}

.card-header {
padding: .75rem 1.25rem;
margin-bottom: 0;
background-color: #fff;
border-bottom: 0px solid rgba(0,0,0,.125);

}

.faq-bg { 
      position: relative;
   background: rgb(16, 15, 21);
background: -moz-linear-gradient(68deg, rgba(16, 15, 21, 1) 0%, rgba(17, 25, 86, 1) 24%, rgba(35, 109, 168, 1) 100%);
background: -webkit-linear-gradient(68deg, rgba(16, 15, 21, 1) 0%, rgba(17, 25, 86, 1) 24%, rgba(35, 109, 168, 1) 100%);
background: linear-gradient(68deg, rgba(16, 15, 21, 1) 0%, rgba(17, 25, 86, 1) 24%, rgba(35, 109, 168, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#100f15", endColorstr="#236da8", GradientType=1);

    overflow: hidden;
}

.faq-bg:before {
   content: ' ';
    display: block;
    position: absolute;
    left: 14%;
    top: 5%;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.05;
    background-image: url('../img/aton_bg_map.png');
    background-repeat: no-repeat;
    background-position: 50px 50px 50px 50px;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: 75% ;

}

.faq_header{

}

.faq_header h2{
    font-family: 'BrutalMedium';
   text-transform: uppercase;
overflow: hidden;
font-size: 33px;
    text-align: center;
    color:#fff;
}

.faq_header p{
    
font-family: 'BrutalLight';
font-size: 18px;
padding-top:25px;
    padding-bottom:100px;
letter-spacing: 1.5px;
line-height: 1.8;
text-transform: none;
    color:#f9f9f9;
        text-align: center;
}

.faq_padding{
    padding:45px 15px 15px 15px;
}

@media only screen and (max-width:768px) {
    section.faq{
    max-width:100%!important;
    width:100%;
   margin:0 auto;
    position: relative;
    z-index:3;
}
    
    .faq_header p{
        font-size:16px!Important;
         padding-bottom:50px!important;
    }
    
}


label {
display: inline-block;
margin-bottom: .5rem;
     font-family: 'BrutalMedium';
   text-transform: uppercase;
overflow: hidden;
font-size: 17px;
    color:#606060;
}



.form-control {
display: block;
width: 100%;
height: calc(2.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #f9f9f9;
background-clip: padding-box;
border: 1px solid #fff;
border-radius: 0px;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-box-shadow: 0px 10px 6px -10px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 10px 6px -10px rgba(0,0,0,0.27);
box-shadow: 0px 10px 6px -10px rgba(0,0,0,0.27);
}


.datenschutzlabel{
    float:left;
}







/* ---------- Joomla settings nm ----- */

.navbar-light .navbar-toggler-icon {
 background-image: none!Important;
}




h3.info {
     font-family: 'BrutalMedium';
    font-size: 16px;
    padding:20px 20px 20px 20px;
    letter-spacing: 1px;
    color:#fff;
  
}

h3.info span{
    font-size: 16px;
         font-family: 'BrutalLight';
     display:block;    letter-spacing: 2px;
    font-weight:300;
        padding-top:5px;
    color:#797a7c;
    letter-spacing: 0px;
}



.news-time{
     letter-spacing: 1.3px;
    font-weight:300;
    color:#f9f9f9;
     font-size: 15px;
    padding-top:15px;
}

.news-container-author-detail {
     color: #111956;
text-transform: uppercase;
font-family: 'BrutalMedium';
line-height: 34px;
}

.news-container-author-detail i {
    padding-right:10px;
}

h3.info a{

    color:#fff;
}

h3.info a:hover{
text-decoration: none;
    color:#fff;
}


.info_helpcon {
   
background: #111956;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
-webkit-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.52);
-moz-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.52);
box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.52);
z-index: 5;
      margin-top:20px;
    margin-bottom:20px;
}

.info_helpcon:hover{
-webkit-box-shadow: -2px 36px 41px -28px rgba(0,0,0,0.49);
-moz-box-shadow: -2px 36px 41px -28px rgba(0,0,0,0.49);
box-shadow: -2px 36px 41px -28px rgba(0,0,0,0.49);
    background: #111956;
}

.latest_angebot_picture {
       z-index:5;
    max-width:1100px;
    margin:0 auto;

   
}
.latest_angebot_picture img {
    max-width: 100%;
}

.paddingbtm{
    padding-bottom:35px!important;
}


.spacer_desktop {
    padding-top:90px;
}

.latest_angebot_detail_content p {
    padding-top:10px;
    padding-bottom:10px;
color: #797a7c!important;
    font-weight:normal;
margin: 0;
    font-size:18px;
line-height: 30px;
    
}

h3.latest_angebot_detail{
    padding-top:40px;
}

h1.objekt_headline {
    text-align: center!important;
    color: #111956;
text-transform: uppercase;
font-family: 'BrutalMedium';
overflow: hidden;
font-size: 33px;
padding-bottom: 5px;
}

h3.objekt_ort {
    text-align: center!important;
    font-size:20px;
    color:#797a7c;
    letter-spacing: 0.7px!important;
}

.latest_angebot_detail_content p a{
    color:#111956;
}