/* ############## */
/* ### Farben ### */
/* ############## */
:root {
    --green: hsl(82deg 100% 28%);
    --darkergreen: #709433;
    --evendarkergreen: hsl(82deg 100% 20%);
    --yellow: #f9b000;
    --magenta: #cf007e;
    --grey: #333;
}

.green {
    background-color: var(--green);
}

.yellow {
    background-color: var(--yellow);
}

.magenta {
    background-color: var(--magenta);
}

/* ############## */
/* ### Texte ### */
/* ############## */
a {
    color: #000;
    text-decoration: underline;
}

a:focus,
#back-to-top:focus {
    border: 1px dotted var(--darkergreen);
}

a:hover {
    color: var(--green);
    text-decoration: underline;
      background: #fff;
}

a.nav-link {
    text-decoration: none;
}

b,
strong {
    font-weight: 600;
}

h1, h2, h3 {
    color: var(--green);
}
h2 {
    font-weight: 700;
    word-break: break-word;
}

h1, 
.h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: .5rem;
    word-break: break-word;
    hyphens: auto;
}

h3 {
    font-size: 2.25rem !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    word-break: break-word;
    hyphens: auto;
}

.tagline {
    font-size: 3rem;
}

.sm-table {
    max-width: 750px;
}
.thead-dark th {
    background-color: var(--green) !important;
    border-color: var(--green);
    font-weight: 600;
}

/* ################## */
/* ### Navigation ### */
/* ################## */
.navigation {
    position: fixed;
    width: auto;
    height: 100px;
    right: 0;
    top: 0;
    z-index: 2;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 2px 0 33px #000;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    display: block;
    transition: 0.3s;
    text-align: left;
}

.sidenav a:hover {
    color: var(--green);
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-right: 50px;
}

.bg-green {
    background-color: var(--green);
    text-decoration: none;
    color: #fff;
}
.bg-green:hover {
    background-color: var(--evendarkergreen);
    color: #fff;
}

a.darker-hover:hover {
    color: #fff !important;
}

/* ################## */
/* ### Content ### */
/* ################## */
.logo,
.sb {
    padding: .5rem;
    display: inline-block;
}

#main {
    transition: margin-left .5s;
    padding: 1rem;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.6);
}

.einer {
    top: -2.5em;
    display: block;
    max-width: 80%;
    position: relative;
    margin-bottom: -2.5em;
}

figure {
    margin-bottom: 0;
}

figcaption {
    text-align: right;
    font-size: 11px;
    font-style: italic;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 25px;
    padding-top: 5px;
}

iframe {
    width: 100%;
    max-width: 1200px;
    height: 625px;
}
.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    border: none;
    text-align: center;
}

.listBlock {
    text-align: left;
}

.listBlock ul {
    list-style: none;
    margin: 1rem 0;
    padding: 0 0 0 27px;
}

.listBlock ul li+li {
    margin-top: 10px;
}

.listBlock ul li::before {
    content: "";
    display: inline-block;
    width: 20px;
    background-image: url("../images/listpoint.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 20px;
    background-size: 20px;
    margin-right: 7px;
    margin-left: -27px;
}

.lead a {
    text-underline-offset: 3px;
}

table caption {
    display: none;
}

.addressName {
    padding: 10px 0 10px;
}

/* ################## */
/* ### Tabs ### */
/* ################## */
.nav-tabs {
    font-size: 18px;
}

.nav-tabs .nav-link {
    padding: 7px 11px;
    border-color: #ccc;
    margin-left: -1px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--green);
    border-color: var(--darkergreen);
    position: relative;
}

.tab-content {
    margin-top: .5rem;
    padding: 2rem 1rem;
}

.tab-content table * {
    text-align: left;
}

.tab-content .form-group.row {
    align-items: center;
}

.tab-content .form-group.row>label {
    margin: 0;
}

.tab-content fieldset {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 0 -15px 1rem;
}

.tab-content fieldset > legend {
	display: inline-block;
	margin: 0 5px;
	width: inherit;
	padding: 5px 8px;
	font-size: 21px;
}


