* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(../scripts/boxsizing.htc);
}

@font-face {
    font-family: "gothic";
    src: url("../fonts/gothic/gothic.eot");
    src: local("Century Gothic Regular"),
        url("../fonts/gothic/gothic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/gothic/gothic.woff") format("woff"),
        url("../fonts/gothic/gothic.ttf") format("truetype");
}


html,
html a {
    font-size: 100%;
    font-family: 'gothic', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

body {
    display: flex;
    flex-direction: column;
    line-height: 1.7;
    overflow-x: hidden;
    overflow-y: scroll;
    color: #333333;
    background: #ffffff;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

p {
    font-size: 1.125rem
        /* 18/16 = 1.125 */
    ;
    margin: 0.5em 0;
    padding: 0;
}

p.small {
    font-size: smaller;
}

.btn {
    cursor: pointer;
}

.readmore a.btn {
    font-weight: bold;
    /*text-decoration:none;*/
}

button,
.button {
    border: 0;
    cursor: pointer;
    padding: 8px 20px;
    background: #eb6011;
    font-size: 1.125rem
        /* 18/16 = 1.125 */
    ;
    color: #ffffff;
    border-radius: 0;
}

a.button {
    text-decoration: none
}

a.button:hover {
    background-color: #0055cc;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

ul {
    font-size: 1.125rem
        /* 18/16 = 1.125 */
    ;
    padding: 10px 20px;
    margin: 0.5em 0;
}

hr {
    height: 2px;
    border: 0;
    margin: 0;
    background: #333333;
}

strong {
    font-weight: bold;
}

.highlight {
    font-weight: bold;
    color: #e15111;
}

h1 {
    font-size: 2.25rem
        /* 36/16 = 2.25 */
    ;
    font-weight: normal;
    line-height: 1.2;
    margin: 8.3% 0 30px 0;
    color: #e15111;
}

h2 {
    font-size: 1.5rem
        /* 24/16 = 1.5 */
    ;
    font-weight: normal;
    line-height: 1.3;
    margin: 0px 0 0 0;
    color: #666666;
}

a {
    text-decoration: underline;
    color: #333333;
}

a.download {
    display: block;
    width: 100%;
    padding: 12px 35px 12px 0;
    background: url(../images/download-icon@2x.png) no-repeat right;
    background-size: 22px auto;
    color: #333333;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: underline;
    color: #333333;
}

.clr {
    clear: both;
}

input {
    border: 1px solid #333333;
    background: none;
    padding: 4px;
    color: #333333;
}

textarea {
    border: 1px solid #333333;
    background: none;
    padding: 4px;
    color: #333333;
}

label {
    color: #333333;
}

table tr td {
    color: #333333;
}

iframe {
    border: 0;
    overflow: hidden;
}

button:focus {
    outline: none;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
}

.login fieldset {
    border: 0px solid silver;
    padding: 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

#container {
    flex: 1 0 auto;
}


/* STARTSCREEN */
/* startscreen-1 = Startseite */
/* startscreen-2 = Unterseiten */
/* startscreen-3 = Unsere Chorleiterin */
/* startscreen-4 = Mitsingen im Chor */
/* startscreen-5 = Konzert */
/* startscreen-6 = Stimmbildung*/
/* Zusätzlich: info-box (1x normal, 1x @media (sehr weit hinten))*/

/*Tips und Tricks*/
/*background-size: auto 150%; <-- zum Reinzoomen ins Bild, ACHTUNG: Bild wird nicht mehr füllend angezeigt*/


/* startscreen-1 = Startseite */
.startscreen-1 {
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    background: url(../images/2024/startscreen1-2024-4k.jpg) no-repeat center;
    background-size: cover;
    background-position: 50% 50%;
}

/* .beta .startscreen-1 {
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    background: url(../images/2024/startscreen1-2024-4k.jpg) no-repeat center;
    background-size: cover;
    background-position: 50% 50%;
} */

@media screen and (max-width:1000px) {
    .startscreen-1 {
        height: 100vh;
        background: url(../images/2024/startscreen1-2024-1500px.jpg) no-repeat center;
        background-size: cover;
        background-position: 50% 50%;
    }

    /* .beta .startscreen-1 {
        height: 100vh;
        background: url(../images/2024/startscreen1-2024-1500px.jpg) no-repeat center;
        background-size: cover;
        background-position: 50% 50%;
    } */
}

/* startscreen-2 = Unterseiten */
.startscreen-2 {
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 66vh;
    min-height: 450px;
    background: url(../images/2024/startscreen2-2024-4k.jpg) no-repeat center;
    background-size: cover;
    background-position: 50% 50%;
}

/* .beta .startscreen-2 {
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 66vh;
    min-height: 450px;
    background: url(../images/2024/startscreen2-2024-4k.jpg) no-repeat center;
    background-size: cover;
    background-position: 50% 50%;
} */

@media screen and (max-width:1000px) {
    .startscreen-2 {
        height: 66vh;
        background: url(../images/2024/startscreen2-2024-1500px.jpg) no-repeat center;
        background-size: cover;
    }

    /* .beta .startscreen-2 {
        height: 66vh;
        background: url(../images/2024/startscreen2-2024-1500px.jpg) no-repeat center;
        background-size: cover;
    } */
}

/* startscreen-3 = Unsere Chorleiterin */
.startscreen-3 {
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 66vh;
    min-height: 450px;
    background: url(../images/2023/startscreen3-4k.jpg) no-repeat center;
    background-size: cover;
    background-position: 50% 40%;
}

/* .beta .startscreen-3 {
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 66vh;
    min-height: 450px;
    background: url(../images/2023/startscreen3-4k.jpg) no-repeat center;
    background-size: cover;
    background-position: 50% 40%;
} */

@media screen and (max-width:1000px) {
    .startscreen-3 {
        height: 66vh;
        background: url(../images/2023/startscreen3-1500px.jpg) no-repeat center;
        background-size: cover;
    }

    /* .beta .startscreen-3 {
        height: 66vh;
        background: url(../images/2023/startscreen3-1500px.jpg) no-repeat center;
        background-size: cover;
    } */
}

/* startscreen-4 = Mitsingen im Chor */
.startscreen-4 {
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 66vh;
    min-height: 450px;
    background: url(../images/2023/startscreen4-4k.jpg) no-repeat center;
    background-size: cover;
    background-position: 55% 25%;
}

/* .beta .startscreen-4 {
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 66vh;
    min-height: 450px;
    background: url(../images/2023/startscreen4-4k.jpg) no-repeat center;
    background-size: cover;
    background-position: 55% 25%;
} */

@media screen and (max-width:1000px) {
    .startscreen-4 {
        height: 66vh;
        background: url(../images/2023/startscreen4-1500px.jpg) no-repeat center;
        background-size: cover;
        background-position: 55% 50%;
    }

    /* .beta .startscreen-4 {
        height: 66vh;
        background: url(../images/2023/startscreen4-1500px.jpg) no-repeat center;
        background-size: cover;
        background-position: 55% 50%;
    } */
}

/* startscreen-5 = Konzert */
.startscreen-5 {
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 66vh;
    min-height: 450px;
    background: url(../images/2023/startscreen5.jpg) no-repeat center;
    background-size: cover;
    background-position: 50% 40%;
}

/* .beta .startscreen-5 {
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 66vh;
    min-height: 450px;
    background: url(../images/2023/startscreen5.jpg) no-repeat center;
    background-size: cover;
    background-position: 50% 40%;
} */

@media screen and (max-width:1000px) {
    .startscreen-5 {
        height: 66vh;
        background: url(../images/2023/startscreen5.jpg) no-repeat center;
        background-size: cover;
        background-position: 50% 40%;
    }

    /* .beta .startscreen-5 {
        height: 66vh;
        background: url(../images/2023/startscreen5-1500px.jpg) no-repeat center;
        background-size: cover;
        background-position: 50% 40%;
    } */
}

/* startscreen-6 = Stimmbildung*/
.startscreen-6 {
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 66vh;
    min-height: 450px;
    background: url(../images/2023/startscreen6.jpg) no-repeat center;
    background-size: cover;
    background-position: 50% 40%;
}

/* .beta .startscreen-6 {
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 66vh;
    min-height: 450px;
    background: url(../images/2023/startscreen6.jpg) no-repeat center;
    background-size: cover;
    background-position: 50% 40%;
} */

@media screen and (max-width:1000px) {
    .startscreen-6 {
        height: 66vh;
        background: url(../images/2023/startscreen6.jpg) no-repeat center;
        background-size: cover;
        background-position: 50% 40%;
    }

    /* .beta .startscreen-6 {
        height: 66vh;
        background: url(../images/2023/startscreen6.jpg) no-repeat center;
        background-size: cover;
        background-position: 50% 40%;
    } */
}

/* End Startscreen */


.jumper a {
    display: block;
    height: 60px;
    width: 60px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/sprungmarke.png) no-repeat center;
    background-size: 60px 60px;
}

.stopper {}

/* HEADER */
#header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 150px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    z-index: 2000;
}

#header .logo img {
    width: 215px;
    height: 80px;
    margin-top: 17px;
}

