/* jost-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/jost-v20-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/jost-v20-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* jost-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jost-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/jost-v20-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* jost-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/jost-v20-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/jost-v20-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}



html {
    height:100%;
    min-height:100%;
    font-size: 14pt;
	line-height: 1.3em;
}

body {
    padding:0px 0 0 0;
    margin:0;
	font-family: 'Jost', sans-serif;
	font-size: 14pt;
	line-height: 1.3em;
    width:100%;
    position:relative;
    right:0;
}

/* Stycky footer Start */
body {
    display: flex;
    flex-direction: column;
    height:100%;
    min-height:100%;
}
.page-footer {
    flex-shrink: 0;
}
.page-body {
    flex-grow: 1;
}
/* Stycky footer End */


img{
    max-width:100%;
    vertical-align:middle;
}

#menurow{
    position:fixed;
    top:0;
    z-index:100;
    width:100%;

     .col-mainmenu {
        display:flex;
        align-items:center;
        justify-content:center;
        position:relative;
        .maximenuckh {
            margin-left:-12%;
        }

    }
}
#menurow_tablet{
    position:fixed;
    top:0;
    z-index:1000;
    width:100%;
}
.moduletable.metamenu {
    position:absolute;
    right:0;
    top:0;
    & ul {
        display:flex;
        flex-direction:row;
        & li {
            padding-left:30px;
            a {
                position:relative;
                display:inline-block;
                padding-left:28px;
                text-decoration:none;
                font-size:0.9rem;
                &::before {
                    content:"";
                    font-family:"Material Symbols Outlined";
                    font-weight:300;
                    position:absolute;
                    left:0;
                    top:1px;
                }
                &.stellen::before{
                    content:"\e8f9";
                }
                &.kontakt::before{
                    content:"\e0b0";
                }
                &.suche::before{
                    content:"\e8b6";
                }
            }
        }

    }

}


#main {
	padding:0;
}

#header {
	margin: 0;
	padding:80px 0px 0 0px;
}
.homeslider {
    padding-bottom:4%;
    position:relative;
    .mainimage {
        aspect-ratio:1.3/1;
        object-fit: cover;
        object-position:center;
        width:100%;
        max-width:100%;
    }
    .slick-list {
        padding-left:0;
        padding-right:0;
    }
    #logo-slider {
        position:absolute;
        width:75%;
        max-width:800px;
        right:-8%;
        bottom:0;
    }
}
#header-leftright.container {
    max-width:100vw;
    overflow:hidden;
}
.header-right {
    text-align:right;
    display:flex;
    flex-direction:column;
    justify-content:center;

    .moduletable {
        display:flex;
        flex-basis:auto;
        align-items:center;
        .custom {
            width:100%;
            padding:0;
            h1 {
                margin:0 -10% 0 -10%;
                font-size:2.5rem;
                line-height:1.05em;
                padding:60px 0 0 0;
            }
        }
    }
    .moduletable + .arrow_wrapper {
        display:flex;
    }

    .arrow_wrapper {   
        display:none;
        .arrow-down {
            cursor:pointer;
            margin-right:calc(20px + 8vw);
            margin-left:auto;
            width:30px;
            height:30px;
            margin-top:30px;
            position:relative;
            &::before,
            &::after {
                position:absolute;
                content:"";
                display:block;
                width:30px;
                height:2px;
                transform: rotate(35deg);
                background-color:var(--font-color);
                left:-11px;
                top:15px;
            }
             &::after {
                transform: rotate(-35deg);
                margin-left:30px;
                left:-17px;
                top:15px;
            }


        }
    }



}


a,
body a {
	text-decoration:none;
}
p {
	padding:0;
	margin: 5px 0 5px 0;
}

