header {
    background-size: 200%;
    background-position: 25% 100%;
    height: 80px;
}

header .socialmedia {
    display: none;
}

header .Logo {
    width: 150px;
    height: 70px;
    padding: 0;
    margin: auto;
    z-index: 310;

    display: block;
    float: none;

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

header .container {
    padding: 0px;
}

header.minimized{
    height: 60px;
}

header.minimized .Logo {
    height: 42px;
    width: 60px;
    margin: 0;
    padding: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

header #NavigationToggle {
    display: inline-block;
    z-index: 500;
    position: relative;
    padding: 0px 0px;
    margin: 15px -5px 0 0;
    background: none;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: #3d3c3c;
    border: none;
    letter-spacing: 2px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    overflow: hidden;
    float: left;
}

header.minimized #NavigationToggle {
    margin: 5px -5px 0 0;
}

header #Navigation {
    position: absolute;
    float: none;
    top: 0px;
    left: -100%;
    right: initial;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 130px 30px 30px 30px;
    background: none;
    background-color: #FFFFFF;
    /*background-color: rgba(255,255,255,0.8);
	background: #FFFFFF url(images/layout/bg_navigation.svg) no-repeat right bottom;*/
    background-size: 40% auto;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

header.minimized #Navigation {
    margin: 0;
}
/*
header.minimized #Navigation {
    padding: 80px 30px 30px 30px;
}*/

header #Navigation ul.mobile {
    display: block;
    width: 45%;
    min-width: initial;
    margin: 30px 5% 5% 0px;
    float: left;
    position: relative;
    text-align: left;
}

header #Navigation.toggle-hidden {
    display: none;
    visibility: hidden;
}

header #Navigation.toggle-visible {
    right: 0px;
    left: auto;
    opacity: 1;
    max-height: 400px;
    overflow-x: auto;
    z-index: 300;
}

header #Navigation ul {
    display: block;
    width: auto;
    min-width: initial;
    margin: 0px;
    position: relative;
    text-align: left;
}

header #Navigation ul.Mobile {
    display: block;
}

header #Navigation li {
    position: relative;
    display: block;
    float: none;
    margin: 0px;
    background: none !important;
    opacity: 1;
}

header #Navigation li a,
header #Navigation li a.active,
header.minimized #Navigation li a,
header.minimized #Navigation li a.active {
    font-size: 18px;
    line-height: 24px;
    padding: 5px 60px 5px 20px;
    opacity: 1;
    color: black;
}

header #Navigation .mobile li a,
header #Navigation .mobile li a.active,
header.minimized #Navigation .mobile li a,
header.minimized #Navigation .mobile li a.active {
    text-transform: none;
    color: black;
    text-shadow: none;
}

header .warenkorb_navi {
    margin: 35px 4% 0px 0px;
}

header.minimized .warenkorb_navi {
    margin: 25px 4% 0px 0px;
}

#NavigationSide {
    width: 50px;
    padding: 20px 10px 15px 20px;
    position: absolute;
    top: 0px;
    z-index: 149;
}

#NavigationSide li a {
    width: 20px;
    height: 20px;
    margin: 8px 2px;
}

#NavigationSide li.Space20 {
    max-height: 5px;
}

main {
    margin-top: 100px;
}

.minimized main {
    margin-top: 0px;
}

.glide--map {
    min-height: 300px !important;
}

#Map .contact {
    width: 250px;
}

#Map .contact-address {
    padding: 60px 0px 0px 0px;
    margin: 5% 15% 5% 5%;
}

#Map .Textnormal,
#Map .Textnormal * {
    font-size: 12px;
    line-height: 18px;
}

#Map .Space10 {
    max-height: 5px;
}

footer #NavigationFooter {
    display: none;
}

footer .Logo {
    position: relative;
    left: inherit;
    top: inherit;
}

footer .socialmedia {
    position: static;
    display: block;
    margin: 15px auto;
}

.Pagetop {
    display: none;
}

article.shorttext {
    margin: 8% 2%;
}