/* MAIN NAVIGATION */
#main-navigation {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1000px;
    max-width: 1000px;
}

#main-navigation ul {
    margin: 0;
    padding: 0;
}

#main-navigation li {
    background: none;
    float: left;
    margin-right: 20px;
    padding: 0px 15px 5px 20px;
    list-style-type: none;
    font-size: 1.5rem
        /* 24/16 = 1.5 */
    ;
    font-weight: normal;
    color: #eb6011;
    cursor: pointer;
}

#main-navigation ul li a {
    display: block;
    cursor: pointer;
    margin: 0;
    text-decoration: none;
    color: #eb6011;
}

#main-navigation ul li a:hover {}

#main-navigation ul li span.nav-header {}

#main-navigation ul li span.nav-header:hover {}

#main-navigation ul li .nav-child {
    background: rgba(0, 0, 0, 0.7);
    border-top: 5px solid #eb6011;
}

#main-navigation ul li .nav-child a {
    padding: 7px 5px 7px 20px;
}

#main-navigation ul li .nav-child li {
    margin: 0;
    padding: 0;
    text-align: left;
}

#main-navigation ul li.active {
    color: #ffffff;
}

#main-navigation ul li.deeper.parent a {
    color: #eb6011;
}

#main-navigation ul li.active.deeper.parent {
    color: #eb6011;
}

