@import url("MyFontsWebfontsKit.css");
@import url("jquery.bxslider.css");



html {

}


body {
    background: #fff;
    font-family: BrandonGrotesque-Regular;
    font-weight: normal;
    font-style: normal;
    font-size: calc(0.75em + 1vmin);
    /*    font-size: 10px;*/
    /*    max-width:120em;*/
    padding: 0;
    margin: 0px auto 0px auto;
    color: rgb(32,32,72);


}

.hidden {
    position:absolute;
    line-height: 1px;
    clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
    clip: rect(1px, 1px, 1px, 1px);
}

section{
    clear:both;
    float:none;
    /*margin-bottom:2em;*/
}

.h1-prolog {
    position: relative;
    display: block;
    top: 0px;
    padding: 2em 0 2em 0;
    font-family: BrandonGrotesque-Regular;
    /*font-size: 1.5em;*/
    line-height: initial;
    text-transform: uppercase;

}

h1 {
    position: relative;
    display: block;
    top: 0px;
    padding: 1em 0 1em 0;
    font-family: BrandonGrotesque-Regular;
    font-size: 2em;
    line-height: initial;
    text-transform: uppercase;
}

.h2-prolog {

    position: relative;
    display: block;
    top: 0px;
    padding: 2em 0 .5em 0;
    font-family: BrandonGrotesque-Regular;
    /*font-size: 1.2em;*/
    line-height: initial;
    text-transform: uppercase;
}

h2 {
    font-family: BrandonGrotesque-Black;
    font-size: 1.25em;
    line-height: initial;
    text-transform: uppercase;
    padding-bottom: 1em;
    padding-top: 1em;
}

h3 {
    font-family: BrandonGrotesque-Medium;
    font-size: 1.1em;
    line-height: initial;
    text-transform: uppercase;
    padding-bottom: .8em;
}

h4 {
    font-family: BrandonGrotesque-Medium;
    /*font-size: 2em;*/
    line-height: initial;
    text-transform: uppercase;
    padding-bottom: .8em;
    padding-top: 1em;
}

.BrandonGrotesque-Regular {
    font-family: BrandonGrotesque-Regular;
    font-weight: normal;
    font-style: normal;
}

.BrandonGrotesque-Black {
    font-family: BrandonGrotesque-Black;
    font-weight: normal;
    font-style: normal;
}

.BrandonGrotesque-Thin {
    font-family: BrandonGrotesque-Thin;
    font-weight: normal;
    font-style: normal;
}


a {
    text-decoration: none;
    color: rgb(147,145,174);

}

button, input, textarea{
    font-family:inherit;
    font-size:inherit;
}

a:hover {
    text-decoration: underline;
    color: rgb(147,145,174);

}


#nav {
    /*    background: url("/media/verlauf-navi-oben.png");
        background-position: bottom;
        background-repeat: repeat;*/
    /*    background: rgb(255,255,255);  For browsers that do not support gradients
        background: -webkit-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0));  For Safari 5.1 to 6.0
        background: -o-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0));  For Opera 11.1 to 12.0
        background: -moz-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0));  For Firefox 3.6 to 15
        background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0));  Standard syntax (must be last) */


    background: rgb(255,255,255); /*  For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,0)); /*  For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,0)); /*  For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,0)); /*  For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,0)); /*  Standard syntax (must be last) */





    position: fixed;
    z-index: 1000;
    top: 0;
    width:100%;
    /*    max-width:120em;*/
    padding: 0;
    margin: 0px auto 0px auto;
    min-height: 4em;
    /*    border-bottom:1px dashed  white;*/
}

#sitename {
    width: 100%;
    font-weight:normal;
    text-transform: uppercase;
    float:left;
    margin: .3em 0;

}

.logo_akronym{
    float: left;
    margin: 0px 3px 0px 2vw;
    font-size: 3.7em;
    line-height: 0.7em;
    letter-spacing: -0.1em;
}

.logo_schriftzug {
    float:left;
    margin:0px 3px 0px .5vw;
    font-size:0.7em

}

