/*

menü: #181818
grün: #a9c938 auf 90%

*/

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
hgroup,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
html,
body {
    height: 100%;
    width: 100% !important;
}
body {
    max-width: 100% !important;
    overflow-x: hidden;
    color: #2a2a2a;
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-size: 18px;
    overflow-x: hidden;
    font-family: AvantGardeGothicITCW01Bk;
    font-weight: normal;
    font-style: normal;
}
h1,
h2,
h3 {
    color: #a9c938;
    font-family: AvantGardeGothicITCW02Dm;
    font-weight: normal;
    font-style: normal;
}
h1 {
    padding: 30px 0 15px;
}
h2 {
    padding: 20px 0 2px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

*:focus {
    outline: none;
}

.menu_bar {
    height: 100vh;
    width: 430px;
    position: fixed;
    top: 0;
    transition: 0.5s all;
    min-height: 1330px;
}

.sidebar_bg_green {
    background-color: rgba(169, 201, 56, 0.85);
    mix-blend-mode: multiply;
    left: -200px;
    transform: matrix(1, 0, -0.4, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.4, 1, 0, 0);
    -webkit-transform: matrix(1, 0, -0.4, 1, 0, 0);
}

.closed .sidebar_bg_green {
    transform: matrix(1, 0, -0.2, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.2, 1, 0, 0);
    -webkit-transform: matrix(1, 0, -0.2, 1, 0, 0);
    left: -355px;
}

.sidebar_bg {
    background-color: #181818;
    left: -240px;
    transform: matrix(1, 0, -0.25, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.25, 1, 0, 0);
    -webkit-transform: matrix(1, 0, -0.25, 1, 0, 0);

    -webkit-box-shadow: 22px 0px 25px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 22px 0px 25px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 22px 0px 25px 3px rgba(0, 0, 0, 0.2);
}

.closed .sidebar_bg {
    transform: matrix(1, 0, -0.4, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.4, 1, 0, 0);
    -webkit-transform: matrix(1, 0, -0.4, 1, 0, 0);
    left: -445px;
}

.sidebar {
    height: 100vh;
    width: 430px;
    position: fixed;
    top: 0;
    left: 0px;
    min-height: 800px;
    max-height: 1140px;
}

.logo {
    max-width: 350px;
    width: 350px;
    left: 20px;
    margin-top: 90px;
    position: relative;
    transition: 0.5s all;
    -webkit-filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.5));
    height: 141px;
    display: block;
}

.closed .logo {
    margin-top: 30px;
    left: 25px;
    width: 225px;
}

.bg_gradient {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
}

#intro_icons {
    margin-top: 100px;
}
.intro_icon img {
    height: 120px;
    width: auto;
    /*max-height: 126px;
    margin-bottom: 40px;*/
}

.intro_icon {
    transition: 1s all;
    opacity: 1;
}
.intro_icon .birne {
    top: -15px;
    position: relative;
    margin-bottom: 0px;
}

.intro_icon .schloss {
    position: relative;
    top: -15px;
}

.intro_icon.inactive {
    opacity: 0;
    transform: translateY(100px);
}

.intro_icon h2 {
    margin-bottom: 22px;
}

.header_image img {
    height: auto;
    max-width: 1600px;
    width: 100%;
    z-index: -1;
}

.header_content {
    position: absolute;
    top: 100px;
    width: 100%;
    transition: 0.5s all;
}

.header_center {
    max-width: 700px;
    margin: auto;
    text-align: left;
    transition: 0.5s all;
    float: right;
    margin-right: 180px;
}

.header_center .header_text {
    color: #fff;
    margin-top: 200px;
    transition: 0.5s all;
}

.header_center h1 {
    color: #fff;
    margin-bottom: 50px;
    font-size: 34px;
}

.header_center .header_text p {
    font-family: AvantGardeGothicITCW01Bk;
    line-height: 30px;
    font-size: 20px;
}

.header_center b {
    font-family: AvantGardeGothicITCW02Dm;
    font-weight: normal;
}

