@font-face {
    font-family: 'PTSansWebRegular';
    src: url('pt-sans_regular.woff2') format('woff2'),
		 url('pt-sans_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSerifWebRegular';
    src: url('pt-serif_regular.woff2') format('woff2'),
		url('pt-serif_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansWebItalic';
    src: url('pt-sans_italic.woff2') format('woff2'),
		url('pt-sans_italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansWebBold';
    src: url('pt-sans_bold.woff2') format('woff2'),
		url('pt-sans_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

nav {
    opacity: 0;

    /* Anfangs unsichtbar */
    visibility: hidden;

    /* Verhindert Interaktion */
    transition: opacity 0.5s ease-in, visibility 0.5s ease-in;

    /* Übergang für den Effekt */
}

nav.is-visible {
    opacity: 1;
    visibility: visible;
}

.navbar-toggler {
    border: 0;
}

.logospecial {
    position: absolute;
    top: -20px;
    left: -380px;
    z-index: 10;
}

.logospecialmobil {
    width: 155px;
    height: auto;
}

.logobild {
    position: relative;
    top: -97px;
}

.bauz {

    width: 100%;
    max-width: 200px;
}

.bauz1 { position: absolute; top: 160px; right: 100px; }

.navigationaddons {
    position: relative;
    top: -20px;
    left: 33%;
}

.short1 {
    color: #FB6A17;
    font-size: 20px;
    line-height: 1.1;
    padding-left: 50px;
    padding-top: 20px;
    hyphens: auto;
}

.padleft {
    padding-left: 50px;
}

.headline1 {
    text-align: left;
}

#auswahl1 {
    border: 1px solid rgb(210, 205, 205);
    width: 160px;
    padding: 8px;
    color: black;
}

.linkspad {
    height: auto;
    padding-left: 40px;
}

.toppadding {
    padding-top: 80px;
}

:root {
    --bs-body-font-family: 'PTSansWebRegular', sabs-serif;
}

h3 {
    font-size: 22px;
}

.orange {
    color: #FB6A17;
    position: relative;
    left: 300px;
    font-size: 16px;
}

.orange1 {
    color: #FB6A17;
    padding-left: 76px;
}

.link-orange {
    color: #FB6A17;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.link-orange:hover {
    padding: 0;
    margin: 0;
    color: #ffffff;
    text-decoration: none;

    /* background-color: #FB6A17; */
}

body {
    font-family: 'PTSansWebRegular';
    font-weight: normal;
    font-style: normal;
    color: #000000;
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: #232426;
    --bs-nav-link-hover-color: #FB6A17;
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

video {
    width: 100%;
    height: auto;
}

.contmittel {
    position: relative;
    padding-top: 60px;
    padding-left: 80px;
    background: url("https://dev-dmms.de/ruhl/img/Hintergrund_02_hand_buero.jpg");
    background-position: left top;
    height: 890px;
    width: 100%;
    max-width: 1780px;
}

.boxo {
    position: absolute;
    top: 340px;
    left: 0px;
    z-index: 5;
    background-color: #FB6A17;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 50%;
    max-width: 600px;
    color: white;
    opacity: 1;
    float: left;
    height: 340px;
    text-align: left;
    font-size: 16px;
    hyphens: auto;
}

.boxw {
    position: absolute;
    top: 390px;
    right: -20px;
    z-index: 5;
    background-color: rgb(255, 255, 255, 0.8);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin: 20px;
    width: 50%;
    max-width: 600px;
    color: #FB6A17;
    opacity: 1;
    height: 360px;
    text-align: left;
    float: right;
    font-size: 16px;
    hyphens: auto;
}

.accordo {
    display: none;
    font-size: 18px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion1 {
    color: white;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    background-color: transparent;
}

.accordion2 {
    color: black;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    background-color: transparent;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion1:hover {
}

/* Style the accordion panel. Note: hidden by default */
.panel1 {
    padding: 0 10px;
    overflow: hidden;
}

.contentcol1 {
    display: none;
    padding: 0;
    padding-left: 24px;
    overflow: hidden;
}

.contentcol2 {
    display: none;
    padding: 0;
    padding-left: 24px;
    overflow: hidden;
}

.contentcol3 {
    display: none;
    padding: 0;
    padding-left: 24px;
    overflow: hidden;
}

.contentcol4 {
    display: none;
    padding: 0;
    padding-left: 24px;
    overflow: hidden;
}

.contentcol5 {
    display: none;
    padding: 0;
    padding-left: 24px;
    overflow: hidden;
}

.contentcol6 {
    display: none;
    ppadding: 0;
    padding-left: 24px;
    overflow: hidden;
}

.contentcol1a {
    display: none;
    padding: 0;
    padding-left: 24px;
    overflow: hidden;
}

.contentcol2a {
    display: none;
    padding: 0;
    padding-left: 24px;
    overflow: hidden;
}

.contentcol3a {
    display: none;
    padding: 0;
    padding-left: 24px;
    overflow: hidden;
}

.contentcol4a {
    display: none;
    ppadding: 0;
    padding-left: 24px;
    overflow: hidden;
}

.contentcol5a {
    display: none;
    padding: 0;
    padding-left: 24px;
    overflow: hidden;
}

.contentcol6a {
    display: none;
    padding: 0;
    padding-left: 24px;
    overflow: hidden;
}

.listenstil {
    list-style-type: '... ';
    padding-left: 30px;
    font-size: 20px;
}

.listenstil li {
    margin-bottom: 8px;
}

.listenstiloben {
    list-style-type: '- ';
    padding-left: 20px;
}

.listenstiloben li {
    margin-bottom: 8px;
}


.listenstilunten {
    list-style-type: '... ';
    padding-left: 10px;
}

.listenstilunten li {
    margin-bottom: 8px;
}

.boxo.in-view {
    animation-name: Bewegen;

    /* Verweist auf die Keyframe-Regel */
    animation-duration: 1s;

    /* Dauer der Animation, z.B. 1 Sekunde */
    animation-timing-function: ease-out;

    /* Beschleunigungsfunktion */
    animation-fill-mode: forwards;
}

.boxw.in-view {
    animation-name: Bewegen;

    /* Verweist auf die Keyframe-Regel */
    animation-duration: 1s;

    /* Dauer der Animation, z.B. 1 Sekunde */
    animation-timing-function: ease-out;

    /* Beschleunigungsfunktion */
    animation-fill-mode: forwards;
}

@keyframes Bewegen {
    from {
        /* Startzustand */
        opacity: 0;
        transform: translateY(-50px);

        /* Position 50px über dem Endpunkt */
    }

    to {
        /* Endzustand */
        opacity: 1;
        transform: translateY(0);

        /* Endposition */
    }
}

.is-visible {
    opacity: 1;
    visibility: visible;
}

.left {
    width: 60%;
    padding-top: 100px;
    padding-left: 160px;
    float: left;
    height: auto;
    margin: 0;
    font-size: 20px;
}

.right {
    width: 30%;
    float: left;
    text-align: center;
    padding-top: 60px;
    height: auto;
    margin: 0;
}

.contheight {
    height: 380px;
}

.circleorange {
    background-color: #FB6A17;
    position: relative;
    width: 200px;
    height: 200px;
    top: 10px;
    left: 140px;
    border: 0px solid black;
    text-align: center;
    border-radius: 100px;
    color: white;
    padding-top: 40px;
    font-size: 18px;
}

.circleorange.in-view {
    animation: rotation 1s;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

.unten {
    width: 86%;
max-width: 1000px;
}

.card {
    background-color: rgb(238, 238, 239, 0.5);
    border: 0;
}

.btn1 {
    background-color: #FB6A17;
    border: 0;
    border-radius: 0;
    padding: 10px;
    color: white;
    float: right;
    transition-duration: 0.4s;
}

.btn1:hover {
    background-color: #020202;
}

@media only screen and (max-width: 1400px) {
    .listenstil {
        display: none;
    }

    .accordo {
        display: block;
    }

    .contmittel {
        position: relative;
        padding-top: 60px;
        padding-left: 80px;
        height: 1260px;
        width: 100%;
        max-width: 1780px;
        background: url("https://dev-dmms.de/ruhl/img/Hintergrund_02_hand_buero.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .boxo {
        position: absolute;
        top: 360px;
        left: 80px;
        z-index: 5;
        background-color: #FB6A17;
        padding: 20px;
        width: 100%;
        max-width: 540px;
        color: white;
        opacity: 1;
        float: left;
        height: auto;
        text-align: left;
    }

    .boxw {
        position: absolute;
        top: 700px;
        left: 60px;
        z-index: 5;
        background-color: rgb(255, 255, 255, 0.8);
        padding: 20px;
        margin: 20px;
        width: 100%;
        max-width: 540px;
        color: #FB6A17;
        opacity: 1;
        height: auto;
        text-align: left;
        float: left;
    }

    .right {
        position: relative;
        left: -80px;
    }
}

@media only screen and (max-width: 400px) {
    .logospecial {
        position: absolute;
        left: -120px;
        z-index: 10;
    }

    .navigationaddons {
        display: none;
    }

    .contheight {
        height: 900px;
        width: 90%;
    }

    #circleorange {
        left: 80px;
    }

    .orange {
        color: #FB6A17;
        position: relative;
        left: 40px;
        font-size: 18px;
    }

    .contmittel {
        position: relative;
        padding-top: 60px;
        padding-left: 20px;
        height: 1500px;
        width: 100%;
        max-width: 2000px;
    }

    .boxo {
        position: absolute;
        top: 340px;
        left: 0px;
        z-index: 5;
        background-color: #FB6A17;
        padding: 20px;
        width: 100%;
        max-width: 520px;
        color: white;
        opacity: 1;
        float: left;
        height: auto;
        text-align: left;
    }

    .boxw {
        position: absolute;
        top: 890px;
        left: -20px;
        z-index: 5;
        background-color: white;
        padding: 20px;
        margin: 20px;
        width: 100%;
        max-width: 520px;
        color: #FB6A17;
        opacity: 1;
        height: 580px;
        text-align: left;
        float: left;
    }

    .right {
        position: relative;
        float: left;
        left: -60px;
    }

    .padleft {
        padding-left: 0px;
    }

    .left {
        width: 100%;
        font-size: 18px;
    }
}

@media only screen and (max-width: 500px) {
    .logospecial {
        position: absolute;
        left: -120px;
        z-index: 10;
    }

    .navigationaddons {
        display: none;
    }

    .contheight {
        height: 900px;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .logospecial {
        position: absolute;
        left: -130px;
        z-index: 10;
    }

    .navigationaddons {
        display: none;
    }

    .contheight {
        height: 900px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .logospecial {
        position: absolute;
        left: -160px;
        z-index: 10;
    }

    .navigationaddons {
        display: none;
    }

    .logospecialmobil {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .left {
        width: 100%;
        font-size: 18px;
    }

    .right {
        width: 100%;
    }

    .left {
        padding-left: 20px;
    }

    .contheight {
        height: 780px;
    }

    #circleorange {
        left: 40px;
    }

    .short1 {
        font-size: 18px;
        line-height: 1.0;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .listenstiloben {
        padding-left: 0px;
    }

    .text-light {
        font-size: 18px;
    }

    .left {
        width: 100%;
        padding-left: 20px;
        padding-top: 30px;
    }

    .right {
        width: 100%;
        padding-top: 20px;
    }

    .contheight {
        height: 560px;
    }

    #circleorange {
        left: 40px;
    }

    .contmittel {
        position: relative;
        padding-top: 60px;
        padding-left: 40px;
        background: url("https://dev-dmms.de/ruhl/img/Hintergrund_02_hand_buero.jpg");
        background-position: left top;
        background-color: black;
        height: 1180px;
        width: 100%;
        max-width: 1580px;
    }

    .boxo {
        position: absolute;
        top: 380px;
        left: 0px;
        z-index: 5;
        background-color: #FB6A17;
        padding: 20px;
        width: 100%;
        max-width: 560px;
        color: white;
        opacity: 1;
        float: left;
        height: auto;
        text-align: left;
    }

    .boxw {
        position: absolute;
        top: 740px;
        left: -20px;
        z-index: 5;
        background-color: rgb(255, 255, 255, 0.8);
        padding: 20px;
        margin: 20px;
        width: 100%;
        max-width: 542px;
        color: #FB6A17;
        opacity: 1;
        height: auto;
        text-align: left;
        float: right;
    }

    .orange {
        color: #FB6A17;
        position: relative;
        left: 40px;
        font-size: 16px;
    }

    .orange1 {
        font-size: 24px;
        padding-left: 20px;
    }

    .headline1 {
        text-align: left;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .short1 {
        font-size: 20px;
        line-height: 1.1;
    }

    .logospecial {
        position: absolute;
        left: -230px;
        z-index: 10;
    }

    .special {
        position: relative;
        top: 0;
        right: 10px;
    }

    .navigationaddons {
        display: block;
    }

    .logospecialmobil {
        display: none;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {

 .bauz1 { position: absolute; top: -60px; right: 40px; }
    .bauz { max-width: 120px; }


    .left {
        padding-left: 20px;
    }

    #circleorange {
        left: 120px;
    }

    .flex-column {
        margin: 0;
        padding: 0;
    }

    .unten {
        width: 100%;
    }

    .linkspad {
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) {
    .logospecial {
        position: absolute;
        left: -270px;
        z-index: 10;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .logospecial {
        position: absolute;
        left: -300px;
        z-index: 10;
    }
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (min-width: 1400px) {
    .logospecial {
        position: absolute;
        left: -380px;
        z-index: 10;
    }
}



