* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "AmpleSoft_Medium";
    src: url(css/fonts/amplesoft-medium.ttf),
    url(css/fonts/amplesoft-medium.woff);
}

@font-face {
    font-family: "AmpleSoft_Light";
    src: url(css/fonts/amplesoft-light.ttf),
    url(css/fonts/amplesoft-light.woff);
}

@font-face {
    font-family: "Innogy-Medium";
    src: url(css/fonts/Innogy-Medium.ttf),
    url(css/fonts/Innogy-Medium.woff);
}


@font-face {
    font-family: exlight;
    src: url(/fonts/innogyWEB-Light?#iefix) format("eot"), url(/fonts/innogyWEB-Light.woff2) format("woff2"), url(/fonts/innogyWEB-Light.woff) format("woff"), url(/fonts/innogyWEB-Light.svg) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: light;
    src: url(/fonts/innogyWEB-Light?#iefix) format("eot"), url(/fonts/innogyWEB-Light.woff2) format("woff2"), url(/fonts/innogyWEB-Light.woff) format("woff"), url(/fonts/innogyWEB-Light.svg) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: regular;
    src: url(/fonts/innogyWEB-Regular?#iefix) format("eot"), url(/fonts/innogyWEB-Regular.woff2) format("woff2"), url(/fonts/innogyWEB-Regular.woff) format("woff"), url(/fonts/innogyWEB-Regular.svg) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: medium;
    src: url(/fonts/innogyWEB-Medium?#iefix) format("eot"), url(/fonts/innogyWEB-Medium.woff2) format("woff2"), url(/fonts/innogyWEB-Medium.woff) format("woff"), url(/fonts/innogyWEB-Medium.svg) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "iconfont";
    src: url(/fonts/iconfont.eot?v=3.6.1);
    src: url(/fonts/iconfont.eot?#iefix&v=3.6.1) format("eot"), url(/fonts/iconfont.woff?v=3.6.1) format("woff"), url(/fonts/iconfont.ttf?v=3.6.1) format("truetype"), url(/fonts/iconfont.svg#iconfont&v=3.6.1) format("svg");
    font-weight: normal;
    font-style: normal
}

h1 {
    font-size: 2.3vw;
    font-family: medium;
}

h2 {
    font-size: 1.9rem;
    font-family: medium;
}

h3 {
    font-size: 1.9vw;
}

a {
    text-decoration: none;

}

.link-to-other {
    font-size: 1.7vw;
    color: #f59b00;
    text-decoration: underline;
}

.language-switch {
    font-size: 1.3vw;
    color: #f59b00;
    text-decoration: underline;
}

header {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
}

header .header-top {
    background-color: black;
}

header .header-bottom {

    width: 100%;
    height: 30vw;
    position: relative;
    overflow: hidden;
}

header .header-bottom img {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
}

header .header-bottom .header-title {
    position: absolute;
    width: 100%;
    height: 8vw;
    bottom: 0;
    z-index: 1;
    text-align: center;
}

header .header-bottom .header-title h2 {
    font-size: 3.5vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 .25rem;
}

header .header-bottom .header-title h3 {
    line-height: 1.35;
    color: #f59b00;
    font-size: 1.2rem;
    font-family: light;
}

.header-bottom span:after {
    content: '';
    display: block;
    height: 13vw;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .6));
}

.content {
    text-align: center;
    margin-top: 50px;
    font-family: medium;
    padding: 0px 35%;
}

.content div {
    margin-bottom: 20px;
}

.content div:nth-child(2) img {
    border-radius: 50%;
}

img.content_service {
    width: 150px;
    border-radius: 0;
}

.content div:nth-child(3) .address p:nth-child(1) {
    font-weight: bold;

}

.content .social a img {
    width: 15%;
    display: inline-block;
    margin: 15px;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

footer {
    width: 100%;
    font-family: light;
}

footer .right a svg {
    height: 40px;
    width: 100px;
    vertical-align: middle;
}

footer a {
    color: rgba(255, 255, 255, 0.498039);
}

footer .footer-top {
    background-color: rgb(60, 55, 50);
    height: 70px;
}

footer .footer-bottom {
    height: 70px;
    line-height: 70px;
    position: relative;
}

footer .footer-bottom a:hover {
    color: #ddd;
}

footer .footer-bottom div {
    background-color: rgb(0, 0, 0);
}

footer .footer-bottom .left {
    width: 50%;
    position: absolute;
    left: 0;
    padding-left: 10%;
}

footer .footer-bottom .right {
    width: 50%;
    position: absolute;
    right: 0;
    text-align: right;
    padding-right: 10%;
}

footer .footer-bottom .left a, footer .footer-bottom .right a {
    padding: 0px 20px;
}

/*footer .footer-bottom .right a:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.498039);
}*/