.box {
    width: 50%;
    padding-bottom: 30%;
}

.box.reference:hover span {
    display: none;
}

.box.reference:hover .background {
    display: block;
}

.boxes .box {
    width: 40%;
    margin: 0 5% 10% 5%;
    padding-bottom: 25%;
}

.boxes .box .background {
    opacity: 1;
}

.box h2, .box h3 {
    font-size: 14px;
    line-height: 20px;
}

article .Detailimage {
    display: block;
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px 0px 2% 0px;
}

article.shorttext .Detailimage {
    display: block;
    float: right;
    width: 35%;
    max-width: 35%;
    margin: 0px 0px 5% 5%;
    box-sizing: border-box;
}

.toggle {
    font-size: 16px;
    padding: 1% 10% 1% 2%;
    margin: -1px 4% 0px 4%;
}

.toggle span {
    right: 3%;
    width: 15px;
    opacity: 1;
}

.toggle img {
    height: 40px;
    margin: -10px 15px -14px -20px;
}

.toggle-content.toggle-visible {
    padding: 1% 4% 10% 4%;
}

.teaser,
.teaser.post {
    width: 100%;
    padding-bottom: 60%;
    float: none;
}

.teaser h4 {
    font-size: 16px;
    line-height: 22px;
    padding: 0px;
}

.teaser span {
    bottom: 5%;
    padding: 0px 5%;
}

.teaser .button,
.Button,
.Mehr {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 30px 10px 20px;
}

.Zurueck {
    font-size: 14px;
    line-height: 20px;
}

.meeting {
    float: none;
    display: block;
    margin: 10% 0px 10% 0px !important;
    width: 100%;
}

article .meeting .Detailimage {
    width: 45%;
    max-width: 45%;
    margin: 0px 0px 5% 5%;
    float: right;
}

.Titel {
    font-size: 24px;
    line-height: 30px;
}

.Untertitel {
    font-size: 18px;
    line-height: 24px;
}
/** Kann das weg ?---> */


.formular .col-left, .formular .col-right {
    float: none;
    width: 100%;
    margin: 0px 0px 10% 0px;
    display: block;
}

.ClearTable table td, table.ClearTable td, .ClearTable table th, table.ClearTable th{
    display: block;
}
/* <--- */


/*  FORMS  */
form table {
    margin: 8% 2%;
}

form table,
form td,
form th,
form tr {
    box-sizing: border-box;
}

form tbody {
    float: none;
    width: 100%;
}

/*form table td,
form table th {
    width: auto;
    display: block;
    !*padding: 0px 0px 0px 0px !important;
    line-height: 26px !important;*!
}*/

/*form table td:nth-child(2n+1) {
    width: auto;
    padding: 10px 0px 0px 0px !important;
}*/

form table input.Feld {
    width: 95%;
}

form table textarea.Feldtext {
    width: 94%;
}

.bookinganfrage form table {
}

.bookinganfrage form table table {
    margin-top: -75px;
}

.newsletter table {
    width: 100%;
    margin: 2%;
}

.newsletter tbody {
    float: none !important;
    width: 100% !important;
}

.newsletter .Feld {
    width: 75% !important;
}

.newsletter td.Space3 {
    display: none;
}

iframe {
    width: 100%;
    height: 300px;
}

table {
    width: 100% !important;
    table-layout: fixed;

}

.glide--background h4 {
    font-size: 20px;
    line-height: 26px;
}

.box.band {
    width: 48%;
}

.box.band.bandlist {
    width: 100%;
    min-height: 0 !important;
}

.box.band.bandlist:after {
    top: unset;
    bottom: 0;
}

.box.band.bandlist h2 {
    display: inline;
    margin: 0;
}

.box.band.bandlist span.text {
    display: none;
}

.selectedgenre button {
    margin: 0;
}

.box.employee {
    width: 47%;
}

.columns .columnleft,
.columns .columnmiddle,
.columns .columnright {
    float: none;
    width: 100%;
    margin-bottom: 50px;
}

.table-wrapper {;
    overflow-x: scroll;
}

