

html, body {
    height: 100%;

}

a {
    color: #23527c
}

body{
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:top center;
    background-attachment: fixed;
    font-size:16px;
    color:rgb(88,101,117);
    font-family:"Titillium Web",Arial;
    background-color:#fff;
}

#navbarTop ul.nav li a.active {
    background-color: #697b92;
}
.navbar-fixed-top
{
    background-color: transparent;
    background: transparent;

    height:125px;

    border: 0px;
    box-shadow: none;
}

.noPadding
{
    padding:0px;
}

.navbar-header
{
    height:110px;
}

#navbar ul {

    bottom:5px;
    position: absolute;
    right: 50px;

}
#navbar ul a {

    color:#1e3c63;
    text-transform:uppercase;
    display:block;
    border-bottom:7px solid transparent;
    font-weight:normal;
	text-shadow:none;


}
#navbar ul li:hover a, #navbar ul li .current {

    border-bottom:7px solid #1e3c63;;
}


.grid-container {
    padding-top: 50px;
    padding-bottom: 50px;


}
.grid-container:last-child
{
    margin-bottom:0px;
}


.navbar-fixed-top .container{
    background-color:#fff;
    height:125px;
    padding:5px 10px;
    border-bottom:5px solid #ff0000;
    width:1450px;
    padding-top:0px;
    position:relative;
}

.grid-container .container{
    /*    width:1280px;*/
}

#navbarTop{
    width: 50%;
    float: right;
    background-color: #e7e8ea;
    margin-bottom: 75px;
}

#navbarTop ul{
    float:right;
}


#navbarTop ul li{
    background-color:#586575;
    color:#fff;
    top:0px;
}

#navbarTop ul li:nth-last-child(2)
{
    background-color:rgba(229,22,48,1);
    margin-right: 20px;
}
#navbarTop ul li a {
    color: #fff;
    font-size:14px;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 35px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#navbarTop ul li.search{
    width: 50px;

    height: 50px;
    background-color: #fff;
    text-align: Center;
    line-height: 50px;
    color: #000;
    top: 0px;
    visibility: visible;
    display: block;
}
.search{
    visibility:hidden;
}

.searchBox
{
    background-color: #1e3c63;
    height: 70px;
    top: 125px;
    position: absolute;
    width: 100%;
    left: 0px;
}
.image-width-bubble
{

    width:90%;
    position: relative;
}

.bubble {

    position: relative;



    top: -100px;

}

.bubblePlus
{
    background-color: #aaa;
    border-radius: 50%;
    display:table;
    width:70px;
    height:70px;


}
.bubblePlus i,.bubblePlus span
{

    display:block;
    vertical-align: middle;
    text-align:center;
    left:0%;
    position:relative; /*makes left effective*/
    display:table-cell;
    color:#fff;
    font-size:45px;
}

.bubbleText
{
    vertical-align: middle;
    text-align:left;
    left:10%;
    position:relative; /*makes left effective*/
    display:table-cell;
    color:#fff;
    font-size:20px;

}
.bubble.position-left {
    left: -6%;
}

.bubble.position-right {
    left: 27%;
}


.bubble.red .bubblePlus
{
    background-color:rgba(30,60,99,1);
    left:80%;
}



.bubble.blue .bubblePlus
{
    background-color:rgba(229,22,48,1);
}


.cta-button
{
    margin:20px;
    text-align:center;
}

.cta-button a{
    background-color:rgba(229,22,48,1);
    color:#fff;
    padding:5px 20px;
    font-size:26px;
    text-transform:uppercase;
    font-weight:600;
}

.send-btn{
    background-color:rgba(229,22,48,1);
    color:#fff;
    padding:5px 20px;
    font-size:32px;
    text-transform:uppercase;
    font-weight:600;
    margin:20px;
    text-align:center;
    border:0px;
}

.grid-container-6-6 .cta-button
{
    text-align:left;
    margin-left: 0px;
    margin-top:50px;
    margin-bottom:50px;
    /* margin-top:70px; */
    /* float: left; */

}

