@font-face {
    font-family: 'Rubik';
    src:
            url('../Fonts/Rubik/static/Rubik-Regular.woff') format('woff'), /* Modern Browsers */
            url('../Fonts/Rubik/static/Rubik-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'Rubik';
    font-weight:bold;
    src:
            url('../Fonts/Rubik/static/Rubik-Bold.woff') format('woff'), /* Modern Browsers */
            url('../Fonts/Rubik/static/Rubik-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}
body {
    font-family:'Rubik', arial, sans-serif;
    line-height:160%;
    color:#000:
}
a {
    color:#000;
}
a:hover {
    color:#333;
    text-decoration:underline;
}
b, strong {
    color:#053e3d;
}
header b, header strong,
footer b, footer strong {
    color:#fff;
}
h1,h2,h3 {
    font-weight:bold;
    padding-bottom:30px;
    color:#114443;
}
.frame-layout-5 h1,
.frame-layout-5 h2,
.frame-layout-5 h3 {
    color:#ffffff;
    text-shadow: 2px 2px #000000;
}

.frame-layout-5 b, .frame-layout-5 strong {
    color:#ffffff;
    text-shadow: 2px 2px #000000;
}
h1 {
    margin-bottom:25px;
}
h2 + h3 {
    margin-top:-15px;
}
h3 {
    padding-bottom:20px;
}
#headerlogo {
    height:150px;
}
section {
    background-repeat:no-repeat;
    background-size:cover;
    padding:60px 0;
}
section img {
    max-width:100%;
    height:auto;
}
.frame-text-white {
    color:#fff;
}
.text-center,
.frame-align-center {
    text-align:center;
}
.align-center ul li {
    text-align:left;
}
.cell-align-center .col-sm-4 {
    text-align:center;
}
.frame-framed {
    border-width: 3px;
    border-style: solid;
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4);
    padding:50px;
}
.topline {
    font-size:18px;
    text-decoration:underline;
}
.inline-block {
    display:inline-block !important;
}
ul {
    list-style-type:none;
}
ul li {
    position: relative;
    padding-bottom:20px;
}
ul li:before{
    content: '';
    position: absolute;
    border-right:2px solid black;
    border-bottom:2px solid black;
    width:10px;
    height:10px;
    top: 12px;
    left: -20px;
    transform: translateY(-50%) rotate(-45deg);
}
.small-text {
    font-size:12px;
}
i.far, i.fas {
    font-size:50px;
}
/* Stil für den Link-Button */
.custom-link {
    background-color: #d5b75f;
    color: #000;
    padding: 20px 30px;
    text-decoration: none;
    display:block;
    margin:20px 0;
    font-size:20px;
    text-align:center;
}
.button-subline {
    font-size:14px;
    clear:both;
    display:block;
}
.custom-link:hover {
    background-color: #eed17d;
    text-decoration:underline;
    color:#333;
}
section.frame-border-bottom {
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4);
}
.header {
    background-color: #053e3d;
    height: 150px;
    color: #fff;
}
.header img {
    height:150px;
    width:auto;
}
form .btn-group {
    width:100%;
}
form .btn-primary {
    display:block;
    margin-top:20px;
    background-color:#d5b75f;
    color:#000;
    font-weight:bold;
    width:100%;
    border:0;
    padding:15px;
}
form .btn-primary:hover {
    background-color: #eed17d;
    text-decoration:underline;
    color:#333;
}
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.lightbox-content {
    background-color: #fff;
    margin: 6% auto;
    padding: 60px;
    border: 1px solid #888;
    width: 80%;
    max-width:800px;
    border-radius: 5px;
}
.lightbox.show {
    display: block;
    opacity: 1;
}
.closelightbox {
    font-size:50px;
    font-weight:bold;
    cursor:pointer;
    float:right;
}
footer {
    background-color:#053e3d;
    color:#fff;
    text-align:center;
    padding:40px;
}
footer a {
    color:#fff;
    text-decoration:none;
}
footer a:hover {
    color:#fff;
    text-decoration:underline;
}
.frame-dark-background {
    background-color:#053e3d;
}
.frame-dark-background .frame-framed {
    background-color:#fff;
}
.frame-dark-background h1,
.frame-dark-background h2,
.frame-dark-background h3,
.frame-dark-background p,
.frame-dark-background a {
    color:#fff;
}
.frame-dark-background .frame-framed h1,
.frame-dark-background .frame-framed h2,
.frame-dark-background .frame-framed h3,
.frame-dark-background .frame-framed p,
.frame-dark-background .frame-framed a {
    color:#053e3d;
}
.frame-dark-background a.custom-link {
    background-color: #d5b75f;
    color: #000;
}
/* default styles for extension "tx_frontend" */
.ce-align-left { text-align: left; }
.ce-align-center { text-align: center; }
.ce-align-right { text-align: right; }

