


/***********************************************************************
/
/		SVG GRAFIKEN
/
/„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/

.icon-maps {fill: rgba(34,34,34,1);}
.icon-mail {fill: rgba(34,34,34,1);}
.icon-tel {fill: rgba(34,34,34,1);}
.icon-web {fill: rgba(34,34,34,1);}
.facebook {fill: rgba(34,34,34,1);}
.instagram {fill: rgba(34,34,34,1);}
.cls-2 {fill: transparent !important}
.teamviewer{fill: rgba(34,34,34,1);}
.nav-img {fill: rgba(34,34,34,1);}
/* LOGO */
.logo_svg_transparenz {
    fill: white;
    opacity: 0.3;
}
.logo_svg, .logo_hi {fill: rgba(34,34,34,1);}
.logo_w {fill: white;}

/***********************************************************************
/
/		SEITENEIGENSCHAFTEN
/
/„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/
body {
	margin: 0;
	padding: 0;
    font-family: univia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden;
	position: relative;
	color: rgba(184,172,162,1);
	background: rgba(34,34,34,1);
}
h1 {
	font-size: 3em;
	font-weight: bold;
}
h2 {
    color: rgba(184,172,162,1);
	font-size: 1.5em;
    font-weight: normal;
}
h3 {
    color: rgba(184,172,162,1);
	font-size: 1.2em;
}
h1 + h2 {
    margin-top: -20px;
}
h1 + h3 {
    margin-top: -20px;
}
a {
	color: inherit;
	text-decoration: none;
}
.clear {
	margin: 0;
	padding: 0;
	clear: both;
	opacity: 0;
	border: solid 0px transparent;
}
.margin {
    width: 80% !important;
    margin: 0 10% !important;
}
.post-edit-link {
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: rgba(184,172,162,1);
	margin-left: calc(50% - 50px);
}
::scrollbar {
    display: none
}
::-webkit-scrollbar {
    display: none
}
.res-off {
    display: block
}
.res-on {
    display: none
}
.lg-backdrop {z-index: 9999999999999 !important}
.lg-outer {z-index: 99999999999999 !important}
/***********************************************************************
/
/		NAVIGATION
/
/„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/

.head-web {
    width: calc(100% - 60px);
    background: rgba(34,34,34,1);
    color: white;
    height: 15vh;
    position: relative;
}
.head-web > p {
    position: absolute;
    right: 5%;
    bottom: 0;
    color: rgba(184,172,162,1);
    font-size: 1.5em;
    margin: 10px;

}
#nav-oc {display: none}
nav {
    position: fixed;
    right: 0px;
    top: 0;
    width: 60px;
    height: 100%;
    background-color: rgba(184,172,162,1);
    overflow: hidden;
    transition-property: width, background-color;
    transition: 0.6s ease;
    z-index: 9999999;
}
.nav-extra {
    position: absolute;
    bottom: 60px;
    left: 10px;
    width: 40px;
}
.nav-extra > a svg:hover .teamviewer,
.nav-extra > a svg:hover .instagram,
.nav-extra > a svg:hover .facebook,
.nav-extra > a svg:hover .icon-maps  {
    fill: white;
}
.trenner {
    width: 40px;
    height: 1px;
    margin: 10px 0;
    background-color: white;
}
label[for="nav-oc"] {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 10px;
    top: calc(50% - 20px);
    cursor: pointer;
}
label[for="nav-oc"] > div {
    position: absolute;
    width: 30px;
    height: 8px;
    left: 5px;
    background-color: rgba(34,34,34,1);
    transition-property: transform, background-color;
    transition: 0.3s ease;
}
label[for="nav-oc"]:hover > div {
    background-color: white;
}
label[for="nav-oc"] > div:nth-of-type(1) {
    top: 0;
}
label[for="nav-oc"] > div:nth-of-type(2) {
    top: 12px;
    transition-delay: 0.2s;
}
label[for="nav-oc"] > div:nth-of-type(3) {
    top: 24px;
    transition-delay: 0.4s;
}
#logo {
    position: absolute;
    top: 15px;
    left: 5%;
    width: 17%;
    height: auto;
    z-index: 999999;
}
#logo > svg .logo-text {

}
#nav-logo {
    width: 30%;
    height: auto;
    margin-top: 10%;
    margin-bottom: -10%;
}
.nav-zu-con {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 60px);
    height: 50px;
    overflow: hidden;
    background-color: rgba(34,34,34,1);
    z-index: 999;
}
nav > svg:first-of-type {
    width: 60px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.menu-main-container {
    position: absolute;
    left: 60px;
    top: 0;
    width: 1280px;
    padding: 0 calc(50% - 640px);
    height: 100%;
    background-color: rgba(34,34,34,1);
    z-index: 10;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.menu-main-container > ul {
    width: auto;
}
.menu-main-container > ul > li {
    display: block;
    float: left;
    margin-right: 20px;
    padding-left: 20px;
    border-left: solid 1px rgba(184,172,162,1);
    font-size: 1em
}
.menu-main-container > ul > li:first-of-type {
    border-left: none;
}
.menu-main-container > ul > li > ul {
    margin: 0;
    padding: 0;
    height: 200px;
}
.menu-main-container > ul > li > ul > li {
    color: white;
    list-style: none;
    font-size: 0.9em;
}
.menu-main-container > ul > li > ul > li::before {
    content: url("images/list@2x.png");
    margin-right: 35px;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: translateY(10px);
}
.menu-main-container > ul > li::before{
}
.menu-main-container > ul > li:hover {
}
.nav-untertitel {
    font-weight: normal;
    font-size: 0.6em;
    text-transform: none;
    margin-top: 0px;
}
.kontakt {
    width: 78%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    display: inline-block;
    color: rgba(255,255,255,1);
}
.kontakt > a {
    margin: 0 10px;
}
.kontakt > a > svg {
    height: 1.5em;
    margin-bottom: -5px;
}
.kontakt > a > svg .icon-maps, 
.kontakt > a > svg .icon-mail,
.kontakt > a > svg .icon-tel,
.kontakt > a > svg .icon-web {fill: rgba(184,172,162,1) !important;}
/*
    NAVIGATION ANFRAGEFORMULAR
*/

