#langSwitcher select {
    font-size: 16px;
    padding: 5px;
    margin-bottom: 20px;
}

#cookie_notice {
    background: #00000045;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    /*overflow-y: scroll;*/
    overflow: auto;
}

#cookie_notice_inner {
    background: white;
    padding: 10px 10px;
    border-radius: 10px;
    position: relative;
    left: 0;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    width: 60%;
    z-index: 9999;
    font-size: 18px;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

#cookie_notice_inner h1 {
    text-align: center;
}

#cookie_notice_inner .title {
    font-size: 21px;
    font-weight: 500;
}

#cookie_notice_inner p {
    padding: 20px;
    margin: 0;
}

#cookieInfo {
    padding: 40px 20px;
}

#cookie_notice_form {
    text-align: center;
    padding-bottom: 20px;
}

#cookie_notice_form form {
    margin-bottom: 25px;
}

#cookie_notice_form input {
    transform: scale(1.7);
    margin: 5px;
    border-radius: 5px;
}

#cookie_notice_form label {
    padding: 0 50px 0 0;
    font-size: 21px;
    display: inline-block;
}

#cookie_notice_form button {
    padding: 10px;
    margin-right: 20px;
    font-size: 16px;
    text-transform: uppercase
}

#cookie_notice_form button:hover {
    cursor: pointer;
    background-color: #b5b5b5;
}

#notice_button_chose {
    border: 1px solid;
    background-color: white;
}

#notice_button_all {
    border: 2px solid;
    background-color: greenyellow;
}


#cookie_notice a {
    color: #666;
}

#infoContent {
    text-align: left;
    padding: 20px;
}

#infoContent a {
    text-decoration: none;
    color: teal;
}

#infoContent a .in:after {
    content: " ▼";
}

#infoContent a .out:after {
    content: " ▲";
}

#infoContent .notshow {
    display: none;
}

#infoContent .show {
    display: block;
    padding-top: 10px;
}

#dropdownContent .headline {
    padding-bottom: 0;
    font-weight: bold;
}

#dropdownContent p {
    padding: 5px 0;
}

#cookie_version {
    font-size: 9px;
    padding-right: 20px;
    text-align: end;
}

@media only screen and (max-width: 1100px) {
    #cookie_notice_inner {
        width: 80%;
        top: 50px;
    }

    #cookie_notice_form label {
        padding: 10px 50px;
    }
}

@media (max-width: 600px) {

    #cookieInfo {
        padding: 0;
    }

    #cookie_notice_inner {
        width: 90%;
        top: 10px;
    }

    #cookie_notice_form label {
        width: 100%;
        text-align: left;
        padding: 10px 50px;
    }

    #cookie_notice_inner button {
        margin: 10px;
    }
}