/* 
Theme Name: App APELDÖR
Version: 1.0
Author: SELBY & CO. Werbeagentur GmbH
Author URI: https://selbyco.com/
*/

@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-MediumItalic.ttf) format('truetype');
    font-weight: 500;
    font-style: italic
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-BoldItalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-BlackItalic.ttf) format('truetype');
    font-weight: 900;
    font-style: italic
}

body,
html {
    width: 100%;
    min-height: 100%;
}
html {
    font-size: 1rem;
    overscroll-behavior: none;
}

@media only screen and (min-width:712px) {
    html {
        font-size: 1.125rem
    }
}
@media only screen and (min-width:1024px) {
    html {
        font-size: 1.2rem
    }
}

body {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    color: #222;
    background: #fff;
    position: relative;
    overflow: hidden;
    overflow-y: scroll
}
body.page-template-tpl-gc {
    background: #98a242;
}
body.oh {
    overflow: hidden;
}

::selection {
    opacity: 1;
    color: #fff;
    background: #98a242;
}
::-moz-selection {
    opacity: 1;
    color: #fff;
    background: #98a242;
}

.container-fluid {
    max-width: 800px!important;
    margin: 0 auto;
}

.max-w {
    width: 90%;
    margin: 0 auto;
}

.pt {
    padding-top: 30vw;
}
.pb {
    padding-bottom: 20vw;
}
.mt {
    margin-top: 15vw;
}
.mb {
    margin-bottom: 15vw;
}
@media only screen and (min-width:860px) {
    .pt {
        padding-top: 360px;
    }
    .pb {
        padding-bottom: 250px;
    }
    .mt {
        margin-top: 150px;
    }
    .mb {
        margin-bottom: 150px;
    }
}
@media only screen and (min-width:1280px) {
    .pt {
        padding-top: 355px;
    }
    .pb {
        padding-bottom: 245px;
    }
    .mt {
        margin-top: 155px;
    }
    .mb {
        margin-bottom: 145px;
    }
}

.row-xs {
    margin-right: -.5rem;
    margin-left: -.5rem;
}
.row-xs>[class*=col-] {
    padding-left: .5rem;
    padding-right: .5rem
}

@media only screen and (min-width:712px) {
    .container,
    .container-fluid {
        padding-left: 30px!important;
        padding-right: 30px!important
    }
    .row-l {
        margin-right: -30px;
        margin-left: -30px;
    }
    .row-l>[class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }
}
@media only screen and (min-width:1200px) {
    .container,
    .container-fluid {
        padding-left: 60px!important;
        padding-right: 60px!important
    }
    .row-xl {
        margin-right: -30px;
        margin-left: -30px;
    }
    .row-xl>[class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }
}
@media only screen and (min-width:1600px) {
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333334%;
        flex: 0 0 33.333334%;
        max-width: 33.333334%;
    }
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
    line-height: 1.2;
    font-weight: 500;
    color: #222;
    margin-bottom: 1rem;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
@media only screen and (max-width:711px) {
    h1 br,.h1 br,
    h2 br,.h2 br,
    h3 br,.h3 br {
        display: none;
    }
}

.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

p.lead {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
}
@media only screen and (min-width:992px) {
    p.lead {
        font-size: 1.5rem;
    }
}

p:last-of-type {
    margin-bottom: 0;
}

.ctx ol, 
.ctx ul {
    margin: 0 0 1rem;
    padding: 0 0 0 1rem;
}

p + ul,
p + ol {
    margin-top: 1rem!important;
}

.biglist ul li,
.biglist ol li {
    margin-bottom: 1rem!important
}

b, strong {
    font-weight: 600;
}

@media only screen and (min-width:992px) {
    .column-2 {
        column-count: 2;
        column-gap: 60px;
    }
    .column-2 p,
    .column-2 ul {
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
    }
}

.green {
    color: #98a242!important;
}

.white {
    color: #fff!important;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
}