.input_round,
.sidebar .input_password_combined {
    border: 0;
    height: 42px;
    display: block;
    margin-left: 60px;
    margin-bottom: 20px;
    transition: 0.5s all;
    color: #fff;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 150px;
    position: relative;
    font-size: 14px;
    background-color: transparent;
}

.input_name {
    border: 1px solid #a4a5a5;
    border-radius: 21px;
}

.input_password {
    margin-left: 0;
    left: 0;
    position: absolute;
    top: 0;
    border: 1px solid #a4a5a5;
    border-radius: 21px;
    width: 70%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.sidebar button {
    width: 30%;
    border: 0;
    background-color: transparent;
    right: 0;
    position: absolute;
    top: 0;
    color: #a9c938;
    height: 100%;
    font-size: 12px;
    border-radius: 21px;
    border: 1px solid #a9c938;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.logo_small {
    display: none;
    top: 0px;
}

.closed .input_name,
.closed .input_password_combined {
    opacity: 0;
    margin-left: -90px;
}

.side_image_container {
    position: relative;
    display: inline-block;
}

.side_image {
    position: relative;
}

.side_image p {
    position: absolute;
    bottom: 150px;
    left: 150px;
    font-size: 30px;
    color: #fff;
    line-height: 46px;
    /*transition: 1s all;*/
    font-family: AvantGardeGothicITCW02Dm;
}

.side_image p.inactive {
    opacity: 0;
    left: 10px;
}

.head {
    display: block;
    opacity: 0;
    transition: 0.5s all;
    width: 40px;
    height: auto;
    margin-left: 60px;
    margin-top: 0px;
    cursor: pointer;
}

.closed .head {
    opacity: 1;
}

article {
    padding-top: 120px;
    padding-bottom: 80px;
}

.container-fluid .col-md-6,
.container-fluid .col-12 {
    padding-left: 0;
    padding-right: 0;
}

article ul li {
    position: relative;
    list-style: none;
    margin-bottom: 15px;
}

article ul li:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 4px solid #a9c938;
    display: block;
    border-radius: 9px;
    position: absolute;
    left: -40px;
    top: 7px;
}

nav {
    position: absolute;
    top: 30px;
    right: 30px;
    font-family: AvantGardeGothicITCW02Dm;
    font-weight: normal;
    font-style: normal;
    color: #575757;
    z-index: 200;
}

nav a,
nav a:active,
nav a:visited {
    color: #575757;
    transition: 0.25s all;
}

nav a:hover {
    color: #a9c938;
    text-decoration: none;
}

nav ul li {
    position: relative;
    list-style: none;
    float: left;
}

nav ul li:last-child,
nav ul li:nth-child(2) {
    margin-left: 40px;
}

nav ul li:last-child:before,
nav ul li:nth-child(2):before {
    content: "";
    height: 38px;
    border-right: 2px solid #575757;
    display: block;
    position: absolute;
    left: -20px;
    top: -5px;
}
nav svg path {
    transition: 0.25s all;
}
nav a:hover svg path {
    transition: 0.25s all;
    fill: #a9c938;
}

footer {
    position: relative;
    overflow: hidden;
}
footer a {
    color: #fff;
    transition: 0.25s all;
    font-size: 18px;
    font-family: AvantGardeGothicITCW02Dm;
}

footer a:hover {
    color: #efefef;
    text-decoration: none;
}

.footer_img {
    width: 75%;
    height: auto;
}

.footer_green {
    background-color: rgba(169, 201, 56, 0.9);
    mix-blend-mode: multiply;
    width: 100%;
    height: 320px;
    position: absolute;
    bottom: -180px;
    transform: matrix(1, -0.1, 0, 1, 0, 0);
    -ms-transform: matrix(1, -0.1, 0, 1, 0, 0);
    -webkit-transform: matrix(1, -0.1, 0, 1, 0, 0);
}

footer ul {
    list-style: none;
    position: absolute;
    bottom: 35px;
    right: 35px;
}

footer .top_arrow {
    position: absolute;
    bottom: 130px;
    right: 70px;
    transition: 0.5s all;
}

footer .top_arrow:hover {
    transform: translateY(-10px);
}

footer ul li {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}