#main-navigation ul li a.active,
#main-navigation ul li a.active:hover,
#main-navigation ul li a.active:active,
#main-navigation ul li a.active:focus {
    background: none !important;
    color: #ffffff;
    text-decoration: none;
}

#main-navigation li.havechild a:hover,
#main-navigation li.havechild a:active,
#main-navigation li.havechild a:focus,
#main-navigation li:hover a {}

/* Dropdown */
#main-navigation ul li ul {
    display: none
        /* hide dropdown */
    ;
    position: absolute;
    height: auto;
    margin-left: 0px;
}

#main-navigation li:hover ul,
#main-navigation li li:hover ul,
#main-navigation li li li:hover ul,
#main-navigation li.sfhover ul,
#main-navigation li li.sfhover ul,
#main-navigation li li li.sfhover ul {
    display: block;
    left: auto;
    margin-left: -20px;
}

#main-navigation ul li ul li {
    width: 100%;
    font-size: 1.375rem
        /* 22/16 = 1.375 */
    ;
}

#main-navigation ul li ul li a {}

#main-navigation ul li ul li a:hover {
    color: #000000;
    background: #eb6011;
}

#main-navigation ul li ul li.active a {
    color: #000000;
    background: #eb6011;
}

#main-navigation ul li.deeper.parent .nav-child a {
    color: #ffffff;
}

#main-navigation ul li.deeper.parent .nav-child a:hover {
    color: #000000;
}

#main-navigation ul li.deeper.parent .nav-child .current.active a {
    color: #000000;
}

/* Variable Menübreite */
#main-navigation .item-125 .nav-child {
    width: 13.5em;
}

#main-navigation .item-128 .nav-child {
    width: 10.8em;
}

#main-navigation .item-129 .nav-child {
    width: 10.8em;
}



/* RESPONSIVE MAIN NAVIGATION - mod_responsivemenu */
.responsiveMenu1m.toggleMenu.isMobile {
    display: block;
    cursor: pointer;
    border: 0;
    position: absolute;
    top: 40px;
    right: 20px;
    height: 20px;
    width: 25px;
    margin: 0;
}

.responsiveMenuTheme1m.isMobile {
    margin-top: 100px;
    padding-top: 10px;
    background: rgba(0, 0, 0, 0.7);
    text-align: left;
}

.responsiveMenuTheme1m.isMobile:before,
.responsiveMenuTheme1m.isMobile:after {
    content: " ";
    display: table;
}

.responsiveMenuTheme1m.isMobile:after {
    clear: both;
}

.responsiveMenuTheme1m.isMobile ul {
    list-style: none;
    min-width: 100%;
}

.responsiveMenuTheme1m.isMobile a {
    color: #eb6011;
    padding: 0px 3px 0px 30px;
    text-decoration: none;
    font-size: 1.4em;
}

.responsiveMenuTheme1m.isMobile span.separator {
    color: #ffffff;
    padding: 0px 0 0 30px;
    display: block;
    cursor: pointer;
}

