/*
	GENERAL
*/

Body, Html {
    width: 100%;
    min-height: 100%;
    scrollbar-color: rgb(0, 149, 212) #FFFFFF;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(0, 149, 212);
}

Html {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

Body {
    position: relative;
    overflow: scroll;
    overflow-x: hidden;
    min-width: 320px;
    margin: 0px;
    background-color: #FFFFFF;
    -webkit-overflow-scrolling: touch;
}

header, main, section, article, footer, div, p, a, li, ul, img, input, nav, h1, h2, h3, h4, h5 {
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

img {
    border: none;
}

article img {
    /*-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);*/
}

label {
    line-height: 26px;
    cursor: pointer;
}

blockquote {
    display: block;
    margin: 10px 20px;
}

input, textarea, select {
    /*-webkit-appearance: none;*/
}

a[href^=tel] {
    text-decoration: none;
    color: inherit;
}

/*
	HEADER
*/

header {
    position: absolute;
    z-index: 150;
    top: 0px;
    right: 0px;
    left: 0;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    margin: 0px;
    text-align: center;
    opacity: 1;
}

header .Container {
    position: relative;
    z-index: 100;
    display: block;
    width: 96%;
    max-width: 90%;
    height: 250px;
    margin: 2.5% auto 1.5% auto;
    padding: 0;
    text-align: center;

}




header .logo {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 0;
    width: auto;
    height: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .logo:hover {
    -moz-transform: translateY(-50%) scale(1.05);
    -ms-transform: translateY(-50%) scale(1.05);
    -o-transform: translateY(-50%) scale(1.05);
    -webkit-transform: translateY(-50%) scale(1.05);
    transform: translateY(-50%) scale(1.05);
    opacity: 0.8;
}

header .logo img {
    position: relative;
    width: auto;
    height: 100%;
}

header #Navigation {
    position: relative;
    z-index: 100;
    display: block;
    width: 100%;
    max-width: 1240px;
    margin: 0px auto 0px auto;
    padding: 0px;
    text-align: left;
}

header #Navigation ul {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 22px auto 0 auto;
    padding: 19px 0px;
    list-style: none;
    text-align: center;
}


header #Navigation li {
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    height: 100%;
    margin: 0 3% 0 0;
    padding: 0px;
    list-style: none;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
}

header #Navigation ul.Mobile {
    display: none;
}

header #Navigation li a {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    display: block;
    box-sizing: border-box;
    height: 100%;
    margin: auto;
    padding: 3px 0px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    padding: 10px 20px;
    background-color: #0095d4;
    color: #FFF;
}

header #Navigation li a:hover {
    font-weight: 400;
    text-decoration: none;
}

header #Navigation li a.Active,
header #Navigation li a.Active:hover {
    font-weight: 600;
    text-decoration: none;
}

/* == MAPBOX == */


/* == MAP == */
#mapbox {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 500px;
    margin-bottom: -3%;
}

#mapbox .mapboxgl-canvas {
    left: 0;
}

#marker {
    width: 60px;
    height: 50px;
    cursor: pointer;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    background: transparent url('images/layout/marker.svg') no-repeat center;
    background-size: contain;
}

.mapboxgl-ctrl-attrib a {
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.75);
}

.postal {
    font-size: 14px;
    line-height: 18px;
}


/*#region SlideIns*/
#NavigationSide {
    position: fixed;
    top: 10%;
    right: -45px;
    width: 100px;
    z-index: 9999;
}

#NavigationSide:hover {
    width: max-content;
}

#NavigationSide > ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

#NavigationSide > ul > li {
    position: relative;
    box-sizing: border-box;
    min-height: 45px;
    max-height: 45px;
    margin: 10px 0 10px 0;
    padding: 3px 35px 7px 35px;
    transition: all 0.7s;
    -moz-transform: translateX(calc(100% - 45px));
    -ms-transform: translateX(calc(100% - 45px));
    -o-transform: translateX(calc(100% - 45px));
    -webkit-transform: translateX(calc(100%));
    transform: translateX(calc(100% - 45px));
    color: #FFF;
    background-color: rgb(200, 200, 200);
}

#NavigationSide:hover > ul > li {
    overflow: unset;
}

#NavigationSide > ul > li:hover {
    overflow-x: visible;
    max-height: 800px;
    transform: translateX(-45px);
    opacity: 1;
    color: #FFF;
    background-color: rgb(100, 100, 100);
}

#NavigationSide > ul > li > span {
    line-height: 34px;
    text-decoration: none;
    opacity: 1;
    color: inherit;
}

#NavigationSide > ul > li:hover a {
    opacity: 1;
}


#NavigationSide > ul > li::before {
    position: absolute;
    top: 0;
    left: -45px;
    width: 45px;
    height: 45px;
    content: "";
    opacity: 1;
    background-color: rgb(0, 149, 212);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