.green-border-img {
    width: 100%;
    height: auto;
    border: 1px solid #98a242
}

figure img {
    width: 100%;
    height: auto
}

.img-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.img-wrap img {
    width: 100%;
    height: auto;
    transition: transform .9s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.no-touchevents a:hover .img-wrap img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    z-index: 0;
}
.bg-image.bg-top {
    background-position: top center;
}
img.bg-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.full-img {
    width: 100%;
}

.wp-video {
    display: block;
    margin: 1rem auto;
}

.winH {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}
.minH {
    min-height: calc(100vh - 60px);
    min-height: calc(calc(var(--vh, 1vh) * 100) - 60px);
}
.minH-100 {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100)
}

a {
    color: #222;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover {
    color: #222;
    text-decoration: none;
}
a:focus, a.focus, button:focus, button.focus {
  outline: 0;
}
.ctx a:not(.pix-btn) {
    color: #98a242;
    border-bottom: 1px solid transparent;
}
.no-touchevents .ctx a:not(.pix-btn):hover {
    color: #98a242;
    border-bottom: 1px solid #98a242;
}

.pix-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    letter-spacing: .05rem;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 1rem 2rem;
    cursor: pointer;
}
p.pix-btn {
    padding: 0 0 1rem;
    cursor: default;
}

.pix-btn.pix-btn-simple {
    padding: 0 !important;
    color: #222;
    background-color: transparent;
    border: 0;
    font-weight: 700;
    vertical-align: middle;
}
a .pix-btn.pix-btn-simple {
    font-weight: 400;
}

.pix-btn.pix-btn-simple .pix-btn-text {
    display: inline-block;
    vertical-align: middle;
}

.pix-btn.pix-btn-simple:hover {
    color: #222 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.pix-btn.pix-btn-color,
.pix-btn.pix-btn-outline {
    border-radius: 60px;
}
.pix-btn.pix-btn-color {
    color: #fff;
    background-color: #98a242;
}
.pix-btn.pix-btn-outline {
    border: 2px solid #222;
    color: #222;
    background-color: #fff;
}

.no-touchevents .pix-btn.pix-btn-color:hover {
    color: #fff;
    background-color: #7e1414;
}
.no-touchevents .pix-btn.pix-btn-outline:hover {
    color: #222;
    background-color: #f5f5f5;
}

.pix-btn.pix-btn-svg-icon {
    overflow: hidden;
}

.pix-btn.pix-btn-svg-icon.pix-btn-simple:after {
    content: none !important;
}

.pix-btn.pix-btn-svg-icon.pix-btn-simple svg {
    vertical-align: middle;
}

.pix-btn.pix-btn-svg-icon.pix-btn-simple svg:nth-child(2) {
    position: absolute !important;
    -webkit-transform: translateX(-800%);
    transform: translateX(-800%);
    -webkit-transition: .3s;
    transition: .3s;
    left: 40%;
}

.no-touchevents .pix-btn.pix-btn-svg-icon.pix-btn-simple:hover svg:nth-child(2),
.no-touchevents a:hover .pix-btn.pix-btn-svg-icon.pix-btn-simple svg:nth-child(2) {
    -webkit-transition: .3s;
    transition: .3s;
}

.pix-btn.pix-btn-svg-icon.pix-btn-white svg,
.pix-btn.pix-btn-svg-icon.pix-btn-color svg,
.pix-btn.pix-btn-svg-icon.pix-btn-outline svg {
    vertical-align: middle;
}

.pix-btn.pix-btn-svg-icon:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #6d1110;
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: 0.4s cubic-bezier(0.18, 0.24, 0.18, 0.89);
    transition: 0.4s cubic-bezier(0.18, 0.24, 0.18, 0.89);
}
.pix-btn.pix-btn-svg-icon .pix-btn-text {
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
}

.pix-btn.pix-btn-svg-icon svg {
    position: relative !important;
    display: inline-block;
    margin: 0 0 0 6px;
    font-size: 1.5rem;
    line-height: inherit;
    -webkit-transition: .3s;
    transition: .3s;
}

