 
* {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

img {
    border: none;
}

.hidden {
    display: none;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-variation-settings: 'wdth' 75;
    line-height: 170%;
    margin: 0;
    font-size: 2.4rem;
    color: #000;
    position: relative;
    height: 100%;
    overflow-y: scroll;
    background: #fff;
}

a {
    color: #000;
    text-decoration: none;
    border: 0;
}

a:hover {

}

b, strong {
    font-weight: 400;
}

p {
    margin-bottom: 0.8rem;
}

p.big_gap {
    margin-bottom: 1.3rem;
}

p.small_gap {
    margin-bottom: 0.4rem;
}

p:last-child, p.no_gap {
    margin-bottom: 0;
}

.italic {
    font-style: italic;
}

small, .small {
    font-size: 2rem;
}



#wrapper {
    position: relative;
    width: 100%;
    background: #fff;
    height: auto;
    min-height: 100%;
    padding-bottom: 75rem;
}

#webpage {
    position: relative;
    width: calc(100% - 8rem);
    max-width: 1920px;
    margin: 0 auto;
}

#header {
    position: relative;
    width: 100%;
    height: 15rem;
    margin: 0 auto;
    overflow: hidden;
}


#header #menu {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: calc(50% + 10.8rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

#header #menu a {
    display: block;
    margin-right: 6.5rem;
    text-transform: uppercase;
    font-variation-settings: 'wdth' 87.5;
    font-size: 2rem;
    font-weight: 400;
}

#header #menu a:first-child, #header #menu a:hover {
    color: #d22e29;
}

#header #menu a:last-child {
    margin-right: 0;
}


#header #logo {
    width: auto;
    height: 7rem;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4rem;
}


#header #phone {
    position: absolute;
    right: 0;
    left: calc(50% + 10.8rem);
    top: 0;
    bottom: 0;
    font-variation-settings: 'wdth' 87.5;
    font-size: 2.1rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header #phone > div {
    display: flex;
    align-items: center;
}

#header #phone img {
    display: block;
    width: 2.6rem;
    height: auto;
    margin-right: 0.8rem;
}

#header #phone > div > div {
    display: block;
    position: relative;
    margin-bottom: 3%;
}


#slider {
    position: relative;
    width: 100%;
    background: #ddd url(../images/bg_slider.jpg);
    background-size: cover;
    height: 0;
    overflow: hidden;
    padding-bottom: 45%;
}



#content {
    position: relative;
    width: 1400px;
    max-width: calc(100% - 8rem);
    margin: 0 auto;
    text-align: justify;
    margin-top: 12rem;

}

#content h1 {
    font-size: 4.2rem;
    color: #d22e29;
    margin-bottom: 2rem;
    line-height: 130%;
    font-weight: 600;
    text-align: left;
}

#content h2 {
    font-size: 3.6rem;
    color: #c5bf00;
    margin-bottom: 1.5rem;
    line-height: 130%;
    font-weight: 500;
    text-align: left;
}

#content h2.small_gap {
    margin-bottom: 0.5rem;
}

#content ul {
    list-style: none;
}

#content ul.list.flatlist {
    display: flex;
    flex-wrap: wrap;
}

#content ul.list.flatlist li {
    width: 25%;
    box-sizing: border-box;
}

#content ul.list li, #content ul.nav li {
    padding-left: 1.8rem;
    position: relative;
    text-align: left;
    line-height: 160%;
    margin-bottom: 1rem;
}

#content ul.list li:before {
    content: '';
    display: block !important;
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0;
    top: 14px;
    border-radius: 50%;
    background: #c5bf00;
}

#content ul.nav li:before {
    content: '';
    display: block !important;
    position: absolute;
    border-left: 8px solid #c5bf00;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 12px;
    left: 0;
}

#content ul.nav li a {
    transition: padding 0.3s ease-out;
}

#content ul.nav li a:hover {
    padding-left: 0.75rem;
}