.table-wrapper table {
    width: auto !important;
}

.newsletter form,
.kontakt form,
.bookinganfrage form {
    margin: 0 16px;
    box-sizing: border-box;
}

.newsletter .Column50,
.kontakt .Column50,
.bookinganfrage .Column50 {
    width: 100%;
    float: none;
    margin: 0;
}

.bandwall .leftcolumn,
.bandwall .rightcolumn {
    width: 100%;
    float: none;
    margin: 50px auto;
}

.bandwall span{
    font-size: 18px;
    line-height: 24px;
}

.Feld, .Feldtext {
    max-width: 100%;
}

.newsletter input[type='checkbox'] + label,
.newsletter input[type='radio'] + label {
    padding: 0 0 0 6px;
}

/*  GLIDER */

#BandLogos .glide__slide {
    left: -19px;
}

#BandLogos .glide__background {
    padding: 30px 0 !important;
    box-sizing: border-box;
}

#BandLogos .glide__arrows {
    display: block !important;
    height: 100%;
}

.glide__arrow {
    height: 20px !important;
    width: 20px !important;
}

.glide__content {
    padding: 10px !important;
    /*width: 80% !important;*/
}

.glider__title {
    font-size: 20px;
    line-height: 22px;
}

.glider__text {
    font-size: 14px;
    line-height: 20px;
}

#bands .band {
    flex: 0 1 47%;
}

#festivals {
    justify-content: space-around;
}

#festivals .festival {
    flex: 0 1 47%;
    margin: 4% 0 4% 0;
}

#highlights {
    justify-content: space-around;
}

#highlights .highlight {
    flex: 0 1 47%;
    margin: 4% 0 4% 0;
}

.Table-Desktop,
.Desktop {
    display: none !important;
}

span.Mobil{
    display: inline !important;
}

.Mobil {
    display: block !important;
}

#warenkorb table.basket,
#abschluss table.basket {
    width: 100% !important;
    border: 1px solid transparent;
    margin: 8% 0;
}

#warenkorb table.basket td.Desktop-NoWrap,
#abschluss table.basket td.Desktop-NoWrap {
    white-space: normal;
}

.dates table td.anzahl {
    text-align: center;
}

#SocialmediaPosts {
    width: 100%;
}

#SocialmediaPosts .glide__arrow {
    display: none;
}

#GliderBand .glide__arrow--left {
    left: -40px;
}

#GliderBand .glide__arrow--right {
    right: -40px;
}

@media only screen and (max-width: 600px) {
    #artikel .poster a {
        width: 100%;
    }

    #artikel .preis,
    #artikel .shopping {
        float: none;
        width: 100%;
    }

    #artikel .shopping {
        margin: 8% 0 4% 0;
    }

    #artikel .poster,
    #artikel .description {
        float: none;
        width: 100%;
    }

    #artikel .poster {
        margin: 4% 0 0 0;
    }

    #warenkorb table.basket tr,
    #abschluss table.basket tr {
        border-top: 2px solid #000000;
    }

    #warenkorb table.basket td,
    #abschluss table.basket td {
        border: 0px solid transparent;
        border-top: 0px solid transparent;
        padding: 3px 7px 3px 7px;
    }

    #warenkorb table.basket td.Break,
    #warenkorb table.basket th.Break,
    #abschluss table.basket td.Break,
    #abschluss table.basket th.Break {
        display: block;
    }

    .dates table td.anzahl {
        text-align: left;
    }

    #GliderBand .glide__arrows {
        display: none;
    }
}


@media screen and (max-width: 500px) {
    #bands .band {
        flex: 0 1 100%;
    }

    #festivals .festival {
        flex: 0 1 100%;
    }

    #highlights .highlight {
        flex: 0 1 100%;
    }

    #news {
        margin: 16% auto 0 auto;
    }
}

@media screen and (max-width: 400px) {
    #abschluss .Column50 {
        float: none;
        width: 100%;
    }

    #abschluss .lieferdaten {
        margin: 0 0 8% 0;
    }
}