h2 {
    padding: 20px 0 50px !important;
    text-align: left;
    font-size: 2.5rem !important;
    color: #00305D;
    /*padding-bottom: 3rem;*/
    font-weight: lighter;
    font-family: "Open Sans Light", Arial, sans-serif;
}

.content-text {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 50px;
}

.col-md-7 li {
    list-style-type: square;
}

.col-md-7 ul {
    padding-left: 20px;
}

.subpage .container .row .fa-envelope,
.subpage .container .row .fa-globe-americas,
.subpage .container .row .fa-phone,
.subpage .container .row .fa-fax,
.subpage .container .row .fa-map-marker-alt,
.contact .fa-phone,
.contact .fa-fax {
    margin-right: 8px;
}

/*styles for address-cards*/

.col-md .frame.frame-default.frame-type-text.frame-layout-0 {

    /*background: #f9f9f9 url(../../Images/ecke.svg) no-repeat right bottom;*/
    background-size: 10%;
    background-color: #f9f9f9;
    padding: 25px 25px 0px;
    margin-bottom: 30px;
    min-height: 330px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(240, 240, 240, 1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(240, 240, 240, 1);
    box-shadow: 0px 0px 1px 1px rgba(240, 240, 240, 1);
}


/*video thumbnails*/


.d-block.h-100 .img-fluid.img-thumbnail {
    /*transition: opacity .2s ease-in;*/
    filter: grayscale(0.8);
    transition: filter .2s ease-in;
    padding: .25rem;
    background-color: #fff;
    border: none !important;
    /*border-radius: .25rem;*/
    max-width: 100%;
    height: auto;
}

.d-block.h-100 .img-fluid.img-thumbnail:hover {
    /*opacity: 0.5;*/
    filter: grayscale(0);
}

.d-block.h-100:hover .svg-inline--fa {
    color:  #FF0000;
}

.col-lg-6 .svg-inline--fa {
    display: inline-block;
    font-size: 3rem;
    overflow: visible;
    color: #f8f8f8;
    margin-top: -115px;
    margin-left: 115px;
    margin-bottom: 95px;
    filter: grayscale(0);
    transition: color .2s ease-in;
}


/* freigestellter Teaser Test */

.teasertext {
    position: relative;
    padding: 50px 50px 50px 20px;
    background: #ececec;
}

.teaserbox.full {
    padding-top: 50px;
    font-weight: bold;
}

.teaserbild {
    position: absolute;
    bottom: 0;
    right: 10px;
}

/*TeaserNav Test*/

.teasernav-item {
    background: #fff;
    height: 500px;
    box-shadow: 0 0 10px #ccc;
    padding: 0;
    margin: 40px 40px 40px 0;
}

.teasernav-item img {
    max-height: 50%;
}

.teasernav-link {
    padding: 20px;
    height: 50%;
    width: 100%;
}

.teasernav-link a p{
    color: #333;
}

.teasernav-link:hover, .teasernav-link-sub ul li a:hover {
    background: #00305D;
    color: #fff;
}

.teasernav-link:hover h3 {
    color: #fff;
}

.teasernav-link-sub ul {
    padding-left: 20px;
}

.teasernav-link-sub ul li a {
    padding: 5px;
}


