/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v30-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
.homeslider {
    opacity:0;
}

.cf:after {
    content: "";
    clear: both;
    display: table;
}

html {
    height:100%;
    min-height:100%;
    font-size: 12pt;
    line-height: 1.6em;
    font-weight:300;
}

body {
    padding:0px 0 0 0;
    margin:0;
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	line-height: 1.6em;
    font-weight:300;
    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 */

.ml-auto {
    margin-left:auto;
}

img{
    max-width:100%;
    vertical-align:middle;
}
.menurowbg{
    height:92px;
    width:100%;
    position:absolute;
    top:0;
}
#menurow{
    position:fixed;
    top:0;
    z-index:10;
    width:100%;
}
#menurow_tablet{
    position:fixed;
    top:0;
    z-index:1000;
    width:100%;
}

#oeffnungszeiten  {
    height:100%;
    width:100%;
    box-sizing:border-box;
    padding-top:10vh;
    padding-bottom:10vh;
    position:fixed;
    z-index:10000;
    overflow:auto;
    top:-100%;
    left:0;
    opacity:0;
    background-color:var(--background-color);
    &.open {
        top:0;
        opacity:1;
    }
    .container {
        position:relative;
        .title {
            padding-bottom:50px;
        }
        .moduletable {
            padding-bottom:50px;
        }


    }
    .close {
        display:block;
        position:absolute;
        right:20px;
        top:15px;
        width:25px;
        height:25px;
        cursor:pointer;
        &::before {
            content:"\e5cd";
            font-size:2rem;
            line-height:1em;
            font-family:"Material Symbols Outlined";
        }

    }



}


.mainmenu_wrapper{
    display:flex;
    align-items:center;
    padding-left:0;
    margin-right:-15px;
    height:50px;
    > div {
        margin-right:30%;
        display:flex;
        flex-basis:100%;
        > nav {
            margin:auto;
        }

    }

}
.metamenu_wrapper {
    height:70px;
    padding-right:0;
    display:flex;
    justify-content:right;
    font-size:0.8rem;
    > a,
    > div {
        display:flex;
        align-items:center;
        text-transform:uppercase;
        &.oeffnungszeiten,
        &.phone {
            padding-left:30px;
            position:relative;
            margin-left:20px;
            cursor:pointer;
            &:before {
                content:"\e8b5";
                font-family:"Material Symbols Outlined";
                font-size:25px;
                position:absolute;
                top:50%;
                margin-top:-15px;
                left:0;
            }

        }
        &.phone {
            &:before {
                content:"\e9cd";
            }
        }

    }

}
.metamenu_wrapper .moduletable  {
    float:right;
    display:flex;
    font-size:0.8rem;
    text-transform:uppercase;
    justify-content:center;
}
.metamenu_wrapper a:hover {
    text-decoration:none!important;
}

.metamenu_wrapper ul {
    display:block;
}

.metamenu_wrapper ul li {
    float:left;
    padding:0;
    line-height:20px;
}
.metamenu_wrapper ul li a {
    text-decoration:none;
    margin-left:25px;
}
.metamenu_wrapper a[class*="icon"] {
    padding-left:30px;
    position:relative;
    &::before {
        content:"e253";
        font-family:"Material Symbols Outlined";
        position:absolute;
        left:0;
        top:-3px;
        font-size:25px;
        line-height:25px;
    }
    &.icontalk::before  {
        content:"\e253";
    }
    &.iconcontact::before {
        content:"\e0e6";
    }
    &.iconjobs::before {
        content:"\f5a3";
    }


}


/* falang */
 .metamenu_wrapper .mod-languages ul li {
     padding-left:10px;

 }


#main {
	padding:0 0 0px 0;
}


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

.com-content-article {
    p {
        margin:20px 0;
    }

}

h1 {
    font-size:2.2em;
    line-height:1.2em;
    text-transform:uppercase;
    margin:0;
    padding:0 0 0 0;

}
h2 {
    font-size:2.2em;
    line-height:1.2em;
    text-transform:uppercase;
    margin:0;
    padding:0 0 20px 0;
}
h3 {
    font-size:1.4em;
    font-weight:300;
    line-height:1.2em;
    text-transform:uppercase;
    margin:0;
    padding:0 0 20px 0;
}


h4,h5,h6{
    font-weight:bold;
    font-size:1em;
    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 #component,    */
body #zeilezwei,
body #zeiledrei,
body #zeilevier,
body #zeilefuenf {
    padding-top:80px;
    padding-bottom:30px;
}
#main #component {
    margin-bottom:50px;
    padding-top:30px;
}
body.tp-ishome #main #component {
    margin-bottom:100px;
    padding-top:80px;
}

