
html { margin-left: calc(100vw - 100%); }
img {
    max-width: 100%;
}
.align-to-the {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.row.the_middle_part {
    padding: 40px 0;
}
li.nav-item {
    position: relative;
    padding-left: 10px;
}

li.nav-item:before {
    content: "";
    background-color: #cccccc;
    width: 9px;
    height: 9px;
    position: absolute;
    border-radius: 50%;
    top: 15px;
    left: 4px;
}
span {
    margin-right: 25px;
}
span.pull-right {
    float: right;
    margin-right: 0;
}
.footer {
    border-top: 2px solid #ccc;
    padding-top: 15px;
}

a.nav-link:hover {
    color: #aaa;
}

a.nav-link {
    color: #888;
    font-weight: bold;
}
p {
    font-weight: 600;
    font-size: 15px;
    color: #888;
}
.col-md-9.the_content_bodyy {
    padding-top: 10px;
}
.the_content_bodyy h3:first-child {
    margin-top: 0;
}
.the_content_bodyy h3 {
    color: #666;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 32px;
}
.footer a:hover {
    color: #555;
    text-decoration: none;
}
.footer a {
    color: #cc0066;
}

.herr .form-check {
    float: left;
    margin-right: 15px;
}
p.small {
    margin-top: 25px;
}
button.btn.btn-custom {
    background-color: #cc0066;
    color: #fff;
}
button.btn.btn-custom:hover {
    background-color: #A30051;
    color: #fff;
}

.form-control:focus {
    border-color: transparent !important;
    box-shadow: 0 0 0 0.2rem rgba(204,0,102,.25) !important;
}

strong {
    font-weight: 500;
    font-size: 18px;
    color: #666;
    margin-top: 30px;
    display: block;
}


<!--
#eucookielaw { display:none }
-->
div#eucookielaw {
   background-color: rgb(204, 204, 204);
   color: rgb(77, 77, 86);
   padding: 10px 15px;
   position: fixed;
   bottom: 0;
   width: 100%;
   z-index: 120;
   font-size: 14px;
}
.the_container_law {
   max-width: 1140px;
   margin: 0 auto;
   text-align: center;
}
div#eucookielaw .the_container_law a {
   line-height: 18px;
   padding: 2px 12px;
   background: #fff;
   border-color: #BBB;
   color: #333;
   text-shadow: 0 1px 0 #FFF;
   -moz-box-sizing: border-box;
   border-radius: 3px;
   white-space: nowrap;
   display: inline-block;
   margin-left: 10px;
}
div#eucookielaw .the_container_law a:hover {
   background: #A30051;
   color: #fff;
   text-decoration: none;
   cursor: pointer;
}