.logo_schriftzug:hover {
    text-decoration: underline;
}

#navi_1{
    position: relative;
    margin-right:3em;
    font-family: BrandonGrotesque-Medium;
    font-size:0.7em;
}

#navi_1 .hide_desktop {
    display: none !important;
}

#navi_1 ul{
    list-style: none;
    float:right;
}

#navi_1 ul .children{
    list-style: none;
    float:none;
    padding: 5px;
    background-color: rgb(240,240,240);
}

#navi_1 li {
    display: inline-block;
    vertical-align: central;
    padding: 0.7em 0 0 3vw;
    text-transform: uppercase;
    line-height: 20px;
}

#navi_1 li:hover {
    text-decoration: underline;
}

#navi_1 li a{
    color: rgb(61,58,110);

}

/* Sonderformat WEBSHOP-Link*/
#navi_1 li[data-id="95"]>a {
    /*color:yellow;
          text-shadow: 0px 0px 4px rgb(32,32,72);*/
    display: inline-block;
    background-color:#231F5F;
    transition: background-color 1s;
    border:1px solid #231F5F;
    color:white;
    transition: color .5s;
    padding:0 0.2em;
    text-decoration: none;
    margin: 0.1em 0 0.1em 0;
    cursor:pointer;
}

#navi_1 li[data-id="95"]>a:hover{
    background-color:white;
    color:#231F5F;
    text-decoration: none;
}

/*
.inline-button{
    display: inline-block;
    background-color:#231F5F;
    transition: background-color 1s;
    border:1px solid #231F5F;
    color:white;
    transition: color .5s;
    padding:0 0.2em;
    text-decoration: none;
    margin: 0.1em 0 0.1em 0;
    cursor:pointer;

}

.inline-button.margin{

    padding: 0.2em;
    margin:0;

}


.inline-button:hover{
    background-color:white;
    color:#231F5F;
    text-decoration: none;



}
*/

#navi_1 a:hover, navi_1 a:active, navi_1 a:visited {
    color: rgb(61,58,110);
    text-decoration: underline;
}

#navi_1 a.nav_level_1 {

}


#navi_1 li.nav_level_2 {
    display:block;
    float:none;
    clear:both;

    padding: 0.7em ;

}

#navi_1 a.nav_level_2 {

}

#navi_1 a.nav_level_3 {

}

#navi_1 a.menu_on_path {
    color: rgb(61,58,110);
    text-decoration: underline;
}

#navi_1 a.menu_displayed_content {
    color: rgb(61,58,110);
    font-weight: bold;
    text-decoration: underline;
}

#navi_1 ul .children{
    display: none;
}






#navi_mobile {
    position: fixed;
    top:0;
    width:100%;
    height: 100%;
    z-index: 1010;
    background-color: rgba(255,255,255,1);
    display: none;
}

#navi_mobile li.hide_desktop{
    display: inline-block;
}

#navi_mobile ul.children{
    display: block;
}

#navi_mobile ul{
    list-style: none;
    float:right;
}

#navi_mobile ul .children{
    list-style: none;
    float:none;


    margin-top:.6rem;


}

#navi_mobile li {
    display: inline-block;
    vertical-align: central;
    padding: 0.7em 0;
    text-transform: uppercase;
    line-height: 20px;
    width:100%;
    text-align: center;
}

#navi_mobile li:hover {
    text-decoration: underline;
}

#navi_mobile li a{
    color: rgb(61,58,110);
    display: inline-block;
}

#navi_mobile a:hover, navi_1 a:active, navi_1 a:visited {
    color: rgb(61,58,110);
    text-decoration: underline;
}

#navi_mobile a.nav_level_1 {
    font-weight: bold;

}


#navi_mobile li.nav_level_2 {
    display:block;
    float:none;
    clear:both;

    padding: 0.3em 0;

}

#navi_mobile a.nav_level_2 {

}

#navi_mobile a.nav_level_3 {

}

#navi_mobile a.menu_on_path {
    color: rgb(61,58,110);
    text-decoration: underline;
}