h1,h2,h3 {
    font-size:2.5rem;
    transform: scaleX(0.7);
    -webkit-transform: scaleX(0.7);
    line-height:1.05em;
    margin:0 0 0 -18%;
    padding:0 0 2rem 0;
    font-weight:400;
    font-stretch:ultra-condensed;
}
h3 {
   font-size:2.1rem;
    line-height:1.05em;
}

h4,h5,h6{
    font-weight:bold;
    font-size:1rem;
    line-height:1.2em;
}





.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.embed-container > iframe{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
    position:relative;
}
ul > li{
    padding-left:18px;
}
ul > li:before{
    position:absolute;
    content: '-';
    left:0;
}
#menurow ul > li:before,
#menurow_tablet ul > li:before { display:none;}


body.componentwidth100 #component > .container,
body.zeilezweiwidth100 #zeilezwei > .container,
body.zeiledreiwidth100 #zeiledrei > .container,
body.zeilevierwidth100 #zeilevier > .container,
body.zeilefuenfwidth100 #zeilefuenf > .container {
    max-width:100%;
    padding-left:0;
    padding-right:0;
}
body.componentwidth100 #component > .container > .row,
body.zeilezweiwidth100 #zeilezwei > .container > .row,
body.zeiledreiwidth100 #zeiledrei > .container > .row,
body.zeilevierwidth100 #zeilevier > .container > .row,
body.zeilefuenfwidth100 #zeilefuenf > .container > .row {
    margin-left:0;
    margin-right:0;
}
body.componentwidth100 #component > .container > .row > .moduletable,
body.zeilezweiwidth100 #zeilezwei > .container > .row > .moduletable,
body.zeiledreiwidth100 #zeiledrei > .container > .row > .moduletable,
body.zeilevierwidth100 #zeilevier > .container > .row > .moduletable,
body.zeilefuenfwidth100 #zeilefuenf > .container > .row > .moduletable {
    padding-left:0;
    padding-right:0;
    width:100%;
}
body.componentcenter #component,
body.zeilezweicenter #zeilezwei,
body.zeiledreicenter #zeiledrei,
body.zeileviercenter #zeilevier,
body.zeilefuenfcenter #zeilefuenf,
body.center,
.center {
    text-align:center;
}

body #component,
body #zeilezwei,
body #zeiledrei,
body #zeilevier,
body #zeilefuenf {
    & > .container > .row {
        padding-top:6rem;
        padding-bottom:3rem;
        & > .moduletable,
        .com-content-article.item-page {
           padding-bottom:3rem;
        }
    }
}


#scroll_top{
    background-color:#ccc;
    color:#fff;
    display:none;
    cursor:pointer;
    position:fixed;
    right:10px;
    bottom:0;
    font-size:20px;
    line-height:20px;
    padding:10px;
}

.highlight {
	padding:20px 0 0 0;
}
a.highlight {
    text-decoration:none;
    display:inline-block;
    margin-right:20px;
    padding:0;
    margin-bottom:10px;
    &::before {
        content:"";
        display:block;
        float:left;
        width:1lh;
        height:1lh;
        margin-right:10px;
    }
}

.rounded {
    -webkit-border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
}
.circle{
    -webkit-border-radius:50% 50% 50% 50%;
	-moz-border-radius:50% 50% 50% 50%;
	border-radius:50% 50% 50% 50%;
}
.transition {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


#logo-desktop {
   width:200px;
   height:auto;
   padding:30px 0;
}
#logo-mobile {
    width:120px;
    height:auto;
    padding:15px 0;
}