.clm3 {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.clm3 > div {
    width: 27%;
    background: #eee;
}

.clm3 > div > div:first-child {
    height: 0;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center center;
}

.clm3 > div > div:last-child {
    padding: 2rem;
}

.clm3 small {
    line-height: 170%;
    display: block;
}

.clm3 h3 {
    color: #d22e29;
    font-weight: 500;
}

.clm3 a:hover {
    color:#d22e29;
}

.kontakt {
    display: flex;
    position: relative;
}

.kontakt > div:first-child {
    padding-right: 12rem;
    white-space: nowrap;
}

.kontakt > div:last-child {
    position: relative;
    width: 100%;
}

.kontakt > div:last-child div:first-child {
    position: absolute;
    left: 0;
    right: 0;
    top: 1.3rem;
    bottom: 5rem;
    background: url(/images/kontakt/karte.jpg) center center;
    background-size: cover;
}

.kontakt > div:last-child div:last-child {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    font-size: 1.6rem;
}

input, textarea, button#bfSubmitButton {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 2rem;
    border: 1px solid #004568;
    color: #004568;
    padding: 0.2rem 0.8rem;
    outline: none;
    box-sizing: border-box;
}

input:hover, textarea:hover, input:focus, textarea:focus {
    border: 1px solid #c5bf00;    
}

button#bfSubmitButton, input.gr_button {
    margin-top: 1.2rem;
    border: none;
    color: #fff;
    background: #c5bf00;
    cursor: pointer;
}

button#bfSubmitButton {
    margin-top: 0;
}

button#bfSubmitButton:hover, input.gr_button:hover {
    background: #004568;
}

#bfElemWrap25 {
    position: relative;
}

#bfElemWrap25 label {
    padding-left: 2.6rem;
}

#bfElemWrap25 input {
    position: absolute;
    left: 0;
    top: 1rem;
    visibility: hidden;
    -moz-appearance: initial;
    cursor: pointer;
}

#bfElemWrap25 input:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    border: 1px solid #004568;
    width: 14px;
    height: 14px;
    visibility: visible;
}

#bfElemWrap25 input:checked:after {
    content: '';
    position: absolute;
    display: block;
    left: 4px;
    top: 4px;
    background: #c5bf00;
    width: 8px;
    height: 8px;
    visibility: visible;
}


input, .ccforms button, textarea {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 2rem;
    border: 1px solid #004568;
    color: #004568;
    padding: 0.2rem 0.8rem;
    outline: none;
    box-sizing: border-box;
}

.ccforms input, .ccforms textarea {
    width: 100%;
}


input:hover, textarea:hover, input:focus, textarea:focus {
    border: 1px solid #c5bf00;    
}

button {
    cursor: pointer;
}

.ccforms button, input.gr_button {
    margin-top: 1.2rem;
    border: none;
    color: #fff;
    background: #c5bf00;
    cursor: pointer;
}

.ccforms button {
    margin-top: 1rem;
}

.ccforms button:hover, input.gr_button:hover {
    background: #004568;
}


label {
    display: block;
    margin-bottom: 0.5rem;
}

.ccforms .row {
    margin-bottom: 2.25rem;
}


textarea {
    height: 30rem;
}


.ccforms_datenschutz label {
    padding-left: 2.6rem;
    box-sizing: border-box;
    position: relative;
}

.ccforms_datenschutz input {
    position: absolute;
    left: 0;
    top: 1rem;
    visibility: hidden;
    -moz-appearance: initial;
    cursor: pointer;
}

.ccforms_datenschutz input:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    border: 1px solid #004568;
    width: 1.4rem;
    height: 1.4rem;
    visibility: visible;
}

.ccforms_datenschutz input:checked:after {
    content: '';
    position: absolute;
    display: block;
    left: 0.4rem;
    top: 0.4rem;
    background: #c5bf00;
    width: 0.8rem;
    height: 0.8rem;
    visibility: visible;
}



#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40rem;
    background: #d22e29;
    color: #fff;
}

#footer::before {
    content: '';
    display: block;
    width: 20rem;
    height: 20rem;
    position: absolute;
    left: calc(50% - 10rem);
    top: -10rem;
    background: url(../images/icon_kanalwerkzeug.svg);
    background-size: cover;
}

#footer a, #footer a:hover {
    color: #fff;
}

.footer1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 3rem;
    bottom: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer1 > div {
    width: 1160px;
    height: 27rem;
    display: flex;
    align-items: center;
}

.footer1 > div > div:first-child, .footer1 > div > div:last-child {
    width: 30%;
    text-align: center;
    font-size: 2.5rem;
}

.footer1 > div > div:nth-child(2) {
    width: 40%;
}

.footer1 > div > div:nth-child(2) img {
    display: block;
    height: 27rem;
    width: auto;
    margin: 0 auto;
}

.footer2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 7rem;
    line-height: 7rem;
    text-align: center;
}