.smallbubble {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(229,22,48,1);
    margin-bottom: 7px;
}
.standard-info-text a,.icon-teaser a
{
    font-weight:600;
    font-style:italic;
    color:rgba(30,60,99,1);
}
h1, h2
{
    color:rgba(30,60,99,1);
    font-size:50px;
    text-transform:uppercase;
    font-weight:700;
    margin-top:11px;
    margin-bottom:11px;
}

h4
{
    color:rgba(229,22,48,1);
    font-size:32px;
    line-height:34px;
    font-weight:400;
    margin-top:0;
    margin-bottom:20px;
}

h1.form-headline
{
    color:rgba(229,22,48,1);
    text-align:Center;
}


.icon-teaser
{
    text-align:center;
}
.icon-teaser h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.plusliste ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.plusliste ul li {
    width: 100%;
    float: left;
    margin-bottom: 20px;

}
.plusliste ul li::after
{
    clear:both;
}

.plusliste ul li i {

    padding-bottom: 15px;
    border-bottom: 2px solid #ff0000;
    float: left;
    display: block;
    width: 91%;
    padding-left: 12px;
}

.plusliste ul li:last-child i
{
    border:0px;
}
.plus-icon
{
    float:left;
    margin-right:7px;
}

.timeslider
{
    text-align:center;
}

.slick-dots {
    margin:0px;
    padding:0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 4px solid rgba(229,22,48,1);
    padding-top: 15px;
    margin-top: 15px;
    list-style:none;
}

.slick-dots li {
    background-color:rgba(229,22,48,1);
    font-weight: bold;
    border: 0px solid black;
    margin-top: -40px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
}

.number
{
    background-color: rgba(229,22,48,1);
    font-weight: bold;
    border: 0px solid black;
    width: 53px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 50%;
    font-size: 29px;
    margin-bottom:20px;
}

.timeslider .slick-dots li button
{
    display:none;
}

.slick-dots li button
{
    background-color:transparent;
    border:0px;
    color:#fff;
}

.a-left
{
    z-index: 1;
    position: absolute;
    left: -35px;
    top: 50px;
    cursor: pointer;
}

.a-right
{
    z-index: 1;
    position: absolute;
    right: -35px;
    top: 50px;
    cursor: pointer;
}

.company-selector .row-col
{
    display: table-row;

}

.white{
    color:#fff;
}
.company-row
{
    display:none;
}
.company-row:first-child{
    display:block;
}
.company-selector .col {
    display: table-cell;
    height: 362px;
    margin-bottom:5px;


}

.form-control
{

    border-radius:0px;
    height:50px;
    margin-bottom:10px;
}

.standard-info-text ul, .standard-info-text ul li
{
    margin-left:10px;
    font-weight:600;
    padding: 0.3em 0em;
}

#c9.grid-container {

    padding-top: 35px;
    padding-bottom: 10px;

}
.footer{
    margin-left: 0;
    margin-right: 0;
    bottom:0px;
    margin-top:0px;
    height:230px;
    padding-top:50px;
    background-color:#1e3c63;
    color:#fff;
}
.kontaktieren-sie-uns-box .container {
    padding-left:0;
    padding-right:0;
}
.footer-nav ul
{
    list-style:none;
    margin:0px;
    padding:0px;
}
.footer-nav ul li
{
    float:left;
    margin:5px 10px;
    color:#fff;
    margin-right: 30px;
}

.footer-nav ul li a{
    color:#fff;
    font-style:normal;
}

