body {
    padding-top: 50px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    min-width: 1200px;
    width: auto !important;
    width: 1200px;        
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    
    padding-right: 15px;
    margin-top: 100px;
    background-color: #ffffff;
}

.corporatedesign {
    background-color: #ffffff;
    color: #000000;
    width: 100%;
    height: 100px;
    min-width: 620px;
}

@media (min-width: 768px) {
    .innercd {
        width: 750px;        
    }
}

@media (min-width: 992px) {
    .innercd {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .innercd {
        width: 100%;
        width: auto !important;
        width: 1200px;
    }

    .container {
        width: 100%;
        width: auto !important;
        width: 1200px;
        background-color: #e7e5e2;
    }

    .container.body-content {
        background-color: #ffffff;
    }
}

.innercd {
    height: 100px;
    padding-right: 15px;    
    margin-right: auto;
    margin-left: auto;
}

.logo {
    background-color: #ffffff;
    float: left;
    height: 100px;
    width: 240px;
}

    .logo img {
        margin: 15px;
        height: 64px;
        padding-left: -10px;
        width: 75%;
    }

.titel {
    padding-top: 1px;
    padding-left: -15px;
    float: left;
}

    .titel h3 {
        float: right;
        padding-top: 18px;
        color: #524F53;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
    }

.navbar-collapse {
    
    
}

.navbar-inverse .navbar-nav > li > a {
    padding-top: 25px;
    color: #524F53;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #d2051e;    
}

#landesauswahl {
    float: right;
    width: 128px;    
    background-color: #e7e5e2;
    padding-top: 20px;    
}

#Land {
    border-radius: 0px 0px 0px 0px;
}

a {
    color: #000000;
}

a:hover {
    color: #d2051e;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.carousel {
    min-width: 942px;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

div.item img {
    margin: 0 auto;
}

.content {
    width: 100%;
    padding-left: 10px;
    padding-top: 8px;
}

.row {
    padding-left: 8px;
    padding-right: 8px;        
}

.module {
    display: block;
}

.col-md-4 {
    padding: 0;
}

div.modul img {
    vertical-align: middle;
}

.modullink {    
    color: #524F53;
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;    

}

.modullink:hover {
    text-decoration: none;
    box-shadow: -2px -2px -1px -1px #ccc;
    -moz-box-shadow: -2px -2px -1px -1px #ccc;
    -webkit-box-shadow: -2px -2px -1px -1px #ccc;
}

.modullink :hover {
    background-color: #cccccc;
    color: #000;
}

.modul {
    width: 98%;
    height: 96px;
    margin-bottom: 16px;
    border-color: #BAB9BA;
    border-style: solid;
    border-width: 1px;
    padding: 24px 0 0 5px;
    
}

.modul span {
    display: block;
    position: absolute;
    top: 36px;
    left: 64px;
}

div.display-none {
    display: none;
}

div.display-block {
    display: block;
}

div.float-left {
    float: left;
}

#copyright {
    float: left;
}

div.impressum {
    float: left;
    margin-left: 10px;
}

.formular {
    /* margin-top: 16px; */
    float: left;
    width: 750px;
}


div.formular div {
    clear: both;
}

overlayLizenvereinbarung {
    width: 100%;
    height: 100%;
    text-align: center;
}

div.lizenzvereinbarung {
    height: auto;
    max-width: 600px;
    font-size: 0.9em;
    margin: auto;
    position: absolute;
    top: 128px;
    left: 50px;
    right: 50px;
    z-index: 99999;
}

div.textarea-style {
    width: auto;
    min-height: 0px;
    max-height: none;
    height: 260px;
}

span.span-style {
    float: left;
    margin: 0 7px 20px 0;
}

#footer {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 0;    
    color: #757275;
    margin-top: 15px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align:auto;
}

#footer a {
    color: #524F53;
    text-decoration: underline;
}

ul#footer li {
    margin-left: 4px;
    margin-right: 4px;
    float: left;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 3fr 3fr 1fr;
    grid-template-rows: auto 4fr auto;
    gap: 1px 1px;
    grid-template-areas: "left carousel carousel right" "left content content right";
}

.left {
    grid-area: left;
    background-color: #ffffff;
}

.carousel {
    grid-area: carousel;
}

.content {
    grid-area: content;
    background-color: #ffffff;
}

.right {
    grid-area: right;
    background-color: #ffffff;
}

.leftContentFrame {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
}

.rightContentFrame {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
}

.left {

}

.carousel-indicators {
    visibility: hidden;
}

.modules {
    padding-top: 16px;
    width: 100%;
    padding-left: 10px;
}

.landeseinstellung {

    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    background-image: url("data:image/svg+xml;utf8,<svg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M4 5.66683L0 0.333496L8 0.333496L4 5.66683Z' fill='%23524F53'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 50%;
    
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
    border-color:#bab9ba;
    width: 104px;

    font-weight: bold;
    font-size: 12px;
    line-height: 13.8px;
}

.lizenzheader {
    background-color: #e7e5e2;
    font-weight: 700;
    font-size: large;
    padding: 5px;
}

input[type="checkbox"] {
    accent-color: #524f53;
    height: 10px;
    width: 10px;
}

#datenschutzoverlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  }

  #datenschutzoverlaytext{
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    color: black;
    background-color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    display: block;
    max-width: 960px;
  }