.responsiveMenuTheme1m.isMobile a:hover,
.responsiveMenuTheme1m.isMobile li.active>a,
.responsiveMenuTheme1m.isMobile li>span.separator:hover {
    color: #eb6011;
    background: none !important;
}

.responsiveMenuTheme1m.isMobile li {
    position: relative;
    margin: 0;
    padding: 0;
}

.responsiveMenuTheme1m.isMobile li.current {
    clear: none;
}

.responsiveMenuTheme1m.isMobile>li {
    float: left;
}

.responsiveMenuTheme1m.isMobile>li>.parent,
.responsiveMenuTheme1m.isMobile>li.deeper>span {}

.responsiveMenuTheme1m.isMobile>li>a span.opener {
    float: right;
}

.responsiveMenuTheme1m.isMobile span.opener {
    background: url(../images/arrow-mobile-nav.png) no-repeat center;
    background-size: 6px 12px;
    width: 6px;
    text-indent: 100px;
    overflow: hidden;
    display: inline-block;
    padding: 15px 0;
    vertical-align: middle;
    position: absolute;
    right: 30px;
    top: 0;
}

.responsiveMenuTheme1m.isMobile>li>a {
    display: block;
    padding: 0px 3px 0px 30px;
}

.responsiveMenuTheme1m.isMobile>li.parent>a {
    padding: 0px 20px 0px 30px;
}

.responsiveMenuTheme1m.isMobile>li.parent>span.separator {
    padding: 0px 20px 0px 30px;
}

.responsiveMenuTheme1m.isMobile>li>span.separator {
    padding: 0px 0px 0px 30px;
}

.responsiveMenuTheme1m.isMobile span.linker {
    padding: 8px 0;
    display: inline-block;
    vertical-align: middle;
}

.responsiveMenuTheme1m.isMobile li ul {
    position: absolute;
    margin: 0;
    padding: 0;
    display: none;
}

.responsiveMenuTheme1m.isMobile>li>ul {
    left: 0;
}

.responsiveMenuTheme1m.isMobile>li>ul>li>ul {
    left: 100%;
    top: 0;
}

.responsiveMenuTheme1m.isMobile>li>ul>li>ul>li>ul {
    left: 100%;
    top: 0;
}

.responsiveMenuTheme1m.isMobile>li>ul>li>ul>li>ul>li>ul {
    left: 100%;
    top: 0;
}

.responsiveMenuTheme1m.isMobile li li>a {
    display: block;
    background: none;
    position: relative;
    z-index: 100;
    border-top: 0px solid #ffffff;
    padding-right: 20px;
}

.responsiveMenuTheme1m.isMobile>li>ul>li:first-child>a {
    border-top: 0px solid #ffffff;
}

.responsiveMenuTheme1m.isMobile>li>ul>li:first-child>ul>li:first-child>a {
    border-top: none;
}

.responsiveMenuTheme1m.isMobile>li>ul>li:first-child>ul>li:first-child>ul>li:first-child>a {
    border-top: none;
}

.responsiveMenuTheme1m.isMobile>li>ul>li:first-child>ul>li:first-child>ul>li:first-child>ul>li:first-child>a {
    border-top: none;
}

.responsiveMenuTheme1m.isMobile li li span.separator {
    display: block;
    background: #eb6011;
    position: relative;
    z-index: 100;
    border-top: 0px solid #ffffff;
}

.responsiveMenuTheme1m.isMobile li li li a {
    background: #eb6011;
    z-index: 200;
    border-top: 0px solid #ffffff;
}

.responsiveMenuTheme1m.isMobile li:first-child {
    border-top: none;
}

.responsiveMenuTheme1m.isMobile li li.parent a {
    /*padding: 5px 20px 5px 70px;font-size:1em;*/
}

.responsiveMenuTheme1m.isMobile li.deeper.parent li a {
    /*padding: 5px 20px 5px 70px;font-size:1em;*/
    font-size: 1.375rem
        /* 22/16 = 1.375 */
    ;
    color: #ffffff;
}

.toggleMenu {
    background: url(../images/navi_responsive.png) center no-repeat;
    background-size: 25px 20px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
}

.responsiveMenu1m.toggleMenu.isMobile span {
    display: none;
}

.toggleMenu.active {
    border-radius: 0px 0px 0 0;
}

.responsiveMenuTheme1m.isMobile .active {
    display: block;
}

.responsiveMenuTheme1m.isMobile>li {
    float: none;
    border-top: 0px solid #ffffff;
}