#main .moduletable {
    margin-bottom:50px;
}
a.download {
    display:inline-block;
   background-color: var(--primary-color);
    color: var(--primary-color-contrast);
    padding:5px 15px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 4px;
    &:hover {
        background-color: var(--color2);
        color: var(--primary-color-contrast);
    }

    &::before {
        content:"\e415";
        font-family:"Material Symbols Outlined";
        font-size:25px;
        float:left;
        display:block;
        margin-right:7px;
    }

}



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;
}


/* auf farbigen div folgt weisser mit mehr padding */
body.componentbgprimarycolor #component,
body.zeilezweibgprimarycolor #zeilezwei,
body.zeiledreibgprimarycolor #zeiledrei,
body.zeilevierbgprimarycolor #zeilevier,
body.zeilefuenfbgprimarycolor #zeilefuenf,
body.componentbgcolor2 #component,
body.zeilezweibgcolor2 #zeilezwei,
body.zeiledreibgcolor2 #zeiledrei,
body.zeilevierbgcolor2 #zeilevier,
body.zeilefuenfbgcolor2 #zeilefuenf,
body.componentbgcolor2dark #component,
body.zeilezweibgcolor2dark #zeilezwei,
body.zeiledreibgcolor2dark #zeiledrei,
body.zeilevierbgcolor2dark #zeilevier,
body.zeilefuenfbgcolor2dark #zeilefuenf {
    padding-top:120px;
    padding-bottom:100px;
 + div {
     padding-top:120px;
     padding-bottom:100px;
 }

}


#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;
}
.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;
}


iframe  {
    width:100%;
    aspect-ratio:16/9;
}


.logocol {
    display:flex;
    width:150px;
    padding-left:15px;
    padding-right:15px;
    a {
        display:inline-block;
    }
}
.menucol {
    width:65%;
    .mainmenu_wrapper {
        & > div {
            margin-right: 0;
        }
    }
}
.menucoltablet {
    width:calc(100% - 150px);
    padding-right:0;
    padding-left:0;
    > div  {
        background-color:var(--primary-color);
        height:32px;
        margin-top:14px;
         padding-right:70px;
        display:flex;
        justify-content: right;
        margin-left:0;
        a,
        div.oeffnungszeiten {
            opacity:0;
            position:relative;
            padding-left:0;
            display:flex;
            align-items:center;
            font-size:0;
            margin-left:10px;
            white-space:nowrap;
            min-width:25px;
            text-transform:uppercase;
            &::before {
                content:"";
                font-family:"Material Symbols Outlined";
                font-size:25px;;
                line-height:25px;
                position:absolute;
                left:0;
                top:3px;
            }
            &.phone {
                &::before {
                    content:"\e9cd";
                }
            }
        }
        div.oeffnungszeiten {
            cursor:pointer;
            &::before {
                content:"\e8b5";
            }
        }
    }
}

.oeffnungszeiten-hinwil,
.oeffnungszeiten-wald {
    display:flex;
    flex-direction:column;
   .weiterwrapper {
       margin-top:auto;
       margin-bottom:30px;
       .weiter {
           margin-top:30px;
       }
   }
}

.dienstleistungenhome {
    .weiterwrapper {
        margin-top:20px;
        text-align:center;
    }

}

#logo {
    width:120px;
    padding:15px 0 10px 0;
    opacity:0;
}

/* Akkordeon */
.akkordeonwrapper {
    display:flex;
    flex:1 0 100%;
    flex-direction:column;
    margin-top:30px;
}
.akkordeon {
    margin-left:auto;
    margin-right:auto;
}
.akkordeon.blog-items {
    grid-gap:0;
    padding-top:70px;
    padding-bottom:70px;
}

.akkordeon > article,
.akkordeon .blog-item {
    padding:0px 0;
    margin:0;
    border-top-style:solid;
    border-width:1px;
    border-color:#f2f2f2;
    p.readmore {
        padding-top:20px;
    }

}
.akkordeon > article:last-of-type,
.akkordeon .blog-item:last-of-type {
    border-bottom-style:solid;
    border-width:1px
}
.akkordeon .title {
    padding:25px 0 25px 0;
    margin:0;
    cursor:pointer;
    position:relative;
    font-size:26px;
    line-height:1.2em;
    h2 {
        font-size:26px;
        line-height:1.2em;
        padding-bottom:0;
        padding-right:30px;
    }

}
.akkordeon .title::before {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    position: absolute;
    right: 0.45em;
    top: 50%;
    margin-top:-13px;
    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;
}
.akkordeon .title::after {
    content: "";
    display: block;
    width: 1em;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 1px;
    border-top-style: solid;
}
.akkordeon .title.open::before {
    opacity:0;
}