.news-list-item
{
    padding-top:40px;
    padding-bottom:40px;
}
.news-list-item:nth-child(odd) {background: #eff1f4}
.news-list-item:nth-child(event) {background: #FFF}


.news-list-item h2,.news-list-item h2 a{
    text-transform:uppercase;
    color:rgba(30,60,99,1);
    font-weight: 700;
}
.news-list-item h3
{
    color:rgba(229,22,48,1);
    margin-top:-4px;
}

.news-list-item .lead {
    font-size:18px!important;
}

@media screen and (max-width: 480px) {
    [data-aos-delay] {
        transition-delay: 0s !important;
    }
}

.standard-info-text ul li {
    list-style-type: square;
    color: rgba(30,60,99,1);
}
#c53.grid-container {
    padding-bottom:100px;
}
#c53 .a-right, #c53 .a-left {
    top: 193px;
    height: 50px;
}
#c44 .a-right, #c44 .a-left {
    height: 32px;
    top:25px;
}
#c107 .a-right, #c107 .a-left {
    height: 20px;
    top:20px;
}
#c107 .a-right {
    right: -10px;
}
#c107 .a-left {
    left: -10px;
}
#c107 .slick-slide .img-responsive {
    padding: 0 15px;
}

#c53 .numberslider ul.slick-dots {
    margin-top:50px;

}
#landingPageForm h1.form-headline {
    color:rgba(30,60,99,1);
    margin-bottom: 32px;
}

#c46 .company-row h3{
    color:#fff;
}
.map-overlay-outer {
    width: 50%;
    height: 500px;
    position: absolute;
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    max-width: 650px;
}
.map-overlay{

    z-index: 1;
    padding: 40px;
    background: rgba(14, 29, 48, 0.7);
    color: #fff;
}
.map-overlay>img {
    margin:20px 0;

}
.map-overlay-heading {
    font-size: 36px;
    line-height: 42px;
}
.map-overlay-small {
    font-size:16px;
}
.map-overlay-first.map-overlay-small {
    margin: 20px 0;
}

#c261>.container>.row {
    display:flex;
    align-items:center;
}
#c261 .column-1 {
    border-right: 3px solid rgb(239, 239, 239);
}
.kontakt-right {
    padding-left:50px;
    color: rgba(229,22,48,1);
    font-size: 24px;
    line-height: 26px;

    border-left: 5px dotted;
    height:300px;
}
.kontakt-right-inner {
    margin: 20px 0;
}
.kontakt-right-inner img {
    height:50px;
    margin-right:15px;
}
#c261 {
    margin-top:30px;
}
#c299{
    padding:0;
}
.img-responsive{
    margin:0 auto;
}

.tab-text-heading {
    margin-top:0;
    font-size: 32px;
    line-height:1.2em;
    padding:10px 0;
    color: #1e3c63;
}
.numberslider .slick-dots li>button:after {
    display:block;
    position:relative;
    padding-top:7px;
    color:#1e3c63;
    font-size:12px;
    line-height:14px;
    width: 0;
    text-align:center;
}
.numberslider .slick-dots .slick-active {
    border:2px solid #1e3c63;
}

.unternehmen-brand-popouts .tab-text-outer {
    background-color:#818b97;
    padding:30px;
    color:#fff;
}
.unternehmen-brand-popouts {
    min-height:700px;
}

.unternehmen-brand-popouts .hidden {
    display:none;
}
.unternehmen-brand-popouts .brand-img {
    cursor:pointer;
}


/* a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
} */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.4, 1.4);
        -ms-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.4, 1.4);
        -ms-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}


.form-headline {
    padding-top:125px;
    padding-bottom: 35px;
}



/* NAVBAR MOBILE */

