@charset "UTF-8"; @font-face {
    font-family : 'FontAwesome';
    src : url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src : url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight : normal;
    font-style : normal;
}

html {
    width : 100%;
    height : 100%;
    overflow-y : scroll;
    overflow-x : hidden;
}

body {
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-family: 'Roboto', 'sans-serif';
    line-height: 1.6em;
    letter-spacing: 0;
    font-weight: 300;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

body.c7n-loaded {
    opacity: 1;
}

body.cke_editable {
    background-color : #FFFFFF;
}

#PoweredByFooter {
    display: none !important;
}

#preview-content {
    padding-bottom: 0 !important;
}

#cookie-note {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(125, 161, 66, 0.9) !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25)!important;
    box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    padding: 15px !important;
    width: 100% !important;
    right: 0px !important;
    bottom: -200px !important;
    text-align: center;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    opacity: 0;
}

#cookie-note.c7n-loaded {
    bottom: 0px !important;
    opacity: 1;
}

#cookie-note p {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#cookie-note a {
    color: rgba(255,255,255,1);
    border-bottom: 1px solid rgba(255,255,255,1);
}

#cookie-note a:hover {
    text-decoration: none;
    color: rgb(219, 11, 62);
    border-bottom: 1px solid rgb(219, 11, 62);
}

#cookie-note button {
    margin: 10px auto 0 auto;
    display: block;
    color: rgba(255,255,255,1);
    background-color: rgba(125, 161, 66, 0);
    border: 1px solid #ffffff;
    padding: 7.5px 30px;
}

#cookie-note button:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(125, 161, 66, 1);
}

::-moz-selection {
    background : rgb(125, 161, 66);
    text-shadow : none;
    color : #ffffff;
}

::selection {
    background : rgb(125, 161, 66);
    text-shadow : none;
    color : #ffffff;
}

.c7n-content-tpl {
    padding-bottom: 30px;
}

.c7n-content-tpl:last-child {
    padding-bottom: 0px;
}

hr.c7n-backend-only {
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;
    display: block;
    width: 100%;
    clear: both;
}

header {
    background-color: transparent;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    top: 0;
    z-index: 999;
    pointer-events: all;
}

header . {
    pointer-events: none;
}

#c7n-logo img, #c7n-logo svg {
    width: auto;
    height: auto;
    max-height: 6vh;
    margin: 0;
    pointer-events: all;
}

header.c7n-small {
    -webkit-box-shadow: -4px 0px 4px 0px rgba(75,75,75,0.25);
    -moz-box-shadow: -4px 0px 4px 0px rgba(75,75,75,0.25);
    box-shadow: -4px 0px 4px 0px rgba(75,75,75,0.25);
}

#c7n-functions {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

#c7n-open-search, #c7n-close-search {
    height: 100%;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 0 15px;
    cursor: pointer;
}

#c7n-open-search.c7n-active, #c7n-close-search.c7n-active {
    display: flex;
}

#c7n-open-search svg, #c7n-close-search svg {
    width: auto;
    height: 20px;
}

#c7n-open-search:hover .c7n-svg-line, #c7n-close-search:hover .c7n-svg-line, .c7n-searchbutton:hover .c7n-svg-line, .clx-searchbutton:hover .c7n-svg-line {
    stroke: rgb(219, 8, 62);
}

#c7n-eyecatcher {
    width: 100%;
    overflow: visible;
    position: relative;
    margin-top: -245px
}

#c7n-eyecatcher-content-page {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 30vh;
    margin-bottom: -160px;
    margin-top: calc(3vh - 30px);
}

@media (min-width: 992px) {
    #c7n-eyecatcher-content-page {
        margin-top: calc(3vh - 30px);
    }

    #c7n-eyecatcher-content-page {
        height: 70vh;
        margin-bottom: -120px;
    }
}

@media (min-width: 1200px) {
    #c7n-eyecatcher-content-page {
        margin-top: calc(2vh - 30px);
    }
}

#cycle-slider img {
    width: 100% !important;
    height: 100% !important;
    display: inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 1;
}

#cycle-slider, #google-map {
    width: 100%;
    height: 100% !important;
    background-position: relative;
}

#google-map iframe {
    width: 100%;
    height: 50vh;
}

#cycle-slider .cycle-slide {
    width: 100%;
    height: 100%;
}

#cycle-slider:after {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(35,35,35,0.25);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 996;
}

.cycle-pager {
    z-index: 997;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
}

.cycle-pager-element {
    display: inline-block;
    width: auto;
}

