


* {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
}

body {
    font-family: 'raleway', sans-serif; 
    line-height: 160%;
    font-size: 2.1rem;
    color: #666;
    position: relative;
    height: 100%;
    background: #fff;
    font-weight: 300;
    overflow-y: scroll;
    background: #ddd;
}

body.fancybox-active {
    overflow: hidden;
    margin-right: var(--sbw);
}


a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease-out;
    border: 0;
}

a:hover {
    /* color: #890700; */
}

b, strong {
    font-weight: 400;
}

p {
    margin-bottom: 2rem;
}

p.no_mb, p:last-child {
    margin-bottom: 0;
}







.hidden, #mmenu, .sh_smpt, .visually-hidden, #header .instagram {
    display: none;
}


#wrapper {
    position: relative;
    max-width: 2560px;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

#menu_bar {
    position: absolute;
    right: 0;
    top: 0;
    width: 10rem;
    height: 100vh;
    z-index: 99999;
}

#menu_fixed {
    position: fixed;
    width: 10rem;
    height: 100vh;
}

#menu_bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10rem;
    max-width: 2560px;
    background: #4d5563;
    transition: 0.3s ease-out;
}

#menu_bg.menu_active {
    width: 100vw;
}

#rmenu {
    position: absolute;
    left: 3rem;
    top: 3rem;
    z-index: 999999;
    height: 4rem;
    cursor: pointer;
}

#rmenu #rmenu_icon {
    display: block;
    width: 4rem;
    height: 2px;
    background: rgba(255,255,255,1);
    position: relative;
    top: calc(50% - 1px);
    transition: background 0s 0.15s;
}

#rmenu.menu_active #rmenu_icon {
    background: rgba(255,255,255,0);
}

#rmenu #rmenu_icon:before {
    content: '';
    display: block;
    position: absolute;
    width: 4rem;
    height: 2px;
    background: rgba(255,255,255,1);
    position: absolute;
    top: -1.2rem;
    transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
}
    
#rmenu #rmenu_icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 4rem;
    height: 2px;
    background: rgba(255,255,255,1);
    position: absolute;
    top: 1.2rem;
    transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
}
    
#rmenu.menu_active #rmenu_icon:before {
    top: 0;
    transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
    transform: rotate(135deg);
}

#rmenu.menu_active #rmenu_icon:after {
    top: 0;
    transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
    transform: rotate(-135deg);
}

#language {
    position: absolute;
    left: 0;
    width: 10rem;
    bottom: 2rem;
    text-align: center;
    color: #fff;
    z-index: 10;
}

#phone {
    position: absolute;
    left: 3rem;
    bottom: 21rem;
    display: block;
    width: 4rem;
    height: auto;
    z-index: 10;
}

#mail {
    position: absolute;
    left: 3rem;
    bottom: 15.2rem;
    display: block;
    width: 4rem;
    height: auto;
    z-index: 10;
}

#route {
    position: absolute;
    left: 3rem;
    bottom: 8rem;
    display: block;
    width: 4rem;
    height: auto;
    z-index: 10;
}

#menu {
    position: absolute;
    z-index: 10;
    width: calc(100vw - 10rem);
    max-width: calc(2560px - 10rem);
    right: 10rem;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    visibility: hidden;
    pointer-events: none;
}

#menu.menu_active {
    visibility: visible;
    pointer-events: auto;
}


#menu ul {
    list-style: none;
}

#menu ul li {
    margin-bottom: 15px;
    text-align: center;
    transform: translateX(-1400px);
}

#menu ul li:nth-child(1) { transition: 0.3s ease-out; }
#menu ul li:nth-child(2) { transition: 0.3s ease-out; }
#menu ul li:nth-child(3) { transition: 0.3s ease-out; }
#menu ul li:nth-child(4) { transition: 0.3s ease-out; }
#menu ul li:nth-child(5) { transition: 0.3s ease-out; }
#menu ul li:nth-child(6) { transition: 0.3s ease-out; }
#menu ul li:nth-child(7) { transition: 0.3s ease-out; }

#menu.menu_active ul li:nth-child(1) { transition: 0.3s 0.3s ease-out; }
#menu.menu_active ul li:nth-child(2) { transition: 0.3s 0.4s ease-out; }
#menu.menu_active ul li:nth-child(3) { transition: 0.3s 0.5s ease-out; }
#menu.menu_active ul li:nth-child(4) { transition: 0.3s 0.6s ease-out; }
#menu.menu_active ul li:nth-child(5) { transition: 0.3s 0.7s ease-out; }
#menu.menu_active ul li:nth-child(6) { transition: 0.3s 0.8s ease-out; }
#menu.menu_active ul li:nth-child(7) { transition: 0.3s 0.9s ease-out; }

#menu.menu_active ul li {
    transform: translateX(0);
}

#menu ul li a {
    color: #fff;
    font-size: 4.2rem;
    line-height: 140%;
    display: inline-block;
    font-weight: 200;
    position: relative;
}


section {
    width: calc(100% - 10rem);
    padding: 20rem 0;
}


section#home {
    padding: 0;
    height: 100vh;
    position: relative;
}

section#home .video {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    background: #eee;
}

section#home .video #logo {
    position: absolute;
    left: 5rem;
    top: 4rem;
    width: 27rem;
    height: auto;
    z-index: 10;
}

section#home .video video, video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section#home .loesungen {
    position: absolute;
    right: 0;
    top: 0;
    height: 60%;
    width: 60%;
    background: #fff;
    padding: 5rem;
    box-sizing: border-box;
    font-size: 2.8rem;
    font-weight: 200;
    line-height: 180%;
    display: flex;
    align-items: center;
}

