@import "custom_switcher.css";
body, table {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    table-layout: fixed;
}
p, tr, th {
    font-size: 18px;
    font-weight: 300;
    color: #595146;
    line-height: 1.55em;
}
h1 {
    font-size: 50px;
    font-weight: 300;
    color: #BEA36C;
    margin-top: 40px;
    margin-bottom: 50px;
    line-height: 1.4em;
}
h2, span.fakeh2 {
    font-size: 30px;
    font-weight: 300;
    color: #726559;
    margin-top: 25px;
    margin-bottom: 50px;
    line-height: 1.4em;
}
span.fakeh2 {
    font-size: 40px;
    line-height: 1.2em;
}
h3 {
    font-size: 22px;
    font-weight: 400;
    color: #BEA36C;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.4em;
}
h3.dunkel, th {
    color: #726559
}
th {
    font-weight: 400;
    vertical-align: top;
    padding: 10px;
    text-align: left;
}
td {
    vertical-align: top;
    padding: 10px;
}
h4 {
    font-size: 18px;
    font-weight: 400;
    color: #726559;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.4em;
}
ul {
    padding: 0;
    list-style: none;
    font-size: 18px;
    color: #595146;
    font-weight: 300;
    margin: 14px 0px;
}
.error ol {
    font-size: 18px;
    color: #595146;
    font-weight: 300;
}
.error h2, .error p {
    margin: 15px 0;
}
.item-page ul ul {
    margin-left: 20px;
}
li {
    position: relative;
    line-height: 1.55em;
}
ul li:before, ul ul li:before {
    content: "";
    display: inline-block;
    width: 13px;
    border-bottom: 1px solid #BEA36C;
    margin-left: -26px;
    margin-right: 12px;
}
ul > ul > li:before {
    width: 7px;
}
ul.shift-right {
    margin-left: 26px;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
table.zebra-table tr:nth-child(odd) {
    background-color: #F2F2F2;
}
table.zebra-table {
    border: 2px solid #F2F2F2;
    width: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
}
.nav-mobil {
    display: none;
}
.no-wrap {
    white-space: nowrap;
}
.icon {
    max-width: 70px;
    min-width: 0px;
    margin: 5px;
    fill: none;
    stroke: #74665A;
    color: #74665A;
}
.icon:hover {
    stroke: #BEA36C;
    color: #BEA36C;
}
.icon-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.letters {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.letters > li a {
    text-decoration: none;
    font-size: 22px;
    font-weight: 400;
    color: #726559;
}
.letters li:before {
    content: none;
}
#errorboxoutline .logo {
    padding: 50px 0;
}
.vr-data {
    width: 100%;
}
.termin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 10;
    position: absolute;
    right: 0;
    margin-right: 20%;
    top: -160px;
    color: white;
    font-size: 17px;
    background-color: #BEA36C;
    width: 200px;
    height: 200px;
    -webkit-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}