.cycle-pager-element:before {
    content: "\f10c";
    font-family: "FontAwesome";
    color: rgba(255,255,255,1);
    line-height: 4em;
    font-size: 0.9em;
    padding: 0 7.5px;
    display: block;
}

.cycle-pager-element:hover:before, .cycle-pager-element.cycle-pager-active:hover:before {
    color: rgb(219, 11, 62);
    cursor: pointer;
}

.cycle-pager-element.cycle-pager-active:before {
    content: "\f111";
    color: rgb(125, 161, 66);
}

#c7n-search {
    width: 100%;
    position: absolute;
    height: 80vh;
    background-color: rgba(125, 161, 66, 0.95);
    z-index: 998;
    left: 0;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

#c7n-search.c7n-open {
    opacity: 1;
    visibility: visible;
}

#clx-search {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

#c7n-search form, #clx-search form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

#c7n-search .c7n-searchterm, #clx-search .clx-searchterm {
    width: calc(100% - 30px - 100px);
    padding: 0 30px;
    line-height: 60px;
    font-weight: 300;
    border: 2px solid #ffffff;
    font-size: 1.2em;
    background-color: rgba(255,255,255,0);
    color: rgba(255, 255, 255, 1);
    font-family: 'Oswald', 'sans-serif';
    display: inline-block;
    vertical-align: bottom
}

#clx-search .clx-searchterm {
    border: 2px solid rgb(125, 161, 66);
    color: rgb(125, 161, 66);
}

#c7n-search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 1);
}

#c7n-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 1);
}

#c7n-search :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 1);
}

#c7n-search :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 1);
}

#clx-search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgb(125, 161, 66);
}

#clx-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(125, 161, 66);
}

#clx-search :-ms-input-placeholder {
    /* IE 10+ */
    color: rgb(125, 161, 66);
}

#clx-search :-moz-placeholder {
    /* Firefox 18- */
    color: rgb(125, 161, 66);
}

#c7n-search .c7n-searchbutton, #clx-search .clx-searchbutton {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    border: 2px solid rgba(255,255,255,0);
    cursor: pointer;
}

#c7n-search .c7n-searchbutton svg, #clx-search .clx-searchbutton svg {
    width: auto;
    height: 60px;
    padding: 10px;
}

#c7n-content {
    padding-top: 60px;
    padding-bottom: 30px;
}

#c7n-content.c7n-home {
    padding-top: 15px;
}

#c7n-boxes {
    padding-bottom: 30px;
}

.c7n-box {
    position: relative;
    border: 1px solid #ffffff;
}

.c7n-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.c7n-box.c7n-has-link:after, .c7n-headline-image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(125, 161, 66,0.85);
    color: #ffffff;
    font-family: "FontAwesome";
    font-size: 4em;
    z-index: 99;
    content: "\f105";
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.c7n-box.c7n-has-link:hover:after, .c7n-headline:hover .c7n-headline-image:after {
    opacity: 1;
    cursor: pointer;
}

.c7n-box-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: rgb(37 87 74);
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background-image: url(/images/content/layout/KT_gruen-ohne-text.png);
}

.c7n-has-image .c7n-box-content {
    align-items: flex-start;
    justify-content: flex-end;
    text-shadow: 1px 1px 2px rgba(35,35,35,0.5);
}

.c7n-box-content img {
    position: absolute;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    display: inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
}

.c7n-has-image .c7n-box-content:after {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(35,35,35,0.25);
    content: "";
    top: 0;
    left: 0;
}

.c7n-box-content h2, .c7n-box-content h3, .c7n-box-content h4, .c7n-box-content p, .c7n-box-content a {
    position: relative;
    z-index: 3;
    color: #ffffff;
    display: inline-block;
}

.c7n-box-content p:last-child, .c7n-headline-content p:last-child {
    margin-bottom: 0;
}

.c7n-box-content a:hover {
    color: rgb(219, 8, 62);
    text-decoration: none;
}

#c7n-headlines {
    padding-top: 60px;
    padding-bottom: 90px;
}

.c7n-headline {
    position: relative;
    border-bottom: 2px solid #ffffff;
    display: flex;
    flex-direction: row;
}

.c7n-headline-image {
    position: relative;
}

.c7n-headline-image:before {
    content: "";
    display: block;
    padding-top: 50%;
}

.c7n-headline-image img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
}

.c7n-headline-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: rgb(235, 235, 235);
    padding: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.c7n-headline:hover .c7n-headline-content {
    background-color: rgb(125, 161, 66);
    color: #ffffff;
    cursor: pointer;
}

.c7n-headline .c7n-headline-content h3 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.c7n-headline:hover .c7n-headline-content h3 {
    color: #ffffff;
}