#anfrage-oc, #news-oc {display: none}
.anfrage-container {
    position: fixed;
    width: calc(100% - 60px);
    bottom: 0;
    left: 0px;
    height: 0;
    overflow: hidden;
    background-color: rgba(255,255,255,1);
    z-index: 99;
    transition: height 0.6s ease;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: soft-light;
    color: rgba(34,34,34,1);
}
.anfrage-container > .anfrage-close {
    position: absolute;
    top: calc(50% - 30px);
    left: 10px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.anfrage {
    display: block;
    text-align: center;
    color: white;
    width: 10%;
    height: 50px;
    line-height: 50px;
    transition: color 0.3s ease;
    cursor: pointer;
    background: rgba(255,255,255,1); 
    color: rgba(34,34,34,1);
    float: left;
}
.news-oc {
    display: block;
    text-align: center;
    color: white;
    width: 10%;
    height: 50px;
    line-height: 50px;
    transition: color 0.3s ease;
    cursor: pointer;
    background: rgba(184,172,162,1);
    color: rgba(34,34,34,1);
    float: left;
}
.news-oc::before {
    content: 'Text einblenden';
}
.anfrage > a {
    display: block;
}
.anfrage > div > svg {
    height: 3em;
}
.anfrage > div .icon-mail {
    fill: rgba(34,34,34,1);
    transition: fill 0.3s ease;
}
.anfrage:hover > div .icon-mail {
    fill: white;
}
.anfrage:hover {
    color: rgba(34,34,34,1);
}
.anfrage-header {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.anfrage-header > h2 {
    color: rgba(184,172,162,1);
}
.iphorm-outer {
    width: 60%;
    margin: 0 20%;
    height: 400px
}
.iphorm-elements {
    columns: 2;
}
.iphorm-element-wrap {
    width: 80%;
    margin-bottom: 10px;
}
.iphorm-element-wrap:nth-of-type(3) {
    margin-bottom: 20px;
}
.iphorm-element-spacer > label {
    font-weight: bold;
    font-size: 1.5em;
}
.iphorm-submit-element {
    background-color: rgba(184,172,162,1) !important;
    color: white !important;
    border-radius: 12px;
}
.iphorm-submit-element > span {
    background-color: transparent !important;
    color: white !important;
    border: none !important;
    padding: 15px 60px 15px 75px !important;
}
.iphorm-submit-element > span > em {
    background-color: transparent !important;
    color: white !important;
    border: none;
    font-size: 1.3em;
}
.iphorm-input-wrap > input[type="text"], .iphorm-input-wrap > input[type="email"] {
    width: 80%;
}
.anfrage-container > .anfrage-close > div {
    position: absolute;
    left: 0;
    width: 60px;
    height: 10px;
    background-color: rgba(184,172,162,1);
    border-radius: 5px;
}
.anfrage-container > .anfrage-close > div:nth-of-type(1) {
    top: 0;
    transform: rotate(-45deg);
}
.anfrage-container > .anfrage-close > div:nth-of-type(2) {
    top: 0;
    transform: rotate(45deg);
}
#anfrage-oc:checked ~ .anfrage-container {
    height: 80%;
}
/*
    NAVIGATION NEUIGKEITEN
*/

#neuigkeiten-oc {display: none}
.neuigkeiten-container {
    position: fixed;
    width: calc(100% - 60px);
    bottom: 50px;
    left: 0px;
    height: 0;
    overflow: scroll;
    background-color: rgba(34,34,34,1);
    z-index: 99;
    transition: height 0.6s ease;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: soft-light;
    color: white;
}
.neuigkeiten-container > .neuigkeiten-close {
    position: absolute;
    top: calc(50% - 30px);
    left: 10px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.neuigkeiten-oc {
    display: block;
    text-align: center;
    color: white;
    width: 10%;
    height: 50px;
    line-height: 50px;
    transition: color 0.3s ease;
    cursor: pointer;
    background: rgba(184,172,162,1);
    color: rgba(34,34,34,1);
    float: left;
}
.neuigkeiten-header {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.neuigkeiten-wrap {
    width: 1280px;
    margin-left: calc(50% - 640px);
}
.neuigkeiten-container > .neuigkeiten-close > div {
    position: absolute;
    left: 0;
    width: 60px;
    height: 10px;
    background-color: rgba(34,34,34,1);
    border-radius: 5px;
}
.neuigkeiten-container > .neuigkeiten-close > div:nth-of-type(1) {
    top: 0;
    transform: rotate(-45deg);
}
.neuigkeiten-container > .neuigkeiten-close > div:nth-of-type(2) {
    top: 0;
    transform: rotate(45deg);
}
#neuigkeiten-oc:checked ~ .neuigkeiten-container {
    height: 60%;
}
#neuigkeiten-oc:checked ~ .nav-zu-con .news-oc::before {
    content: 'Text ausblenden';
}

.neuigkeiten-box {
    display: block;
    width: 310px;
    margin: 0 10px 10px 0;
    float: left;
}
.neu-bild {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.nhigh-box {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 20px;
    background-color: rgba(34,34,34,1);
    color: white;
    z-index: 2;
}
.nhigh-span {
    display: block;
    font-size: 0.8em;
    margin-bottom: -5px;
}
.neu-titel {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: rgba(34,34,34,1);
    background-color: rgba(255,255,255,1);
    transition-property: color, background-color;
    transition: 0.3s ease;
}
.neuigkeiten-box:hover > .neu-titel {
    color: rgba(255,255,255,1);
    background-color: rgba(34,34,34,1);
}



#nav-oc:checked ~ nav {
    width: 100%;
}
#nav-oc:checked ~ nav .trenner,
#nav-oc:checked ~ nav .nav-extra > div > a {
    color: rgba(184,172,162,1);
}
#nav-oc:checked ~ nav .logo_svg_transparenz,
#nav-oc:checked ~ nav .logo_svg,
#nav-oc:checked ~ nav .logo_hi,
#nav-oc:checked ~ nav .logo_w,
#nav-oc:checked ~ nav .logo_svg_transparenz,
#nav-oc:checked ~ nav .nav-img,
#nav-oc:checked ~ nav .logo_svg,
#nav-oc:checked ~ nav .icon-maps, 
#nav-oc:checked ~ nav .facebook, 
#nav-oc:checked ~ nav .teamviewer, 
#nav-oc:checked ~ nav .instagram {
    fill: rgba(255,255,255,1);
}
#nav-oc:checked ~ nav > label[for="nav-oc"] > div:nth-of-type(1) {
    transform: rotate(45deg);
    width: 50px;
    top: 12px;
    left: -5px;
}
#nav-oc:checked ~ nav > label[for="nav-oc"] > div:nth-of-type(2) {
    width: 0;
}
#nav-oc:checked ~ nav > label[for="nav-oc"] > div:nth-of-type(3) {
    transform: rotate(-45deg);
    width: 50px;
    top: 12px;
    left: -5px;
}