.pix-btn.pix-btn-svg-icon svg:nth-child(2) {
    position: absolute !important;
    -webkit-transform: translateX(-800%);
    transform: translateX(-800%);
    -webkit-transition: .3s;
    transition: .3s;
    left: 44%;
    top: calc(50% - 7px);
}

.pix-btn.pix-btn-svg-icon svg:before {
    display: block;
    line-height: inherit;
}

.pix-btn.pix-btn-svg-icon svg path,
.pix-btn.pix-btn-svg-icon svg line {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.pix-btn.pix-btn-svg-icon svg:nth-child(2) {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
}

.pix-btn.pix-btn-svg-icon svg {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    overflow: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.pix-btn.pix-btn-svg-icon svg g {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .2s;
    transition: .2s;
}

.no-touchevents .pix-btn.pix-btn-svg-icon:hover .pix-btn-text {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: .1;
    -webkit-transition: .3s .2s;
    transition: .3s .2s;
}

.no-touchevents .pix-btn.pix-btn-svg-icon:hover svg {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transition: .3s .2s;
    transition: .3s .2s;
}

.no-touchevents .pix-btn.pix-btn-svg-icon:hover svg g {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.no-touchevents .pix-btn.pix-btn-svg-icon:hover svg:nth-child(2) {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .3s .2s !important;
    transition: .3s .2s !important;
}

.no-touchevents .pix-btn.pix-btn-svg-icon:hover:after {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: 0.4s 0.2s cubic-bezier(0.18, 0.24, 0.18, 0.89);
    transition: 0.4s 0.2s cubic-bezier(0.18, 0.24, 0.18, 0.89);
}

.square-button {
    position: relative;
    width: 100%;
    height: auto;
	overflow:hidden;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    color: #fff!important;
    background: #98a242;
    border: 1px solid #fff;
    font-size: .875rem;
    text-transform: uppercase;
    text-align: center;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 1rem;
}
.square-button::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.square-button i {
    font-size: 1.5rem
}
.square-button span {
    display: block;
    margin-top: .5rem
}

.read-more {
    display: inline-block;
    position: relative;
    color: #98a242;
    padding-right: 1rem;
    line-height: 1;
}
.read-more::after {
    font-family: 'fontello';
	content: "\e820";
    position: absolute;
    top: 55%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}
.no-touchevents .read-more:hover::after,
.no-touchevents a:hover .read-more::after {
    -webkit-transform: translate(5px, -50%);
    -ms-transform: translate(5px, -50%);
    transform: translate(5px, -50%)
}

.download-link {
    display: block;
    position: relative;
    padding-left: 2rem;
    width: 100%;
    height: auto;
    color: #222;
    line-height: 1.25rem;
    margin-top: 1.5rem;
}
.download-link::before {
    font-family: 'fontello';
    content: '\e80f';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.25rem;
    color: #98a242;
}
.download-button,
.download-button:hover {
    display: block;
    position: relative;
    padding: .75rem .5rem .75rem 2.75rem;
    width: 100%;
    height: auto;
    color: #fff;
    background: #98a242;
    line-height: 1.1rem;
}
.download-button::before {
    font-family: 'fontello';
    content: '\e80f';
    position: absolute;
    top: 50%;
    left: .75rem;
    transform: translateY(-50%);
    font-size: 1.375rem;
    color: #fff;
}
.link {
    display: block;
    position: relative;
    padding-left: 1rem;
    width: 100%;
    height: auto;
    color: #222;
    line-height: 1.25rem;
    margin-top: 1.5rem;
}
.link::before {
    font-family: 'fontello';
    content: '\e820';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.25rem;
    color: #98a242;
}

.notification {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px 55px 15px 15px;
    background: #f5f5f5;
    margin-bottom: 1rem;
}
.notification:not(.active) {
    cursor: pointer;
}
.notification:not(.active) .notification-text.w-img {
    float: left;
    width: calc(100% - 60px);
}
.notification .notification-title {
    margin-bottom: .25rem;
}
.notification:not(.active) .notification-title {
    white-space: nowrap;
    text-overflow: ellipsis;
}
.notification:not(.active) .notification-message {
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
}
.notification img {
    display: block;
    width: 100%;
    margin-top: 1rem;
}
.notification:not(.active) img {
    float: right;
    max-width: 50px;
    margin-top: 0;
}
.notification .remove-active {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}
.notification.active .remove-active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    pointer-events: all;
    z-index: 3;
}
.notification:not(.active) a {
    display: none;
}

iframe {
    width: 100%;
    height: auto;
    border: 0;
}
.lightbox .lightbox-inner iframe {
    padding-top: 40px
}
@media only screen and (orientation:portrait) {
    .webcam-wrapper {
        padding-top: calc(25vw - 60px);
        padding-top: calc(calc(var(--vh, 1vh) * 25) - 60px);
    }
}
.iframe-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 50%;
}
.iframe-wrapper .iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0!important;
}