#navi_mobile a.menu_displayed_content {
    color: rgb(61,58,110);
    font-weight: bold;
    text-decoration: underline;
}



#scrollwrapper {
    position: relative;
    width: 100%;
    height: 100%;
    /*border: 1px solid red;*/
    overflow: scroll;
}





.submenu_absolute {
    position:absolute;
    padding-top:1em;
    margin-left: -1em;

}










#mobilemenu {
    float:right;
    margin:0 7vw;

    display:none;

}


.content {
    position: relative;
    padding-bottom: 90px;
    height:100%;
}

.gruppenspalte, .wochentagespalte {
    /*width:25%;*/
    max-width: 300px;

}
.preisspalte {
    text-align: right;
    padding-right:20px;
}


.fuehrungenspalte {

    padding-left:20px;
}


.hinweisspalte{
    font-family: BrandonGrotesque-Light;
    text-align: left;
    padding-left:20px;
}

.ansprechpartner{
    display:inline-block;
    width: auto;
    /*font-size:1.5em;*/
    /*line-height: normal;*/
    border: 1px solid #28285E;
    padding-right:5px;
}

.ishovered{
    /* dummy für Hover-Status */
}

.anchor {
    display: block; /*this is important!*/
}



#subnav_wrapper{
    position:absolute;
    top:50%;
    width:100%;
    height:1px;
    z-index: 900;
    /*    border:1px solid red;*/
    /*    max-width:120em;*/
    font-size: 0.7em;

}

#subnav {
    /*    height: 100vh;*/
    position: absolute;
    top: -5em;
    right: 1em;
    width: auto;
    max-width: 30em;
    /*    background-color: rgba(255,255,255,0.2);*/


}
.inline-button, ._button{
    display: inline-block;
    background-color:#231F5F;
    transition: background-color 1s;
    border:1px solid #231F5F;
    color:white;
    transition: color .5s;
    padding:0 0.2em;
    text-decoration: none;
    margin: 0.1em 0 0.1em 0;
    cursor:pointer;
    font-size:1rem;
    /*    text-transform: uppercase;*/
}

.inline-button.margin, ._button{

    padding: 0.2em;
    margin:0;

}


.inline-button:hover{
    background-color:white;
    color:#231F5F;
    text-decoration: none;



}

.info_button {
    height: 3em;
    width: 3em;
    float:left;
    margin-right:7px;
}

#subnav li {
    text-align: right;
    padding:0.5em 0em;
    /*font-size: 1.2em;*/
    text-transform: uppercase;
    font-family: 'BrandonGrotesque-Medium';



    height: 2.5vh;
    overflow: hidden;
    white-space: nowrap;
    line-height:18px;






}

#subnav li:after {

    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#subnav li a span.subnav_linktext {
    display:inline-block;
    color: rgb(147,145,174);

    vertical-align:baseline;



}



#subnav li a span.subnav_linktext span.lnk  {
    color: rgb(147,145,174);
    display:inline-block;
    vertical-align:baseline;
    margin-right:1em;
    display:none;
    font-size:0.9em;







}

#subnav li a span.subnav_linktext span.lnk:hover  {
    color: rgb(61,58,110);
    text-decoration: underline;
    display:inline-block;
    vertical-align: middle;






}

#subnav li .nav-active span.subnav_linktext {
    color: rgb(61,58,110);
    /*    font-family: 'BrandonGrotesque-Black';*/
    font-weight: bolder ;




}

#subnav li .nav-active span.subnav_linktext span.lnk  {
    text-decoration: underline;
    color: rgb(61,58,110);





}

#subnav li .nav-active span.subnav_linktext span.lnk:hover  {

    color: rgb(61,58,110);
    text-decoration: underline;




}




footer {
    background: rgb(240,240,240); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(bottom, rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(bottom, rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,0)); /* Standard syntax (must be last) */



    position: fixed;
    z-index: 1000;
    bottom: 0;
    width:100%;
    /*    max-width:120em;*/
    padding: 0 ;
    margin:0;
    /*    margin: 0px auto 0px auto;*/
    height: 5em;
    font-size:0.7em;
}

