﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #444444;
    font-family: 'Asap', sans-serif;
    font-size: .937rem;
    line-height: 1.65;
}

#wrapper {
    position: relative;
    max-width: 72.5rem;
    margin: 1rem auto;
    /*    border: 1px solid #000;*/
    padding: 0;
    /* für Hintergund
	background:url() top left no-repeat;◙
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
    box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.5);
}

#detext {
    display: block;
}

#entext {
    display: none;
}

.lang {
    display: block;
}

.hide_me {
    display: none;
}

p {
    text-align: left;
    margin: 0 0 1.25rem;
}

p span {
    color: #1b8377;
}

h1 {
    font-family: Verdana, Arial, sans-serif;
    color: #1b8377;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    margin: 1.25rem 0;

}

h2 {
    font-family: Verdana, Arial, sans-serif;
    color: #1b8377;
    font-size: 1.25rem;
    line-height: 1.1;
    margin: 0 0 .312rem;
}

h3 {
    font-family: Verdana, Arial, sans-serif;
    color: #1b8377;
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0 0 .625rem;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 1.875rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .375rem;
    height: 6px;
    border-radius: 50%;
    background: #1b8377;
    margin-left: -.937rem;
    top: .625rem;
}

ol{
    list-style-type: none;
}
ol li:before{
    content: "";
    float: left;
    position: relative;
    width: .375rem;
    height: 2px;
    border-radius: 50%;
    background: #1b8377;
    margin-left: -.937rem;
    top: 11.5px;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

main {
    display: block;
}

header,
article,
footer {
    margin: 0;
    padding: 1.25rem 6.875rem;

}

#wrapper > element {
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.25);
    display: block;
    position: relative;
    z-index: 150;
    padding: .937rem 6.25rem .937rem;
}

#wrapper > element > a {
    display: none;
}

#wrapper > element > nav {
    float: right;
    width: 3.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#wrapper > element > nav > a {
    position: relative;

}

#wrapper > element > nav > a:after {
    content: "";
    background-color: #1b8377;
    width: 160%;
    height: .062rem;
    position: absolute;
    bottom: -10px;
    left: -30%;
    opacity: 0;
    transition: .5s all;
}

#wrapper > element > nav > a:hover {
    cursor: pointer;
}

#wrapper > element > nav > a:hover:after {
    opacity: 1;


}

header {
    margin: 0 -6.875rem 0;
    padding: 0 0 3.75rem 0;
    position: relative;
    overflow: hidden;
}



header > element > a {
    position: absolute;
    top: 28%;
    right: 14%;
    /*    transform: translate(-50% -50%);*/
    z-index: 100;
}

header > a img {
    width: 100%;
    max-width: 13.437rem;
}

header > element {
    position: absolute;
    background: url(../images/cover_logo.png) top -6.25rem right no-repeat;
    background-size: cover;
    top: -30%;
    right: 5%;
    width: 28.125rem;
    height: 28.125rem;

}

header > element a img {
    max-width: 21.875rem;
    width: 100%;
}

figure {
    margin: 0 0 0 0;
}

article {
    margin: 0 0 0 0;
    padding: 0 6.875rem 6.875rem;
}

article p:last-of-type a {
    color: #1b8377;
    font-weight: 700;
}

/*
footer {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
*/

/*-------- buton -------*/

/*
article > a {
    margin: 0 0 1.25rem;
    padding: .625rem 1.25rem;
    text-align: center;
    background-color: #000000;
    color: #fff;
    border: 2px solid #000000;
}

article > a:hover {
    text-decoration: none;
}
*/

/*------------ buton end ----------*/

@media only screen and (max-width: 72.437rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;

    }
    
    span br {
        display: block;
    }

    #wrapper > element {

        padding: .937rem .625rem;
    }

    #wrapper > element > a {
        display: block;
        float: left;
        margin: -.625rem 0 0;
    }

    #wrapper > element > a img {
        max-width: 7.687rem;
        width: 100%;
    }

    a {
        font-weight: bold;
    }

    p {
        text-align: left;
    }

    h1 > br,
    article > br,
    p > br,
    li > br {
        display: none;
    }

    header,
    article,
    footer {
        margin: 0;
        padding: .625rem;

    }

    header {
        padding: 0;
    }

    header > element {
        display: none;
    }


}

@media only screen and (max-width:29.937rem) {
    h1 {
        /*        font-size: 1.75rem;*/
    }
}