* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}
body {
    text-align: center;
    background-color: #F6F6F6;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    line-height: 160%;
    color: #333;
    height:100%;
}

/* bildgalerie - start */
.bildergalerie {
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 600px;
    z-index: 1;
}
.swiper-button-prev, .swiper-button-next {
    background-color:#36B9B3;
    width:40px;
    height:40px;
    background-size: 30px 30px;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 0.8;
}
.swiper-pagination-bullet {
    background-color:#36B9B3;
    width:10px;
    height:10px;
}
.swiper-pagination-bullet-active {
    background-color:#36B9B3;
}
.swiper-image {
    height:600px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-content {
    position: absolute;
    left:0;
    bottom:0;
    padding:20px 20px 50px 20px;
    background-color: white;
    width: 100%;
    min-height:120px;
    box-sizing: border-box;
}
.swiper-content h2{
    margin:0 0 5px 0;
    font-size: 20px;
    width:100%;
    font-style:normal;
}
.swiper-content a{
    cursor:pointer;
}
.swiper-slide .source {
    padding-left:0px;
}
/* bildgalerie - end */

button.btn-primary {
    padding:10px 20px;
    background-color:#FF0030;
    color:#fff;
    border:0px;
    margin:10px 0 20px;
    cursor:pointer;
    font-weight:bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
button.btn-primary:hover {
    opacity:.8;
}
div.content {
    text-align: left;
}

div.content.clear {
    clear: both;
}

a {
    text-decoration: none;
}

a:link, a:active, a:visited {
    color: #28A0A0;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #FF0030;
}

a.non:link, a.non:active, a.non:visited {
    color: #333;
    text-decoration: none;
}

a.non:hover {
    text-decoration: none;
    color: #0071BA;
}

a.grey:link, a.grey:active, a.grey:visited {
    color: #4D4D4D;
    text-decoration: none;
}
a.grey:hover {
    text-decoration: none;
    color: #0071BA;
}

a.white:link, a.white:active, a.white:visited {
    color: #FFF;
    text-decoration: none;
}

a.white:hover {
    text-decoration: none;
    color: #FFF;
}

div.menu_button {
    background-image: url('/fileadmin/zz_rockmit/menu_button.png');
    width: 68px;
    height: 22px;
    background-position: center top;
    background-size: cover;
    position: relative;
    left: 13px;
}

h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    font-size: 40px;
    color: rgb(76, 96, 107);
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: normal;
}


/* Allgemein */

table.page {
    vertical-align: top;
    border-spacing: 0;
    border-width: 0;
    height: 100%;
    margin: auto;
    width: 100%;
    padding: 0px;
}
table.page td.top {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    padding-bottom: 55px;
}
td.footer {
    width: 100%;
    vertical-align: bottom;
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
}

#page {
    margin: auto;
    /* border: 1px solid #333; */
}

div.logo {
    z-index: 1;
    width: 323px;
    height: 85px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:contain;
    float: left;
    margin-top: 40px;
    margin-bottom: 20px;
    background-image:url('/fileadmin/zz_rockmit/ROCKmIT20_Logo_Schrift.png');
}

div.logo_klein {
    z-index: 1;
    display: none;
}

div.footer {
    /*width: 100%;*/
    background-color: #14505A;
    color: #FFF;
    padding-top: 25px;
    padding-bottom:25px;
}

div.footer h3 {
    color:#fff;
    font-weight: 100;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 8px;
    font-size: 25px;
}
div.footer_bottom {
    background-color: #4c606b;
    height: 40px;
}
div.footer_bottom .entry {
    padding-top: 6px;
    min-height:0px;
    padding-left:25px;
    padding-bottom:0px;
    color: #FFF;
    margin:0px auto;
}
div.spalte {
    float: left;
}

div.spalte.eins {
    width: 310px;
}

div.spalte.zwei {
    width: 320px;
}

div.spalte.drei {
    width: 320px;
}

div.filialen {
    width: 300px;
    height: 250px;
    float: left;
    margin-left: 80px;
    margin-top: 60px;
}

#header_content {
    position: fixed;
    top:0px;
    width: 100%;
    z-index: 999 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div.with_bg {
    background-color: rgba(76, 96, 107, .8) !important;
}

#header {
    margin: auto;
    padding: 0 0 25px 0;
}