@media screen and (max-width:1424px){
    .map-overlay{
        right: 13%;
    }
    #navbarTop {
        width: 68%;
    }
    .navbar-fixed-top .container {
        width:auto;
    }
    #navbar ul {
        position: absolute;
        overflow: auto;
        font-size: 0.9em;
        top: 70px;
        right: 0px;
        left:auto;
    }
    #navbar ul a {
        padding: 5px 10px;
    }
    #navbarTop ul li a {
        padding: 3px 15px;
    }
}
@media screen and (max-width: 1222px) {
    .navbar-brand .img-responsive {
        height: 50px;
        width: auto;
    }
    #navbar ul {
        top: 70px;
    }
}
@media screen and (max-width: 1222px) {
    .map-overlay-outer {
        width: 100%;
        height: 500px;
        position: absolute;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 50px;
        max-width: none;
    }
}
@media screen and (max-width: 991px) {
    h1, h2 {
        font-size:36px;
        line-height:38px;
    }
    .form-control#powermail_field_anrede {
        width:auto;
    }
    .cta-button a {
        font-size: 22px;
    }
    /* Column Ordering */
    .news-list-view .news-list-item:nth-child(even) .container {
        display:flex;
        flex-direction:column;
    }
    .news-list-view .news-list-item:nth-child(even)  .container .col-md-6:nth-child(1) {
        order:2;
    }
    .news-list-view .news-list-item:nth-child(even) .container .col-md-6:nth-child(2) {
        order:1;
    }
}
@media screen and (max-width: 971px) {
    #navbar ul {
        font-size: 0.68em;
        top: 58px;
    }
    .navbar-fixed-top .container {
        height: 100px;
    }
    .navbar-brand {
        float: left;
        padding: 10px 15px;
    }
}

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


    div.container-fluid:nth-child(2) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
        /*display:none;*/
    }

    .a-left {
        left: 0;
        z-index: 1;
        width:30px;
    }
    .slick-dots .slick-active {
        border: 2px solid black;
    }
    .a-right {
        right: 0;
        z-index: 1;
        width:30px;
    }
    #c44 .a-right, #c44 .a-left {
        height: 26px;
        top:20px;
    }
    #c53 .a-right, #c53 .a-left {
        height: 26px;
        top:254px;
    }
    #c53 .slider-item {
        text-align:center;
    }
    #c53 .slider-item .number{
        margin-left:auto;
        margin-right:auto;
    }
    .slider-item {
        padding-left:20px;
        padding-right:20px;
    }
    .standard-info-text ul, .standard-info-text ul li {
        margin-left:15px;
    }
    .kontakt-right {
        padding-left:0;
    }
    /* Column Ordering */
    #c23>.container>.row,
    #c15>.container>.row,
    #c367>.container>.row,
    #c25>.container>.row,
    #c309>.container>.row,
    #c59>.container>.row,
    #c237>.container>.row,
    #c244>.container>.row,
    #c291>.container>.row,
    #c253>.container>.row,
    #c107>.container>.row,
    #c123>.container>.row,
    #c127>.container>.row,
    #c97>.container>.row,
    #c89>.container>.row,
    #c328>.container>.row,
    #c74>.container>.row,
    #c286>.container>.row,
    #c199>.container>.row,
    #c224>.container>.row,
    #c306>.container>.row,
    #c151>.container>.row,
    #c142>.container>.row,
    #c155>.container>.row,
    #c137>.container>.row,
    #c186>.container>.row,
    #c177>.container>.row,
    #c169>.container>.row,
    #c303>.container>.row {
        display:flex;
        flex-direction:column;
    }
    #c23>.container>.row .column-1,
    #c15>.container>.row .column-1,
    #c367>.container>.row .column-1,
    #c25>.container>.row .column-1,
    #c309>.container>.row .column-1,
    #c59>.container>.row .column-1,
    #c237>.container>.row .column-1,
    #c244>.container>.row .column-1,
    #c291>.container>.row .column-1,
    #c253>.container>.row .column-1,
    #c107>.container>.row .column-1,
    #c123>.container>.row .column-1,
    #c127>.container>.row .column-1,
    #c97>.container>.row .column-1,
    #c89>.container>.row .column-1,
    #c328>.container>.row .column-1,
    #c74>.container>.row .column-1,
    #c286>.container>.row .column-1,
    #c199>.container>.row .column-1,
    #c224>.container>.row .column-1,
    #c306>.container>.row .column-1,
    #c151>.container>.row .column-1,
    #c142>.container>.row .column-1,
    #c155>.container>.row .column-1,
    #c137>.container>.row .column-1,
    #c186>.container>.row .column-1,
    #c177>.container>.row .column-1,
    #c169>.container>.row .column-1,
    #c303>.container>.row .column-1  {
        order:2;
    }
    #c23>.container>.row .column-2,
    #c15>.container>.row .column-2,
    #c367>.container>.row .column-2,
    #c25>.container>.row .column-2,
    #c309>.container>.row .column-2,
    #c59>.container>.row .column-2,
    #c237>.container>.row .column-2,
    #c244>.container>.row .column-2,
    #c291>.container>.row .column-2,
    #c253>.container>.row .column-2,
    #c107>.container>.row .column-2,
    #c123>.container>.row .column-2,
    #c127>.container>.row .column-2,
    #c97>.container>.row .column-2,
    #c89>.container>.row .column-2,
    #c328>.container>.row .column-2,
    #c74>.container>.row .column-2,
    #c286>.container>.row .column-2,
    #c199>.container>.row .column-2,
    #c224>.container>.row .column-2,
    #c306>.container>.row .column-2,
    #c151>.container>.row .column-2,
    #c142>.container>.row .column-2,
    #c155>.container>.row .column-2,
    #c137>.container>.row .column-2,
    #c186>.container>.row .column-2,
    #c177>.container>.row .column-2,
    #c169>.container>.row .column-2,
    #c303>.container>.row .column-2  {
        order:1;
    }
    #c70 .col-sm-4 {
        padding-top:20px;
        padding-bottom:20px;
    }


    #c46 .company-selector .company-row .col-xs-6 {
        width:100%;
    }
    .unternehmen-brand-popouts >.row {
        padding-left:15px;
        padding-right:15px;
    }
    .unternehmen-brand-popouts >.row .col-xs-2{
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 640px;
    }
    #navbar {
        margin-left: -25px;
        margin-right: -25px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    #navbar ul {
        position: absolute;
        left: 275px;
        text-align: left;
        padding: 0 15px;
        position: relative;
        background-color: #f6f6f6;
        text-align: left;
        width: 60%;
        left: 40%;
        top: 0;
    }
    #navbar ul li:hover a, #navbar ul li .current {
        border-bottom: 3px solid white;
    }
    #navbar ul li:last-child a{
        padding-bottom:15px;
        border-bottom: 3px solid rgba(30,60,99,1);
    }
    #navbar ul li:first-child a{
        padding-top:15px;
    }
    #navbar ul:last-child li:last-child a{
        border-bottom: 3px solid #f6f6f6;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: rgba(30,60,99,1);
    }
    .plusliste ul li i {
        width: 89%;
    }
    .navbar-collapse.collapse.show {
        max-height: 678px;
        overflow-y: auto;
    }
    .navbar-toggle {
        position: fixed;
        /* top: 5px; */
        top:10px;
        right: 0;
        color: #666e70;
        border:none;
        margin-right: 20px;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #fff;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 7px;
    }
    .navbar-toggle .icon-bar {
        width: 25px;
        height: 3px;
        border-radius: 1px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border:none;
    }

    #navbar ul a {
        color: rgb(88,101,117);
        font-size:14px;
        line-height:24px;

        font-weight: normal;

        padding:5px 10px;
        border-bottom: 3px solid white;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
        background:none;
        box-shadow: none;
    }
    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        background-color: rgba(255,255,255,0);
    }
    .navbar-brand {
        padding: 10px 0;
    }
    .navbar-fixed-top .container {
        /* height: 70px; */
        height:110px;
    }
    .navbar-header {
        /* height: 64px; */
        height:80px;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-collapse {
        padding:0;
    }
    .search{
        display:none!important;
    }

    .main-container {
        padding-top: 68px;
    }
    h1, h2 {
        color: rgba(30,60,99,1);
        font-size: 31px;
    }
    h4 {
        font-size:24px;
        line-height: 24px;
    }
    .cta-button a {
        font-size: 20px;
    }
    .grid-container {
        padding-top:25px;
        padding-bottom:25px;
    }

    #c261 > .container > .row {
        width:100%;
        display:block;
    }
    #c261 .column-1 {
        border-right: none;
    }
    .tab-text-heading {
        font-size: 26px;
    }
    #c53 .slider-item .col-xs-6 {
        width:100%;
    }
    .numberslider .slick-dots li > button::after {
        content:"";
    }
    .slick-dots li {
        background-color: rgba(229,22,48,1);
        font-weight: bold;
        border: 0px solid black;
        margin-top: -30px;
        width: 25px;
        height: 25px;
        line-height: 23px;
        text-align: center;
        border-radius: 50%;
        font-size: 10px;
    }
    #c29 .icon-teaser {
        margin:40px 0;
    }
}

