/*libs*/
*, ::after, ::before {
    box-sizing: border-box;
}
html {
    font-family: DMSam,sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;

}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    margin: 0;
}
body {
    font-family: DMSam,Arial,sans-serif;
    font-size: 17px;
    line-height: 1.42857143;
    color: black;
    background-color: white;
    overflow: scroll
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
a {
    background: transparent;
}
a {
    color: #428bca;
    text-decoration: none;
}
img {
    border: 0;
}
img {
    vertical-align: middle;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-md-3,.col-md-6,.col-sm-3,.col-sm-9, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-12 {
    float: left;
    width: 100%;
}
@media (min-width: 768px) {
    .col-sm-3, .col-sm-9 {
        float: left;
    }
}
@media (min-width: 768px) {
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-9 {
        width: 75%;
    }
}
@media (min-width: 992px) {
    .col-md-3,.col-md-6 {
        float: left;
    }
    .col-md-6 {
        width: 75%;
    }
    .col-md-3 {
        width: 25%;
    }
}
p {
    margin: 0 0 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    /*overflow: hidden;*/
    clip: rect(0,0,0,0);
    border: 0;
}
/*Main*/
body {
    font-family: DMSam,Arial,sans-serif;
    font-size: 17px;
}
body {
    background: white;
}
body, html {
    min-height: 100%;
    overflow-x: hidden;
}
@media screen and (min-width: 768px) {
    .row-offcanvas {
        overflow-y: hidden;
    }
}
.content-offcanvas {
    opacity: 1;
    transition: opacity .3s ease-out;
}
.Header {
    height: 143px;
    top: 0;
    width: 100%;
    transition: top .3s ease-in-out;
    background: #6cbaf4;
    /*box-shadow: 3px 3px 3px rgba(0,0,0,.3);*/
    z-index: 3;
}
@media screen {
    .Header {
        position: fixed;
    }
}
@media (min-width: 768px) {
    .layout-fluid .container {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .layout-fluid .container {
        width: 100%;
    }
}
@media (min-width: 1170px) {
    .layout-fluid .container {
        width: 1170px;
    }
}
@media (max-width: 1200px) {
    .layout-fluid .container {
        width: 100%;
        padding: 0 15px;
    }
}
.Header .container {
    padding: 0;
}
.Header .fixed-top {
    position: relative;
}
.Header .topLeftBar {
    padding-top: 17px;
    max-width: calc(100% - 500px);
    margin-left: -14px;
}
@media screen and (max-width: 767px) {
    .Header .topLeftBar {
        display: none;
    }
}
.Logo {
    position: absolute;
    z-index: 0;
    top: 26px;
    right: 2px;
}
h2 {
    font-size: 36px;
    font-weight: lighter;
    margin: 1.333em 0 .75em;
}
.mainContent h2, h3 {
    font-weight: 700;
    font-size: 25px;
}
.mainContent h2, h3, h4, h5, h6 {
    margin: .75em 0 .333em;
}
.mainContent{
    display: grid;
}
.PageTitle, h2.PageTitle {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
}
a {
    color: #626262;
}
.Logo a {
    display: inline-block;
    width: 500px;
    height: auto;
}
.Logo img {
    width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .Logo a {
        width: 180px;
        margin: 0 auto;
        display: block;
        height: auto;
    }
}
.layoutDefault {
    position: relative;
    z-index: 2;
    padding: 0;
}
@media (min-width: 768px) {
    .layout-fluid .container {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .layout-fluid .container {
        width: 100%;
    }
}
@media (min-width: 1170px) {
    .layout-fluid .container {
        width: 1170px;
    }
}
.Header + .container {
    margin-top: 115px;
}
@media (min-width: 767px) {
    .Header + .container {
        margin-top: 143px;
    }
}
.layoutDefault .Content {
    position: relative;
    min-height: 700px;
    padding: 0 15px;
}
.layoutDefault .Content > .row {
    margin-left: -30px;
    margin-right: -30px;
}
.margin-top-small {
    margin-top: 20px;
}
.margin-bottom-large {
    margin-bottom: 40px;
}
.float-right {
    float: right;
}
.col2.noHeaderImage {
    margin-top: -68px;
}
.LandingPageTitle {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.LandingPage .LandingPageTitle, .rightContent .noHeaderImage .LandingPageTitle {
    margin-bottom: 20px;
}
.ContentPage .LandingPageTitle {
    margin-bottom: 10px;
}
.LandingPageTitle a {
    color: #fff;
}
.csc-element {
    margin-bottom: 20px;
}
.col2 .csc-element, .style-darkgrey, .style-lightgrey {
    padding: 12px;
}
.col2 .csc-element, .style-lightgrey {
    background: #e8e8e8;
}
.csc-element.style-darkgrey {
    color: #fff;
    background: #6c7580;
    background: linear-gradient(180deg,#6c7580 0,#5e6570);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6c7580",endColorstr="#5e6570",GradientType=0);
}
.full_name {
    font-weight: 700;
    font-size: inherit;
    margin: 0;
    line-height: inherit;
    padding: 0;
}
div.tt_address_box .address, div.tt_address_box .mail, div.tt_address_box .numbers, div.tt_address_box .description {
    margin-top: 10px;
}
div.tt_address_box p {
    margin: 0;
    padding: 0;
    line-height: 20px;
}
div.tt_address_box a {
    color: #f3f3f3;
}
div.tt_address_box a, div.tt_address_box a:hover {
    border-bottom: 1px solid;
}
div.tt_address_box .mail a {
    color: #f3f3f3;
    border-bottom: 1px solid;
}
div.tt_address_box .contact_link_container, div.tt_address_box .location_link_container {
    margin-top: 20px;
}
div.tt_address_box .contact_link_container a, div.tt_address_box .location_link_container a {
    color: #59606a;
    background-color: #f3f3f2;
    padding: 5px 15px;
    text-transform: uppercase;
    border-radius: 5px;
}
.kursInformation{
    margin-bottom: 0;
    line-height: 18px;
}
.kleinerTitel{
    font-size: 20px;
    float: left;
    width: 100%;
    font-weight: 700;
}
.KursTitel{
    font-size: 20px;
    float: left;
    font-weight: 700;
}

@media only screen and (max-width: 974px) {
    .wideTitle1 {
        display: none;
    }
}
@media only screen and (min-width: 975px) {
    .wideTitle2 {
        display: none;
    }
}

.collapsible {
    background-color: white;
    cursor: pointer;
    padding: 7px 0px 7px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-weight: 700;
    font-family: inherit;
}

.active, .collapsible:hover{
    background-color: white;
}

.collapsible:after {
    content: '\f13a';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    float: right;
    margin-left: 5px;
}

.nextPage:after{
    content: "\f138";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 36px;
    vertical-align: bottom;
    line-height: 36px;
    color: black;
}
.active:after {
    content: "\f139";
}
.collapsible2{
    vertical-align: middle;
    background-color: white;
    padding: 7px 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 25px;
    font-weight: 400;
    border: 1px solid;
}
.contentDisplay {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 18px 0 0px;
    border-color: black;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}
.contentDisplay2 {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 18px 0 0px;
}
.insertfields {
    float: left;
    width: calc(100%);
    margin-bottom: 5px;
}

.insertfields2 {
    float: left;
    width: calc(100%);
    margin-bottom: 5px;
}

.insertfields3 {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.insertfields label, .insertfields p{
    width: 47%;
    margin-right: 3%;
    float: left;
}
.insertfields input,.insertfields select{
    width: 47%;
    margin-right: 3%;
    float: left;
    color: black;
}
.insertfields p{
    font-size: 10px;
    margin-top: -5px;
    line-height: 1.5;
}
.insertfields2 label,.insertfields2 input{
    float: left;
    padding-left: 10px;
}
.insertfields2 input{
    width: 23.5%;
    margin-left: 1.5%;
    color: black;
}
.insertfields3 label,.insertfields3 input{
    float: left;
}
@media (min-width: 720px) {
    .insertfields {
        float: left;
        width: calc(100% / 2);
        margin-bottom: 5px;

    }

    .insertfields2 {
        float: left;
        margin-bottom: 5px;
    }

    .insertfields3 {
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }

    .end2Column {
        margin-right: 0%;
    }

    .endsingleColumn {
        margin-right: calc(100%/2);
    }
    .insertfields input, .insertfields p,.insertfields select{
        width: 47%;
        margin-right: 3%;
        float: left;
        padding-left: 10px;
    }
}
.IFTA label{
    width: 25%;
    float: left;
}
.IFTA textarea{
    width: 75%;
    float: left;
    color: black;
}
input, label {
    display:block;
}

.buttonStyle{
    background-color: #6cbaf4;
    padding: 10px;
    cursor: pointer;
    border-radius: 25px;
    border: none;
    color: white;
    min-width: 136px;
}
@media (max-width: 468px) {
    .insertfields label,.insertfields2 label,.insertfields3 label{
        font-size: 14px;
    }
}
.topbar-offcanvas {
    display: flex;
    padding-right: 15px;
    justify-content: start;
}
.topbar-offcanvas {
    position: relative;
    left: 0;
}


@media screen and (max-width: 1170px) {

    .pcview{
        display: none;
    }
}

.trigger-offcanvas {
    position: relative;
    font-size: 32px;
    line-height: 63px;
    border: 0px;
    padding: 0px;
    background: inherit;
}
.OffCanvasNavigation i, .trigger-offcanvas, .trigger-offcanvas:focus, .trigger-offcanvas:hover, header .TopNavigation a.level2:hover {
    color: white;
}
@media screen and (max-width: 1200px) {
    .layout-fluid .container {
        width: 100%;
        padding: 0 15px;
    }
    .Header .container {
        padding: 0 15px;
    }
    .header-container{
        justify-content: start !important;
        width: max-content;
    }
}
.dropdown-content {
    display: none;
    position: absolute;
    min-width: max-content;
    overflow: auto;
    z-index: 1;
    margin-top: 56px;
    padding: 4px;
    margin-left: -4px;
}

.dropdown-content a {
    color: white;
    margin-top: 1px;
    width: 100%;
    text-decoration: none;
    display: block;
}
.dropdown-content button{
    text-align: left;
}
.show {
    display: block;
}
#scrollToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: black;
    color: white;
    cursor: pointer;
    padding: 12px 15px;
    border-radius: 20px;
}

#scrollToTop:hover {
    background-color: black;
}
a button{
    cursor: pointer;
}
textarea{
    font-family: Frutiger,Open Sans,sans-serif;
}
.insertfields3 select{
    width: 33px;
    color: black;
    display:block;
}
/*General classes*/
.d-flex{
    display: flex ;
}
.align-center{
    align-content: center;
}
.justify-center{
    justify-content: center;
}
.justify-right{
    justify-content: right;
}

/*Specific classes*/
.menu-container{
    background-color: #b2dbf9;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-left: 25px;
}
.logo-container{
    height: 100%;
}
.main-menu{
    position: relative;
    width: max-content;
}
.menu-container a{
    padding: 10px 20px;
    font-size: 16px;
    line-height: 33px;
}
.header-container{
    margin-top: calc(22px + 17px);
    justify-content: center;
    padding: 0 15px;

}
/*falls kein Naviagation angezeigt werde soll*/
.no-nav{
    background-color: initial;
    width: max-content;
}
@media (min-width: 1170px) {
    .no-nav {
        width: calc(1170px - 196px);
    }
}
.burgerButton{
    background-color: white;
    margin-bottom: 10px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
    width: 100%;
    color: black;
}
.sub-menu{
    position: absolute;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    top: 25px;
    right: 0;
    display: none;
}
.main-menu:hover .sub-menu, .sub-menu:hover{
    display: block;
}
b{
    font-weight: 900;
}