/***********************************************************************
/
/		COVER
/
/„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/

.cover {
    width: calc(100% - 60px);
    height: 85vh;
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
.cover-single {
    width: calc(100% - 60px);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-overflow-scrolling: touch;
}
.cover-intro {
    width: 100%;
    height: 100vh;
    z-index: 999999999;
    -webkit-overflow-scrolling: touch;
}
.cover-ref {
    width: calc(100% - 60px);
    height: 85vh;
    position: relative;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}


/***********************************************************************
/
/		CONTENT
/
/„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/

.content-container {
    width: calc(80% - 60px);
    min-height: 85vh;
    height: auto;
    background-color: rgba(188,179,160,0.8);
    padding: 5% 10%;
    color: #323232;
    line-height: 2em;
}
.content-container::after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
.projekte-container {
    width: calc(80% - 60px);
    min-height: 100vh;
    height: auto;
    background-color: rgba(184,172,162,1);
    padding: 5% 10%;
    color: white;
    line-height: 2em;
}
.projekte-container::after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}


/***********************************************************************
/
/		PROJEKTE
/
/„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/

.ausgleich {
    width: 1470px;
    margin: 0 auto;
}
.projekte-box {
    width: 480px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 25px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
}
.p-bild {
    width: 100%;
    padding-bottom: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.p-date {
    width: 60px;
    height: 48px;
    padding: 15px 10px ;
    float: left;
    background-color: rgba(34,34,34,1);
    font-weight: bold;
    font-size: 1.2em;
}
.p-date > div:nth-of-type(1) {
    width: 30px;
    height: 15px;
    float: left;
    color: rgba(184,172,162,1);
    text-align: right;
}
.p-date > div:nth-of-type(2) {
    width: 30px;
    height: 17px;
    float: left;
    color: white;
    text-align: left;
}
.p-date > div:nth-of-type(3) {
    width: 60px;
    height: 25px;
    float: left;
    color: rgba(184,172,162,1);
    text-align: center;
}
.p-titel {
    position: relative;
    width: calc(100% - 140px);
    background-color: white;
    padding: 0px 30px;
    float: left;
    height: 78px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.p-titel > span:first-of-type {
    font-size: 0.8em;
    letter-spacing: 5px;
    color: rgba(184,172,162,1);
    margin-bottom: -10px;
}
.p-titel > div {
    color: rgba(184,172,162,1);
    font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
}
.p-titel > span:last-of-type {
    color: rgba(34,34,34,1);
    font-size: 0.8em;
    margin-top: -10px;
}
.p-titel > svg {
    position: absolute;
    bottom: -92px;
    right: 0;
    height: 92px;
    width: auto;
    transform-origin: top right;
    transform: rotate(90deg);
}


/***********************************************************************
/
/		BEITRAGS LISTE
/
/„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/

.beitrag-liste-box {
    padding-bottom: 30px;
    border-bottom: solid 2px white;
    position: relative;
    margin-top: 30px;
}
.beitrag-liste-box::after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
.bl-bild {
    width: 25%;
    padding-bottom: 18%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    float: left;
    margin-right: 30px;
    position: relative;
}
.bl-bild > svg {
    width: 20%;
    height: auto;
    transform: rotate(180deg);
    position: absolute;
    bottom: 0;
}
.bl-titel-container {
    width: calc(75% - 100px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.bl-titel-container > div {
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: -28px;
}
.bl-titel-container > h3 {
    margin-top: -25px;
}
.bl-link {
    display: block;
    position: absolute;
    right: 0;
    bottom: 30px;
    padding: 8px 40px;
    background-color: rgba(34,34,34,1);
    color: rgba(184,172,162,1);
    border-radius: 20px;
    font-weight: bold;
    border: solid 2px transparent;
    transition-property: border, color, background;
    transition: 0.3s ease;
}
.bl-link:hover {
    background-color: rgba(184,172,162,1);
    border-color: rgba(34,34,34,1);
    color: rgba(34,34,34,1);
}
@media (max-width: 1280px) {
    .bl-link {
        bottom: 30px;
        padding: 5px 20px;
    }
}



/***********************************************************************
/
/		RESPONSIVE
/
/„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/


@media (max-width: 1470px) {
    .ausgleich {
        width: 980px;
        margin: 0 auto;
    }
}

/*
    ENDE 1470px
*/