@media screen and (max-width:600px) {
    .map-overlay-heading {
        font-size: 24px;
        line-height:36px;
    }
    .map-overlay-outer {
        padding:0;
    }

    .footer{
        text-align:center;
    }

    .footer-nav
    {
        width:100%;
    }
    .footer-nav ul li
    {
        width:100%;
    }

    .map-overlay-outer {
        width: 100%;
        height: auto;
        position: relative;
        left: 0!important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0px;
        max-width: none;
    }
    .kontakt-right
    {
        border-left:0px;
    }

    footer img {
        margin-top: 10px;
    }
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.input-row input
{
    background-color:transparent;
    color:#fff;
    font-size:20px;
    border:0px;
    border-bottom:2px #ff0000;
}

.searchBox
{
    display:none;
}

li
{
    list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHZJREFUeNpi/P//P8N7LXs+BgaGeiCOBGJJIH4OxMuAuEnw2sFPjO807UAKDgOxHgMmuATEtkxQE7ApYICK1zFBrcAHopigbsAHJJmgjsQHnoMULSegaDlIUSMQX8GhAOS7RiZQOAAZ1kDch2T1cyjfFiQPEGAAjeYeCWALQF0AAAAASUVORK5CYII=");
}

.plusliste li
{
    list-style:none;
}
/*
.timeslider {
   height: 300px;
margin-top: 30px;
width: 75%;
margin: 0 auto;
overflow: hidden;
}

.timeslider .slider-item
{

        position: relative;
height: 120px;
float: left;
width: 125px;


height: 300px;


}

.timeslider .slider-item h3
{
        position:absolute;
        left:0px;
        top: 230px;
}

.timeslider .slider-item.slick-current h3
{

        top: 190px;
}




.timeslider .slider-item.active,.timeslider .slider-item.slick-current
{
        position:relative;
        top:0;
        width:180px;

}

.timeslider .slick-list
{
        padding-left:120px;
                padding-right:120px;
        position: absolute;

top: 0px;
}


.timeslider .slick-track
{
        height:500px
}


.timeslider .slider-description
{
        position:absolute;
        display:none;
        width: 600px;
text-align: left;
top:-25px;


        background-repeat:no-repeat;
        padding-left:60px;
        background-size:31px 120px;
        background-position:10px bottom;
height:200px;

}


.timeslider .slider-item.active .slider-description
{
        display:block;
}

.timeslider .slider-item h3
{
        height:60px;
        width:150px;
        font-size:30px;
        line-height:60px;

                background-position:center;
                cursor:pointer;
                margin-top: 0px;

}

.timeslider .slider-item.active h3, .timeslider .slider-item.slick-current  h3
{
        height:80px;
        width:200px;
                font-size:34px;
        line-height:80px;
}


.timeslider .slider-item h3{
        background-image:url("../Images/timelinearrow.svg");
        background-repeat:no-repeat;
        float:left;
        display:inline-block;
        color:#fff;
                top: 200px;

         ;

}

.timeslider .slider-item.red h3{
        background-image:url("../Images/timelinearrowred.svg");
}



.timeslider .slider-item h1{
        color:#fff;
}

.slider-description-text
{
        position:absolute;
        bottom:10px;
}*/


.footer li
{
    list-style:none;
}

.powermail_form_1 input[type=text],.powermail_form_1 select, .powermail_form_1 textarea{
    background:none;
    color:#6a778d;
    border-color:#6a778d;
}


.powermail_form_1 input::placeholder,.powermail_form_1 textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#6a778d;
    opacity: 1; /* Firefox */
}