div.navigation-container {
    z-index: 99;
    float: right;
}

/* MENU */


div.navigation ul.navigation {
    height: 40px;
    margin: 0px;
    padding: 0px;
    margin-top: 40px;
    float: right;
}

ul.navigation li {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    list-style: none;
    float: left;
    margin-top: 10px;
    margin-left: 30px;
}

ul.navigation li a {
    color: #FFF;
    text-decoration: none;
}

ul.navigation li.page_item a:hover, ul.navigation li.page_item.current_page_item a, ul.subtop_navigation li.page_item a:hover, ul.subtop_navigation li.page_item.current_page_item a  {
    color: #FFF;
    background-color: #FF0030;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

li.current_page_item a {
    color: #7E0F0F;
}

li.page_item ul.children {
    visibility:hidden;
    opacity:0;
    -webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition:opacity 0.2s linear, visibility 0.2s linear;
    -o-transition:opacity 0.2s linear, visibility 0.2s linear;
    transition:opacity 0.2s linear, visibility 0.2s linear;
}

ul.navigation li:hover > ul, li.page_item.page_item_has_children:hover {
    visibility:visible;
    opacity:1;
}


ul.children {
    margin: 0px;
    margin-top: 1px;
    padding: 0px;
    list-style: none;
    position: absolute;
}


ul.children li.page_item {
    height: 15px;
    padding: 10px;
    padding-bottom: 15px;
    padding-top: 5px;
    background: #ee6456;
    color: #000;
    text-align: left;
    float: none;
    display: block;
    margin-left: 1px;
    margin-top: 2px;
}


li.page_item.current_page_item ul.children li.page_item, li.page_item.current_page_item ul.children li.page_item:hover {
    background-color: #ee6456;
    color: #FFF;
}

ul.children li.page_item a, ul.navigation li.page_item ul.children li.page_item a {
    color: #000;
}

ul.navigation li.page_item ul.children li.page_item a:hover, ul.children li:hover a, ul.navigation li.page_item ul.children li.page_item.current_page_item a{
    color: #fff;
}


/* MENU ENDE */


div.margin-menu {
    margin-top: 20px;
    width: 100%;
    height: 1px;
    float: left;
}

div.margin-menu_klein {
    display: none;
}

div.entry {
    min-height: 140px;
    padding: 0 50px 25px 0px;
    margin:0px auto;
}

div.entry.single {
    padding: 25px 50px 0px 40px;
}


div.entry.footer {
    min-height: 140px;
    padding: 0 50px 25px 25px;
    margin: auto;
}

div.entry p, h1 {
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.entry h1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

div#content li {
    background-image: url('/fileadmin/zz_rockmit/bookmark.png');
    background-repeat: no-repeat;
    padding-left: 20px;
    list-style: none;
    margin: 0px;
}

div.galerie_thumb, div.galerie_thumb_bic, div.galerie_thumb_bic_start {
    width: 220px;
    height: 160px;
    float: left;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
    margin: 7px;
}

div.galerie_thumb_bic_start {
    margin: 0px;
    width: 450px;
}

div.galerie_thumb:hover, div.galerie_thumb_bic:hover  {
    -webkit-filter: grayscale(80%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

div.galerie_thumb_bic {
    width: 456px;
}

div.divspalten {
    float: left;
    width: 250px;
    margin-left: 100px;
}

div.spalten_thumbs {
    width: inherit;
    height: 300px;
    border: 1px solid #efefef;
    background-color: #FFF;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* border-radius: 10px;  */
}

div.spalten_thumbs:hover {
    border: 1px solid #333333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

h2 {
    font-size: 25px;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 20px;
    font-weight: 400;
    line-height: 120%;
}

h2.start {
    font-size: 55px;
    font-family: 'Source Sans Pro', sans-serif;
}

h3 {
    font-size: 25px;
    color: #4c606b;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin-top: 0px;
    line-height: 150%;
}


h4 {
    font-size: 25px;
    font-weight: 100;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 0px;
    line-height: 150%;
    margin-bottom: 10px;
}

h3.white {
    color: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 8px;
    font-size: 25px;
    font-weight: 400;
}

div.footer h3.white {
    font-weight: 100;
}

div.brillen_heading {
    background: #ffc409;
    width: 100%;
    min-height: 60px;
}

div.branches_list {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

div.branches_container {
    /*display: table;*/
}

div.branches {
    width: 179px;
    height: 26px;
    float: left;
    background-color: #e6e6e6;
    border: 1px solid #fff;
    padding: 3px;
    padding-left: 6px;
}


div.cycloneslider-template-fullscreen div.cycloneslider-caption-container {
    width: inherit;
    height: inherit;
    margin: auto;
    position: absolute;
    top: 0px;
}

div.cycloneslider-template-fullscreen .cycloneslider-caption{
    margin: auto;
    position: relative;
    top:260px;
}

div.cycloneslider-template-fullscreen div.cycloneslider-slides {
    height: 750px !important;
}

div.cycloneslider-template-fullscreen div.cycloneslider-slide {
    background-color: #c5c5c5 !important;
}

div.buttoncontainer {
    margin: auto;
    width: 392px;
    height: 52px;
    margin-top: 20px;
}

div.button {
    width: 180px;
    height: 35px;
    float: left;
    text-align: center;
}

div.button.anmelden {
    background-color: #FF0030;
    border-bottom: 3px solid #BD0024;
    border-radius: 5px;
}

div.button.infos.marginleft {
    border-radius: 5px;
    border: 1px solid #FFF;
    margin-left: 30px;
}

a div.button {
    color: #FFF;
    font-size: 18px;
    padding-top: 10px;
}

div.button:hover {
    background-color: rgba(255, 255, 255, 0.51);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-bottom: 3px solid rgba(255, 255, 255, 0.51);
}

div.resp_menu_button {
    display: none;
}


div.anmeldung {
    display: table;
    width: calc(100% - 10px);
    padding: 1px;
    border: 0px;
    float: left;
}

dt {
    display:table-row;
}

dd {
    display:table-cell;
    border: 1px solid #FFF;
    padding:1px;
    background: rgba(208, 208, 208, 0.51);
    margin-left: 0px;
}

table.eckdaten td, div.anmeldung dd, div.anmeldung {
    font-size: 13px;
    padding: 10px;
}

div.anmeldung {
    padding: 0px;
}

table.eckdaten td.left {
    font-weight: bold;
}

div.anmeldung dd input {
    height: 22px;
    font-size: 16px;
}
div.content {
    margin-top: 170px;
}
div.content.startseite {
    margin-top:0px;
    padding: 25px 25px 0px 25px
}
.footer .content {
    margin-top:0px;
}

div.eckdaten div.daten {
    width: 310px;
    height: 180px;
    background-image: url('/fileadmin/zz_rockmit/rm_daten.png');
    float: left;
    margin-right: 40px;
    margin-top: 40px;
}

div.eckdaten div.konzert {
    margin-top: 40px;
    width: 310px;
    height: 220px;
    background-image: url('/fileadmin/zz_rockmit/rm_konzert.png');
    float: left;
}

div.myrm {
    width: 40%;
    float: left;
}

div.myrm.left {
    margin-left: 100px;
    margin-top: 0px;
}

div.entry {
    padding: 0 30px 25px 30px;
    max-width:100%;
}

@media only screen and
(min-width:1150px){

    div.cycloneslider-template-fullscreen div.slide_bg {
        width: 1920px !important;
        background-repeat: no-repeat;
        margin: auto;
        background-position: center center;
    }
}

@media only screen and
(min-width:1024px) and (max-width:1150px) {
    div.cycloneslider-template-fullscreen div.slide_bg {
        width: 1150px !important;
        background-repeat: no-repeat;
        margin: auto;
        background-position: center center;
    }
}
/*1024 Laptop, Bildschirm  */
@media only screen and
(min-width:1024px) {
    #header {
        padding: 0px;
        width: 950px;
    }

    div.entry {
        padding: 0 0px 25px 0px;
        width: 950px;
        max-width:100%;
    }

    div.eckdaten {
        width: 310px;
        margin-left: 90px;
        float: left;
    }

    div.eckdaten div.daten {
        margin-right: 0px;
    }

    div.eckdaten div.konzert {
        float: left;
        margin-top: 20px;
    }


    div.entry_text {
        float: left;
    }

    div.content.startseite {
        width: 950px;
        margin: auto;
    }

    div.entry.startseite, div.startseiten_artikel {
        width: 500px;
    }

}

/* Menu */


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

    dd {
        display:block;
    }

    ul.navigation {
        visibility:hidden;
        opacity:0;
        -webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
        -moz-transition:opacity 0.2s linear, visibility 0.2s linear;
        -o-transition:opacity 0.2s linear, visibility 0.2s linear;
        transition:opacity 0.2s linear, visibility 0.2s linear;
    }

    ul.navigation li:hover > ul, li.page_item.page_item_has_children:hover {
    }

    div.resp_menu div.resp_menu_button {
        margin-top: 50px;
        display: block;
        text-align: right;
    }

    div.resp_menu:hover > ul.navigation {
        visibility:visible;
        opacity:1;
    }

    div.resp_menu:hover div.resp_menu_button > div.menu_button, div.resp_menu:focus div.resp_menu_button > div.menu_button {
        cursor: pointer;
        background-position: center bottom;
    }


    div.navigation-container {
        position: relative;
        z-index: 1000;
    }

    div.navigation ul.navigation {
        position: fixed;
        min-height: 173px;
        width: 75px;
        text-align: left;
        margin: 0px;
        margin-left: -10px;
        padding: 8px;
        margin-top: 0px;
        float: left;
        background-color: rgba(40, 160, 160, 0.86);
    }

    ul.navigation li {
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
        list-style: none;
        float: right;
        text-align: right;
        margin-top: 10px;
        margin-left: 30px;
    }

    ul.navigation li.page_item a, ul.navigation li.page_item.current_page_item a {
        color: #FFF;
    }

    div.anmeldung input {
        width: 97% !important;
    }


}

@media only screen and
(min-width:480px) and
(max-width:1024px) {

    #header {
        padding: 0 45px 25px 45px;
    }

    div.cycloneslider-template-fullscreen div.cycloneslider-slides {
        height: 540px !important;
    }

    div.cycloneslider-template-fullscreen .cycloneslider-caption{
        top: 175px;
    }

    .cycloneslider-template-fullscreen .cycloneslider-caption-title {
        font-size: 70px !important;
    }

    div.buttoncontainer {
        margin: auto;
        width: 292px;
        height: 52px;
        margin-top: 20px;
    }

    div.button {
        width: 130px;
        height: 35px;
        float: left;
        text-align: center;
    }

    a div.button {
        color: #FFF;
        font-size: 18px;
        padding-top: 10px;
    }

    div.myrm {
        float: none;
        width: 100%;
    }

    div.myrm.left {
        margin-left: 0px;
        margin-top: 30px;

    }

}

/* Smartphone */


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

    div.resp_menu div.resp_menu_button {
        margin-top: 10px;
    }

    #header {
        padding: 0 20px 25px 20px;
    }

    html, body {
        font-size: 13px !important;
    }

    h1 {
        font-size: 30px !important;
    }

    h2 {
        font-size: 25px !important;
    }

    div.cycloneslider-template-fullscreen div.cycloneslider-slides {
        height: 400px !important;
    }

    div.cycloneslider-template-fullscreen .cycloneslider-caption{
        top: 100px;
    }

    .cycloneslider-template-fullscreen .cycloneslider-caption-title {
        font-size: 45px !important;
    }

    div.buttoncontainer {
        margin: auto;
        width: 292px;
        height: 52px;
        margin-top: 20px;
    }

    div.button {
        width: 130px;
        height: 30px;
        float: left;
        text-align: center;
    }

    div.cycloneslider-template-fullscreen div.cycloneslider-caption-description {
        display: none;
    }

    div.cycloneslider-template-fullscreen div.cycloneslider-caption-container div.cycloneslider-caption {
        left: 0px;
        bottom:0px;
        width: 100%;
    }

    div.logo {
        display: none;
    }

    div.logo_klein {
        display: inline;
        width: 170px;
        height: 45px;
        margin-top: 5px;
        background: url('/fileadmin/zz_rockmit/logo_323_85.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size:contain;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    div.margin-menu {
        display: none;
    }

    div.margin-menu_klein {
        display: inline;
        margin-top: 5px;
        width: 100%;
        height: 1px;
        float: left;
    }

    div.entry {
        min-height: 140px;
        padding: 0 20px 25px 20px;
        margin: auto;
    }

    div.entry.startseite {
        padding: 0 25px 25px 0px;
    }

    div.slider_branches, div.entry_brillen_container {
        margin-top: 10px;
    }

    div.branches_list {
        padding: 15px 20px 15px 20px;
    }

    div.branches_container {
        font-size: 15px !important;
    }

    div.branches {
        width: 99%;
    }

    div.spalte {
        width: 200px !important;
    }

    div.anmeldung input {
        width: 93% !important;
    }

    img.alignleft {
        width: 100%;
        height: 100%;
    }

    div.post_thumbnail {
        float: none !important;
        margin-right: 0px !important;
    }

    div.post_thumbnail img {
        width: 100%;
        height: 100%;
    }

    div.myrm {
        float: left;
        width: 100%;
    }

    div.myrm.modul {
        width: 65%;
    }

    div.myrm.left {
        margin-left: 0px;
        margin-top: 30px;
    }

}



/* RES DESIGN ENDE */

.divider {
    margin: 0px auto auto auto;
}

#header img {
    float: left;
    border-width: 0px;
}