/* Akkordeon Start */
.akkordeonwrapper {
    display:flex;
    flex:1 0 100%;
    flex-direction:column;
    margin-top:30px;
}
.akkordeon {
    margin-left:auto;
    margin-right:auto;
    & > article {
        padding:0px 0;
        margin:0;
        border-top-style:solid;
        border-width:1px;
        &:last-of-type {
            border-bottom-style:solid;
            border-width:1px
        }
    }
    & > article
    & .title {
        padding:20px 0 20px 0;
        margin:0;
        cursor:pointer;
        position:relative;
    }
    & .title::before {
        content: "";
        display: block;
        width: 1px;
        height: 1em;
        position: absolute;
        right: 0.45em;
        top: 23px;
        border-width: 1px;
        border-left-style: solid;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    & .title::after {
        content: "";
        display: block;
        width: 1em;
        height: 1px;
        position: absolute;
        right: 0;
        top: 50%;
        border-width: 1px;
        border-top-style: solid;
    }
    & .title.open::before {
        opacity:0;
    }
    & .akkordeoncontent {
        display:none;
        width:100%!important;
        padding:20px 0 40px 0;
    }
}
/* Akkordeon End */

/* Iconmenu Start */
.iconmenu {
    margin:auto;
    padding:0 15px;
    & ul {
        display:flex;
        flex:1 0 100%;
        flex-wrap:wrap;
        flex-direction:row;
        padding-top:30px;
        gap:70px;
        & li {
            /*flex-basis:calc(33.333% - ( 70px / 3 * 2 ) );       */
            flex-basis:100%;
            padding:0;
            & a {
                display:flex;
                flex-direction:column;
                width:100%;
                aspect-ratio:1/1;
                color:var(--font-color);
                background-color:var(--background-color);
                -webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.1);
                box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.1);
                text-align:left;
                justify-content:center;
                align-items:center;
                text-decoration:none;
                -webkit-transition: .25s ease-in-out;
                -moz-transition: .25s ease-in-out;
                -o-transition: .25s ease-in-out;
                transition: .25s ease-in-out;
                &:hover {
                    text-decoration:none;
                    img {
                        transform: scale(1.2);
                        -webkit-transform: scale(1.2);
                    }
                }
                & img {
                    width:50%;
                    margin-top:18%;
                    -webkit-transition: .25s ease-in-out;
                    -moz-transition: .25s ease-in-out;
                    -o-transition: .25s ease-in-out;
                    transition: .25s ease-in-out;
                    display:block;
                }
                & span {
                    display:block;
                    margin-top:auto;
                    padding:20px 10px 20px 48px;
                    position:relative;
                    &::before {
                        position:absolute;
                        top:20px;
                        left:10px;
                        content:"";
                        display:block;
                        float:left;
                        width:1lh;
                        height:1lh;
                    }
                }
            }
        }
    }
}
/* Iconmenu END */

#footer {
    padding:40px 0;
    h3 {
        font-size:2rem;
        line-height:1.2em;
    }

}
#footer_created {
    padding:10px 0;
    font-size:0.8em;
    line-height:1.2em;
    text-align:right;
}
/* DSGVO */
.cc-btn.cc-dismiss{
    display:none;
}

svg {
    max-width:100%;
    height:auto;
}
svg.drawsvg {
    display: none;
}

/* Tomppa Effects */
.viewport {
    opacity:0;
}
.viewport.in-viewport {
    opacity:1;
}


.viewport[data-effect="FadeInBottom"].in-viewport {
    animation: FadeInBottom 1s 1;
    animation-direction: normal;
}
@keyframes FadeInBottom {
    0% {
        transform: translate(0, 50px);
        opacity:0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

 .viewport[data-effect="FadeIn"]{
    animation-delay: 3s;
    display: inline-block;
 }

.viewport[data-effect="FadeIn"].in-viewport {
    animation: FadeIn 1s 1;
    animation-direction: normal;
    display: inline-block;
}
@keyframes FadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity: 1;
    }
}


.viewport[data-effect="ZoomIn"].in-viewport {
    animation: ZoomIn 1s 1;
    animation-direction: normal;
    transition-duration: 3s;
    transition: transform 1s;
}
@keyframes ZoomIn {
    0% {
        transform: scale(0,0);
        transform: translate(50%, 50%);
    }
    100% {
        transform: scale(1,1);
        transform: translate(0%, 0%);
    }
}