footer ul li:after {
    content: " ";
    position: absolute;
    height: 46px;
    width: 2px;
    right: -20px;
    top: -7px;
    display: block;
    background-color: #fff;
}

footer ul li:last-child:after {
    content: none;
}

.content_right {
    padding-left: 20px !important;
    padding-right: 100px !important;
}

article h2 {
    margin-bottom: 60px;
}

article p {
    max-width: 960px;
}
#login {
    width: 70%;
    text-align: center;
}
#login a {
    font-size: 14px;
    display: block;
}
.mobile_login {
    border: 2px solid #a4a5a5;
    border-radius: 21px;
    transition: 0.5s all;
    clear: both;
    display: inline-block;
    color: #a4a5a5;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    margin: 10px auto 20px;
}
.mobile_login a {
    padding: 8px 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    color: #a4a5a5 !important;
}
.mobile_login:hover {
    border: 2px solid #a9c938;
}
#login .mobile_login:hover a,
#login a:hover {
    color: #a9c938 !important;
}
.closed #login {
    opacity: 0;
}
.close_clicker {
    cursor: pointer;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.arrow_menu_down {
    display: none;
}
.footer_text {
    opacity: 1;
    transition: 1s all;
}
.footer_text.inactive {
    transform: translateY(100px);
    opacity: 0;
}

.first_content {
    padding-top: 50px;
}

.inhaltsseite {
    padding-top: 250px;
    margin: auto;
    max-width: 800px;
    position: relative;
    margin-bottom: 200px;
}

.inhaltsseite h1,
.inhaltsseite h2,
.inhaltsseite h3 {
    width: 100%;
}

.middle_container {
    position: relative;
    height: auto;
}
.middle_bg_hidden {
    width: 100%;
    height: 100%;
    opacity: 0;
    max-width: 576px;
    left: 0;
    padding-right: 20px;
}
.middle_bg {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    max-width: 576px;
    left: 0;
    padding-right: 20px;
}
.middle_green {
    position: absolute;
    mix-blend-mode: multiply;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 762px;
}
.middle_text {
    position: absolute;
    bottom: 120px;

    left: 100px;
    font-size: 30px;
    color: #fff;
    line-height: 46px;
}

.top_container {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: left;
    margin-top: 50px;
}
.top_bg {
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    min-width: 700px;
}
.top_bg_hidden {
    width: 100%;
    height: 100%;
    opacity: 0;
    min-width: 700px;
}
.top_green {
    position: absolute;
    mix-blend-mode: multiply;
    right: 0;
    width: 100%;
    top: 60px;
    min-width: 700px;
}
.top_text {
    position: absolute;
    top: 430px;
    left: calc(50% - 300px);
    font-size: 23px;
    color: #fff;
    line-height: 35px;
    max-width: 780px;
}
.top_text h1 {
    color: #fff;
    margin-bottom: 60px;
}

.hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 33px;
    height: 22px;
    display: none;
}

.hamburger .line {
    height: 2px;
    background-color: #fff;
    width: 100%;
    display: block;
    position: absolute;
    transition: 0.5s all;
}

.hamburger.open .line {
    background-color: #000;
}

.hamburger .line1 {
    top: 1px;
}
.hamburger .line2 {
    top: 10px;
}

.hamburger .line3 {
    bottom: 1px;
}

.hamburger.open .line3 {
    transform: translateY(-8px) rotate(-45deg);
}
.hamburger.open .line1 {
    transform: translateY(10px) rotate(45deg);
}
.hamburger.open .line2 {
    opacity: 0;
}

.hamburger_menu {
    background-color: #fff;
    top: 0;
    left: 100vw;
    height: auto;
    width: 100vw;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: fixed;
    transition: 0.5s all;
    padding-top: 20px;
    border-left: 5px solid #a9c938;
    display: none;
}

.hamburger_menu.open {
    display: block;
    left: 0;
}

.hamburger_menu ul {
    list-style: none;
}
.hamburger_menu li {
    font-size: 1.3rem;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #aaa;
}
.hamburger_menu li a {
    color: #000;
    padding: 10px;
}

a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    color: #888;
}
a:hover {
    text-decoration: none;
    color: #a9c938;
}