.responsiveMenuTheme1m.isMobile>li>.parent {}

.responsiveMenuTheme1m.isMobile li li .parent {}

.responsiveMenuTheme1m.isMobile ul {
    display: none;
    width: 100%;
}

.responsiveMenuTheme1m.isMobile>li>ul {
    position: static;
}

.responsiveMenuTheme1m.isMobile>li>ul>li>ul {
    position: static;
}

.responsiveMenuTheme1m.isMobile>li>ul>li>ul>li>ul {
    position: static;
}

.responsiveMenuTheme1m.isMobile>li>ul>li>ul>li>ul>li>ul {
    position: static;
}

.responsiveMenuTheme1m.isMobile li li a.parent {}

.responsiveMenuTheme1m.isMobile a img {
    vertical-align: middle;
    margin-right: 3px;
}

.responsiveMenuTheme1m.isMobile li img,
.responsiveMenuTheme1m.isMobile li span.image-title {
    vertical-align: middle;
}

.responsiveMenuTheme1m.isMobile li img {
    margin-right: 3px;
}

.responsiveMenuTheme1m.isMobile span.navHeader {
    color: #ffffff;
    padding: 0 20px;
    display: block;
}

.responsiveMenuTheme1m.isMobile>li.parent>span.navHeader {
    padding: 0px 40px 0px 20px;
}

.responsiveMenuTheme1m.isMobile li li span.navHeader {
    display: block;
    background: #eb6011;
    position: relative;
    z-index: 100;
    border-top: 1px solid #ffffff;
}

.responsiveMenuTheme1m.isMobile .current.active a {
    background: #ffffff;
    color: #eb6011;
}

.responsiveMenuTheme1m.isMobile .current.active.deeper.parent ul li a {
    background: #eb6011;
    color: #ffffff;
}

.responsiveMenuTheme1m.isMobile .active.deeper.parent .active.parent a {
    background: #ffffff;
    color: #eb6011;
}

.responsiveMenuTheme1m.isMobile .active.deeper.parent li.current.active {
    background: #eb6011;
}

.responsiveMenuTheme1m.isMobile .active.deeper.parent li.current.active a {
    color: #000000;
}


/* INTERN NAVIGATION */
.moduletable_menu-intern {
    margin-top: 80px;
}


/* SEARCH */
.toggle-button-search-module {
    float: right;
    position: absolute;
    top: 7px;
    right: 10px;
    background: url(../images/search-icon.png) no-repeat center;
    background-size: 20px 20px;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0;
}

.toggle-button-search-module.expanded {}

.search-module {
    display: none;
    position: absolute;
    top: 150px;
    right: 0px;
    height: auto;
    width: auto;
    text-align: left;
    padding: 20px;
    background: rgba(0, 0, 0, 0.7);
}

.search-module input {
    background: #ffffff;
    padding: 10px;
}


/* MAIN CONTENT */
.welcome {
    padding: 0px 20px;
    margin-bottom: 80px;
}

.welcome h1 {
    margin: 6% 0 30px 0;
    padding-top: 20px;
}