.alignleft {
    float: left
}
.wp-caption.alignleft {
    max-width: 30%;
    margin: 5px 15px 10px 0;
}

.alignright {
    float: right
}
.wp-caption.alignright {
    max-width: 30%;
    margin: 5px 0 10px 15px;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

img.alignleft {
    margin: 5px 15px 10px 0;
    max-width: 30%;
    height: auto
}

img.alignright {
    margin: 5px 0 10px 15px;
    max-width: 30%;
    height: auto
}

img.aligncenter {
    margin: 1rem auto;
    clear: both;
    display: block
}

img.alignnone {
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.wp-caption-text {
    font-size: .75rem;
    color: #999;
}

.gallery {
    margin: 1rem 0!important
}

.gallery-item {
    margin: 0!important;
}

.gallery-item img {
    width: 100%!important;
    height: auto!important;
    border-color: #fff!important
}

.swiper-container {
    position: relative;
    overflow: hidden;
}

.swiper-pagination-bullet:only-child {
    visibility: hidden;
}

.swiper-pagination-bullet-active {
    background: #98a242
}

.content-slider .swiper-slide {
    padding-bottom: 40px
}

.fadeInUp,
.fadeInUp2 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity .2s ease,-webkit-transform .5s ease-in-out;
    transition: opacity .2s ease,-webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out,opacity .2s ease;
    transition: transform .5s ease-in-out,opacity .2s ease;
    transition: transform .5s ease-in-out,opacity .2s ease,-webkit-transform .5s ease-in-out;
}
.fadeInUp.animated,
.loaded .fadeInUp2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#pageloader {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8900
}

.loader-item {
    position: absolute;
    width: 44px;
    height: 44px;
    font-size: 44px;
    line-height: 44px;
    margin: -22px 0 0 -22px;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #98a242
}

#main {
    position: relative;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 60px);
    min-height: calc(calc(var(--vh, 1vh) * 100) - 60px);
    padding-bottom: 15vw;
    z-index: 1;
}
body.page-template-tpl-gc #main,
body.single-post #main,
body.blog #main {
    padding-bottom: 0;
}
@media only screen and (min-width:860px) {
    #main {
        padding-bottom: 150px;
    }
}
@media only screen and (min-width:1280px) {
    #main {
        padding-bottom: 145px;
    }
}

.go-back {
    position: relative;
    display: block;
    color: #222;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.show_more {
    display: none;
}
.toggle_more .more,
.toggle_more .less {
    color: #98a242;
    cursor: pointer;
}
.toggle_more .more {
    display: inline-block;
}
.toggle_more .less {
    display: none;
}
.toggle_more.active .more {
    display: none;
}
.toggle_more.active .less {
    display: inline-block;
}
.gc-fond {
    background: #98a242;
    background: linear-gradient(0deg, rgba(143,17,18,1) 0%, rgba(182,30,29,1) 50%, rgba(143,17,18,1) 100%);
    padding: 30px 20px;
    color: #fff;
}
.gc-fond .line {
    width: 60px;
    height: 2px;
    background: #fff;
    margin: 1rem 0;
}