.ce-table td, .ce-table th { vertical-align: top; }

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

.ce-left .ce-gallery, .ce-column { float: left; }
.ce-center .ce-outer { position: relative; float: right; right: 50%; }
.ce-center .ce-inner { position: relative; float: right; right: -50%; }
.ce-right .ce-gallery { float: right; }

.ce-gallery figure { display: table; margin: 0; }
.ce-gallery figcaption { display: table-caption; caption-side: bottom; }
.ce-gallery img { display: block; }
.ce-gallery iframe { border-width: 0; }
.ce-border img,
.ce-border iframe {
    border: 2px solid #000000;
    padding: 0px;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 10px;
}
.ce-image .ce-gallery { margin-bottom: 0; }
.ce-intext.ce-right .ce-gallery { margin-left: 10px; }
.ce-intext.ce-left .ce-gallery { margin-right: 10px; }
.ce-below .ce-gallery { margin-top: 10px; }

.ce-column { margin-right: 10px; }
.ce-column:last-child { margin-right: 0; }

.ce-row { margin-bottom: 10px; }
.ce-row:last-child { margin-bottom: 0; }

.ce-above .ce-bodytext { clear: both; }

.ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

/* Headline */
.ce-headline-left { text-align: left; }
.ce-headline-center { text-align: center; }
.ce-headline-right { text-align: right; }

/* Uploads */
.ce-uploads { margin: 0; padding: 0; }
.ce-uploads li { list-style: none outside none; margin: 1em 0; }
.ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
.ce-uploads span { display: block; }

/* Table */
.ce-table { width: 100%; max-width: 100%; }
.ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
.ce-table thead th { border-bottom: 2px solid #dadada; }
.ce-table th, .ce-table td { border-top: 1px solid #dadada; }
.ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
.ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

/* Space */
.frame-space-before-extra-small { margin-top: 1em; }
.frame-space-before-small { margin-top: 2em; }
.frame-space-before-medium { margin-top: 3em; }
.frame-space-before-large { margin-top: 4em; }
.frame-space-before-extra-large { margin-top: 5em; }
.frame-space-after-extra-small { margin-bottom: 1em; }
.frame-space-after-small { margin-bottom: 2em; }
.frame-space-after-medium { margin-bottom: 3em; }
.frame-space-after-large { margin-bottom: 4em; }
.frame-space-after-extra-large { margin-bottom: 5em; }

/* Frame */
.frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
.frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
.frame-indent { margin-left: 15%; margin-right: 15%; }
.frame-indent-left { margin-left: 33%; }
.frame-indent-right { margin-right: 33%; }

/* go to top */
.goto-top {
    position:fixed;
    bottom:20px;
    right:20px;
    border:2px solid #000;
    opacity:0;
    height:40px;
    width:40px;
}
.goto-top:hover {
    text-decoration:none;
    background-color:#000;
    color:#fff;
}
.goto-top span.arrow_carrot-up {
    color: #000;
    font-size: 36px;
}
.goto-top:hover span.arrow_carrot-up {
    color: #fff;
}
.arrow_carrot-up:before {
    content: '';
    position: absolute;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 16px;
    height: 16px;
    top: 22px;
    left: 11px;
    transform: translateY(-50%) rotate(225deg);
}
.goto-top:hover .arrow_carrot-up:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.col-right .ce-gallery figure iframe {
    width: 100%;
    height: auto;
    min-height: 340px;
}
.col-right .ce-center .ce-outer,
.col-right .ce-center .ce-inner,
.col-right .ce-center .ce-column {
    float:none;
}
.col-right .ce-center .ce-gallery figure {
    width:100%;
}

@media (max-width:991px) {
    body {
        font-size:13px;
    }
    h1 {
        font-size:22px;
    }
    h2 {
        font-size:19px;
    }
    h3 {
        font-size:15px;
    }
    p {
        font-size:13px;
    }
    .topline {
        font-size: 12px;
    }
    .small-text {
        font-size:10px;
    }
    .custom-link {
        font-size:16px;
    }
    .button-subline {
        font-size: 12px;
    }
    .lightbox-content {
        width:100%;
        margin:0 auto;
        padding:35px;
    }
    .frame-framed {
        padding:30px;
    }
}

@media (max-width:575px) {
    .frame-layout-4 .row {
        display: flex;
        flex-flow: column;
    }
    .frame-layout-4 .col-right {
        order: 1;
    }
    .frame-layout-4 .col-left {
        order: 2;
    }
    .hidden-xs {
        display:none;
    }
}