section#home .anwendungen {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40%;
    width: 60%;
}

section#home .anwendungen > div:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #4d5563;
    color: #fff;
    padding: 5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

section#home .anwendungen > div:first-child h2 {
    font-family: 'raleway', sans-serif; 
    font-size: 3.1rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    color: #fff;
}

section#home .anwendungen > div:first-child a {
    color: #fff;
}

section#home .anwendungen > div:first-child a.read_more:before {
    filter: brightness(10);
}



section#home .anwendungen > div:last-child {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: url(../../../images/home/AdobeStock_364564749.jpeg);
    background-size: cover;
}




h1 {
    font-family: 'termina', sans-serif;
    color: #EAA721;
    font-size: 7.3rem;
    margin-bottom: 20px;
    line-height: 130%;
    font-weight: 300;
    text-align: left;
    position: relative;
}

h2 {
    font-family: 'termina', sans-serif;
    color: #EAA721;
    font-size: 4.6rem;
    margin-bottom: 2rem;
    line-height: 130%;
    font-weight: 300;
    text-align: left;
    position: relative;
}

h2.big {
    font-size: 7.3rem;
    margin-bottom: 5rem;
}

.content {
    max-width: 160rem;
    margin: 0 auto;
}

.read_more {
    position: relative;
    display: block;
    padding-left: 6rem;
}

.read_more:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4rem;
    background: url(../images/arrow.svg) center center no-repeat;
    background-size: contain;
}







.vorteile {
    display: flex;
    justify-content: space-between;
}

.vorteile > div:first-child {
    width: 35%;
}

.vorteile > div:last-child {
    width: 55%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vorteile > div:last-child > div {
    width: 45%;
    margin-bottom: 10rem;
    box-sizing: border-box;
}

.vorteile > div:last-child > div h2 {
    font-size: 3.1rem;
}

.vorteile > div:last-child > div:nth-child(3), .vorteile > div:last-child > div:nth-child(4) {
    margin-bottom: 0;
}



#anwendungen .anwendungen > div {
    height: 35rem;
    background: #4d5563;
    color: #fff;
    position: relative;
    margin-bottom: 5rem;
}

#anwendungen .anwendungen.entwicklung > div {
    height: 50rem;
}

#anwendungen .anwendungen.entwicklung > div:nth-child(1) > div:first-child { background-image: none; }

#anwendungen .anwendungen > div:last-child {
    margin-bottom: 0;
}

#anwendungen .anwendungen > div > div:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 35%;
    background: #eee center center;
    background-size: cover;
}

#anwendungen .anwendungen > div:nth-child(1) > div:first-child { background-image: url(../../../images/anwendungen/AdobeStock_332637524.jpeg); }
#anwendungen .anwendungen > div:nth-child(2) > div:first-child { background-image: url(../../../images/anwendungen/AdobeStock_949706630.jpeg); }
#anwendungen .anwendungen > div:nth-child(3) > div:first-child { background-image: url(../../../images/anwendungen/AdobeStock_1264730650.jpeg); }
#anwendungen .anwendungen > div:nth-child(4) > div:first-child { background-image: url(../../../images/anwendungen/AdobeStock_264823907.jpeg); }
#anwendungen .anwendungen > div:nth-child(5) > div:first-child { background-image: url(../../../images/anwendungen/AdobeStock_1284782000.jpeg); }
#anwendungen .anwendungen > div:nth-child(6) > div:first-child { background-image: url(../../../images/anwendungen/AdobeStock_638341413.jpeg); }
#anwendungen .anwendungen > div:nth-child(7) > div:first-child { background-image: url(../../../images/anwendungen/AdobeStock_807806605.jpeg); }
#anwendungen .anwendungen > div:nth-child(8) > div:first-child { background-image: url(../../../images/anwendungen/AdobeStock_1292203297.jpeg); }

#anwendungen .anwendungen > div > div:last-child {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 65%;
    padding: 5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

#anwendungen .anwendungen > div > div:last-child h3 {
        font-family: 'raleway', sans-serif; 
    font-size: 3.1rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    color: #fff;
}





.produkte {
    display: flex;
    justify-content: space-between;
}
/*
.produkte > div:first-child {
    width: 50%;
}

.produkte > div:last-child {
    width: 40%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
*/

.produkte > div {
    width: 47.5%;
}

.produkte > div:last-child > div {
    width: 45%;
    margin-bottom: 10rem;
}


ul {
    list-style: none;
}

.slide > div:first-child {

    background: #eee;
    display: flex;
    padding: 5px 10px;
    font-size: 26px;
    font-weight: 400;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}


	.slide svg {fill:#4d5563 !important; width: 60px; height: 60px; margin-right: 10px;}

.slide.open > div:first-child {
    background: #4d5563;
    color: #fff;
}

.slide.open svg {fill:#fff !important;}


.slide .slide_arrow {
    position: absolute;
    width: 30px;
    height: auto;
    right: 20px;
    top: 20px;
transition: 0.3s ease-out;
}

.slide.open .slide_arrow {
    transform: rotate(90deg);
}

.slide > div:last-child {

    background: #eee;
    padding: 0;

    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.slide.open > div:last-child {
    height: auto;
    max-height: 400px;
}

.slide > div:last-child > div {
    padding: 20px;
}

.slide > div:last-child ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.slide > div:last-child ul li {
    width: 50%;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}

.slide > div:last-child ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 7px;
    height: 7px;
    background: #EAA721;
    border-radius: 50%;
}