.page-header {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.page-header .header-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 57%;
}
.page-header .header-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    object-position: center;
    object-fit: cover;
}
.page-header .header-logo {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 5
}
.page-header .header-logo a {
    display: inline-block;
}
.page-header .header-logo img {
    display: inline-block;
    width: 90%;
    height: auto;
}
.header-logo.square img {
    width:50%;
    max-width:320px;
    padding-top:40px;
    padding-bottom:30px
}
.page-header .header-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 43%;
}

.page-content {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.page-content.nmt {
    margin-top: -10vw;
}
.page-content.nmt-2 {
    margin-top: -22vw;
}
@media only screen and (min-width:860px) {
    .page-content.nmt {
        margin-top: -200px;
    }
    .page-content.nmt-2 {
        margin-top: -250px;
    }
}

.icon-box {
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
}
.icon-box i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.625rem;
    line-height: 1.1;
    color: #98a242;
}
.icon-box .box-content {
    display: block;
    position: relative;
    padding-top: 2px;
    padding-left: 3rem;
}
.icon-box a,
.icon-box a:hover,
.icon-box a:focus {
    color: #222;
}

.list {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    background-color: #ecebeb;
    list-style: none;
}
.list.red {
    background-color: #98a242;
    color: #fff;
}
.list.white {
    background-color: #fff;
}
.list li {
    border-bottom: 2px solid #e0e0e0;
}
.list li:last-child {
    border-bottom: 0;
}
.list li a {
    display: block;
    width: 100%;
    height: 3.5rem;
    padding: 0 1.375rem;
    font-size: .875rem;
    line-height: 3.5rem;
    color: #222;
    text-transform: uppercase;
    white-space: nowrap;
}
.list li a i {
    display: inline-block;
    vertical-align: top;
    width: 3rem;
    font-size: 1.5rem;
}

.gc-content {
    position: relative;
    width: 100%;
    padding: 40px 0;
}
.gc-content:not(.sp) h2:not(.entry-title) {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
}
.gc-content:not(.sp) h3 {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
}
.gc-content p:last-of-type {
    margin-bottom: 1rem;
}
.gc-content table {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25rem;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  background: #efefef;
}
.gc-content table.green {
    background: none;
    display: block;
}
.gc-content table thead {
  background: #e3e3e3;
}
.gc-content table thead tr {
  padding: 0.5rem 0;
  border-bottom: 1px solid #cccccc;
}
.gc-content table thead tr th {
  padding: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid white;
}
.gc-content table thead tr th:last-of-type {
  border-right: 0 none;
    background: #ddedbe;
}
.gc-content table tbody {
  text-align: center;
}
.gc-content table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.gc-content table tbody tr td {
  padding: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid white;
}
.gc-content table tbody tr td:first-of-type {
  text-align: left;
}
.gc-content table tbody tr td:last-of-type {
  border-right: 0 none;
    background: #ddedbe;
}

.gc-content figure {
  padding-bottom: 1rem;
}
.gc-content figure figcaption {
  padding: 0.5rem 0;
  color: #8a8a8a;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1rem;
}
.gc-content .flex {
    display: flex;
    flex-wrap: wrap;
}
.gc-content .start {
    justify-content: flex-start;
}
.gc-content .flex div {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
}
.gc-content .flex div img {
    width: 100%;
    height: auto;
    margin-bottom: .25rem
}

.reservierung,
.speisekarte {
    display: block;
    cursor: pointer;
}

