body {
    background-color: #d6d6d6;
}

.outer_box {
    background-color: white;    
    width: 85vw;
    max-width: 1200px;
    min-height: 100vh;
    padding: 5px;
}

.mycontainer {
    margin-bottom: 3em;
}

.img-container {
    width: 100%;
    text-align: center;
}

img {
    width: 100%;
}

h1 {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 0.4em;
    margin-left: 1.8em;
    margin-right: 2em;
    margin-bottom: 1em;
}

h2 {
    margin-top: 1em;
    margin-left: 1.8em;
    margin-right: 2em;
    margin-bottom: 0.4em;
    font-weight: bold;
    font-size: 1.1em;
}

h2 i {
    color: grey;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 0.5em;
}

h3 {
    margin-top: 1em;
    margin-left: 1.8em;
    margin-right: 2em;
    margin-bottom: 0.4em;
    font-weight: bold;
    font-size: 1.1em;
}

h4 {
    margin-top: 1em;
    margin-left: 1.8em;
    margin-right: 2em;
    margin-bottom: 0.4em;
    font-weight: bold;
    font-size: 1.1em;
}

.datenschutzerklaerung h1 {
    font-size: 1.3em;
}

.datenschutzerklaerung h2 {
    margin-top: 1.5em;
}

.datenschutzerklaerung ul {
    margin-left: 2.5em;
    margin-right: 2em;
}

.impressum h2 {
    font-size: 1.1em;
    margin-top: 2.0em;
    margin-left: 1.8em;
    margin-right: 2em;
    margin-bottom: 0.6em;
}

form {
    margin-left: 2em;
    margin-right: 2em;
}

p {
    margin-left: 2em;
    margin-right: 2em;
}

p.copyright {
    font-size: 0.8em;
    margin-top: 1em;
    margin-bottom: 1em;
    color: grey;
}

p.copyright a {
    color: grey;
}

p.description {
    margin-top: 0em;
    margin-bottom: 1em;
}

.mycontainer_organization {
    margin-bottom: 3em;
    background-color: #4169e1;
    color: white;
    padding: 0.5em 0em 0.5em 0em;
}

p.description_organization_headline {
    margin-top: 1em;
    margin-left:1.8em;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 1.1em;
}

h2.organization {
    margin-top: 1em;
    margin-left:1.8em;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 1.1em;
}

p.description_organization {
    margin-top: 0em;
    margin-bottom: 1em;
}

a.link {
    font-weight: bold;
    color: black;
    text-decoration-line: underline;
    text-decoration-style: dotted;
}

a.link:hover {
    color: black;
    font-weight: bold;
}

a.link:visited {
    color: black;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.carousel-control-prev-icon {
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
 
.carousel-control-next-icon {
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* Extra Small Devices, Phones @media only screen and (max-width: 480px) */
@media only screen and (max-width: 480px) {
    body {

    }

    .outer_box {
        background-color: white;
        width: 100vw;
        max-width: 100vw;
    }

    /*
    img.img-max{
        max-width: 100% !important;
        height:auto !important;
        align: center !important;
        display:block !important;
     }
    */

    img {
      max-width: 100%;
      max-height: 100%;
    }
}