#footercontent {
    position:absolute;
    bottom:0px;
    width:100%;
    font-family: 'BrandonGrotesque-Medium';
    padding: 0 ;
    margin:0;
}

b, .bold {
    font-weight:bold;
}

.italic{
    font-style: italic;
    font-family: "BrandonGrotesque-Light";
}

#quickinfolink ul{
    list-style: none;
    margin:0;
    padding:0;
}
#quickinfolink li {
    display: inline-block;
    padding: 1vw 3vw;
    text-transform: uppercase;
    /*    font-size: 1.2em;*/
    font-weight:normal;
    float:left;
}

#quickinfolinkright li {
    display: inline-block;
    padding: 1vw 3vw;
    text-transform: uppercase;
    /*    font-size: 1.2em;*/
    font-weight:normal;
    float:right;
}

#quickinfolink li:hover,
#quickinfolinkright li:hover{
    text-decoration: underline;
}

#quickinfolink li a,
#quickinfolinkright li a{
    color: rgb(61,58,110);
    /*font-size: 1.2em;*/
}

#quickinfolink li a:hover,
#quickinfolink li a:active {
    color: rgb(61,58,110);
}

#quickinfolinkright li a:hover,
#quickinfolinkright li a:active {
    color: rgb(61,58,110);
}

.quickinfocontent {
    font-size: .8em;
    line-height: normal;
    position: fixed;
    z-index: 990;
    bottom: 0;
    width:100%;
    /*    max-width:120em;*/

    margin: 0px;
    height: auto;
    vertical-align:top;


    /*    padding:8em 3em 6em 0;*/

    display:none;

}

.gradient{
    position: relative;
    top:0;
    min-height:3em;
    border: 0;
    background: rgb(240,240,240); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(bottom, rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(bottom, rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,1),rgba(240,240,240,0)); /* Standard syntax (must be last) */
}

.thewrapper{
    background-color: rgba(240,240,240,1);
    padding-bottom: 5em;
}

.quickinfocontent div {
    vertical-align: top;
}


.language_link.aktiv {
    display:none;
}

.language_link{
    display:block;
}

.textcolumns {
    vertical-align: top;


    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 5vw; /* Chrome, Safari, Opera */
    -moz-column-gap: 5vw; /* Firefox */
    column-gap: 5vw;
}

.columns2 {
    vertical-align: top;


    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 1em; /* Chrome, Safari, Opera */
    -moz-column-gap: 1em; /* Firefox */
    column-gap: 1em;
}

.columns3 {

    vertical-align: top;

    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;


    -webkit-column-gap: 1em; /* Chrome, Safari, Opera */
    -moz-column-gap: 1em; /* Firefox */
    column-gap: 1em;
}

.quickinfoclose {
    float:right;
    margin-right: 8vw;
    clear:both;
    z-index: 1099;

    -webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
    cursor:pointer;
    font-weight: bold;

}

.quickinfoclose:after {
    float:none;
    clear:both;

    -webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;

}


p span._bold{
    font-family: BrandonGrotesque-Black;
}


.quickinfocontent .item p {
    text-transform: uppercase;
    /*    font-size: 1.2em;*/
    line-height: 1.2em

}

.break {
    clear:both;
    float:none;
}


/* Quickinfo */
.item {
    display: inline-block;
    margin-left: 0;
    width:30em;
    margin:0;;
    /*    border:1px dotted red;*/
    min-height:4em;
}
.itemdate {
    font-weight: bold;
    text-transform: uppercase;
    /*    font-style: italic;*/
    /*font-size: 1.2em;*/
    line-height: 1.5em;
}

.itemtext {

    text-transform: uppercase;
    /*font-size: 1.2em;*/
    line-height: 1.2em;
}