.entry-title a {
    color: #000;
}
.entry-title a:hover {
    color: #98a242
}
.post-thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 1rem;
}
.post-thumbnail img {
	display: block;
    width: 100%;
    height: auto
}
.post-meta {
    font-size: .75rem;
    margin-bottom: 1rem!important;
}
.post-meta,
.post-meta a {
    color: rgba(51, 51, 51, 0.7);
}
.posted-on,
.by {
    margin-right: 17px;
}
.posted-on::before,
.by::before,
.tags-links::before {
    font-family: 'fontello';
    margin-right: 7px;
}
.posted-on::before {
    content: '\e80b';
}
.by::before {
    content: '\f2c0';
}
.tags-links::before {
    content: '\e802';
}
@media only screen and (min-width:1200px) {
    .post-meta {
        font-size: .6875rem;
    }
}

.sponsoren .title {
    display: block;
    width: 100%;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    padding: 1rem 0;
    margin: 0;
    text-align: center;
}
.sponsoren .logo-slider {
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    padding: 40px 0;
}
.sponsoren .logo-slider .swiper-slide {
    display: flex;
    align-items: center;
    width: auto;
    height: 60px;
}
.sponsoren .logo-slider img {
    display: inline-block;
    width: auto;
    max-width: 60vw;
    height: auto;
    max-height: 60px;
}

.news-navigation {
	position: relative;
	width: 100%;
    height: auto;
	margin: 2rem 0 0;
    overflow: hidden;
}
@media only screen and (min-width:992px) {
    .news-navigation {
        margin: 3rem 0 0;
    }
}
.news-navigation .news-prev,
.news-navigation .news-next {
    position: relative;
    float: left;
    min-height: 1px;
}
.news-navigation .news-back {
    display: block;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}
.news-navigation .news-prev {
    margin-right: 2%;
    width: 48%;
}
.news-navigation .news-next {
    width: 48%;
    text-align: right;
    margin-left: 2%;
    text-align: right;
}
.news-navigation a {
    color: #222
}
.news-navigation a:hover {
    color: #98a242
}

.pagination {
    width: 100%;
    margin-top: 2rem
}
.pagination .nav-links {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}
.pagination .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    border-bottom: none!important
}
.pagination .page-numbers.current {
    font-weight: 600;
    color: #98a242;
}

.accordion {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

.accordion-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 1px;
    overflow: hidden
}

.accordion-title {
    cursor: pointer;
    padding: 12px 50px 12px 15px;
    margin-bottom: 0;
    position: relative;
    background-color: #F4F4F4;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease
}
.accordion-item:nth-of-type(2n+2) .accordion-title {
    background-color: #E8E8E8;
}

.accordion-title span {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 2px solid #4e7127;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-title span::after {
    content: '';
    width: 12px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -6px;
    background: #4e7127;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.accordion-title span::before {
    content: '';
    width: 2px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -1px;
    background: #4e7127;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.accordion-title.active span::before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease
}

.accordion-content {
    padding: 12px 15px;
    border: 1px solid #f4f4f4;
    margin-bottom: 1px;
    display: none;
}

.accordion-content.open {
    display: block
}

.page-footer {
    background: #f5f5f5;
    padding: 1.5rem 0;
    position: relative;
}

