.hero {
    width: 100%;
    min-height: 60vh;
    padding: 0;
    background: var(--color-black);
    background: url(../images/slider/2.jpg) center center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 140px 0 60px 0;
}

.header {
    padding: 15px 0 2px;
    transition: all 0.5s;
    z-index: 997;
    background-color: rgba(255,255,255,0.8);
}

.hero h2 {
    color: #0d0f12;
    margin-bottom: 25px;
    font-size: 48px;
    font-weight: 300;
    -webkit-animation: fadeInDown 1s both 0.2s;
    animation: fadeInDown 1s both 0.2s;
}

.about h3 {
    color: var(--color-secondary);
    font-family: var(--font-secondary);
    font-weight: 300;
    font-size: 29px;
    margin-bottom: 20px;
}

h2.event {
    margin-top: 120px;
} 

.onfocus .video-play {
    min-height: 400px;
    background: linear-gradient(rgba(var(--color-black-rgb), 0.4), rgba(var(--color-black-rgb), 0.7)), url(../images/somglas/home-bg.jpg) center center;
    background-size: cover;
}

.testimonials {
    padding: 80px 0;
    background: url(../images/referenzen/ref.jpeg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.contact .map {
    margin-bottom: -67px;
}

.footer .footer-content {
    background: #2d8286;
    padding: 60px 0 30px 0;
}

.abstand-inhalt {
	margin-top: 42px;
	margin-bottom: 55px;
}

.breadcrumbs {
    padding: 1px 0;
    background: rgba(143,159,174,0.7);
    min-height: 35px;
    margin-top: -16px;
}

p.head {
    margin-top: 5px;
    margin-bottom: 3px;
    text-align: right;
    margin-right: 33px;
	color: #fff;
	font-size: 15px;
}

span {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 19px;
    color: #2d8286;
    font-style: revert;
}

i {
    font-style: inherit;
}

a.head {
    color: #fff;
    text-decoration: none;
    margin-left: 2px;
	font-size: 15px;
}

section.service {
    padding: 0px 0 0px 0;
    overflow: hidden;
}

.blog .blog-details .content blockquote p {
    color: var(--color-default);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: inherit;
    font-weight: 500;
    font-size: 16px;
}

.blog .blog-details {
    box-shadow: 0 4px 15px rgba(var(--color-black-rgb), 0.15);
    padding: 0px!important;
}

.blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #2d8286;
    margin-top: 20px;
    margin-bottom: 20px;
}

h4.content {
	font-family: var(--font-primary);
	color: #2d8286;
}

.features .tab-pane ul {
    list-style: inside;
    padding: 0;
}

.features .tab-pane ul li {
    padding-bottom: 2px;
}	

.footer .footer-content .footer-info h3.klein {
    font-size: 28px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
	text-transform: inherit;
}


p.downmenu {
	margin-top: 29px;
    color: rgba(26,31,36,0.4);
	font-size: 23px;
}

a.downmenu {
	font-size: 23px;
}