    body {
        font-family: 'Source Sans Pro', sans-serif;    
        color: #000000;
        background-color:  #e7e7e8;
    }
    .off-canvas-content, .off-canvas-content {
        background-color:  #e7e7e8;
    }
    h1, h2, h3, h4, h5, h6 {
        color: #000000;
        text-transform: uppercase;
        margin-bottom: 1em;
    }
    h4 {
        font-size: 1.2em;
    }
    .flex-video {
        margin: 2em 0;
    }
.round_img{
 border-radius: 1000px;
 }
 .button.success, .button.formular, .button.weblink {
    background-color: #ce2633;
    color: #ffffff;
    margin: 0;
 }
.button.success:hover, .button.success:focus, .button.formular:hover, .button.formular:focus, .button.weblink:focus, .button.weblink:hover {
    background-color: #8d4620;
}
 .button.iframe, .button.formular {
    background-color: #ce2633;
    color: #ffffff;
    margin: 0;
 }
.button.iframe:hover, .button.iframe:focus, .button.formular:hover, .button.formular:focus{
    background-color: #8d4620;
}
.header_padding{
 padding: 0px;
list-style: none; 
margin-left: 0px;
text-transform: uppercase;
font-size: 1.2em;
color: #000000;
}
.top-bar a {
    color: #000000;
}
.header_padding p {
        color: #c9bfb8;
}
.logo_padding{
 padding: 0px;
 width: 97px; 
}
.headericons {
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
}
.menu-icon {
    width: 25px;
}
.menu-icon::after, .menu-icon:hover::after {
    background: #000000;
    height: 4px;
    box-shadow: 0 10px 0 #000000, 0 20px 0 #000000;
}
.header_margin{
 margin-top: 12px;
margin-bottom: 11px;   
}
.menu-item {
    background-color: #e7e7e8;
    color:  #000000;
    transition: all 0.3s;
    border-radius: 3px;
}
.menu-item:hover {
    background-color: #000000;
    color:  #e7e7e8;
}

.max_width{
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.home_button:hover{
    background-color: #000000;
    color:  #e7e7e8;
}

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .menu_margin{
        margin-top: 12px;
        float: right;
    }
    
    .home_button{
    float: left;
    padding: 0.4rem 1rem;
    transition: all 0.3s;
    border-radius: 3px;
    }
}
@media screen and (min-width: 64em){
    .menu_margin{
        display: flex;
        margin-top: 12px;
        float: right;
    }
    
    .home_button{
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 15px;
    transition: all 0.3s;
    border-radius: 3px;
    }
}
.padding_column{
    padding-top: 170px;
}

.row_margin{
    margin-top:-120px;
}

h2{
    text-transform: uppercase;
}

.padding_text{
    padding-top:60px;
}

.margin_text{
    margin-top:50px;
}

.center_text{
    text-align: center;
}
.margin_button{
    margin-top: 60px;
    margin-right: 0;
}
.row.cta {
    margin-top: 2em;
    margin-bottom: 2em;
}
.rightcol {
    text-align: center;
}

.footer{
    position: relative;
    border-radius: 0px;
    background-color: #c7bdb6;
}
.copyright{
    color: #ffffff;
    margin-top: 40px;
}
.footer_text{
    color:#ffffff;
    font-size: 70%;
    margin-bottom: 50px;
    margin-top: 10px;
}

.small-menu{
    float:right;
    margin-bottom: -60px;
}

.picture_text{
    color:#FFFFFF;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

body{
   background-color: ece9e2;
}

.mobile_menu{
    background-color: #e7e7e8;
}

.mobile_list{
        margin-bottom: 0px;
}
#phonenumber {
    border: 1px solid #ce2633;
    background-color: rgba( 206, 38, 51, 0.8 );
    padding: 10px 10px;
    margin-top: -40px;
    border-radius: 3px;
}
#phonenumber.fi-telephone:before {
    font-size: 1.4em;
}
#showphone {
    cursor: pointer;
}
#thenumber {
    display: none;
    opacity: 0;
}
.mobile_title{
    color: #FEFEFE;
padding: 0.5rem;
background-color: #e7e7e8;
}
.top-bar, .top-bar ul {
background-color: #e7e7e8;
}
#formular {
background-color: rgba( 30, 115, 190, 0.9 );
color: #ffffff;
position: fixed;
top: 10%;
bottom: 10%;
right: 30%;
left: 30%;
box-shadow: 3px 3px 3px rgba( 0, 0, 0, 0.7 );
display: none;
overflow-y: scroll;
}
#formular label, #formular h3 {
    color: #ffffff;
}
#closeoverlay {
    position: absolute;
    top: 20px;
    right: 20px;
}
#landingpageanfrage {
    margin-top: 80px;
}
.close {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.close:hover::before, .close:hover::after {
  background: #1ebcc5;
}
.close::before, .close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #ffffff;;
}
.close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close.big {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
}
.close.hairline::before, .close.hairline::after {
  height: 1px;
}
.close.thick::before, .close.thick::after {
  height: 4px;
  margin-top: -2px;
}


#landingpageanfrage label.error{
    color: red;
    margin-top: -15px;
}

#iframe {
    background-color: rgba( 30, 115, 190, 0.9 );
    color: #ffffff;
    position: fixed;
    top: 10%;
    bottom: 10%;
    right: 10%;
    left: 10%;
    box-shadow: 3px 3px 3px rgba( 0, 0, 0, 0.7 );
    display: none;
    overflow-y: scroll;
    overflow-x: scroll;
}
#iframe .row {
    height: 100%;
}
@media screen and (min-width: 0em) and (max-width: 1260px) {
    .row_margin {
        margin-top: -20px;
    }

    }
@media screen and (min-width: 0em) and (max-width: 63.9375em) {
    #formular {
        top: 0%;
        bottom: 0%;
        right: 0%;
        left: 0%;
    }
    .picture_text {
        color: #000000;
        margin: 1em 0;
    }
    .column.small-center, .small-center.columns {
        float: none;
        margin-left: auto;
        margin-right: auto; }
    .small-text{
        text-align: center;
        list-style: none;
    }
    .header_text{
     margin-top: 15px;   
    }
    .small-margin-button{
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0px;
            }
    .small-menu{
        float:left;
        margin-bottom: 20px
    }
    .padding_column{
        padding-top: 0px;
    }
    .header_margin{
        margin-top: 10px;
        margin-bottom: 10px;   
    }
    .menu {
        display: none;
        position: fixed;
        top: 116px;
        width: 100%;
        background-color: #e7e7e8;
        
    }
    .menu > li.menu-item {
        float: none;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        display: block;
    }
    

    }
  