img.alignleft {
    float: left;
    margin-right: 15px;
}

div.post_thumbnail {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

div.line {
    width: 100%;
    height: 12px;
    border-top:1px solid #dcdcdc;
    margin-top: 40px;
}

.elastic-video {
    margin-top: 20px;
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}
.elastic-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.cycloneslider-caption-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 40px;
}

div.start_title p {
    font-size: 65px;
    color: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
    margin: auto;
    text-align: center;
    margin-top: 0px;
}

table.songvoting td {
    font-size: 13px;
    padding: 1px;
}


input.submit {
    border-radius: 6px;

    padding-top: 2px;
    color: #FFF;
    text-align: center;
    font-size:20px;
    height: 40px;
    width: 120px;
    background: #FF0030;
    border: 0px;
}

input.submit:hover {
    background: #28A0A0;
    cursor: pointer;
    color: #FFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div.wpcf7 {
    float: left;
    margin-left: 20px;
    width: 320px;
}

div.wpcf7 input {
    height: 20px;
    font-size: 15px;
}

div.wpcf7 input.wpcf7-text {
    width: 260px;
}

div.msg {
    width: 95.5%;
    padding: 2%;
    background: rgba(194,33,43,0.5);
    color: #FFF;
}

input[type=radio] {
    display:none;
    margin:10px;
}