.powermail_form_1 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#6a778d;
}

.powermail_form_1 input::-ms-input-placeholder { /* Microsoft Edge */
    color:#6a778d;
}

.responsive-text-description
{
    position: relative;
    left: 38%;
    top: -92px;
    width: 100%;
    font-size: 27px;
    font-weight: 400;
    color: #6a778d;
    font-style: italic;
    background-image: url("../Images/hor-dots-long.svg");
    background-repeat: no-repeat;
    padding-left: 42px;
    background-size: 31px 309px;
    padding-top: 100px;


}

.slider-description-text
{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 28px;
    font-weight: 400;
    color: #6a778d;
    font-style: italic;

    background-repeat: no-repeat;
    padding-left: 42px;
    background-size: 31px 309px;
    padding-top: 0;
    min-height: 247px;
	padding-bottom:30px;


}

.f1_container {
    position: relative;
    margin: 10px auto;
    width: 450px;
    height: 300px;
    z-index: 1;
}
.f1_container {
    perspective: 1000;
}
.f1_card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}
.f1_container:hover .f1_card {
    transform: rotateY(180deg);

    box-shadow: -5px 5px 5px #aaa;
}
.face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}
.face.back {
    display: block;

    box-sizing: border-box;
    padding: 10px;
    color: white;
    text-align: center;
    background-color: #aaa;
}