/*Info-Box*/
.info-box {
    min-height: 620px;
    background: url(../images/2024/infobox-2024-4k.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
/* Info-Box für Media-Query weiter unten nicht vergessen */

/* .beta .info-box {
    min-height: 620px;
    background: url(../images/2024/infobox-2024-4k.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
} */

.content {
    padding: 0px 20px 80px 20px;
}

.content-wrapper {
    max-width: 960px;
    margin: 0 auto;
}

.breadcrumbs ul {
    margin: 40px 0 0 0;
    padding: 0;
}

.breadcrumbs ul li {
    list-style: none;
    display: inline;
    /*font-size:0.875rem 18/16 = 0.875 */
    ;
    font-weight: normal;
}

.shariff {
    padding-top: 50px;
}

.after-content .rss-module {
    padding-top: 20px;
}

.testimonials {
    position: relative;
    height: auto;
    min-height: 415px;
    background: rgba(235, 96, 17, 1.0);
    color: #ffffff;
}

.testimonials p {
    font-size: 2.5rem
        /* 40/16 = 2.5 */
    ;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.testimonials p::before {
    content: '„';
}

.testimonials p::after {
    content: '“';
}

.testimonials blockquote {
    position: relative;
    top: 0;
    height: 345px !important;
    padding: 0;
    margin: 0 0px;
}

.testimonials blockquote p {
    position: absolute;
    bottom: 45px;
}

.testimonials blockquote cite {
    position: absolute;
    bottom: 0px;
    right: 5px;
    font-size: 1.5rem
        /* 24/16 = 1.5 */
    ;
}


/* FOOTER */
.footer {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    min-height: 200px;
    background: #333333;
    color: #ffffff;
}

.footer .content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.footer .moduletable {
    display: inline-block;
    width: auto;
    min-width: 245px;
    text-align: center;
    min-height: 200px;
    vertical-align: top;
    padding: 50px 15px 30px 15px;
}

.footer .moduletable .custom {}

.footer .moduletable p,
.footer .moduletable a {
    font-size: 0.875rem
        /* 14/16 = 0.875 */
    ;
    margin: 0;
    padding: 0;
}

.footer .moduletable h3 {
    font-size: 1.125rem
        /* 18/16 = 1.125 */
    ;
    font-weight: bold;
    color: #cccccc;
    text-transform: uppercase;
    margin: 0 0 1em 0;
    padding: 0;
}

.footer .moduletable h1 {
    font-size: 1.125rem
        /* 18/16 = 1.125 */
    ;
    font-weight: bold;
    color: #cccccc;
    text-transform: uppercase;
    margin: 0 0 1em 0;
    padding: 0;
}

.footer .moduletable.sponsor img {
    /*max-width:215px;height:auto;*/
}

.footer .moduletable.social-icons img {
    /*max-width:45px;height:auto;*/
}

.footer .moduletable.logo-cantamus-giessen {
    padding-top: 60px;
}

.footer .moduletable.footer-menu ul {
    padding: 0;
}

.footer .moduletable.footer-menu ul li {
    list-style: none;
    line-height: 1.3;
    color: #cccccc;
}

.footer .moduletable.footer-menu a {
    vertical-align: top;
    color: #cccccc;
    text-decoration: underline;
}


/* Info-Boxen - Termine und Newsletter */
.info-box p a {
    font-weight: bold;
    color: #ffffff;
}

.moduletable_info-box-termine {
    float: left;
}

.moduletable_info-box-newsletter {
    float: right;
}

.moduletable_info-box-termine,
.moduletable_info-box-newsletter {
    min-height: 670px;
    width: 400px;
    margin: 70px 40px;
    background: rgba(243, 152, 89, 0.9);
}

.moduletable_info-box-termine ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.moduletable_info-box-termine li {
    margin-bottom: 25px;
}

.custom_info-box-newsletter,
.custom_info-box-termine {
    padding: 0 20px;
}

.moduletable_info-box-termine h1,
.moduletable_info-box-newsletter h1 {
    font-size: 1.125rem
        /* 18/16 = 1.125 */
    ;
    font-weight: bold;
    color: #ffffff;
    background: rgba(235, 96, 17, 0.9);
    padding: 20px 20px 20px 50px;
    margin: 0;
}

.mod-articles-category-date {
    font-weight: bold;
}

.mod-articles-category-title {}

.article-info .create {
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.article-info .published {
    font-weight: bold;
    padding: 0;
    margin: 0;
}


@media screen and (max-width:1000px) {
    #header {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100px;
        background: rgba(0, 0, 0, 0.7);
        text-align: center;
    }

    #header .logo img {
        width: 188px;
        height: 70px;
        margin: 15px 0 0 20px;
        float: left;
    }

    #main-navigation {
        display: none;
    }

    /* Info-Box für Media-Query */
    .info-box {
        background: url(../images/2024/infobox-2024-4k.jpg) no-repeat center;
        background-size: cover;
        background-position: 50% 50%;
    }

    /* .beta .info-box {
        background: url(../images/2024/infobox-2024-4k.jpg) no-repeat center;
        background-size: cover;
        background-position: 50% 50%;
    } */


    div.lhquote_wrap blockquote {
        margin: 0 20px;
    }

    .footer .content-wrapper {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 25px;
        text-align: center;
    }

    .footer .moduletable {
        min-width: 49%;
        min-height: auto;
        padding: 50px 20px 0px 20px;
        text-align: center;
    }

    .footer .moduletable.logo-cantamus-giessen {
        display: none;
        width: 100%;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width:960px) {
    .moduletable_info-box-termine,
    .moduletable_info-box-newsletter {
        float: none;
        position: relative;
        left: 0;
        right: 0;
        width: auto;
        margin: 5% 10%;
        padding-bottom: 10px;
    }
}


/* RSForm Pro*/
form#userForm button#Submit,
form#userForm.formResponsive input[type="submit"],
form#userForm.formResponsive button[type="submit"] {
    border: 0;
    cursor: pointer;
    padding: 8px 20px;
    background: #eb6011;
    font-size: 1.125rem
        /* 18/16 = 1.125 */
    ;
    line-height: 1.9em;
    color: #ffffff;
    border-radius: 0;
    text-shadow: none;
}

form#userForm .rsform-checkbox,
form#userForm.formResponsive input[type="checkbox"],
form#userForm.formResponsive input[type="radio"] {
    height: 20px;
    margin-top: 5px !important;
    margin-right: 10px !important;
    width: 20px;
}