.page-content {
    /*    min-width: 200px;
    width:100%;*/
    line-height: 1.5em;
    font-family: BrandonGrotesque-Medium;
    /*font-size:0.8em;*/
    max-width:100vw;
    padding: 2vw 0;
    margin: 0 6vw 0 6vw;
}

.productpage {
    /*    min-width: 200px;
    width:100%;*/
    line-height: 1.5em;
    font-family: BrandonGrotesque-Medium;
    /*font-size:0.8em;*/
    max-width:1200px !important;
    /*    padding: 2vw 0;*/
    margin: 0 auto 0 auto;
    padding: 0 1vw;

}

@media (max-width: 960px) {
    .page-content {

        margin: 0 4vw 0 4vw;
    }
}

.page-content.without-banner{
    padding: 0;
}

.page-tilenavigation {

    line-height: 1.5em;
    font-family: BrandonGrotesque-Medium;
    font-size:0.8em;
    max-width:100vw;
    padding: 2vw 0;
    margin: 0 6vw 0 6vw;

}


@media (max-width: 960px) {
    .page-tilenavigation {
        margin: 0 8vw 0 8vw;
    }
}

@media (max-width: 480px) {
    /*    .page-tilenavigation {
            margin: 0 10vw 0 10vw;
        }*/
}

.page-content.wider {

    margin: 0 6vw 0 9vw;




}

.page-content p, .col1 p, .col2 p, p {
    width:100%;
    /*max-width:50em;*/
    line-height: 1.3em;
    /*    font-size: 1.8em;*/
    margin-bottom:1em;
    /*    font-family: "BrandonGrotesque-Light";*/
}

.page-content div.timeline_month_wrapper {
    width:100%;
    max-width: 800px;
    /*max-width:50em;*/
    line-height: 1.3em;
    /*font-size: 1.8em;*/
    margin-bottom:1em;
    /*    font-family: "BrandonGrotesque-Light";*/
}



.page-content table {
    /*    width:100%;*/
    /*max-width:50em;*/
    line-height: 1.5em;
    font-size: smaller;
    margin-bottom:2em;
    /*    font-family: "BrandonGrotesque-Light";*/
}

.page-content table th {
    font-weight:bold;
    text-align: left;

}

.page-content img {
    width:100%;

}

.page-content table th.preisspalte {

    text-align: right;
    padding-right: 20px;

}

.page-content table th.col_price {
    text-align: right;

}




.page-content blockquote{
    /*    width:100%;*/
    /*max-width:50em;*/
    line-height: 1.5em;
    font-size: 1.5em;
    font-style: italic;
    margin:0 auto 1em auto;
    text-align: center;
    color: rgb(32, 32, 72);;
    font-family: "BrandonGrotesque-Light";
}

.page-content ul , .page-content ol{
    margin:0 0 1em 2em ;
}

.page-content li {
    /*    width:100%;*/
    /*max-width:50em;*/
    line-height: 1.5em;
    /*font-size: 1.6em;*/
    /*    font-family: "BrandonGrotesque-Light";*/
    /*list-style-position: inside;*/
    list-style-type:square;
    margin-left: 1em;
}

label{
    width:20em;
    display:inline-block;
    line-height: 1.5em;
    /*font-size: 1.6em;*/
    margin-bottom:2em;
    font-family: "BrandonGrotesque-Medium";
}

.col1 {
    width:30%;
    float:left;
    line-height: 1.5em;
    /*font-size: 1.6em;*/
    font-family: "BrandonGrotesque-Black";
}

em {
    font-family: "BrandonGrotesque-Medium";
}

.italic {
    font-style: italic;
}

.col2 {

    float:left;
    line-height: 1.5em;
    /*font-size: 1.6em;*/
    font-family: "BrandonGrotesque-Medium";
}

.page-divider{
    overflow: hidden;
}

.page-divider:first-of-type{
    margin-top:60px;
}

.page-divider img {

    width: 100%;

    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    /*    opacity:0.1;*/
}

.page-divider:hover img {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}