.flip-container {
    perspective: 1000px;
    width: 450px;
    height: 300px;
    margin: 10px auto;
    max-width:100%;
    max-height:100%;

}
.flip-container:hover .flipper, .flip-container.hover .flipper, .flip-container.flip .flipper {

}
/*  UPDATED! flip the pane when hovered */
.flip-container:hover .back {
    opacity:1;
    height:100%;
}
.flip-container:hover .front {
    opacity:0;
}

.flip-container, .front, .back {

}

.back.no-image
{
    width: 100%;
    height: 0;
    bottom:0px;
    position:absolute;
    max-height:300px;
    box-shadow: -5px 5px 5px #aaa;
    background-color: #aaa;
    overflow: hidden;

}
.front img, .back img
{
    width:100%;
    height:auto;
}
.backContent
{
    padding:5px 10px;
}

.back
{
    background-color:#eef4f4;
}

.back.image{
    background-color:transparent;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
    min-height:300px;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;


}

/* back, initially hidden pane */
.back {
    z-index: 3;
    height:0px;
    opacity:1;
}

@media screen and (max-width:1440px) {
    .flip-container
    {
        height: 220px;
    }

    .flipper
    {
        min-height:220px;
    }
}

@media screen and (max-width:1280px) {
    .flip-container
    {
        height: 200px;
    }

    .flipper
    {
        min-height:200px;
    }
}

@media screen and (max-width:480px) {
    .responsive-text-description
    {
        background:none;
        padding-left:0px;
        left:0px;
    }

    .responsive-text-description br

    {
        display:none;
    }
    .flip-container
    {
        height: 260px;
    }

    .flipper
    {
        min-height:260px;
    }
}

img{
    opacity:1;
    transition:opacity 0.5s linear;
}


.searchBox
{
    background-color: #1e3c63;
    height: 70px;
    top: 125px;
    position: absolute;
    width: 100%;
    left: 0px;
}

.form-control {
    border-radius: 0px;
    height: 50px;
    margin-bottom: 10px;
}

#tx-indexedsearch-searchbox-sword
{
    background-color:#fff;
    margin-top: 8px;
    color:#000;
}


.slider-description-text
{



}

