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-left: 15px;
    padding-right: 15px;
    margin-top: 110px;
}

.corporatedesign {
    background-color: #152957;
    color: #ffffff;
    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;
    }
}

.innercd {
    height: 100px;
    padding-right: 15px;
    padding-left: 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: 25px
}

.titel{
    padding-top: 1px;
    padding-left: 15px;
}

.titel h3{
    float: right;
    padding-top: 18px;
}

/* 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;
}

.row{
    padding-left: 6px;
    padding-right: 15px;
}

.module{
    display: block;
}

.col-md-4{
    padding: 0;
}

div.modul img {
    vertical-align:middle;
}

.modullink {
    font-size: 0.9em;
    color: #000;
}

.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;
}

.modullink:hover div{
    -moz-box-shadow : inset 0 0 3px #000000;
    -webkit-box-shadow: inset 0 0 3px #000000;
    box-shadow : inset 0 0 3px #000000;
}

.modul{
    width: 98%;
    height: 96px;
    margin-bottom: 4px;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    padding: 24px 0 0 5px;
    box-shadow: 2px 2px 1px 1px #ccc;
    -moz-box-shadow : 2px 2px 1px 1px #ccc;
    -webkit-box-shadow: 2px 2px 1px 1px #ccc;
}

.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;
}

#landesauswahl{
    float: right;
    width: 128px;
    margin-top: 10px;
}

#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;
    font-size: 0.95;
    color: #999999;
    margin-top: 15px;
}

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;
}

.carousel {
    grid-area: carousel;
}

.content {
    grid-area: content;
}

.right {
    grid-area: right;
}

.leftContentFrame {
    width: 100%;
    height: 50px;
}

.rightContentFrame {
    width: 100%;
    height: 50px;
}

.modules {
    padding-top: 16px;
    width: 100%;
    padding-left: 10px;
}

.landeseinstellung {
    background: white;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
    border-color:#bab9ba;
    width: 104px;
}

.lizenzheader {
    background-color: #e7e5e2;
    font-weight: bold;
    font-size: large;
    padding: 5px;
}

#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;
  }