/* ==================================================
   Global Styles
================================================== */
* {
    padding: 0;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    overflow: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

img {
    max-width: 650px;
    height: auto;
}

body {
    font-family: system-ui, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    color: #6a6d71;
    vertical-align: baseline;
    height: 100%;
}

::selection {
    background: #149077;
    color: #FFF;
}

::-moz-selection {
    background: #149077;
    color: #FFF;
}

a {
    color: #36932e;
    text-decoration: none;
}

a:hover {
    color: #444;
}

/* ==================================================
   Default Typography
================================================== */

p {
    margin: 0 0 20px 0;
    text-align: left
}

strong {
    font-weight: 600;
}

#logo {
    margin-bottom: 50px;
    width: 230px;
    margin: 30px auto !important;
    display: block;
}

h1,
h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 20px 0;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center
}

h2 {
    font-size: 26px;
    line-height: 29px;
    font-weight: bold;
    font-weight: 400;
    text-transform: none;
}

h3 {
    text-align: left;
    font-weight: 100;
    font-style: italic;
    color: lightgray;
}

#impressum h2 {
    margin: 20px 0 0 0;
}

#impressum h1,
#impressum h2,
#impressum p {
    text-align: left;
}

#maincont {
    padding-bottom: 40px;
}

#maincont #footernav {
    position: absolute;
    bottom: 10px;
    right: 10px
}

#maincont #footernav a {
    padding: 0 5px;
}

#maincont #footernav a.aktiv {
    opacity: 1;
}

/* ==================================================
   Background Colours
================================================== */

.whitebg {
    background: #fff
}

.greenbg {
    background: #65656f;
}


/* ==================================================
   Separator Arrows
================================================== */

.arrow-separator {
    position: relative;
}

.arrow-separator:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 12px;
    left: 50%;
    margin-left: -12px;
    z-index: 11;
}

.arrow-white:after {
    border-color: #FFF rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.arrow-green:after {
    border-color: #009f98 rgba(0, 159, 152, 0) rgba(0, 159, 152, 0) rgba(0, 159, 152, 0);
}

/* ==================================================
   General Layout Styles
================================================== */

.fullwidth {
    width: 100%;
    padding: 55px 30px;
    min-width: 280px;
    position: relative;
}

.fullwidth .bodycontainer {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

#topcontainer h1 {
    padding: 6px 0 10px 0;
    margin-bottom: 0;
    color: #6a6d71;
    font-weight: 100;
    font-size: 33px;
    text-align: center
}

#topcontainer h1 span {
    font-weight: 300;
}

#topcontainer p {
    margin-bottom: 0;
    color: #999;
    text-align: center
}

#topcontainer p span {
    font-size: 90px;
    line-height: 90px;
    color: #1abc9c;
}

#maincont {
    color: #FFF;
}

#maincont a {
    color: #FFF;
    opacity: 0.6;
}

#maincont a:hover {
    opacity: 1;
}

.leistungen {
    margin: 0 auto;
    width: 1300px;
    min-height: 300px
}

/* ==================================================
   Responsive Media Queries - Tablets
================================================== */

@media screen and (max-width: 768px) {
    body {
        font-size: 21px;
        line-height: 27px;
    }

    .leistungen {
        width: 100%;
        min-height: 400px
    }

    #topcontainer h1 {
        font-size: 22px;
        line-height: 36px;
    }
}

/* ==================================================
   Responsive Media Queries - Mobiles
================================================== */

@media screen and (max-width: 480px) {
    body {
        font-size: 17px;
        line-height: 24px;
    }

    #topcontainer h1 {
        font-size: 20px;
        line-height: 27px;
    }

    h2 {
        font-size: 19px;
        line-height: 23px;
    }
}


.greenbg h2 {
    font-size: 22px;
    line-height: 33px;
    font-weight: bold;
    font-weight: 200;
    text-transform: none;
}

.datenschutz h2 {
    text-align: left !important
}