.timeslider .slick-dots li
{
	list-style:none;
}

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

    .slider-description-text
    {
        text-align: center;

        margin-left: 0%;
        font-size:16px;

        background:none;
		padding-left:0px;
    }

    .slick-dots .slick-active {
        border: 0px solid black;
    }

   .timeslider .slick-dots li {
    list-style: none;
    width: 30px;
    height: 30px;
    font-size: 30px;
    margin-top: 0px;
    float: left;
    border-radius: 50%;
    margin: 4px;
}

    .slick-dots {
        margin: 0px;
        padding: 0px;
        width: 800px;
        display: block;
        justify-content: space-between;
        border-top: 4px solid rgba(229,22,48,1);
        padding-top: 15px;
        margin-top: 15px;
        list-style: none;
    }

	.news-list-item h3
	{
		width:100%;
		margin-top:15px;
	}

	.main-container {
    padding-top: 110px;
}
}

/* Cookie banner cookieman */

.cookieman-plusbutton{
    font-size: 15px;
}

/* #cookieman-modal {
	display: flex !important;
	justify-content: center;
}

.modal.in .modal-dialog {
position: fixed;
bottom: 0;
} */

.modal-dialog {
margin-top: 400px !important;
}

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

    .modal-dialog {
        margin-top: 120px !important;
    }

}

#cookieman-modal [data-toggle=collapse][data-target="#cookieman-settings"]:after {
    font-size: 1rem;
    right: 0px !important;
    content:"";
}

.send-btn-outline{
    background-color:rgba(255,255,255,1);
    color:#1e3c63;
    padding:5px 15px;
    font-size:20px;
    font-weight:400;
    margin:2px;
    text-align:center;
    border-color: #1e3c63;
}

.send-btn-red{
    background-color:rgba(255,255,255,1);
   // color:rgb(229, 22, 48);
    color: #1e3c63;
    padding:5px 15px;
    font-size:15px;
    font-weight:400;
    margin:2px;
    text-align:center;
    //border-color: rgb(229, 22, 48);
    border-color: #1e3c63;
}



.send-btn-primary{
    background-color:#1e3c63;
    color:#fff;
    padding:5px 15px;
    font-size:15px;
    font-weight:400;
    margin:2px;
    text-align:center;
    border-color: #1e3c63;
}

.send-btn-primary:hover{
    color:rgb(229, 22, 48);
}

.send-btn-secondary{
    background-color:rgba(255,255,255,1);
    color: #818b97;
    padding:5px 15px;
    font-weight:400;
    margin:2px;
    text-align:center;
    border-color: #818b97;
}

#cookieman-settings .card-header {
    position: relative;
    padding: 5px;
}

.powermail_form input[type="text"], .powermail_form select, .powermail_form textarea {
  background: none;
  color: #6a778d;
  border-color: #6a778d;
}
.powermail_form input::placeholder,.powermail_form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#6a778d;
  opacity: 1; /* Firefox */
}

@media only screen and (min-width: 768px) and (max-width: 971px) {
  .navbar-header {
    width: 206px;
  }
  .navbar-header .navbar-brand img {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .respsonive-wrapper .responsive-text-description {
    width: 60%;
  }
}
@media screen and (max-width:480px) {
  #c287 .slick-dots {
    width: 100%;
  }
  #c289 + .row {
    width: calc(100% + 15px);
  }
}




body div.sg-cookie-optin-iframe-consent button {
  background-color: #88c349;
}

body div.sg-cookie-optin-iframe-consent button:hover {
  background-color: #70a13d;
}

body div.sg-cookie-optin-iframe-consent a {
  font-size: 19px;
  font-weight: 400;
}

body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-description,
body #SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list .sg-cookie-optin-box-cookie-detail-description {
  font-size: 12px;
}

body #SgCookieOptin .sg-cookie-optin-box-description a {
  font-weight: 700;
}

body #SgCookieOptin .sg-cookie-optin-box-footer-links {
  font-weight: 700;
}

body #SgCookieOptin .sg-cookie-optin-box-footer-user-hash-container {
  margin-top: 20px;
  font-size: 11px;
}


.gvgVideoStart {
  width: 100%;
  max-width: 750px;
  margin-left: calc(50% - 375px);
}

@media screen and (max-width:768px) {
  body .gvgVideoStart {
    margin-left: 0;
  }
}

.form_field_doppel {
  margin-left: -5248775px;
  position: absolute;
}