.footer-menu {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 998;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.footer-menu ul{
    display: inline-block;
    width: 100%;
    padding: 7px 0px 0 0px;
    margin: 0;
}
.footer-menu li{
    float: left;
    width: 25%;
    display: inline-block;
    height: 100%;
    text-align: center;
}
.footer-menu li a{
    display: inline-block;
    color: #222;
}
.footer-menu li i{
    display: block;
    font-size: 20px;
}
.footer-menu li span{
    display: block;
    font-size: 12px;
    line-height: 20px;
}
.page-template-tpl-home .footer-menu.circular li a.home-link,
.page-template-tpl-pcc .footer-menu.circular li a.pcc-link,
.page-template-tpl-pcc-iframe .footer-menu.circular li a.pcc-link,
.page-template-tpl-dgv .footer-menu.circular li a.dgv-link,
.page-template-tpl-gc .footer-menu.circular li a.gc-link {
    margin-top: -20px;
}
.page-template-tpl-home .footer-menu.circular li a.home-link span,
.page-template-tpl-pcc .footer-menu.circular li a.pcc-link span,
.page-template-tpl-pcc-iframe .footer-menu.circular li a.pcc-link span,
.page-template-tpl-dgv .footer-menu.circular li a.dgv-link span,
.page-template-tpl-gc .footer-menu.circular li a.gc-link span {
    color: #98a242;
    margin-top: 5px;
}
.page-template-tpl-home .footer-menu.circular li a.home-link i,
.page-template-tpl-pcc .footer-menu.circular li a.pcc-link i,
.page-template-tpl-pcc-iframe .footer-menu.circular li a.pcc-link i,
.page-template-tpl-dgv .footer-menu.circular li a.dgv-link i,
.page-template-tpl-gc .footer-menu.circular li a.gc-link i {
    color: #fff;
    background-color: #98a242;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 42px;
    margin-top: -4px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    border: 4px solid rgba(255,255,255,0.5);
}

#footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.5rem 0 calc(1.5rem + 60px);
    background: #e7e7e7;
    font-size: .875rem;
    z-index: 2
}
#footer .text-xs {
    font-size: .75rem;
}

#footer a {
    color: #222
}

#footer a:hover,
#footer a:focus {
    color: #98a242;
    text-decoration: none
}

.mfp-bg {
    background: #000;
}
#mfp-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 0;
    padding: 0;
    background: #98a242;
    cursor: pointer;
    opacity: 1;
    z-index: 10;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
#mfp-close::after,
#mfp-close::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 20px;
    width: 2px;
    height: 30px;
    background-color: #fff;
    z-index: 10;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
}

#mfp-close::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.no-touchevents #mfp-close:hover::after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.no-touchevents #mfp-close:hover::before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.mfp-iframe-scaler {
    overflow: visible;
}
.mfp-iframe-scaler iframe {
    box-shadow: none;
}
.mfp-title {
    position: relative;
    text-align: center;
    line-height: 1.5;
    margin-top: 7px;
    color: #fff;
    word-wrap: break-word;
    padding-right: 0;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, .75);
    opacity: 0;
    z-index: 6000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s
}

.lightbox.open {
    visibility: visible;
    opacity: 1;
    width: 100.1%;
}
.lightbox .lightbox-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 300px;
    max-width: 800px;
    height: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, 20%);
    transform: translate(-50%, 20%);
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    cursor: default;
    -webkit-transition: all .5s;
    transition: all .5s
}
.lightbox .lightbox-inner.cs {
    min-height: 300px;
}
.lightbox.open .lightbox-inner {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.lightbox-inner .content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 20px;
    overflow: hidden
}

.close-lightbox {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #98a242;
    z-index: 50;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 100
}
.lightbox.open .close-lightbox {
    opacity: 1;
    -webkit-transition: opacity .3s .5s;
    transition: opacity .3s .5s;
}

.close-lightbox::after,
.close-lightbox::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 20px;
    width: 2px;
    height: 30px;
    background-color: #fff;
    z-index: 10;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.close-lightbox::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.no-touchevents .close-lightbox:hover::after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.no-touchevents .close-lightbox:hover::before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.error-404 {
    text-align: center;
}
.error-404 h1 {
    font-size: 100px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    text-shadow: 3px 3px 0 rgba(178,178,178,1),8px 8px 0 rgba(0,0,0,.15);
}
.error-404 h2 {
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 24px;
}
.error-404 .searchform {
    border: 3px dashed rgba(0,0,0,.05);
    padding: 15px;
    margin-top: 40px;
}
@media (min-width:768px) {
    .error-404 h1 {
        font-size: 200px;
        margin-bottom: 30px;
    }
    .error-404 h2 {
        line-height: 42px;
        font-size: 30px;
    }
    .error-404 .searchform {
        padding: 30px 90px;
        margin-top: 40px;
    }
}