.dreispaltig{
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;

    -webkit-column-gap: 3em; /* Chrome, Safari, Opera */
    -moz-column-gap: 3em; /* Firefox */
    column-gap: 3em;
}
.fa-circle {
    text-shadow: 1px 1px 2px rgb(240,240,240), -1px -1px 2px rgb(240,240,240) , -1px 1px 2px rgb(240,240,240), 1px -1px 2px rgb(240,240,240);
    width: 18px;
    margin-right:2px;
}


.floatitem_wrapper {
    width: calc((80vw - 3*2vw)/4);
    float: left;
    /*    border:1px solid black;*/
    /* margin: 0 1vw 1vw 0; */
    padding: 1vw;
}

.floatitem_wrapper.linked:hover {
    cursor:pointer;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(61, 58, 110,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(61, 58, 110,0.75);
    box-shadow: 0px 0px 5px 0px rgba(61, 58, 110,0.75);
}





.popup {
    width: 80%;
    max-width:600px;
    margin:0px auto;
    background: #231F5F;
    color: #333;
    padding:20px;

}

.popup-btn-close {
    position: absolute;
    top: 8px;
    right: 30px;

    /*    font-weight: bold;
        text-transform: uppercase;*/
    cursor: pointer;
}

@media (max-width: 768px)
{

    .popup {
        width: 80%;
        max-width:400px;
        margin:0px auto;
        background: #231F5F;
        color: #333;


    }

}


@media (max-width: 1450px)
{
    #navi_1 li{
        font-size: 0.9em;
        padding-left: 2.5vw;
        padding-top: 0.65em;

    }

    .logo_schriftzug {
        font-size:0.65em;
    }

}

@media (max-width: 1350px)
{
    #navi_1 li{
        font-size: 0.85em;
        padding-left: 1vw;
        padding-top: 0.6em;

    }

    .logo_schriftzug {
        font-size:0.6em
    }

}

@media (max-width: 1050px)
{
    #navi_1 li{
        font-size: 0.8em;
        padding-left: 0.8vw;
        padding-top: 0.5em;

    }

    .logo_schriftzug {
        font-size:0.5em
    }

}


@media (max-width: 1050px)
{

    #subnav ul li a span.subnav_linktext span.lnk{
        display:none;
    }

}

@media (max-width: 920px)
{


    #quickinfolink li {
        padding: 1em 2em;

    }

    #quickinfolinkright li {
        padding: 1em 3em;
    }

}


@media (min-width: 820px) and (max-width: 919px)
{




    #quickinfolink li {
        padding: 1em 1.5em;

    }

    #quickinfolinkright li {
        padding: 1em 1.5em;
    }

}


@media (min-width: 630px) and (max-width: 819px)
{




    #quickinfolink li {
        padding: 1em 0.8em;

    }

    #quickinfolinkright li {
        padding: 1em 0.8em;
    }


}

@media (max-width: 629px)
{




    #quickinfolink li {
        padding: 1em 0.4em;

    }

    #quickinfolinkright li {
        padding: 1em 0.4em;
    }


}

@media (min-width: 1201px)
{
    span.linebreak:nth-of-type(4n){
        clear:both;
        float:none;
        display: block;
        height:2vh;
        /*        border:1px solid blue;*/

    }
}

@media (min-width: 901px) and (max-width: 1200px)
{

    .floatitem_wrapper {
        width: calc((80vw - 2*2vw)/3);
    }


    span.linebreak:nth-of-type(3n){
        clear:both;
        float:none;
        display: block;
        height:2vh;
        /*        border:1px solid blue;*/

    }



}


@media (min-width: 561px) and (max-width: 900px)
{

    .floatitem_wrapper {
        width: calc((80vw - 1*2vw)/2);
    }


    span.linebreak:nth-of-type(2n){
        clear:both;
        float:none;
        display: block;
        height:2vh;
    }



}