input[type=radio] + label {
    display:inline-block;
    margin:1px;
    padding: 20px;
    width: 85%;
    height: 50px;
    margin: 1px;

    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);

}

input[type=radio]:checked + label {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#c88383;
}

a div.kasten {
    color: #333;
}

div.kasten {
    width: 210px;
    height: 20px;
    float: left;
    padding: 20px;
    text-align: center;
    font-size: 20px;
}

div.kasten.lila {
    border: 2px solid #9E045D;
}

div.kasten.blau {
    border: 2px solid #1270B8;
}

div.kasten:hover {
    opacity: 0.6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div.modul_beschreibung {
    margin-bottom: 10px;
}

div.lied {
    width: 280px;
    margin-right: 3px;
    float: left;
}

div#pop-up {
    display: none;
    position: absolute;
    width: 280px;
    padding: 10px;
    background: #eeeeee;
    color: #000000;
    border: 1px solid #1a1a1a;
    font-size: 90%;
}

a.tooltip {
    margin-left: 3px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #333;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFF;
    background-color: #28A0A0;
    font-size: 11px;
}







body {
    width: 100%;
}

.top-slider {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

.slide-text {
    position: absolute;
    top: 35vh;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: white;
    font-size: 46px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.slide {
    position: relative;
}

.slide img {
    min-width: 100%;
    height: auto;
    object-fit: contain;
}

.slick-prev {
    left: 25px;
    z-index: 999;
}

.slick-next {
    right: 50px;
    z-index: 99;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
}

.slick-prev::before, .slick-next::before {
    opacity: .5;
    font-size: 40px;
}

.slide-text a {
    color: #28A0A0;
    text-decoration: none;
}

.slide-text a:hover {
    color: #FF0030;
}

.slide-title {
    word-break: break-word;
    text-align: center;
    font-size: 22px;
    font-size: 80px;
    font-weight: 100;
    line-height: 1;
    margin-bottom: 20px;
}

.slide-subtitle {
    font-size: 18px;
    margin: 0px auto;
    margin-top: 20px;
    text-align: center;
}

.spacer {
    clear:both;
    height:1px;
    display:block;
}
.footer {
    clear:both;
}
#c12191 {
    height:100%;
}

form input {
    width:100%;
    padding:5px;
    border:1px solid #dedede;
}
form textarea {
    border:1px solid #dedede;
    width:100%;
    padding:5px;
    height:140px;
}
@media (max-width: 1024px) {
    .slide-title {
        font-size: 60px;
    }
}

@media (max-width: 800px) {
    .slide-title {
        font-size: 45px;
    }
    .slick-next {
        right: 40px;
    }
}
@media (max-width: 600px) {
    .slide-title {
        font-size: 30px;
    }
    .slick-next {
        right: 30px;
    }
    .swiper-container {
        height: 300px;
    }
    .swiper-image {
        height: 300px;
    }
}




/* masonrygrid */

.masonrygrid {
    margin:15px 0px;
}

.masonrygrid .grid-sizer,
.masonrygrid .grid-item {
    width:33%;
}
.masonrygrid.imagecols-1 .grid-sizer,
.masonrygrid.imagecols-1 .grid-item {
    width:100%;
}
.masonrygrid.imagecols-2 .grid-sizer,
.masonrygrid.imagecols-2 .grid-item {
    width:50%;
}
.masonrygrid.imagecols-4 .grid-sizer,
.masonrygrid.imagecols-4 .grid-item {
    width:25%;
}
.masonrygrid.imagecols-5 .grid-sizer,
.masonrygrid.imagecols-5 .grid-item {
    width:20%;
}
.masonrygrid.imagecols-6 .grid-sizer,
.masonrygrid.imagecols-6 .grid-item {
    width:16.6%;
}
.masonrygrid .grid-item {
    height: auto;
    float: left;
    margin-bottom:2px;
}
.tx-vgspecialmenu-pi1 .masonrygrid .grid-item img {
    border-left:0px !important;
    border-right:0px !important;
}
.masonrygrid .grid-item img {
    height:auto;
    border-left:1px solid #ffffff !important;
    border-right:1px solid #ffffff !important;
    width:100% !important;
}
.cc_container .cc_message {
    line-height: 150% !important;
    margin-top:0px !important;
}
@media screen and (max-width: 767px) {
    .masonrygrid .grid-sizer,.masonrygrid .grid-item {
        width:50%;
    }
    .masonrygrid.imagecols-1 .grid-sizer,
    .masonrygrid.imagecols-1 .grid-item {
        width:100%;
    }
    .masonrygrid.imagecols-4 .grid-sizer,
    .masonrygrid.imagecols-4 .grid-item {
        width:50%;
    }
    .masonrygrid.imagecols-5 .grid-sizer,
    .masonrygrid.imagecols-5 .grid-item {
        width:33%;
    }
    .masonrygrid.imagecols-6 .grid-sizer,
    .masonrygrid.imagecols-6 .grid-item {
        width:25%;
    }
}
@media screen and (max-width: 450px) {
    .masonrygrid .grid-sizer,.masonrygrid .grid-item {
        width:100%;
    }
    .masonrygrid.imagecols-4 .grid-sizer,
    .masonrygrid.imagecols-4 .grid-item {
        width:100%;
    }
    .masonrygrid.imagecols-5 .grid-sizer,
    .masonrygrid.imagecols-5 .grid-item {
        width:100%;
    }
    .masonrygrid.imagecols-6 .grid-sizer,
    .masonrygrid.imagecols-6 .grid-item {
        width:50%;
    }
}

.form-control {
    max-width:600px;
}
#kontakt-message {
    max-width:600px;
    height:150px;
}
.imagecols-1 .csc-textpic-imagewrap,
.imagecols-1 .csc-textpic-imagewrap .slideshow img {
    width:100% !important;
    height:auto !important;;
}

.imagecols-1 .csc-textpic-imagewrap .slideshow {
    width:100% !important;
}
DIV.csc-textpic-left .imagecols-1 DIV.csc-textpic-imagewrap {
    float: left;
}
.imagewidth-relative DIV.csc-textpic-imagewrap {
    width:35%;
}