form#userForm .formRequired {
    font-weight: normal !important;
}

form#userForm .formRow input,
form#userForm .formRow textarea,
form#userForm .formRow select {
    border: 1px solid #333333 !important;
    background: none;
    padding: 4px;
    color: #333333;
    border-radius: 0 !important;
    font-size: 16px;
    min-height: 24px;
}

.login .btn {
    margin-top: 20px;
}

form#userForm.formResponsive .formHorizontal .rsform-block,
form#userForm.formResponsive .formHorizontal .rsform-input-box,
form#userForm.formResponsive .formHorizontal .formDescription {
    margin-bottom: 0px;
}

form#userForm .rsform-block-captcha div.formBody input {
    display: block;
}

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

    form#userForm.formResponsive input[type="text"],
    form#userForm.formResponsive input[type="password"],
    form#userForm.formResponsive textarea,
    form#userForm.formResponsive select {
        width: calc(100% - 10px) !important;
    }
}


/* PAGENAV  */
.pagenav {
    text-align: right
}

.pagenav ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
}

.pagenav li {
    display: inline;
    margin: 0;
    padding: 0
}

.pagenav a,
span.pagenav {
    padding: 0 14px;
    margin: 0;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left: 1px solid #ddd;
    display: inline-block;
    line-height: 1.9em;
}

.pagenav li:first-child a,
.pagination-start span {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border-left: solid 1px #ddd
}

.pagenav li:last-child a,
.pagination-end span {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.pagination ul {
    margin: 10px 10px 10px 0;
    padding: 0
}

.pagination ul li {
    list-style-type: none;
    padding: 0 10px 0 0em !important;
}

.pagination ul li:before {
    display: none;
}

.pagination li {
    display: inline;
    list-style-type: none !important;
}

.pagination a {
    padding: 0 14px;
    line-height: 2em;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left: 1px solid #ddd;
    display: inline-block
}

.pagination span {
    padding: 0 14px;
    line-height: 2em;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left: 1px solid #ddd;
    display: inline-block
}

.pagination .start,
.pagination .ende,
.pagination .number {
    display: none;
}

.pagination .active a {
    cursor: default;
}

.pagination span,
.pagination span a:hover {
    cursor: default;
    padding: 0 14px;
    line-height: 2em;
}

.pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

/* System Messages */
.message {
    z-index: 3000;
    position: fixed;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

#system-message-container h4.alert-heading {
    display: none;
}

#system-message-container .alert.alert-message {
    background: rgba(226, 237, 192, 0.96);
    color: #000000;
    padding: 20px 70px 20px 40px;
    margin: 0;
    min-height: 70px;
}

#system-message-container .alert.alert-notice {
    background: rgba(226, 237, 192, 0.96);
    color: #000000;
    padding: 20px 70px 20px 40px;
    margin: 0;
    min-height: 70px;
}

#system-message-container .alert.alert-error {
    background: rgba(215, 90, 75, 0.96);
    color: #ffffff;
    padding: 20px 70px 20px 40px;
    margin: 0;
    min-height: 70px;
}

#system-message-container .alert.alert-warning {
    background: rgba(215, 90, 75, 0.96);
    color: #ffffff;
    padding: 20px 70px 20px 40px;
    margin: 0;
    min-height: 70px;
}

#system-message-container a.close {
    z-index: 3000;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding-top: 12px;
    vertical-align: center;
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

#system-message-container a.close:hover {
    background: rgba(0, 0, 0, 0.6);
}

#system-message-container button.close {
    z-index: 3000;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

#system-message-container button.close:hover {
    background: rgba(0, 0, 0, 0.6)
}

/* TOOLTIP / POPOVER  */
.tooltip {
    display: none !important;
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    /*opacity: 0;filter: alpha(opacity=0);*/
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    display: none !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popover-title:empty {
    display: none;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}


/* SUCHERGEBNIS */
#searchForm .searchintro {
    margin-bottom: 20px;
}

#searchForm .word {
    border: 0;
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 10px;
}