@media  (max-width: 800px)
{

    #mobilemenu {
        display:block;
        font-size: 2em;
    }

    #navi_1 {
        display:none;
        position: fixed;
        z-index:1010;
        width:100%;
        height:100%;
        margin: 4em 0 0 0 ;
        background-color: rgba(255,255,255,0.95);
    }

    .children {
        display:block;
        float:none;
        clear:both;
    }

    #subnav_hor_bg {
        display:none;
    }

    #hauptnavigation{
        width:100%;
    }

    #navi_1 ul{
        list-style: none;
        float:left;
    }
    #navi_1 li {
        width:100%;
        text-align: center;
        display: block;
        padding: 20px 20px 0px 20px;
        /*font-size:2em;*/
    }
    #navi_1 li:hover {
        text-decoration: underline;
    }
    #navi_1 li:hover a{
        color: rgb(61,58,110);
    }

    .logo_schriftzug {
        font-size:0.7em
    }

}

@media (max-width: 560px)
{
    a[data-quickinfo-id="q5"] {
        display:none;
    }



    #subnav_bg {
        display:none;
    }

    .ansprechpartner{
        float:left;
        margin-bottom:2em;
    }







    #subnav li a span.subnav_linktext {
        display:none;
    }

    .floatitem_wrapper {
        width: calc((80vw - 0*2vw )/1);
    }

    span.linebreak:nth-of-type(1n){
        clear:both;
        float:none;
        display: block;
        height:2vh;
    }




}

@media (max-width: 819px)
{
    .textcolumns {
        vertical-align: top;


        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;

        -webkit-column-gap: 0; /* Chrome, Safari, Opera */
        -moz-column-gap: 0; /* Firefox */
        column-gap: 0;
    }
}

@media (max-width: 400px)
{

    .page-content {

        font-size: 1em;
        max-width: 100vw;
        padding: 2vw 0;
        margin: 0 .5vw 0 .5vw;
    }

}



@media (max-width: 500px)
{
    #quickinfolinkright #facebooklink {
        display: none;
    }
}


/* Kalender */
.timeline_month {
    float:none;
    clear:both;
    width: 25vw;
    /*    float: left;*/
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 2vh;
}

.timeline_date {
    font-weight: bold;
    margin-top: 2vh;


}
.timeline_time {
    font-weight: bold;
    margin-bottom: .5vh;

    float: left;
    margin-right:10px;
}

.timeline_notime {
    font-weight: bold;
    margin-bottom: 1vh;

    float: left;
    margin-right:0px;
}

.timeline_title{
    display:inline-block;
    /*margin-left:10px;*/
}

.timeline_events_wrapper {
    cursor: default;
    margin-left:2vw;
}

.timeline_events_wrapper.active {
    background-color: #efefef;
}

.timeline_event {

    /*padding: .5vw;*/
    transition: background-color .5s;
    border: 1px solid transparent;
}

.timeline_event:hover {
    border: 1px solid #efefef;
}

.timeline_attributes {
    float: right;
}

.timeline_attr{
    font-size: .9em;
    color: #231F5F;
    /*color: white;*/
    line-height:normal;
    border: 1px grey;

    padding:2px 5px;
    float:right;
    margin-right:2px;
}




.timeline_attr i{
    font-size: .9em;
    background-color:#dddddd; // #231F5F;
    color: white;
    line-height:normal;
    border: 1px grey;

    padding:2px 5px;
    float:right;
    margin-right:2px;
}

.timeline_attr i:hover{
    background-color: #231F5F;
}

.timeline_registration{
    width: 200px;
    float:right;
    text-align: center;

}

.timeline_reg{
    font-size: .9em;
    background-color: red;
    color: white;
    line-height:normal;
    border: 1px red;
    border-radius: 3px;
    padding:2px;

    margin-right:2px;

}


.timeline_description {
    padding: .5vw;

    font-size:smaller;
    display: none;
    float:none;
    clear:both;
}

/* Ende Kalender */


.rechenweg{
    display:none;
    color: #ccc;
}


ul.bxslider_passive li {
    margin-left: 0;
}



#_modaldialog {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99999;
    background-color: rgba(255,255,255,.8);
    transition: .5s;
}

#_modaldialog_content{
    width: 100%;
    height: 100%;
}