@media (max-width: 1440px) {
	h1 {
		font-size: 2em;
	}
}

/*
    ENDE 1440px
*/

@media (max-width: 1280px) {
    .nav-extra > div:nth-of-type(1) {
        width: 40px;
        height: 130px;
        margin: 10px 0 45vh 0;
        position: relative;
    }
    .anfrage-container {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0px;
        height: 0;
        overflow: hidden;
        background-color: rgba(34,34,34,1);
        z-index: 99;
        transition: height 0.6s ease;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-color: rgba(34,34,34,1);
        background-blend-mode: soft-light;
    }
    .anfrage {
        top: 26%;
        left: calc(50% - 300px);
        width: 600px;
    }
    .anfrage > br {
        display: none;
    }
    .anfrage-header > h1 {
        font-size: 1.5em;
    }
    .anfrage-header > h2 {
        font-size: 1.1em;
    }
    .iphorm-element-spacer > label {
        font-weight: bold;
        font-size: 1.1em;
    }
    .iphorm-outer {
        width: 80%;
        margin: 0 20%;
        height: 400px
    }
    .menu-main-container > ul > li {
        font-size: 1.2em;
        height: 60px;
    }
    .kontakt {
        width: 750px;
        left: calc(50% - 375px);
    }
    .entdecken {
        height: 40px;
        line-height: 40px;
    }
    .logo-container > .flex > figure > img {
        width: 150px;
    }
}

/*
    ENDE 1280px
*/

@media (max-width: 1120px) {
    .ausgleich {
        width: 490px;
        margin: 0 auto;
    }

}

/*
    ENDE 1120px
*/