#NavigationSide > ul > li > a {
    line-height: 34px;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -45px;
}

#NavigationSide .email:before {
    background-image: url(images/layout/mail_trans.svg);
}

#NavigationSide .businesshours:before {
    background-image: url(images/layout/time_trans.svg);
}

.businesshours * {
    color: #FFF;
}

li.businesshours {
    padding: 15px 20px 15px 20px !important;
}

#NavigationSide .phone:before {
    background-image: url(images/layout/phone_trans.svg);
}

#NavigationSide .calendar::before {
    background-image: url(images/layout/calendar.svg);
    background-color: #0095d4;
    background-size: 27px;
    background-position: center;
}



body.Minimized #NavigationSide {
    top: 5%;
}

/*#endregion*/

.Desktop {
    display: block !important;
}

.Mobil {
    display: none !important;
}

/* == CONTENT == */
.Container {
    position: relative;
    display: block;
    clear: both;
    overflow: visible;
    width: 96%;
    max-width: 1240px;
    margin: 0px auto;
    padding: 0;
    text-align: left;
}

main {
    position: relative;
    z-index: 30;
    display: block;
    clear: both;
    overflow: visible;
    width: 100%;
    min-height: 320px;
    margin: 50px auto 50px auto;
    padding: 0px;
    text-align: center;
}

#Content {
    position: relative;
    z-index: 10;
    display: block;
    clear: both;
    overflow: visible;
    box-sizing: content-box;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

/*FOOTER*/
footer {
    position: relative;
    z-index: 10;
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    text-align: left;
    background-color: rgb(0, 61, 92);
}

footer #NavigationFooter {
    position: relative;
    z-index: 200;
    display: flex;
    justify-content: space-between;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: right;
}


footer #NavigationFooter ul {
    /* position: relative; */
    display: inline-block;
    /* float: left; */
    /* margin: 0 auto; */
    /* padding: 0; */
    /* list-style: none; */
    min-width: 300px;
    text-align: right;
}

footer #NavigationFooter li {
    position: relative;
    display: inline-block;
    margin-left: 5%;
    padding: 0;
    list-style: none;
    text-align: left;
}

footer #NavigationFooter li a:hover,
footer #NavigationFooter li a.Active:hover {
    text-decoration: none;
}

footer .Titel {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
}

footer .Textfett,
footer .Textnormal,
footer a {
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
}

/*SEPARATORS*/

.separator {
    width: 1% !important;
    color: #ffffff;
}

.Clear {
    clear: both;
    width: 0px;
    height: 0px;
}

.ClearLeft {
    clear: left;
    width: 0px;
    height: 0px;
}

.ClearRight {
    clear: right;
    width: 0px;
    height: 0px;
}

.Justify {
    text-align: justify;
}

.Center {
    text-align: center;
}

.Space5 {
    font-size: 5px;
    line-height: 5px;
    display: block;
    height: 5px;
}

.Space10 {
    font-size: 10px;
    line-height: 10px;
    display: block;
    height: 10px;
}

.Space15 {
    font-size: 15px;
    line-height: 15px;
    display: block;
    height: 15px;
}

.Space20 {
    font-size: 20px;
    line-height: 20px;
    display: block;
    height: 20px;
}

.Space30 {
    font-size: 30px;
    line-height: 30px;
    display: block;
    height: 30px;
}

.Space40 {
    font-size: 40px;
    line-height: 40px;
    display: block;
    height: 40px;
}

.Space75 {
    font-size: 75px;
    line-height: 75px;
    display: block;
    height: 75px;
}

.Uppercase {
    text-transform: uppercase;
}

.Outside {
    left: 100% !important;
}

.Opaque {
    opacity: 0 !important;
}

.Hidden {
    display: none !important;
}

.Visible {
    display: block !important;
}

.col25, .col50 {
    float: left;
    box-sizing: border-box;
    padding: 0 4% 0 0;
}

.col25 {
    width: 25%
}

.col50 {
    width: 50%
}

/* == STANDARDARTIKEL == */
article {
    display: block;
    max-width: 1240px;
    margin: 0 auto;
    text-align: left;
}

article.standard {
    position: relative;
    display: block;
    width: 96%;
    height: auto;
    margin: 2% auto 5% auto;
}

article .image,
article .image.right {
    float: right;
    width: 47%;
    margin: 0 0 3% 3%;
}

article .image.left {
    float: left;
    margin: 0 3% 3% 0;
}

article.standard .text-content {
    position: relative;
    display: block;
    margin: 0 3% 0 0;
    padding: 0;
}

article.standard.right .text-content,
article.standard.left .text-content {
    display: inline-block;
    width: 47%;
    margin: 0 3% 0 0;
}

article.standard.left .text-content {
    margin: 0 0 0 3%;
}