#searchForm .word label {
    font-weight: normal;
    color: #333333;
}

#searchForm .phrases {
    display: none;
    border: 0;
    padding-left: 0;
    margin-bottom: 10px;
}

#searchForm .phrases legend {
    font-weight: bold;
    color: #333333;
}

#searchForm .phrases .ordering-box {
    margin-top: 10px;
}

#searchForm .phrases .phrases-box label {
    margin-right: 15px;
}

#searchForm .only {
    display: none;
    border: 0;
    padding-left: 0;
    margin-bottom: 10px;
}

#searchForm .only legend {
    font-weight: bold;
    color: #333333;
}

#searchForm .form-limit {
    display: none;
    margin-top: 20px;
}

#searchForm .form-limit label {
    font-weight: bold;
    color: #333333;
}

#searchForm .inputbox {
    margin: 20px 0 30px 0;
    padding: 25px;
}

#searchForm .btn-toolbar {
    /*display:none;Blendet oberen Bereich der Suchergebnisse aus inkl. Suchfeld*/
}

#searchForm .btn-toolbar input {}

#search-searchword.inputbox {
    border: 1px solid #787778;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    background: #ffffff;
}

div.search dl.search-results {}

div.search dt.result-title {
    padding-top: 10px;
    border-top: 1px solid #333333;
}

div.search dt.result-title a {
    color: #e15111;
    font-weight: normal;
    text-transform: uppercase;
}

div.search dl.search-results dd.result-category {
    /*font-weight:bold;*/
    display: none;
}

div.search dd.result-created {
    font-size: 0.9em;
    color: #777777;
    margin-top: 5px;
    margin-bottom: 20px;
}

div.search dd.result-text {
    margin: 5px 0 10px 0;
}

div.search dd.result-text span.highlight {
    background: #ffffcf;
}

/* DROPFILES */
div.dropfiles-content-table {
    margin-top: 40px;
}

.dropfiles-container h2 {
    font-size: 1.5rem
        /* 24/16 = 1.5 */
    ;
    font-weight: normal;
    line-height: 1.3;
    margin: 15px 0 0 0;
    color: #666666;
}

.dropfiles-single-file .dropfiles-file-link {
    margin: 7px 0px;
}

/* Balbooa Gallery */
.ba-gallery .ba-goback a,
.ba-gallery .category-filter a.ba-filter,
.ba-gallery .category-filter a.ba-filter-active {
    margin: 0px 10px 10px 0px;
}

div.ba-gallery {
    padding: 0;
}

/* KONTAKTFORMULAR */
.contact dd {
    margin: 0 0 30px 0 !important;
    padding: 0;
}

.contact h3 {
    margin: 50px 0 0 0;
}

.dl-horizontal dd {
    margin: 0;
    padding: 0;
}

#contact-form input {
    width: 100%;
    max-width: 300px;
    background: #ffffff;
}

#contact-form textarea {
    width: 100%;
    background: #ffffff;
}

#contact-form .control-label {
    margin-top: 15px;
}

#contact-form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

#jform_contact_email_copy-lbl {
    float: left;
    margin-right: 10px;
    border: 0
}

#jform_contact_email_copy {
    width: 40px !important;
}

.form-actions {
    margin: 20px 0 50px 0;
}





@media screen and (max-width: 767px) {
    .content {
        padding: 0px 10px 80px 10px;
    }

    button,
    .button,
    .formResponsive button[type="submit"] {
        width: 100%;
        display: block;
        text-align: center;
    }

    .dropfiles-single-file,
    .dropfiles-file-link {
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    h1 {
        font-size: 2.125rem
            /* 34/16 = 2.125 */
        ;
        font-weight: normal;
        line-height: 1.2;
        margin: 50px 0 30px 0;
    }

    .welcome {
        margin-bottom: 60px;
    }

    .testimonials p {
        font-size: 2.125rem
            /* 34/16 = 2.125 */
        ;
    }
}

@media screen and (max-width:500px) {
    .testimonials p {
        font-size: 1.75rem
            /* 28/16 = 2.125 */
        ;
    }

    .testimonials blockquote cite {
        font-size: 1.25rem
            /* 20/16 = 1.125 */
        ;
    }
}

@media screen and (max-width:460px) {
    .footer .moduletable {
        width: 100%;
    }

    .footer .moduletable.footer-menu.menu-weiteres {}

    .footer .moduletable.logo-cantamus-giessen {
        margin-left: 0;
    }
}

/* Responsive Google Maps */
.responsiveContainer {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}

.responsiveContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}