@media (max-width: 800px) {
    .res-off {
        display: none
    }
    .res-on {
        display: block
    }
    .nav-extra {
        width: 30px;
        margin: 40px 15px;
    }
    .nav-extra > div:nth-of-type(1) {
        margin: 10px 0 20vh 0;
    }
    .nav-extra > div > a {
        font-size: 0.8em;
        left: 30px;
    }
    .trenner {
        width: 30px;
        margin: 5px 0;
    }
   .menu-main-container {
    }
   .menu-main-container > ul {
        position: static;
        height: auto;
        display: block;
        margin: 30px auto;
    }
    .logo-container {
        position: static;
        margin-left: 60px;
        width: 80%;
        height: auto;
        padding: 0;
        overflow: hidden;
    }
    .logo-container > .flex {
        flex-direction: column;
        
    }
    .logo-container > .flex > figure {
        width: 50%;
        flex-basis: 50%;
        float: left;
    }
    .entdecken {
        position: static;
        width: 400px;
        height: 50px;
        line-height: 50px;
        border-radius: 20px;
        margin-left: calc(50% - 230px);
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .anfrage {
        position: static;
        width: 350px;
    }
    .nav-bg {
        position: absolute;
        top: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
}

/*
    ENDE 800px
*/

@media (max-width: 500px) {
	h1 {
		font-size: 1.5em;
	}
    .nav-extra {
        width: 30px;
        margin: 40px 15px;
    }
    .nav-extra > div:nth-of-type(1) {
        margin: 10px 0 50vh 0;
    }
    .nav-extra > div > a {
        font-size: 0.8em;
        left: 30px;
    }
    .trenner {
        width: 30px;
        margin: 5px 0;
    }
   .menu-main-container > ul {
        position: static;
        height: auto;
        display: block;
        margin: 30px auto;
       width: calc(80% - 40px)
    }
    .logo-container {
        position: static;
        margin-left: 30px;
        width: 80%;
        height: auto;
        padding: 0;
        overflow: hidden;
    }
    .logo-container > .flex {
        flex-direction: column;
        
    }
    .logo-container > .flex > figure {
        width: auto;
    }
    .logo-container > .flex > figure > img {
        width: 250px;
    }
    .entdecken {
        position: static;
        width: 250px;
        height: 50px;
        line-height: 50px;
        border-radius: 20px;
        margin-left: calc(50% - 160px);
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 0.8em;
    }
    .nav-bg {
        position: absolute;
        top: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
    .cover-single {
        width: calc(100% - 60px);
        height: 20vh;
    }
    .content-container {
        width: calc(90% - 60px);
        min-height: 80vh;
        height: auto;
        background-color: rgba(184,172,162,1);
        margin-left: 0%;
        margin-top: 20vh;
        padding: 5%;
        color: white;
        line-height: 2em;
    }
    .projekte-box {
        width: 250px;
        margin-bottom: 30px;
    }
    .p-titel {
        width: calc(100% - 100px);
        font-size: 1em;
        padding: 15px 10px;
    }
    .p-titel > span {
        margin-top: -15px;
    }
    .logo-container > h3 {
        margin-top: -15px;
    }
    #logo {
        position: fixed;
        bottom: -2px;
        left: -2px;
        width: 30%;
        height: auto;
        z-index: 9999;
    }
    .bl-bild {
        width: 100%;
        padding-bottom: 65%;
        margin-right: 30px;
    }
    .bl-titel-container {
        height: 100px;
        width: 100%;
        margin-bottom: 50px;
    }
    .bl-link {
        display: block;
        position: absolute;
        right: calc(50% - 103px);
        bottom: 30px;
        padding: 8px 40px;
        background-color: rgba(34,34,34,1);
        color: rgba(184,172,162,1);
        border-radius: 20px;
        font-weight: bold;
        border: solid 2px transparent;
        transition-property: border, color, background;
        transition: 0.3s ease;
    }

    .bl-link:hover {
        background-color: rgba(184,172,162,1);
        border-color: rgba(34,34,34,1);
        color: rgba(34,34,34,1);
    }
}

/***********************************************************************
/
/		BILDNAV
/
/„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/


.bildnav-container {
    position: absolute;
    width: 1280px;
    bottom: 100px;
    left: calc(50% - 640px);
}
.bn-box {
    width: 280px;
    height: 240px;
    margin: 10px;
    padding: 10px;
    background: rgba(34,34,34,1);
    float: left;
    animation-name: erster;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    transform: translateY(500px);
}
.bn-box:nth-of-type(1) {
    animation-delay: 1s;
}
.bn-box:nth-of-type(2) {
    animation-delay: 1.1s;
}
.bn-box:nth-of-type(3) {
    animation-delay: 1.2s;
}
.bn-box:nth-of-type(4) {
    animation-delay: 1.3s;
}
.bn-bild {
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.bn-links-container {
    width: calc(100% - 20px);
    height: 100%;
    position: absolute;
    top: 0%;
    opacity: 0;
    background-color: rgba(34,34,34,0.90);
    padding: 20px;
    line-height: 1.5em;
    transition: opacity 0.3s ease;
}
.bn-links-container > a {
    display: block;
    transition: color 0.3s ease;
    transform: translateX(-500px);
    transition: transform 0.2s ease;
}
.bn-links-container > a:hover {
    color: white;
}
.bn-links-container > a::before {
    content: '>> ';
    font-size: 0.6em;
}
.bn-titel {
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    line-height: 2.5em;
    color: white;
}
.bn-box:hover > .bn-bild > .bn-links-container {
    opacity: 1;
}
.bn-box:hover > .bn-bild > .bn-links-container > a:nth-of-type(1) {
    transform: translateX(0);
    transition-delay: 0.1s;
}
.bn-box:hover > .bn-bild > .bn-links-container > a:nth-of-type(2) {
    transform: translateX(0);
    transition-delay: 0.2s;
}
.bn-box:hover > .bn-bild > .bn-links-container > a:nth-of-type(3) {
    transform: translateX(0);
    transition-delay: 0.3s;
}
.bn-box:hover > .bn-bild > .bn-links-container > a:nth-of-type(4) {
    transform: translateX(0);
    transition-delay: 0.4s;
}
.bn-box:hover > .bn-bild > .bn-links-container > a:nth-of-type(5) {
    transform: translateX(0);
    transition-delay: 0.5s;
}
.bn-box:hover > .bn-bild > .bn-links-container > a:nth-of-type(6) {
    transform: translateX(0);
    transition-delay: 0.6s;
}
.bn-box:hover > .bn-bild > .bn-links-container > a:nth-of-type(7) {
    transform: translateX(0);
    transition-delay: 0.7s;
}
.bn-box:hover > .bn-bild > .bn-links-container > a:nth-of-type(8) {
    transform: translateX(0);
    transition-delay: 0.8s;
}

@keyframes erster {
    from {transform: translateY(500px)}
    90% {transform: translateY(-60px)}
    to {transform: translateY(0px)}
}


/***********************************************************************
/
/		LOGO ANIMATION
/
/„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/

.logo-animation-container {
    width: 80%;
    height: 80%;
    padding: 5% 10% 15% 10%;
    background-color: rgba(34,34,34,1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.logo-animation-container > svg:nth-of-type(1), .logo-animation-container > svg:nth-of-type(2) {
    position: absolute;
    top: 10%;
    width: 10%;
}
.hli {
    fill:none;
    stroke:#afa99f;
    stroke-miterlimit:18.29;
    stroke-width:2.48px;
}
.hre{
    fill:none;
    stroke:#afa99f;
    stroke-miterlimit:18.29;
    stroke-width:2.48px;
}
.logo-animation-container > .center-h > svg:nth-of-type(1) {
    width: 49%;
    float: left;
    margin: 0.5%;
}
.logo-animation-container > .center-h > svg:nth-of-type(2) {
    width: 49%;
    float: left;
    margin: 0.5%;
}
.hettegger, .medientechnik {
    font-size: 6em;
    font-weight: bold;
    color: white;
}
.hettegger {
   float: left;
}
.medientechnik {
    float: right;
}
.logo-animation-container > .center {
    position: relative;
    width: 1180px;
}
.logo-animation-container > .center-h {
    position: relative;
    width: 400px;
}
.logo-animation-container > .center-s{
    margin-top: -20px;
}
.logo-animation-container > .center-s > div {
    float: left;
    font-size: 3.2em;
    font-weight: 200;
}

.h-l, .h-r {
    opacity: 0;
    animation-delay: 1s;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
}
.h-l {
    transform: translateX(-500px);
    animation-name: h-links;
}
.h-r {
    transform: translateX(500px);
    animation-name: h-rechts;
}
.hettegger, .medientechnik {
    opacity: 0;
    animation-delay: 1.8s;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}
.hettegger {
    animation-name: hettegger;
}
.medientechnik {
    animation-name: medientechnik;
}
.s1, .s2, .s3, .s4 {
    opacity: 0;
    animation-name: s1;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
} 
.s1 {
    animation-delay: 2s;
} 
.s2 {
    animation-delay: 2.1s;
} 
.s3 {
    animation-delay: 2.2s;
} 
.s4 {
    animation-delay: 2.3s;
} 
.logo-animation-container {
    animation-name: bg;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-delay: 4s;

} 
@keyframes h-links {
    from {transform: translateX(-500px); opacity: 0}
    to {transform: translateX(0px); opacity: 1}
}
@keyframes h-rechts {
    from {transform: translateX(500px); opacity: 0}
    to {transform: translateX(0px); opacity: 1}
}
@keyframes hettegger {
    from {transform: translateY(60px); opacity: 0}
    to {transform: translateY(0px); opacity: 1}
}
@keyframes medientechnik {
    from {transform: translateY(60px); opacity: 0}
    to {transform: translateY(0px); opacity: 1}
}
@keyframes s1 {
    from {transform: translateY(60px); opacity: 0}
    to {transform: translateY(0px); opacity: 1}
}
@keyframes bg {
    from {height: 80%; opacity: 1; padding: 5% 10% 15% 10%;}
    to {height: 0%; opacity: 0; padding: 0% 10% 0% 10%;}
}





/* SLIDER CONTAINER */
    .ref-slider {
        width: 100%;
        height: 250px;
        position: relative;
        margin: 30px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .ref-slider > input {display: none}
    
/* SLIDER STEUERELEMENTE */
    .left, .right {
        width: 10%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .left > label, .right > label {
        display: none;
        width: 50px !important;
        height: 50px !important;
        border-left: solid 10px rgba(255,255,255,0.6);
        border-top: solid 10px rgba(255,255,255,0.6);
        cursor: pointer;
    }
    .left > label {transform: rotate(-45deg)}
    .right > label {transform: rotate(135deg)}
    
/* SLIDER CONTENT */
    .ref-content {
        width: 1280px;
        height: 100%;
        overflow: hidden;
    }
    
/* SLIDER CONTENT BOXEN */
    .ref-box {
        display: block;
        width: 0px;
        float: left;
        height: 250px;
        background-color: rgba(34,34,34,1);
        overflow: hidden;
        transition: 0.3s ease;
        transition-property: width, background-color;
    }
    .ref-box > div {
        width: 300px;
        height: 230px;
        margin: 10px;
    }
    .ref-box > div > .bild {
        width: 100%;
        padding-bottom: 65%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .ref-box > div > .titel {
        text-align: center;
        font-weight: bold;
        line-height: 40px;
        transition: color 0.3s ease;
    }
    .ref-box:hover {background-color: rgba(184,172,162,1)}
    .ref-box:hover > div > .titel {color: rgba(34,34,34,1)}








@media (max-width: 1660px) {
    .ref-content {
        width: 960px !important;
    }
}
@media (max-width: 1370px) {
    .bildnav-container {
        width: 640px;
        left: calc(50% - 320px);
    }
    .bn-box {
        transform: translateY(900px);
    }
}
@media (max-width: 1280px) {
    .menu-main-container {
        position: static;
        width: 90%;
        padding: 0;
        height: 100vh;
        margin-left: 60px;
        background-color: rgba(34,34,34,1);
        z-index: 10;
        overflow-y: scroll;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .menu-main-container > ul {
        width: 100%;
        margin: 0;
        padding: 60px 20px;
        overflow: scroll;
    }
    .menu-main-container > ul > li {
        display: block;
        float: left;
        margin-right: 20px;
        padding-left: 120px;
        border-left: none;
        font-size: 1em;
        height: auto !important;
        margin-top: 20px;
        width: calc(50% - 140px);
    }
    .menu-main-container > ul > li:first-of-type {
        border-left: none;
    }
    .menu-main-container > ul > li > ul {
        margin: 0;
        padding: 0;
        height: auto;
    }
    .menu-main-container > ul > li > ul > li {
        color: white;
        list-style: none;
        font-size: 0.9em;
    }
    .menu-main-container > ul > li > ul > li::before {
        content: url("images/list@2x.png");
        margin-right: 35px;
        display: inline-block;
        width: 10px;
        height: 10px;
        transform: translateY(10px);
    }


    .nav-zu-con {
        position: fixed;
        bottom: 0;
        left: 0;
        width: calc(100% - 60px);
        height: 100px;
        overflow: hidden;
        background-color: rgba(34,34,34,1);
        z-index: 999;
    }
    .kontakt {
        width: 100%;
    }
    .news-oc {
        width: 50%;
    }
    .anfrage {
        width: 50%;
    }
}
@media (max-width: 500px) {
    .head-web {
        width: calc(100% - 60px);
        background: rgba(34,34,34,1);
        color: white;
        height: 15vh;
        position: relative;
    }
    .head-web > p {
        position: static;
        color: rgba(184,172,162,1);
        font-size: 0.6em;
        margin: 0px;
        width: 100%;
        text-align: center;
    }
    #logo {
        position: static;
        width: 20%;
        height: auto;
        z-index: 999999;
    }
    #logo > img {
        width: 60%;
        margin: 0 20%;
        margin-top: 10px;
    }
    nav {
        background-color: transparent;
    }
    .nav-extra {
        display: none;
        position: absolute;
        bottom: auto;
        top: -10px;
        left: auto;
        right: 5px;
        width: 40px;
    }
    label[for="nav-oc"] {
        position: absolute;
        width: 60px;
        height: 15vh;
        left: 0px;
        top: 0px;
        background-color: rgba(184,172,162,1);
        cursor: pointer;
    }
    label[for="nav-oc"] > div {
        position: absolute;
        width: 30px;
        height: 8px;
        left: 15px;
        background-color: rgba(34,34,34,1);
        transition-property: transform, background-color;
        transition: 0.3s ease;
    }
    label[for="nav-oc"]:hover > div {
        background-color: white;
    }
    label[for="nav-oc"] > div:nth-of-type(1) {
        top: 35px;
    }
    label[for="nav-oc"] > div:nth-of-type(2) {
        top: 47px;
        transition-delay: 0.2s;
    }
    label[for="nav-oc"] > div:nth-of-type(3) {
        top: 59px;
        transition-delay: 0.4s;
    }
    #nav-oc:checked ~ nav > label[for="nav-oc"] > div:nth-of-type(1) {
        transform: rotate(45deg);
        width: 50px;
        top: 35px;
        left: 5px;
    }
    #nav-oc:checked ~ nav > label[for="nav-oc"] > div:nth-of-type(2) {
        width: 0;
    }
    #nav-oc:checked ~ nav > .nav-extra {
       display: block;
    }
    #nav-oc:checked ~ nav > label[for="nav-oc"] > div:nth-of-type(3) {
        transform: rotate(-45deg);
        width: 50px;
        top: 35px;
        left: 5px;
    }
    .menu-main-container {
        position: static;
        width: 90%;
        padding: 0;
        height: 100vh;
        margin-left: 60px;
        background-color: rgba(34,34,34,1);
        z-index: 10;
        overflow-y: scroll;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .menu-main-container > ul {
        width: 100%;
        margin: 0;
        padding: 60px 20px;
        overflow: scroll;
    }
    .menu-main-container > ul > li {
        display: block;
        float: none;
        margin-right: 20px;
        padding-left: 20px;
        border-left: none;
        font-size: 1em;
        height: auto !important;
        margin-top: 20px
    }
    .menu-main-container > ul > li:first-of-type {
        border-left: none;
    }
    .menu-main-container > ul > li > ul {
        margin: 0;
        padding: 0;
        height: auto;
    }
    .menu-main-container > ul > li > ul > li {
        color: white;
        list-style: none;
        font-size: 0.9em;
    }
    .menu-main-container > ul > li > ul > li::before {
        content: url("images/list@2x.png");
        margin-right: 35px;
        display: inline-block;
        width: 10px;
        height: 10px;
        transform: translateY(10px);
    }
    .cover {
        width: 100%;
        overflow-y: scroll;
    }
    .cover-single {
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
        overflow-y: scroll;
        position: static;
    }
    .cover-intro {
        width: 100%;
        height: 100vh;
        z-index: 999999999;
    }
    .cover-ref {
        width: 100%;
        height: 85vh;
        position: relative;
        overflow: scroll;
    }
    .nav-zu-con {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 150px;
        overflow: hidden;
        background-color: rgba(34,34,34,1);
        z-index: 999;
    }
    .kontakt {
        width: 100%;
        height: 50px;
        line-height: 1.4em;
        text-align: center;
        color: white;
        display: inline-block;
        color: rgba(255,255,255,1);
    }
    .kontakt > a {
        display: block;
    }
    .kontakt > a:nth-of-type(4) {
        display: none;
    }
    .kontakt > a:nth-of-type(5), .kontakt > a:nth-of-type(6) {
        display: inline-block;
    }
    .bildnav-container {
        position: absolute;
        width: 80%;
        margin: 0 10%;
        margin-top: 200px;
        bottom: auto;
        top: 0%;
        left: auto;
    }
    .bildnav-container::after {
        content: '';
        display: block;
        width: 100%;
        height: 200px; 
    }
    .bn-box {
        width: 280px;
        height: 240px;
        margin: 0px;
        padding: 10px;
        background: rgba(34,34,34,1);
        float: none;
        animation: none;
        transform: translateY(0px);
    }
    .bn-box:nth-of-type(1) {
        animation-delay: 1s;
    }
    .bn-box:nth-of-type(2) {
        animation-delay: 1.1s;
    }
    .bn-box:nth-of-type(3) {
        animation-delay: 1.2s;
    }
    .bn-box:nth-of-type(4) {
        animation-delay: 1.3s;
    }
    .bn-bild {
        position: relative;
        width: 100%;
        padding-bottom: 70%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }
    .bn-links-container {
        width: calc(100% - 20px);
        height: 100%;
        position: absolute;
        top: 0%;
        opacity: 0;
        background-color: rgba(34,34,34,0.90);
        padding: 20px;
        line-height: 1.5em;
        transition: opacity 0.3s ease;
    }
    .bn-links-container > a {
        display: block;
        transition: color 0.3s ease;
        transform: translateX(-500px);
        transition: transform 0.2s ease;
    }
    .bn-links-container > a:hover {
        color: white;
    }
    .bn-links-container > a::before {
        content: '>> ';
        font-size: 0.6em;
    }
    .bn-titel {
        width: 100%;
        text-align: center;
        font-size: 1.3em;
        text-transform: uppercase;
        line-height: 2.5em;
        color: white;
    }
    .neuigkeiten-container {
        position: fixed;
        width: calc(100% - 0px);
        bottom: 150px;
        left: 0px;
        height: 35%;
        overflow: scroll;
        background-color: rgba(34,34,34,1);
        z-index: 99;
        transition: height 0.6s ease;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-blend-mode: soft-light;
        color: white;
    }
    .neuigkeiten-container > .neuigkeiten-close {
        display: none;
    }
    .neuigkeiten-oc {
        display: block;
        text-align: center;
        color: white;
        width: 10%;
        height: 50px;
        line-height: 50px;
        transition: color 0.3s ease;
        cursor: pointer;
        background: rgba(184,172,162,1);
        color: rgba(34,34,34,1);
        float: left;
    }
    .neuigkeiten-header {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .neuigkeiten-wrap {
        width: 90%;
        padding: 5%;
        margin-left: 0;
    }
    .neuigkeiten-container > .neuigkeiten-close > div {
        position: absolute;
        left: 0;
        width: 60px;
        height: 10px;
        background-color: rgba(34,34,34,1);
        border-radius: 5px;
    }
    .neuigkeiten-container > .neuigkeiten-close > div:nth-of-type(1) {
        top: 0;
        transform: rotate(-45deg);
    }
    .neuigkeiten-container > .neuigkeiten-close > div:nth-of-type(2) {
        top: 0;
        transform: rotate(45deg);
    }
    #neuigkeiten-oc:checked ~ .neuigkeiten-container {
        height: 60%;
    }
    #neuigkeiten-oc:checked ~ .nav-zu-con .news-oc::before {
        content: 'Text ausblenden';
    }
    

/* SLIDER CONTAINER */
    .ref-slider {
        width: 100%;
        height: 300px;
        position: relative;
        margin: 30px 0;
        display: block;
    }
    .ref-slider > input {display: none}
    
/* SLIDER STEUERELEMENTE */
    .left, .right {
        position: absolute !important;
        bottom: 0 !important;
        width: 50% !important;
        height: 50px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .left {left: 0;}
    .right {right: 0;}
    .left > label, .right > label {
        display: none;
        width: 20px !important;
        height: 20px !important;
        border-left: solid 10px rgba(255,255,255,0.6);
        border-top: solid 10px rgba(255,255,255,0.6);
        cursor: pointer;
    }
    .left > label {transform: rotate(-45deg)}
    .right > label {transform: rotate(135deg)}
    
/* SLIDER CONTENT */
    .ref-content {
        width: 320px !important;
        margin: 0 auto;
        height: calc(100% - 50px) !important;
        overflow: hidden;
        position: absolute !important;
        top: 0 !important;
        left: calc(50% - 160px) !important;
    }
    
/* SLIDER CONTENT BOXEN */
    .ref-box {
        display: block;
        width: 0px;
        float: left;
        height: 250px;
        background-color: rgba(34,34,34,1);
        overflow: hidden;
        transition: 0.3s ease;
        transition-property: width, background-color;
    }
    .ref-box > div {
        width: 300px;
        height: 230px;
        margin: 10px;
    }
    .ref-box > div > .bild {
        width: 100%;
        padding-bottom: 65%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .ref-box > div > .titel {
        text-align: center;
        font-weight: bold;
        line-height: 40px;
        transition: color 0.3s ease;
    }
    .ref-box:hover {background-color: rgba(184,172,162,1)}
    .ref-box:hover > div > .titel {color: rgba(34,34,34,1)}

    
    
    
        .logo-animation-container {
            width: 80%;
            height: 90%;
            padding: 5% 10% 15% 10%;
            background-color: rgba(34,34,34,1);
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 999999999;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }
        .logo-animation-container > svg:nth-of-type(1), .logo-animation-container > svg:nth-of-type(2) {
            position: absolute;
            top: 10%;
            width: 10%;
        }
        .hli {
            fill:none;
            stroke:#afa99f;
            stroke-miterlimit:18.29;
            stroke-width:2.48px;
        }
        .hre{
            fill:none;
            stroke:#afa99f;
            stroke-miterlimit:18.29;
            stroke-width:2.48px;
        }
        .logo-animation-container > .center-h > svg:nth-of-type(1) {
            width: 125px;
            float: left;
            margin: 2px;
        }
        .logo-animation-container > .center-h > svg:nth-of-type(2) {
            width: 125px;
            float: left;
            margin: 2px;
        }
        .hettegger, .medientechnik {
            font-size: 1.5em;
            font-weight: bold;
            color: white;
        }
        .hettegger {
           float: left;
        }
        .medientechnik {
            float: right;
        }
        .logo-animation-container > .center {
            position: relative;
            width: 100%;
        }
        .logo-animation-container > .center-h {
            position: relative;
            width: 260px;
            margin: 50px auto 0 auto;
        }
        .logo-animation-container > .center-s{
            margin-top: 0px;
        }
        .logo-animation-container > .center-s > div {
            float: left;
            font-size: 0.8em;
            font-weight: 200;
        }

        .h-l, .h-r {
            opacity: 0;
            animation-delay: 1s;
            animation-duration: 0.3s;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in;
        }
        .h-l {
            transform: translateX(-500px);
            animation-name: h-links;
        }
        .h-r {
            transform: translateX(500px);
            animation-name: h-rechts;
        }
        .hettegger, .medientechnik {
            opacity: 0;
            animation-delay: 1.8s;
            animation-duration: 0.2s;
            animation-fill-mode: forwards;
            animation-timing-function: ease;
        }
        .hettegger {
            animation-name: hettegger;
        }
        .medientechnik {
            animation-name: medientechnik;
        }
        .s1, .s2, .s3, .s4 {
            opacity: 0;
            animation-name: s1;
            animation-duration: 0.2s;
            animation-fill-mode: forwards;
        } 
        .s1 {
            animation-delay: 2s;
        } 
        .s2 {
            animation-delay: 2.1s;
        } 
        .s3 {
            animation-delay: 2.2s;
        } 
        .s4 {
            animation-delay: 2.3s;
        } 
        .logo-animation-container {
            animation-name: bg;
            animation-duration: 0.4s;
            animation-fill-mode: forwards;
            animation-delay: 4s;

        } 
        @keyframes h-links {
            from {transform: translateX(-500px); opacity: 0}
            to {transform: translateX(0px); opacity: 1}
        }
        @keyframes h-rechts {
            from {transform: translateX(500px); opacity: 0}
            to {transform: translateX(0px); opacity: 1}
        }
        @keyframes hettegger {
            from {transform: translateY(60px); opacity: 0}
            to {transform: translateY(0px); opacity: 1}
        }
        @keyframes medientechnik {
            from {transform: translateY(60px); opacity: 0}
            to {transform: translateY(0px); opacity: 1}
        }
        @keyframes s1 {
            from {transform: translateY(60px); opacity: 0}
            to {transform: translateY(0px); opacity: 1}
        }
        @keyframes bg {
            from {height: 80%; opacity: 1; padding: 5% 10% 15% 10%;}
            to {height: 0%; opacity: 0; padding: 0% 10% 0% 10%;}
        }

    }