article.standard .Titel {
    text-align: center;
}

/* DETAILTEXT */
article.detailtext .detailimage {
    float: right;
    width: 48.5%;
    margin: 0 0 2% 3%;
}


/*Icons & Buttons*/
a.Email:hover,
a.Telefon:hover,
a.Download:hover,
a.Verweis:hover {
    text-decoration: none;
    opacity: 0.5;
}

.Mehr,
.Zurueck,
.glider__link,
input.Button {
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
    line-height: 26px;
    display: inline-block;
    overflow: visible;
    margin: 5px 10px 10px 0px;
    padding: 10px 35px 15px 35px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    color: #FFFFFF;
    border: none;
    background: rgb(0, 61, 92);
}

A.Mehr:hover,
A.Zurueck:hover,
.glider__link:hover {
    opacity: 0.7;
    color: #FFFFFF;
}

A.Zurueck {
    margin: 4% 0px 0px 0px;
}

.ClearTable table,
table.ClearTable {
    width: auto;
    border: none;
}

ul.Downloads,
ul.Links {
    display: block;
    margin: 15px 0px 0px 0;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
}

ul.Downloads li,
ul.Links li {
    display: inline-block;
    margin: 10px 10px 0px 0px;
    padding: 0px;
}

ul.Downloads .Download,
ul.Links .Link,
ul.Links .Verweis {
    margin: 0px;
}


/*AKKORDEONARTIKEL*/

.toggle {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 96%;
    /* text-transform: uppercase; */
    max-width: 1240px;
    margin: 5px auto 0 auto;
    padding: 10px 45px 15px 20px;
    text-align: left;
    text-decoration: none;
    background: #f5f5f5;
    /* border-top: 1px solid #e3e3e3; */
    /* border-bottom: 1px solid #e3e3e3; */
}

.toggle:hover,
.toggle.toggle-expanded {
    color: rgb(0, 61, 92);
}

.toggle.toggle-expanded:hover {
    opacity: 0.9;
}

.toggle span {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 14px;
    height: 14px;
    margin: -7px 0px 0px 0px;
    cursor: pointer;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
    background: transparent url('images/layout/arrow_down.svg') no-repeat center;
    background-size: contain;
}

.toggle.toggle-expanded span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.toggle-content {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: auto;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background-color: transparent;
}

.toggle-content .content {
    box-sizing: border-box;
    padding: 0 20px;
}

.toggle-content.toggle-visible .content {
    padding: 30px 20px;
}

.toggle-content.toggle-visible {
    overflow: hidden;
    height: auto;
    opacity: 1;
}

.toggle-content.toggle-hidden {
    overflow: hidden;
    height: 0px;
    opacity: 0;
}

.toggle-content .image {
    display: inline-block;
    float: left;
    width: 48.5%;
    margin: 0 3% 2.5% 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.toggle-content .image.right {
    float: right;
    margin: 0 0 2.5% 3%;
}

.toggle-content .image.left {
    float: left;
    margin: 0 3% 2.5% 0;
}


/* == GLIDER == */

.Glidertitel.Titel {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max-content;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
}

.glide__content {
    position: absolute;
    top: 35%;
    left: 20%;
    display: block;
    width: 60%;
    height: 60%;
}

.glide__text.top_left {
    left: 0;
}

.glide__text.top_right {
    right: 0;
}

.glide__text.bottom_left {
    bottom: 0;
    left: 0;
}

.glide__text.bottom_right {
    right: 0;
    bottom: 0;
}

.glide__text {
    position: absolute;
    display: inline-block;
    width: 300px;
    height: 300px;
    padding: 5%;
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    background: url("images/layout/circle.svg") no-repeat;
    background-size: cover;
}


.glide__overlay,
.glide__background {
    position: relative;
    width: 100% !important;
    max-width: 1920px !important;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.glide__bullet {
    width: 25px;
    height: 25px;
}

.glide__slide {
    position: relative;
    overflow: hidden;
}


iframe.SlidingVideo {
    width: 100%;
    height: 100%;
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    border: unset;
}

@media only screen and (max-width: 1300px) {
    header .Container {
        height: 100px;

    }

    .glide__content {
        top: 40%;
    }

    .glide__text {
        width: 200px;
        height: 200px;
    }

    .Glidertitel.Titel {
        font-size: 20px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1300px) {
    header #Navigation li a {
        font-size: 16px;
        padding: 10px;
    }
}

.facebooklink {

    background-image: url(images/layout/facebook.svg);
}

.instalink {
    background-image: url(images/layout/instagram.svg);

}

footer .socialmedia .socialmedia-terms {
    width: 33px;
    height: 33px;
    margin: 0 10px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
}

footer .socialmedia {
    display: flex;
    margin: 15px 0;
}

footer .footermenu {

}