.akkordeon .akkordeoncontent {
    display:none;
    width:100%!important;
    padding:20px 0 40px 0;
}
.akkordeon .blog-item>.item-image {
    display:none;
}


/* contentmenu Start */
.contentmenu {
    ul{
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
        width:100%;
        row-gap:10px;
        column-gap:30px;

        li {
            padding:0;
            flex-basis:100%;
            a {
                padding: 10px 55px 10px 20px;
                border-radius: 6px;
                display: block;
                text-transform: uppercase;
                border: none;
                text-decoration:none;
                position:relative;
                &::after {
                    content: "";
                    background-image: url('/templates/tomppa/images/arrow-right-white.svg');
                    background-size: contain;
                    background-size: 100% auto;
                    background-position: center;
                    background-repeat: no-repeat;
                    display: block;
                    position:absolute;
                    right:20px;
                    top:10px;
                    width: 30px;
                    height: 1.4em;
                    margin-left: 30px;
                    -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;
                    &::after {
                        transform: translateX(10px);
                    }
                }

            }
        }
    }
}
/* contentmenu End */

#logo-footer {
    width: 55vw;
    position: absolute;
    margin-top: -8vw;
    margin-left: -2.5vw;
}
#footer_wrapper {
    padding-top: 5vw;
    overflow:hidden;
    display:flex;
    position:relative;
    font-size:1.2em;
    line-height:1.6em;
    border-top:solid 1px var(--primary-color);
    #footer {
        display:flex;
        flex:1 0 100%;
        flex-direction:column;
        .container {
            display:flex;
            flex-direction:column;
        }
        .footertitle {
            font-size:1.2em;
            padding-bottom:45px;
            padding-left:0px;
        }
        .moduletable {
            padding-bottom:50px;
        }

        div.address,
        a.telefone,
        a.email {
            padding-left:40px;
            position:relative;
            &::before {
               display:flex;
               justify-content:center;
               align-items:center;
               content:"";
               font-family:"Material Symbols Outlined";
               font-size:1.2em;
               line-height:1em;
               width:30px;
               height:30px;
               position:absolute;
               top:0;
               left:0;
            }
        }
        a.telefone::before {
            content:"\e9cd";
            top:-2px;
        }
        a.email::before {
            content:"\e158";
            top:-2px;
        }
        div.address::before {
            content:"\e0c8";
            top:2px;
        }

        .socialicons {
            padding:20px 0 20px 0;
            a {
                display:inline-block;
                padding:5px;
                font-size:1.5em;
                line-height:1em;
            }
        }
        .mod-menu {
            padding:3 3 30px 0;
            li {
                padding:0;
                a {
                    &:hover {
                        text-decoration:none!important;
                    }
                    [class*="icon"] {
                        display:none;
                    }
                }
            }
        }
    }
}


.footer_created {
    padding:10px 15px;
    font-size:0.8rem;
    line-height:1.2em;
    display:flex;
    flex:0 0 auto;
    justify-content:right;
    a {
        display:inline-block;
        opacity:0.6;
        + a {
            margin-left:10px;
            text-decoration:none;
        }
        &:hover {
            opacity:1;
        }

    }
}




.form-control:focus {
    box-shadow:none;
    }
.js-finder-searchform .js-finder-search-query.form-control  {
    border-radius: 0.25rem 0 0 0.25rem ;
}

#search-results li:before {
    display:none;
}
#search-results li{
    padding-left:0;
}
.icon-angle-right:before {
    content:">";
}
.icon-angle-left:before {
    content:"<";
}
.icon-angle-double-right:before {
    content:">>";
}
.icon-angle-double-left:before {
    content:"<<";
}

.juicer-feed ul li:before{
   display:none;
}

/* DSGVO */
.cc-btn.cc-dismiss{
    display:none;
}

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




/* Tomppa Effects */
/* Animations Greensock hide on start */
svg.logo,
svg.logo_mobile,
.mainmenu_wrapper,
#logo-b_wrapper {
    opacity:0;
}


.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%);
    }
}