.c7n-gallery-image {
    background-size: cover;
}

#c7n-contact {
    padding-top: 90px;
    padding-bottom: 28px;
    background-color: rgb(125, 161, 66);
    color: #ffffff;
}

#c7n-contact iframe {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    display: inherit;
}

.c7n-headline-content time {
    margin-bottom: 1em;
    font-size: 0.9em;
    opacity: 0.5;
}

.c7n-share-buttons {
    text-align: center;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
}

.c7n-share-buttons li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.c7n-share-buttons li a {
    list-style: none;
    display: block;
    border: 1px solid rgba(75,75,75,0.3);
    width: 45px;
    line-height: 45px;
    font-size: 1.2em;
    color: rgba(75,75,75,0.3) !important;
}

.c7n-share-buttons li a:hover {
    color: rgba(43, 112, 124, 1) !important;
    border-color: rgba(43, 112, 124, 1);
    text-decoration: none;
}

.c7n-share-buttons li a.c7n-facebook-share:hover {
    color: rgb(59, 89, 152) !important;
    border-color: rgb(59, 89, 152);
}

.c7n-share-buttons li a.c7n-twitter-tweet:hover {
    color: rgb(29, 161, 243) !important;
    border-color: rgb(29, 161, 243);
}

.c7n-share-buttons li a.c7n-xing-share:hover {
    color: rgb(0, 90, 96) !important;
    border-color: rgb(0, 90, 96);
}

.c7n-share-buttons li a.c7n-linkedin-share:hover {
    color: rgb(0, 119, 181) !important;
    border-color: rgb(0, 119, 181);
}

.c7n-promo-box {
    display: block;
    position: fixed;
    top: 8rem;
    left: 30px;
    right: 30px;
    background: rgb(161 198 23);
    padding: 20px;
    z-index: 1000;
    width: auto;
    max-width: 100%;
    background-image: url(/images/content/layout/KT_weiss-ohne-text.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    box-shadow: #000000 0px 0px 1px 0.1px;
}

.news-box-border {
    border-bottom:  1px solid black;
    margin-bottom: 1rem;
}

.news-detailpage {
    right: 25px
}

a.news-detailpage :hover {
    color: #254a40;
}

@media (min-width: 992px) {
    .c7n-promo-box {
        left:  auto;
        max-width: 420px;
    }
}

.c7n-promo-box .c7n-promo-close {
    position: absolute;
    width: 17px;
    height: 17px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 998;
}

.c7n-promo-close .fa {
    color: #171717;
}

.c7n-promo-button {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    padding: 5px;
    text-align: center;
    width: auto;
    min-width: 150px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.9em;
}

.c7n-promo-button:hover {
    color: #fff;
    background-color: rgba(47, 71, 150, 1);
    border: 1px solid transparent;
}

.c7n-promo-box .fa {
    padding: 0;
}

.c7n-promo-box h1 {
    color: #fff;
    text-align: left;
    margin-bottom: 1rem;
}

.c7n-promo-box h2, .c7n-promo-box h3, .c7n-promo-box p, .c7n-promo-box a {
    color: #171717;
    margin-bottom: 1rem;
}

#c7n-promo-elements a, #c7n-promo-elements svg, #c7n-promo-elements img {
    height: 1.2em !important;
    width: auto !important;
    display: inline-block;
    vertical-align: top
}

footer {
    font-size: 0.9em;
}

footer #c7n-links {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(35,35,35,1);
    color: #a2a2a2;
}

footer #c7n-imprint {
    padding-top: 15px;
    padding-bottom: 0px;
    background-color: rgba(23,23,23,1);
    color: #a3a3a3;
}

h1 {
    color: rgb(125, 161, 66);
    font-weight: 300;
    text-align: center;
    margin-bottom: 1.5em;
    font-family: 'Oswald', 'sans-serif';
    font-size: 2.2em;
}

h2 {
    color: rgb(125, 161, 66);
    font-weight: 300;
    font-family: 'Oswald', 'sans-serif';
    font-size: 1.8em;
}

h3 {
    font-weight: 300;
    color: rgb(125, 161, 66);
    font-size: 1.4em;
    font-family: 'Oswald', 'sans-serif';
}

h4 {
    font-weight: 400;
    font-size: 1.2em;
    font-family: 'Oswald', sans-serif;
}

p {
    margin-bottom: 2em;
}

#c7n-content a {
    color: rgb(125, 161, 66);
}

#c7n-content a:hover {
    color: rgba(125, 161, 66, 0.66);
    text-decoration: none;
}

figure {
    margin: 0;
}

footer a {
    color: #a3a3a3;
}

footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

footer ul {
    padding: 0;
    margin: 0 0 1em 0;
}

footer ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c7n-intro {
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
    padding: 0 6.6666%;
}

.c7n-logo-home {
    display: none;
}

header.c7n-hidden-navigation #c7n-logo {
    display: none;
}

header.c7n-hidden-navigation #c7n-logo.c7n-logo-home {
    display: block;
}

/* GOOGLE MAP */
#map {
    width: 100%;
    height: 330px;
    overflow: hidden;
}

/*Mediadir GoogleMap*/
div#google-map {
    height: 90vh !important;
}

#google-map button:focus {
    outline: 0;
}

.google-info-window h3 {
    padding: 2px 0 0;
    font-weight: 500;
}

.google-info-window img {
    max-height: 100px;
    max-width: 200px;
    padding-bottom: 10px;
    object-fit: contain;
    width: 100%;
}

.google-info-window h4 {
    padding-bottom: 0;
}

.gm-style-iw.gm-style-iw-c {
    border-radius: 0px;
}

.c7n-mediadir-header ul {
    list-style: none;
}

.c7n-mediadir-header ul li {
    display: inline-block;
}

.c7n-employee {
    position: relative !important;
    left: initial !important;
    top: initial !important;
    padding: 15px 0px;
}

.isotope-grid {
    margin: 0;
    width: 100%;
    display: block;
}

.c7n-member-logo img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

/* #mediadir .isotope-grid .c7n-employee {
    display: flex;
} */
div#captcha {
    padding: 90px 0px;
}

/* GOOGLE MAP */
/* CALENDAR */
#calendar .event-date {
    display: none;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden
}

#calendar .event-date .day,#calendar .event-date .month,#calendar .event-date .weekday {
    width: 100%;
    display: inline-block
}

#calendar .event-date .weekday {
    font-size: 2.2em;
    line-height: 60px;
    background-color: #a1c617;
}

#calendar .event-date .day {
    font-size: 5em;
    line-height: 110px;
    background-color: #a1c617;
}

#calendar .event-date .month {
    font-size: 2em;
    line-height: 60px;
    background-color: #a1c617;
}

#calendar .event-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    font-family: 'object-fit: cover';
}

a.button {
    background-color: #a1c617;
    padding: 10px 25px;
    color: white !important;
}

a.button.dark {
    background-color: #254a40;
}

a.button:hover {
    filter: brightness(.95);
    -webkit-filter: brightness(.95);
    -moz-filter: brightness(.95);
}

article.event.grid-container.grid-offset-large-bottom.grid-offset-large-top {
    margin-top: 30px;
}

@media (min-width: 768px) {
    article.event.grid-container.grid-offset-large-bottom.grid-offset-large-top {
        max-height: 230px;
    }
}

article.event.grid-container.grid-offset-large-bottom.grid-offset-large-top:hover > .row {
    opacity: 0.8;
}

/* CALENDAR */
/* HOME NAVIGATION */
.c7n-home-nav-boxes {
    z-index: 1;
    height: auto;
    padding: 0px;
    position: relative;
    top: 0;
    pointer-events: none;
}

.c7n-home-nav-boxes .col-md-6 {
    background-color: rgb(255 255 255 / 50%);
    height: 100%;
}

.c7n-home-nav-boxes .col-md-6 {
    padding: 15px;
    background: none;
}

.container.align-self-center img {
    width: 100%;
}

.container.align-self-center .col-12.col-md-6 {
    padding: 15px;
    background: none;
}

#c7n-functions.c7n-hidden-navigation {
    display: none !important;
}

header.c7n-hidden-navigation {
    pointer-events: none;
}

header.c7n-hidden-navigation #c7n-logo img, header.c7n-hidden-navigation #c7n-logo svg {
    width: auto;
    height: auto;
    max-height: 10vh;
    margin: 0;
    pointer-events: all;
}

.c7n-pd {
    padding: 15px 0px;
}

#mediadir {
    width: 100%;
}

.hier-tour-de-thun {
    align-self: self-end;
}

i.fa.fa-expand, i.fa.fa-compress {
    float: right;
}

.accordion-content {
    display: none;
}

.accordion-title {
    cursor: pointer;
    margin-bottom: 0px;
}

.accordion-container {
    background-color: #a3a3a30f;
    padding: 15px 0px;
}

.accordion-body {
    padding-top: 15px;
}

#calendar {
    width: 100%;
}

a {
    color: #254a40;
}

a:hover {
    color: #a1c617;
    text-decoration: none;
}

ul {
    padding: 18px;
}

.pd-top-desktop {
    padding-top: 0;
}