/* ################## */
/* ### Footer ### */
/* ################## */

.footer .text-left {
    margin-top: 0;
    margin-bottom: 0;
}

.footer .menu {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.footer .menu a {
    transition: all .3s ease-in-out;
    margin-left: .33333rem;
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem 0 0 1rem;
}

.social-icon {
    padding-left: 1rem;
}

.version {
    font-size: 75%;
    color: rgb(150, 150, 150);
    opacity: 0;
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    /* Rounded corners */
    font-size: 18px;
}

#back-to-top:hover, .dark-hover:hover {
    background-color: var(--evendarkergreen);
}

/* ################## */
/* ### Forms ### */
/* ################## */
.btn-warning {
    color: #000;
    background-color: #f9b000;
    border-color: #f9b000;
    padding: 1em 5em;
    font-weight: bold;
}

.btn-warning.btn-sm {
    padding: 4px 10px;
    font-weight: bold;
}

.btn-default {
    color: rgb(255, 255, 255);
    background-color: var(--green);
    border-color: var(--darkergreen);
    font-weight: 600;
}

.btn-default:hover {
    background-color: var(--evendarkergreen);
}

.btn-default:hover {
    color: rgb(255, 255, 255);
}

.btn-sm .fa:before {
    font-size: 11px;
}

.centerTableHead {
    padding-left: 100px;
}
/* ################## */
/* ### Payment ### */
/* ################## */
.zahlart {
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0;
	margin-bottom: 0;
}

.zahlart:hover {
    background-color: rgba(0, 0, 0, .03);
}

.paymentOption {
	border-radius: 0;
	border: 1px solid rgb(255, 255, 255);
	background-color: #eeeeee;
	padding: 15px;
	margin: 0 -15px;
	display: none;
}

input.paymentRadio {
    position: absolute;
}

input[type="radio"].paymentRadio:checked+label {
    background: var(--green);
    color: white;
}

input[type="radio"].paymentRadio:checked~div.paymentOption {
    display: block;
}

@media(max-width:991px) {
    .bubblewrap {
        width: 95%;
        margin-left: 0!important;
        display: block;
}
}
@media(max-width:767px) {
    .tab-content .form-group.row > label{
        margin-bottom: 5px;
    }
    .footer * {
        text-align: center !important;
    }
    .footer .menu {
        float:none;
    }
    .footer .menu li{
        display: block;
        width: 100%;
        margin: 0 0 5px 0;
    }
    .footer .menu a{
        padding: 5px 0;
        margin: 0;
    }
    .bubblewrap {
        width: 90%;
}
    
}

@media(max-width:575px) {
    .blockquote {
        padding: .5rem 0;
    }

    h1,
    .h2,
    h2,
    h3 {
        font-size: 1.35rem;
    }

    #nav-tab {
        display: block;
    }

    .nav-tabs .nav-link {
        border-radius: 0;
        margin-left: 0;
    }
   .sb {
    padding: .5rem 2.8rem 0 .5rem;
    text-align: center !important;
}
    
}

.btns-helfen {
    margin-top: -5rem;
}
.bubblewrap {
    z-index: 1;
}

.bubblewrap:hover {
    z-index: 10;
}

.bubblelink img {
    transition: all 0.075s ease-out;
}

.bubblelink:hover img {
    transform: scale(1.2);
}

.table .thead-dark th {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 58, 64);
    border-color: var(--darkergreen);
}

.nav-tabs {
    border-bottom: 1px solid rgb(255, 255, 255);
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: hsl(0deg 0% 0% / 11%);
}

.table-bordered td, .table-bordered th {
    border: 0 solid rgba(255, 255, 255, 0);
}

.listThumbnail {
    display: flex;
    width: 100%;
    min-width: 60px;
    max-width: 60px;
    cursor: zoom-in;
    border: 0 solid #ffffff;
    border-radius: 3px 6px 12px 9px;
}

.listThumbnail {
    transform-origin: 0 0;
    transition: transform .25s, visibility .25s ease-in;
}

.listThumbnail:hover {
    transform: scale(5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}