.termin p, .termin span {
    color: white;
    padding: 10px 0;
}
.termin-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.termin-tiser {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.termin-tiser span:after {
    content: "";
    display: inline-block;
    float: right;
    border-top: 10px solid transparent;
    border-right: 1px solid white;
    border-left: 10px solid transparent;
    border-bottom: 1px solid white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px;
    margin-top: 2px;
}
.termin:hover {
    top: 0;
}
.pull-right {
    float: right;
}
.link--inline {
    position: relative;
    display: inline-block;
    color: inherit;
}
.link--inline:after {
    content: '\200B';
    display: block;
    position: absolute;
    max-height: 0;
    top: 100%;
    width: 100%;
    background-color: rgba(100, 100, 100, 0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.link--inline:hover::after {
    max-height: 100%;
    top: 0;
}
.intern-link, .intern-link:visited, .intern-link:active {
    text-decoration: underline;
}
.external-link, .download-link, .external-link:visited, .external-link:active, .download-link:visited, .download-link:active {
    text-decoration: none;
    font-weight: 400;
}
.external-link:before {
    content: "\226B";
    display: inline-block;
    font-weight: 600;
    margin: 0 .4em;
}
.download-link:before {
    content: "\22BB ";
    display: inline-block;
    -webkit-transform: scale(1.6, 1);
    transform: scale(1.6, 1);
    font-weight: 600;
    margin: 0 .4em;
}
.download-link-icon, .download-link-icon:visited {
    /*outline: none;*/
    display: inline-block;
    text-decoration: none;
    color: #726559;
    margin-right: auto;
    margin-left: auto;
    font-weight: 400;
}
.download-link-icon:hover {
    color: #5A5147;
    text-decoration: none;
}
.download-link-icon:before {
    content: url("../../images/downloadIcon.gif");
    margin: 0 .5em;
}
.download-link-icon:hover:before {
    content: url("../../images/downloadIcon_s2.gif");
    color: #726559;
}
.external-link:hover, .external-link:focus, .download-link:hover, .download-link:focus {
    text-decoration: none;
}
.download-list {
    display: block;
    position: relative;
}
.download-list > h3 {
    margin-bottom: 0;
}
.download-list > p {
    padding-left: 70px;
    margin-top: 0;
}
.menuicon {
    position: absolute;
    display: none;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #73655A;
    margin: 50px 30px;
    right: 0;
    bottom: 20px;
}
.icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px;
    background-color: #f5f5f5;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.two-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.two-columns li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    text-align: left;
    margin-left: auto;
}
.two-columns > li:before {
    margin-left: -26px;
}
.team {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.team-img {
    margin-bottom: 10px;
    height: auto;
}
.team-img.first {
    margin-right: 10px;
    max-width: 62%;
}
.team-img.last {
    max-width: 34%;
}
.praxis {
    display: inline-block;
    width: 80%;
    text-align: center;
}
.praxis.full {
    width: 100%;
}
.praxis-img {
    margin-bottom: 10px;
    max-width: 30%;
    height: auto;
}
.praxis-img:not(last-child) {
    margin-right: 10px;
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.top {
    display: block;
    position: relative
}
.gray-background {
    background-color: #F2F2F2;
}
.logo {
    padding: 60px 0;
}
.logo:after {
    content: "";
    display: table;
    line-height: 0;
    clear: both;
}

/* center the logo */

.logo-block {
    display: block;
    text-align: center;
}
.logo-block.mobil {
    display: none;
}
.video {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.gray {
    text-align: center;
    padding: 40px 0;
    color: #595146;
}
.nav-collapse {
    height: 44px;
    margin-bottom: 3px;
}

/* center the menue */

.nav-collapse .nav {
    /*margin: 0;*/
    max-height: 0;
    -webkit-transition: max-height 0.15s ease-out;
    transition: max-height 0.15s ease-out;
    text-align: center;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.nav-collapse .nav:hover {
    position: relative;
    z-index: 9;
    max-height: 700px;
    -webkit-transition: max-height 0.25s ease-in;
    transition: max-height 0.25s ease-in;
    background: rgba(255, 255, 255, 0.8);
}
.nav-collapse .nav>li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.nav-collapse .nav>li:first-child {
    margin-left: 20%;
}
.nav-collapse .nav>li:last-child {
    margin-right: 20%;
}
.nav-collapse .nav>li:before {
    display: block;
    position: relative;
    bottom: -45px;
    width: 140px;
    border-bottom: 3px solid #BEA36C;
    margin: 0 auto;
    content: "";
}

/* for both main nav and footnav*/

.nav > li > a {
    text-decoration: none;
    color: #73655A;
}
.nav-collapse .nav > li > a {
    font-weight: 400;
    display: block;
    /*font-size: 1.1vw;*/
    font-size: 23px;
}
.nav-collapse .nav>li>a:after {
    content: "";
    display: table;
    border-top: 10px solid transparent;
    border-right: 1px solid #73655A;
    border-left: 10px solid transparent;
    border-bottom: 1px solid #73655A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -3px auto;
}
.nav-collapse .nav >li>a:hover:after, .nav-collapse .nav >li.active>a:after {
    border-right: 1px solid #BEA36C;
    border-bottom: 1px solid #BEA36C;
}

/* for both main nav and footnav*/

.nav > .active > a, .nav > .active > a:hover, .nav > .active > a:focus, .nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    color: #BEA36C;
    text-decoration: none;
}
.nav li::before, .breadcrumb li:before {
    content: none;
}
.nav-child {
    display: none;
    position: relative;
    padding: 20px 0 30px 0;
}
.nav > li:hover > .nav-child {
    display: block;
}
.nav-child li a {
    color: #73655A;
    font-size: 20px;
    font-weight: 300;
    line-height: 2em;
    text-decoration: none;
}
.nav-child > .active > a, .nav-child > li > a:hover {
    font-weight: 400;
}
.flex-container, .breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.flex-container .slider {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex-small, .item-page, .breadcrumb {
    /*max-width: 57.3%;*/
    margin: 0 20%;
    max-width: 100%;
}
.item-page {
    position: relative;
    margin-bottom: 100px;
}
.flex-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.breadcrumb {
    color: #726559;
    font-size: 16px;
    background-color: transparent;
    border-radius: none;
    margin: 40px 0 35px;
    padding: 0;
    list-style: none;
}
.breadcrumb > li {
    display: inline;
}
.breadcrumb>li>.divider {
    padding: 0 5px;
}
.breadcrumb a {
    color: #726559;
    text-decoration: none;
}
.breadcrumb a:hover {
    font-weight: 400;
}
.tiser {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 313px;
    -ms-flex: 0 1 313px;
    flex: 0 1 313px;
    background-color: #B3AB9E;
    margin: 0 30px 80px 0;
    min-width: 0; //in order to shrink in firefox
}
.tiser:last-child {
    margin-right: 0;
}
.tiser-title {
    display: block;
    text-decoration: none;
    height: 22px;
    text-transform: uppercase;
    /*line-height: 22px;*/
    font-size: 22px;
    padding: 20px 30px;
    white-space: nowrap;
    text-align: left;
    color: #FFFFFF;
}
.tiser:hover {
    background-color: #BEA36C;
}
.tiser:hover img {
    opacity: .45;
}
.bottom, .error {
    position: relative;
    /*height: 505px;*/
    border-top: 20px solid #BEA36C;
    background-image: url("../../images/footerimg.jpg");
    padding-top: 2em;
    padding-bottom: 40px;
}
.error .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-container .errorboxoutline {
    width: 70%;
    border: 1px solid #000000;
}
.footer > .moduletable:not(last-child) {
    margin-right: 30px;
}
.footer h3 {
    font-size: 25px;
}
.footer p {
    font-size: 15px;
    color: inherit;
}
.footer p span {
    color: #bea36c;
}
.sprechzeiten {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sprechzeiten-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.tag {
    margin-right: 15px;
}
.sprechzeiten-data p {
    margin: 0;
}
.tag p {
    font-weight: 400;
}
.zeit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 0;
    -ms-flex: 0 1 0;
    flex: 0 1 0;
    white-space: nowrap;
    width: auto;
}
table.sprachzeit-table {
    max-width: 35%;
    margin-right: 30px;
    padding: 0;
    text-align: left;
    min-width: 0;
    overflow: hidden;
}
table.sprachzeit-table.responsive-table {
    margin: 0;
    max-width: 65%;
}
table.sprachzeit-table caption {
    display: table-caption;
    text-align: left;
}
@media screen and (max-width: 720px) {
    table, table.responsive-table {
        max-width: 100%;
        margin: 0;
    }
    table.responsive-table tr {
        /*margin-bottom: 10px;*/
        display: block;
    }
    table.responsive-table td {
        display: block;
        width: 95%;
        text-align: left;
    }
}
.anfahrt {
    display: inline-block;
    text-align: center;
}
.anfahrt-element {
    display: inline-block;
    text-align: left;
    vertical-align: text-top;
}
.anfahrt-element.left {
    max-width: 45%;
    margin-right: 30px;
}
.anfahrt-element.right {
    max-width: 50%;
}
.footnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footnav li {
    color: #726559;
    font-size: 14px;
    padding-left: 1em;
    text-align: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.footnav li:first-child {
    padding-left: 0;
}
.footnav .nav > .active > a, .footnav .nav > .active > a:hover, .footnav .nav > .active > a:focus, .footnav .nav > li > a:hover, .footnav .nav > li > a:focus {
    color: inherit;
    background-color: inherit;
    font-weight: 400;
}
.footnav li:not(:last-child):after {
    display: inline-block;
    content: "|";
    margin-left: 1em;
}
.mod-upper {
    display: block;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    position: fixed;
    right: 0;
    margin-right: 20%;
    padding-top: 5px;
    bottom: 0;
    color: white;
    font-size: 0px;
    background-color: #B3AB9E;
    width: 30px;
    height: 30px;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}
.mod-upper:hover {
    height: 40px;
    background-color: #BEA36C;
}
.mod-upper:before {
    content: "";
    display: table;
    border-top: 10px solid transparent;
    border-right: 1px solid white;
    border-left: 10px solid transparent;
    border-bottom: 1px solid white;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: 10px auto 0;
}

/* Landscape tablets and medium desktops */


/*Medium Desktops*/

@media (min-width: 1367px) and (max-width: 1680px) {
    /*body {
					background: #bada55;
				}*/
    .logo {
        padding: 75px 0;
    }
    .nav-collapse .nav>li:first-child {
        margin-left: 12%;
    }
    .nav-collapse .nav>li:last-child, .termin, .mod-upper {
        margin-right: 12%
    }
    .gray {
        padding: 60px 0;
    }
    .flex-small {
        /*max-width: 57.3%;*/
        margin: 0 15%;
    }
    .item-page {
        margin: 0 15% 80px;
    }
    .breadcrumb {
        margin: 50px 0 55px;
    }
}

/*Small Desktops*/

@media (min-width: 1025px) and (max-width: 1366px) {
    /*body {
	        background: green;
	      }*/
    .logo {
        padding: 60px 0;
    }
    .nav-collapse .nav>li:first-child {
        margin-left: 8%;
    }
    .nav-collapse .nav>li:last-child, .termin, .mod-upper {
        margin-right: 8%
    }
    .gray {
        padding: 30px 0;
    }
    .flex-small {
        /*max-width: 57.3%;*/
        margin: 0 8%;
    }
    .item-page {
        margin: 0 8% 60px;
    }
    .breadcrumb {
        margin: 30px 0 35px;
    }
}

/* Portrait tablets and small desktops */

@media (min-width: 650px) and (max-width: 1024px) {
    .logo-block {
        display: block;
        margin: 0 30px;
        text-align: left;
        float: left;
    }
    .logo {
        position: relative;
        padding: 50px 0;
    }
    /* .logo img {
        width: 60%
    } */
    .termin:hover {
        top: -160px;
    }
    .termin.open {
        top: 0;
    }
    .menuicon {
        display: block;
    }
    .rotate_icon {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .rotate_icon.on {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .nav-collapse .nav>li:first-child {
        margin-left: 1%;
    }
    .nav-collapse .nav>li:last-child, .termin, .mod-upper {
        margin-right: 1%
    }
    .nav-collapse:not(.mobileIsActive) .nav:active, .nav-collapse:not(.mobileIsActive) .nav:hover {
        -webkit-transition: none;
        transition: none;
        background: none;
    }
    .nav-collapse .nav>li>a:after {
        content: none;
    }
    .nav-collapse:not(.mobileIsActive) .nav > li:active > .nav-child, .nav-collapse:not(.mobileIsActive) .nav > li:hover > .nav-child {
        display: none;
    }
    .mobileIsActive .nav {
        position: relative;
        z-index: 9;
        max-height: 700px;
        -webkit-transition: max-height 0.25s ease-in;
        transition: max-height 0.25s ease-in;
        background: rgba(255, 255, 255, 0.8);
        /*padding:  30px;*/
    }
    .mobileIsActive .nav-child {
        display: block;
    }
    .gray {
        padding: 0;
    }
    .flex-small, .item-page {
        /*max-width: 57.3%;*/
        margin: 0 4% 40px;
    }
    .tiser {
        margin: 0 15px 40px 0;
    }
    .tiser-title {
        height: 19px;
        font-size: 19px;
        padding: 19px 20px;
    }
    .breadcrumb {
        margin: 10px 0 15px;
    }
    table.sprachzeit-table {
        max-width: 100%;
        min-width: 45%;
        margin: 0 15px 30px 0;
    }
    table.sprachzeit-table.responsive-table {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 0;
    }
    .letters {
        width: 75%;
    }
    .anfahrt-element.left, .anfahrt-element.right {
        max-width: 100%;
        margin-right: 0;
    }
    .footer.flex-container, .article-sprechzeiten.flex-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer.flex-small, .footnav.flex-small {
        margin: 0 4%;
    }
    .mod-upper {
        margin-right: 4%;
    }
    .mod-upper:hover {
        height: 30px;
        background-color: #B3AB9E;
    }
    .footer > .moduletable {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 43%;
        -ms-flex: 1 1 43%;
        flex: 1 1 43%;
        margin: 0;
        padding: 0;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For Ipad portrait layouts only */
    .video {
        width: 493px;
        height: 277px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For Ipad landscape layouts only */
    .video {
        width: 670px;
        height: 376px;
    }
}
@media (max-width: 767px) {
    .praxis {
        width: 100%;
    }
    .tiser-title {
        height: 16px;
        font-size: 16px;
        padding: 16px 15px;
    }
    .download-list > h3 {
        font-size: 20px;
    }
}

/* Portrait phones and smaller */

@media (max-width: 649px) {
    h1 {
        /*font-size: 30px;*/
        margin-top: 25px;
        margin-bottom: 20px;
        line-height: 1.4em;
    }
    .breadcrumb {
        display: none;
    }
    .under-menu .slider {
        display: none;
    }
    .nav-mobil {
        display: block;
    }
    .download-list > h3 {
        font-size: 18px;
    }
    .logo-block {
        display: block;
        margin: 0 30px;
        text-align: left;
        float: left;
    }
    .logo {
        position: relative;
        padding: 50px 0;
    }
    .logo-block.desktop {
        display: none;
    }
    .logo-block.mobil {
        display: block;
    }
    /*.logo img {
        width: 60%
    }*/
    .menuicon {
        display: block;
    }
    .termin {
        display: none;
    }
    .rotate_icon {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .rotate_icon.on {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .icon-bar:not(last-child) {
        /*margin-bottom: 10px;*/
    }
    .nav-collapse {
        height: auto;
        margin: auto;
    }
    .nav-collapse .nav {
        display: none;
        /*height: auto;*/
        padding: 30px;
        margin: 0;
    }
    .nav-collapse .nav>li:first-child, .nav-collapse .nav>li:last-child {
        margin-left: 0;
        margin-right: 0;
    }
    .nav-collapse .nav>li>a:after {
        display: none;
    }
    .nav-collapse .nav >li:before {
        display: none;
    }
    .nav-collapse .nav:active, .nav-collapse .nav:hover {
        -webkit-transition: none;
        transition: none;
        background: rgba(255, 255, 255, 1);
    }
    /*.nav-collapse .nav  li:hover {
					transition: none;
					background: rgba(255, 255, 255, 1);
				}*/
    .nav-child {
        /*position: static;
					top: auto;
					left: auto;*/
        padding: 0;
        z-index: 1000;
        display: block;
        /*float: none;*/
        /*min-width: 160px;*/
    }
    .mobileIsActive .nav-child:before, .mobileIsActive.nav-child:after {
        /*display: none;*/
    }
    .mobileIsActive .nav, .mobileIsActive .nav:hover {
        display: block;
        position: relative;
        width: auto;
        z-index: 9;
        max-height: 1000px;
        -webkit-transition: max-height 0.25s ease-in;
        transition: max-height 0.25s ease-in;
        background: rgba(255, 255, 255, 1);
        text-align: center;
        /*padding:  0 0 0px;*/
    }
    .flex-small, .item-page {
        /*max-width: 57.3%;*/
        margin: 0 4% 20px;
        max-width: 90%;
    }
    .breadcrumb {
        margin: 10px 0 15px;
    }
    .article-sprechzeiten.flex-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    table.sprachzeit-table {
        max-width: 100%;
        min-width: 70%;
        margin: 0 15px 30px 0;
    }
    table.sprachzeit-table.responsive-table {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 0;
    }
    .letters {
        width: 90%;
    }
    .anfahrt-element.left, .anfahrt-element.right {
        max-width: 100%;
        margin-right: 0;
    }
    .tiser-container.flex-container, .footer.flex-container {
        /*flex-wrap: wrap;*/
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .tiser {
        /*position: relative;*/
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 247px;
        -ms-flex: 0 1 247px;
        flex: 0 1 247px;
        margin: 0 0 30px 0;
    }
    .tiser-title {
        height: 22px;
        font-size: 22px;
        padding: 20px 30px;
    }
    .two-columns li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        text-align: left;
        margin-left: auto;
    }
    .footer.flex-container {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer > .moduletable {
        display: block;
        margin-right: 0;
    }
    .footer > .moduletable:nth-child(-n+2) {
        visibility: hidden;
        max-height: 0;
    }
    .team {
        display: block;
    }
    .team-img.first {
        margin-right: 0px;
        max-width: 100%;
    }
    .team-img.last {
        max-width: 100%;
    }
    .praxis {
        display: block;
    }
    .praxis-img {
        margin-right: 0px;
        max-width: 100%;
    }
    /*#footer.flex-small, .footnav.flex-small {
					margin : 0 16%;
				}*/
}