.c7n-kultur-navigation .col-md-6 {
    background-color: transparent;
}

.c7n-kultur-navigation img {
    max-width: 100%;
}

#c7n-content .c7n-content-tpl img {
    width: 100%;
}

/* HOME NAVIGATION */
.c7n-logo-contentpage img {
    position: absolute;
    max-height: 12vh !important
}

header.c7n-eyecatcher-logo .c7n-logo-contentpage img {
    position: relative;
    max-height: 6vh !important
}

header.c7n-eyecatcher-logo #clx-open-mobile-navigation, header.c7n-eyecatcher-logo #clx-close-mobile-navigation {
    padding: 0px 15px;
}

@media (min-width: 576px) {
    #c7n-open-search svg, #c7n-close-search svg {
        height: 21px;
    }

    .c7n-intro {
        padding: 0 8.6666%;
    }

    #c7n-search .c7n-searchterm, #clx-search .clx-searchterm {
        font-size: 1.4em;
    }
}

@media (min-width: 768px) {
    #c7n-open-search svg, #c7n-close-search svg {
        height: 22px;
    }

    #c7n-search .c7n-searchterm, #clx-search .clx-searchterm {
        font-size: 1.6em;
    }

    .c7n-headline:nth-child(even) .c7n-headline-content {
        order: 0;
    }

    .c7n-headline:nth-child(even) .c7n-headline-image {
        order: 1;
    }

    #c7n-content {
        padding-bottom: 45px;
    }

    h1 {
        font-size: 2.4em;
    }

    h2 {
        font-size: 1.95em;
    }

    h3 {
        font-size: 1.55em;
    }

    h4, .c7n-intro {
        font-size: 1.3em;
    }

    .c7n-intro {
        padding: 0 11.6666%;
    }
}

@media (min-width: 992px) {
    #c7n-open-search svg, #c7n-close-search svg {
        height: 23px;
    }

    #c7n-search .c7n-searchterm, #clx-search .clx-searchterm {
        font-size: 1.8em;
    }

    header {
        position: relative;
    }

    header.c7n-small {
        -webkit-box-shadow: -4px 0px 4px 0px rgba(75,75,75,0);
        -moz-box-shadow: -4px 0px 4px 0px rgba(75,75,75,0);
        box-shadow: -4px 0px 4px 0px rgba(75,75,75,0);
    }

    h1 {
        font-size: 2.6em;
    }

    h2 {
        font-size: 2.15em;
    }

    h3 {
        font-size: 1.7em;
    }

    h4, .c7n-intro {
        font-size: 1.4em;
    }

    .c7n-intro {
        padding: 0 13.6666%;
    }
}

@media (min-width: 1200px) {
    .c7n-home-nav-boxes {
        height: 90vh;
        position: absolute;
        width: 60%;
    }

    .pd-top-desktop {
        /* padding-top: 20vh; */
        padding-top: 14rem;
    }

    div#google-map {
        height: 90vh !important;
    }

    #c7n-open-search svg, #c7n-close-search svg {
        height: 24px;
    }

    #c7n-search .c7n-searchterm, #clx-search .clx-searchterm {
        font-size: 2em;
    }

    #c7n-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #c7n-content.c7n-home {
        padding-top: 90px;
    }

    .c7n-pd {
        padding: 30px;
        padding-bottom: 0;
    }

    h1 {
        font-size: 2.8em;
    }

    h2 {
        font-size: 2.3em;
    }

    h3 {
        font-size: 1.8em;
    }

    h4 {
        font-size: 1.5em;
    }

    .c7n-intro {
        font-size: 1.4em;
        padding: 0 16.6666%;
    }

    header.c7n-hidden-navigation #c7n-logo img, header.c7n-hidden-navigation #c7n-logo svg {
        max-height: 15vh;
    }
}

@media print {
    @page {
        margin: 2cm
    }

    * {
        background: transparent !important;
    }

    h1, h2, h3, h4, h5 {
        page-break-after: avoid;
    }

    table, figure {
        page-break-inside: avoid;
    }

    a:after {
        content: " ( " attr(href) ") ";
        font-style: italic;
    }

    #clx-dropdown-navigation, #clx-mobile-navigation, #clx-open-mobile-navigation, #clx-close-mobile-navigation, #c7n-scroll-down, footer, aside, form, .c7n-button, .c7n-share-buttons, #cookie-note, .swal-overlay {
        display: none !important;
    }

    #c7n-content {
        padding: 0;
    }

    #c7n-content > .container > .row > .col-12 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(-20%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-20%);
    }

    100% {
        transform: translateY(0%);
    }
}
