/* montserrat-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v25-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html, body {
    font-family: 'Montserrat', sans-serif;
}

html {
    overflow-y:scroll;
}

body{
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.m-b { margin-bottom: 20px; }
.m-l { margin-left: 20px; }
.m-r { margin-right: 20px; }
.m-t { margin-top: 20px; }

.m-b-0 { margin-bottom: 0px; }
.m-l-0 { margin-left: 0px; }
.m-r-0 { margin-right: 0px; }
.m-t-0 { margin-top: 0px; }

.p-b { padding-bottom: 20px; }
.p-l { padding-left: 20px; }
.p-r { padding-right: 20px; }
.p-t { padding-top: 20px; }


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


a, a:hover, a:active, a:focus {
  outline: 0;
}

iframe {
    border: 0px;
}

input::-moz-focus-inner {
  border: 0;
}

#pagetitle {
    font-size: 300%;
}

#claim {
    background-color: rgba(255,255,255, 0.8);
}

#content {
    background-color: rgba(255,255,255, 0.8);
}



.MenuLink.Termin {
    font-weight: bold;
    font-size: 120%;
}


#footer {
    border-top: 3px solid lightgrey;
    background-color: #EAF7FA;
    margin-top: 60px;
}


    /** Cookie Consent **/
.cc_container {
    background: #B22222 !important;
    font-family: 'Montserrat', sans-serif !important;
    box-shadow: 0 0 40px #444;
    border-top: 1px solid #ffffff;
}

.consent, .cc_container .cc_message {
    font-size: 14px;
    font-weight: normal;
    margin: 0.5em 0 40px;
    line-height: 1.5;
    text-align: center  ;
}

.cc_container .cc_btn {
    background: #FFFFFF!important;
    color: #B22222 !important;
    float: none!important;
    max-width: 110px !important;
    font-weight: bold;
    display: block;
    margin: 5px auto;
    bottom: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50px, 0);
}
.cc_container .cc_btn:hover {
    box-shadow: 0 0 15px #000;
    text-decoration: none !important;

}

.cc_container .cc_more_info {
    color: #fff!important;
    text-decoration: underline!important;
}
.cc_container .cc_more_info:hover {
    color: #fff!important;
    text-decoration: none!important;
}
