* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    background: none;
    font-family: "Open Sans", Arial, sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}

#wrapper {
    max-width: 930px;
    margin: 16px auto;
    border: 1px solid #000;
    background-color: #fff;
    overflow: hidden;
    padding: 40px 250px 10px 10px;
    position: relative;
}

#wrapper .mb {
    margin-bottom: 10px;
}

#wrapper .border {
    border-bottom: 1px solid #1a78bc;
    padding-bottom: 6px;
}

#wrapper .content {
    border-left: 3px solid #0069b4;
    padding: 17px 5px 10px 25px;
    background: #e7f5ff;
    margin: 35px 0 60px;
}

#wrapper .zertifikat {
    margin: 15px 0 0 15px;
}

#wrapper .hide {
    display: none;
}

#wrapper .nobr {
    white-space: nowrap;
}

#wrapper footer {
    padding: 12px 12px 42px;
    background: #e8f1f7;
    width: 240px;
    position: absolute;
    top: 40px;
    right: 0;
}

#wrapper p {
    margin-bottom: 16px;
}

#wrapper strong {
    font-weight: 700;
}

#wrapper h1 {
    margin: 30px 0;
    font-size: 35px;
    font-weight: 400;
    font-family: "Architects Daughter", cursive;
    color: #0069b4;
}

#wrapper h2 {
    font-size: 14px;
    border-bottom: 2px solid #0069b4;
    padding: 0 0 4px;
    margin: 0 0 10px;
    color: #0069b4;
}

#wrapper h3 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 400;
    font-family: "Architects Daughter", cursive;
    color: #0069b4;
}

#wrapper h4 {
    font-size: 22px;
    font-weight: 400;
    background: #0069b4;
    display: inline-block;
    color: #fff;
    padding: 4px 10px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-family: "Architects Daughter", cursive;
}

#wrapper .background .big {
    font-size: 14px;
}

#wrapper .center {
    text-align: center;
}

#wrapper .link a {
    border-bottom: 2px dashed;
}

#wrapper .bg {
    background: #cde1ef;
    padding: 10px;
    font-size: 13px;
}

#wrapper :is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}

#wrapper .img {
    margin: 0 -10px 10px;
}

#wrapper .background p a {
    color: #fff !important;
}

#wrapper .background p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 13px;
}

#wrapper .background {
    background: #0069B4;
    padding: 0 10px 10px;
    margin-bottom: 40px;
    box-shadow: 1px 1px 2px 0px #a5a5a5;
}

#wrapper .button a {
    font-family: "Architects Daughter", cursive;
    font-size: 22px;
    margin: 15px 0 30px;
    background: #0069b4;
    display: inline-block;
    color: #fff;
    padding: 4px 10px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#wrapper .button a:hover {
    background: #e5eff5;
    color: #595959;
}

#wrapper ul {
    margin: 0;
    list-style: none;
}

#wrapper ul li {
    padding-left: 14px;
    position: relative;
}
#wrapper ul li:not(:last-child){
    margin-bottom: 7px;
}
#wrapper ul li:before {
    content: "\002022";
    font-size: 19px;
    font-family: Arial, sans-serif;
    position: absolute;
    top: 1px;
    line-height: 1;
    left: 0;
    color: #0069b4;
}

#wrapper img {
    max-width: 100%;
    vertical-align: middle;
}
#wrapper .mb20{
    margin-bottom: 20px;
}
#wrapper .big-ttl{
    font-size: 18px;
}
@media (max-width: 929px) {
    #wrapper {
        margin: 0;
        border: none;
        padding: 40px 250px 16px 16px;
    }

    #wrapper :is(p, ul) {
        hyphens: auto;
        -webkit-hyphens: auto;
    }
}

@media (max-width: 767px) {
    #wrapper {
        padding: 16px;
    }

    #wrapper footer {
        position: static;
        width: auto;
    }

    #wrapper .background p {
        text-align: center;
    }

    #wrapper .img {
        margin: 0 auto 10px;
        max-width: 200px;
    }

    #wrapper h1 {
        font-size: 34px;
        line-height: 1.3;
    }

    #wrapper .content {
        padding: 16px;
        margin: 16px 0;
    }
}