/**
 * Edelherbunterwegs Styles
 */

/** 
 * Common form styles 
 */
.tw-edelherbunterwegs .tw-form {
    margin-bottom: 4rem;
    text-align: left;
}

.tw-edelherbunterwegs .tw-form p {
    font-weight: normal;
    width: 100%;
    max-width: 1000px;
}

.tw-edelherbunterwegs #tw-login-form .button,
.tw-edelherbunterwegs .button {
    background-color: #9B2021;
    background-image: url('../img/icon-angle-right.svg');
    background-position: center right 2rem;
    background-size: 10px;
    background-repeat: no-repeat;
    border: 2px solid #FF4D4E !important;
    color: #ffffff;
    cursor: pointer !important;
    display: inline-block;
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 50px;
    margin-right: 2rem;
    margin-top: 1rem;
    padding: 0 4rem 0 2rem;
    position: relative;
    text-decoration: none !important;
}

.tw-edelherbunterwegs .button:hover {
    color: #FFD17C;
    border-color: #FFD17C !important;
}

.tw-edelherbunterwegs .tw-form .button.button-disabled {
    background-image: none;
    opacity: 0.5;
    padding: 0 2rem;
    pointer-events: none;
}

.tw-edelherbunterwegs .tw-form .tw-section {
    margin: 0 0 30px;
}

.tw-edelherbunterwegs .tw-form .tw-section-header {
    color: #FFD17C;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 15px;
}

.tw-edelherbunterwegs .tw-form .tw-image-gallery div {
    margin: 0 0 1rem;
}

@media only screen and (min-width: 600px) {
    .tw-edelherbunterwegs .tw-form .tw-image-gallery {
        display: grid;
        grid-template-columns: 2.15fr 1fr;
        grid-column-gap: 2rem;
    }

    .tw-edelherbunterwegs .tw-form .tw-image-gallery div:nth-child(even) {
        flex: 1;
    }

    .tw-edelherbunterwegs .tw-form .tw-image-gallery div:nth-child(odd) {
        flex: 2.25;
    }
}

.tw-edelherbunterwegs .tw-input-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 2rem;
    margin: 0 0 30px;
}

.tw-edelherbunterwegs .tw-input-container .tw-input-col {
    margin: 2rem 0 0;
}

.tw-edelherbunterwegs .tw-input-container .tw-input-col .tw-input:not(:last-child) {
    margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
    .tw-edelherbunterwegs .tw-input-container {
        display: grid;
    }
}

.tw-edelherbunterwegs .tw-input-container.tw-has-border {
    border-bottom: 2px solid #FFD17C;
    padding: 0 0 38px;
}

.tw-edelherbunterwegs .tw-input-container .tw-input {
    flex: 1 0 100%;
}

@media only screen and (min-width: 600px) {
    .tw-edelherbunterwegs .tw-input-container .tw-input {
        flex: 0 0 calc(50% - 15px);
    }
}

.tw-edelherbunterwegs .tw-input-container .tw-input:not(.tw-has-label) {
    margin: 35px 0 0;
}

.tw-edelherbunterwegs .tw-input-container .tw-input input,
.tw-edelherbunterwegs .tw-input-container .tw-input select,
.tw-edelherbunterwegs .tw-input-container .tw-input textarea {
    cursor: pointer;
    width: 100%;
}

.tw-edelherbunterwegs .tw-input-container .tw-input .tw-readonly,
.tw-edelherbunterwegs .tw-input-container .tw-input textarea:read-only,
.tw-edelherbunterwegs .tw-input-container .tw-input input[type="text"]:read-only,
.tw-edelherbunterwegs .tw-input-container .tw-input input[type="email"]:read-only {
    opacity: 0.5;
    pointer-events: none;
}

.tw-edelherbunterwegs .tw-input-container .tw-input label,
.tw-edelherbunterwegs .tw-input-container .tw-input>span {
    display: inline-block;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 5px;
    width: 100%;
}


.tw-edelherbunterwegs .tw-input-container .tw-input label b {
    color: #FFD17C;
}

.tw-edelherbunterwegs .tw-input-container .tw-input input,
.tw-edelherbunterwegs .tw-input-container .tw-input select {
    height: 50px;
    line-height: 50px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.tw-edelherbunterwegs .tw-input-container .tw-input textarea {
    border: 0;
    display: block;
    outline: 0 !important;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    resize: none;
}

.tw-edelherbunterwegs .tw-input-container .tw-input .tw-textarea-count {
    background: #ffffff;
    color: #a0a0a0;
    font-size: 0.8em;
    font-weight: 600;
    padding: 0.5rem 2rem;
    text-align: right;
}

/* File upload */
.tw-edelherbunterwegs .tw-input-container .tw-input label.tw-button-upload {
    display: inline-block;
    height: 50px;
    line-height: 45px;
    margin: 1rem 0 0;
    width: auto;
}

.tw-edelherbunterwegs .tw-input-container .tw-input input[type="file"] {
    font-size: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.tw-edelherbunterwegs .tw-input-container .tw-input input::file-selector-button {
    display: none;
}

.tw-edelherbunterwegs .tw-input-container .tw-input .tw-file-name {
    background: white;
    color: #000000;
    cursor: pointer;
    display: none;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    max-width: 485px;
    padding: 0 45px 0 2rem;
    position: relative;
    overflow: hidden;
}

.tw-edelherbunterwegs .tw-input-container .tw-input .tw-file-name:after {
    background: #ffffff;
    content: '\00d7';
    display: inline-block;
    font-size: 30px;
    height: 45px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 45px;
}

.tw-edelherbunterwegs .tw-input-container .tw-input .tw-file-name.tw-show {
    display: block;
}

/* Checkbox */
.tw-edelherbunterwegs .tw-input-container .tw-input-check {
    position: relative;
    max-width: 1000px;
}

.tw-edelherbunterwegs .tw-input-container .tw-input-check label {
    cursor: pointer;
    padding-left: 40px;
    line-height: 30px;
    font-weight: normal;
    margin: 0;
}

.tw-edelherbunterwegs .tw-input-container .tw-input-check input[type="checkbox"] {
    display: none;
}

.tw-edelherbunterwegs .tw-input-container .tw-input-check input[type="checkbox"]+label:before {
    border: 2px solid #ffffff;
    border-radius: 15px;
    content: '';
    display: inline-block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
}

.tw-edelherbunterwegs .tw-input-container .tw-input-check input[type="checkbox"]:checked+label:after {
    content: '\2713';
    height: 30px;
    left: 0px;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 30px;
}

/** 
 * Form Hints, Notes and Errors
 */
.tw-edelherbunterwegs .tw-hint {
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    font-weight: normal !important;
    padding: 5px;
    width: 100%;
}

.tw-edelherbunterwegs .tw-note {
    font-weight: normal;
    color: #bbbbbb;
    max-width: 480px;
}

.tw-edelherbunterwegs .tw-error,
.tw-edelherbunterwegs .parsley-errors-list li {
    background: #FFD17C;
    color: black;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    padding: 5px;
    width: 100%;
}

.tw-edelherbunterwegs .parsley-errors-list {
    margin: 0;
    padding: 0;
}

.tw-edelherbunterwegs .parsley-errors-list li {
    list-style-type: none;
}

/**
 * Registration Form
 */
.tw-edelherbunterwegs.tw-register {}

/**
 * Map
 */
.tw-edelherbunterwegs #edelherbunterwegs-leaflet-map {
    height: 600px;
    margin-bottom: 4rem;
}

.tw-edelherbunterwegs #edelherbunterwegs-leaflet-map .leaflet-popup-content-wrapper {
    background-color: #242324;
    background-image: url('../img/dialog-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
    color: #ffffff;
}

.tw-edelherbunterwegs #edelherbunterwegs-leaflet-map .leaflet-popup-tip {
    background: #242324;
}

.tw-edelherbunterwegs #edelherbunterwegs-leaflet-map .leaflet-popup-content {
    border: 4px solid #6E6E6E95;
    margin: 3rem 1.5rem 1.5rem;
    padding: 1.5rem;
}

.tw-edelherbunterwegs #edelherbunterwegs-leaflet-map .leaflet-popup-content h3 {
    border-bottom: 2px solid #FFD17C;
    font-family: "Rakesly Bold", Arial;
    font-weight: normal;
    padding-bottom: 0.25rem;
    margin-bottom: 1.5rem;
}

.tw-edelherbunterwegs #edelherbunterwegs-leaflet-map .leaflet-popup-close-button {
    color: #ffffff;
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
    padding: 0.5rem;
}

/**
 * List View
 */
.tw-edelherbunterwegs #tw-image-filter .button {
    margin-top: 0;
    height: 50px;
    line-height: 45px;
}

.tw-edelherbunterwegs .tw-image-list {
    list-style-type: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 1rem;
    padding: 0;
    margin: 0;
}

@media only screen and (min-width: 1025px) {
    .tw-edelherbunterwegs .tw-image-list {
        display: grid;
    }
}

.tw-edelherbunterwegs .tw-image-list li {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    flex: 1 1 calc(50% - 2rem);
    align-items: flex-start;
    margin: 2rem 0;
}

.tw-edelherbunterwegs .tw-image-list li .tw-stamp {
    aspect-ratio: 1.06;
    background-image: url('../img/stamp.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    flex: 1;
    padding: 2%;
}

.tw-edelherbunterwegs .tw-image-list li .tw-content {
    padding: 0;
}

.tw-edelherbunterwegs .tw-image-list li .tw-image {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
}

.tw-edelherbunterwegs .tw-image-list li .tw-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.tw-edelherbunterwegs .tw-image-list li .tw-image .tw-overlay {
    background: #FFD17C;
    color: #9B2021;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.tw-edelherbunterwegs .tw-image-list li .tw-image .tw-overlay span {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.tw-edelherbunterwegs .tw-image-list li .tw-image .tw-overlay span:before {
    content: '';
    background-image: url('../img/icon-marker.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

@media screen and (min-width: 992px) {
    .tw-edelherbunterwegs .tw-image-list li .tw-image .tw-overlay span:before {
        width: 20px;
        height: 27px;
    }
}


.tw-edelherbunterwegs .tw-image-list li .tw-image button {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    text-align: center;
    padding: 10px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.tw-edelherbunterwegs .tw-image-list li .tw-image button span {
    font-size: 0;
    line-height: 0;
    display: inline-block;
}

.tw-edelherbunterwegs .tw-image-list li .tw-image button span:before {
    content: '';
    display: inline-block;
    background-image: url('../img/icon-search.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}

.tw-edelherbunterwegs .tw-image-list li .tw-content {
    flex: 1.25;
}

.tw-edelherbunterwegs .tw-image-list li .tw-title {
    font-family: "Rakesly Bold";
    font-size: clamp(23px, 3vw, 32px);
    font-weight: normal;
}

.tw-edelherbunterwegs .tw-image-list li .tw-message {
    font-weight: normal;
    margin: 0;
}

.tw-edelherbunterwegs .tw-image-list li .tw-votes {
    color: #FFD17C;
    margin-top: 0.5rem;
}

.tw-edelherbunterwegs button.tw-vote {
    background-color: #9B2021;
    background-image: url(../img/icon-heart.svg);
    background-position: center right 1rem;
    background-size: 22px;
    background-repeat: no-repeat;
    border: 2px solid #FF4D4E !important;
    color: #ffffff;
    cursor: pointer !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 600 !important;
    line-height: 35px;
    padding: 0 3rem 0 1rem;
    position: relative;
    text-decoration: none !important;
}

@media only screen and (min-width: 600px) {
    .tw-edelherbunterwegs button.tw-vote {
        background-position: center right 2rem;
        line-height: 50px;
        padding: 0 4rem 0 2rem;
        font-size: 20px;
    }
}

.tw-edelherbunterwegs button.tw-vote:hover {
    color: #FFD17C;
    border-color: #FFD17C !important;
}

.tw-edelherbunterwegs-dialog {
    background-image: url('../img/dialog-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
    box-shadow: none !important;
    color: #ffffff;
    height: 100%;
    max-width: 1000px;
    max-height: 800px;
    outline: 0 !important;
    width: calc(100% - 2rem);
    z-index: 99;
}

#tw-voting-dialog {
    max-height: 965px;
    max-width: 1300px;
    padding: 1rem 1rem 2rem;
}

@media only screen and (min-width: 600px) {
    #tw-voting-dialog {
        padding: 1rem 2rem 2rem;
    }
}

#tw-voting-dialog header {
    padding-bottom: 1rem;
}

#tw-voting-dialog main {
    border: 4px solid rgba(255, 255, 255, 0.25);
    height: calc(100% - 66px);
    margin: 0;
    overflow: auto;
    padding: 1rem;
    -ms-overflow-style: auto;
    scrollbar-color: #686868 #424242;
    text-align: left;
}

@media only screen and (min-width: 600px) {
    #tw-voting-dialog main {
        padding: 2rem;
    }
}

#tw-voting-dialog main::-webkit-scrollbar-thumb {
    background-color: #686868;
}

#tw-voting-dialog main::-webkit-scrollbar-track {
    background-color: #424242;
    ;
}

#tw-voting-dialog main::-webkit-scrollbar-corner {
    background-color: #424242;
    ;
}

#tw-voting-dialog main::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
}

#tw-voting-dialog .tw-dialog-heading {
    border-bottom: 2px solid #FFD17C;
    display: inline-block;
    font-family: "Rakesly Bold";
    font-size: clamp(23px, 3vw, 32px);
    padding-bottom: 1rem;
}

#tw-voting-dialog .tw-dialog-description {
    margin-bottom: 3rem;
}

#tw-voting-dialog .tw-form {
    margin: 0;
}

.tw-edelherbunterwegs-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.25);
}

.tw-edelherbunterwegs-dialog header {
    text-align: right;
}

.tw-edelherbunterwegs-dialog header button {
    background-color: transparent;
    background-image: url('../img/icon-x.svg');
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    font-size: 0;
    line-height: 0;
    width: 50px;
    height: 50px;
    text-align: right;
    cursor: pointer;
}

.tw-edelherbunterwegs-dialog main {
    opacity: 0;
}

.tw-edelherbunterwegs-dialog[open] main {
    animation: fadein 0.25s ease-in forwards;
    animation-delay: 0.25s;
    padding-top: 2rem;
    padding-bottom: 4rem;
    text-align: center;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.tw-stamp {
    display: inline-block;
    max-height: 600px;
    aspect-ratio: 1.06;
    background-image: url('../img/stamp.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 3%;
}

.tw-edelherbunterwegs-dialog main img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tw-edelherbunterwegs-dialog main .tw-edelherbunterwegs #tw-pagination {
    display: inline-block;
    font-size: 25px;
    padding: 8rem 2rem 8rem;
    text-align: center;
    position: relative;
    list-style-type: none;
    transform: translateX(-50%);
    left: 50%;
    z-index: 2;
}

.tw-edelherbunterwegs .tw-pagination {
    font-size: 2rem;
    text-align: center;
    margin-top: 4rem;
}

.tw-edelherbunterwegs .tw-pagination a,
.tw-edelherbunterwegs .tw-pagination span {
    display: inline-block;
    padding: 0 0.5rem;
    text-decoration: none !important;
}

/**
 * Login Form
 */
.tw-edelherbunterwegs.tw-login h1 {
    border-bottom: 2px solid #FFD17C;
    display: block;
    font-size: clamp(50px, 5vw, 82px) !important;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    width: 75%;
}

.tw-edelherbunterwegs.tw-login .tw-error {
    margin-bottom: 1rem;
}

.tw-edelherbunterwegs #tw-login-form .login-username,
.tw-edelherbunterwegs #tw-login-form .login-password {
    margin-bottom: 2rem;
}

@media only screen and (min-width: 600px) {
    .tw-edelherbunterwegs #tw-login-form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .tw-edelherbunterwegs #tw-login-form .login-username,
    .tw-edelherbunterwegs #tw-login-form .login-password {
        flex: 0 0 calc(50% - 15px);
    }

    .tw-edelherbunterwegs #tw-login-form .login-reset,
    .tw-edelherbunterwegs #tw-login-form .login-submit {
        flex: 0 0 100%;
    }
}

.tw-edelherbunterwegs #tw-login-form input[type="text"],
.tw-edelherbunterwegs #tw-login-form input[type="password"] {
    height: 50px;
    line-height: 50px;
    padding: 0 2rem;
    width: 100%;
}

/**
 * Dashboard 
 */
.tw-dashboard {
    margin-top: 12vh;
}

.tw-dashboard .tw-intro {
    max-width: 1000px;
}

.tw-dashboard .tw-intro .tw-headline {
    margin-bottom: 3rem;
}

.tw-dashboard .tw-intro h1 {
    border-bottom: 2px solid #FFD17C;
    display: inline-block;
    font-size: clamp(50px, 5vw, 82px) !important;
    margin-bottom: 50px;
    padding-bottom: 24px;
}

.tw-dashboard .tw-intro p {
    font-weight: normal;
}

.tw-dashboard {
    margin-bottom: 4rem;
}

.tw-dashboard .tw-section:not(.tw-editable) .tw-input-container {
    opacity: 0.5;
    pointer-events: none;
}

.tw-dashboard .tw-edit {
    background-color: transparent;
    background-image: url('../img/icon-edit.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 25px;
    border: none;
    color: #FFD17C;
    font-size: 0.8em;
    margin-left: 20px;
    padding-left: 30px;
}

.tw-dashboard .tw-logout {
    background-color: transparent;
    background-image: url('../img/icon-logout.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 25px;
    display: inline-block;
    font-weight: normal;
    margin: 45px 0 60px;
    padding-left: 30px;
    text-decoration: none;
}

.tw-dashboard .tw-message {
    background: #ffffff;
    color: #000000;
    display: block;
    height: 140px !important;
    opacity: 0.5;
    padding: 0.5rem 2rem;
    pointer-events: none;
}

.tw-dashboard .tw-check {
    color: #FFD17C;
}

.tw-dashboard .tw-check:after {
    background-color: transparent;
    background-image: url('../img/icon-check.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 15px;
    margin-left: 5px;
    width: 20px;
}

.tw-dashboard .tw-preview {
    width: 130px !important;
    aspect-ratio: 1.06;
    background-image: url('../img/stamp.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 2%;
    opacity: 0.5;
}

@media only screen and (min-width: 1024px) {
    .tw-dashboard .tw-preview {
        margin: 1rem 0 10px;
    }
}

/** 
 * Content Elements 
 */
.tw-edelherbunterwegs-content {
    background-image: url(../img/schiefer_dark.png);
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.tw-edelherbunterwegs-content .tw-container-background {
    position: relative;
    padding-top: 4rem;
}

@media only screen and (min-width: 1024px) {
    .tw-edelherbunterwegs-content .tw-container-background {
        padding-top: 10rem;
    }
}

.tw-edelherbunterwegs-content .tw-container-background>div {
    position: relative;
    z-index: 2;
}

.tw-edelherbunterwegs-content .tw-container-background:before {
    aspect-ratio: 0.8;
    background-image: url(/app/uploads/2024/03/content-staps-top.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
}

.tw-edelherbunterwegs-content .tw-container-background:not(.tw-background-top-only):after {
    aspect-ratio: 0.8;
    background-image: url(/app/uploads/2024/03/content-stamps-bottom.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
}

.tw-edelherbunterwegs-content .tw-content {
    padding: 0 10px;
}

.tw-edelherbunterwegs-content .tw-content h2,
.tw-edelherbunterwegs-content .tw-content h3 {
    border-bottom: 0;
    font-family: 'Rakesly Bold';
    font-size: clamp(25px, 2vw, 40px);
    margin-bottom: 0;
    padding-bottom: 1.5rem;
}

.tw-edelherbunterwegs-content .tw-content p {
    font-weight: normal;
}

.tw-edelherbunterwegs-content .tw-image {
    text-align: center;
}

.tw-edelherbunterwegs-content .tw-content>ul {
    list-style-type: none;
    margin: 1rem 0 0;
    padding: 0;
}

.tw-edelherbunterwegs-content .tw-content>ul li {
    margin: 0.5rem 0;
}

.tw-edelherbunterwegs-content .tw-content>ul li:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../img/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 5px;
}

@media only screen and (min-width: 768px) {
    .tw-edelherbunterwegs-content .tw-content>ul {
        display: flex;
        flex-wrap: wrap;
    }

    .tw-edelherbunterwegs-content .tw-content>ul li {
        flex: 0 0 50%;
        margin: 1rem 0;
    }
}

.tw-edelherbunterwegs-content .tw-content a {
    font-weight: 600;
}

/* Headline Element */

/* Grid */
.tw-edelherbunterwegs-content .tw-grid .tw-col {
    margin-bottom: 2rem;
}

.tw-edelherbunterwegs-content .tw-grid .tw-col .tw-content h3 {
    color: #FFD17C;
    font-family: 'Source Sans Pro';
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 0.5rem;
}

.tw-edelherbunterwegs-content .tw-grid .tw-col .tw-image {
    margin-bottom: 1rem
}

/* Slider */
.tw-edelherbunterwegs-content .flexslider {
    border: 0;
    margin-bottom: 2rem;
    max-width: 850px;
}

.tw-edelherbunterwegs-content .flexslider .flex-direction-nav .flex-prev {
    background-image: url(../img/flexslider-left.svg);
    left: 0px !important;
}

.tw-edelherbunterwegs-content .flexslider .flex-direction-nav .flex-next {
    background-image: url(../img/flexslider-right.svg);
    right: 0px !important;
}

.tw-edelherbunterwegs-content .flexslider .flex-direction-nav a {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px !important;
    opacity: 1 !important;
    text-indent: 99px;
    width: 30px !important;
}

.tw-edelherbunterwegs-content .flexslider .flex-direction-nav a:before {
    content: '';
    display: none;
}

@media only screen and (min-width: 768px) {
    .tw-edelherbunterwegs-content .flexslider .flex-direction-nav a {
        height: 50px !important;
    }

    .tw-edelherbunterwegs-content .flexslider .flex-direction-nav .flex-prev {
        left: -50px !important;
    }

    .tw-edelherbunterwegs-content .flexslider .flex-direction-nav .flex-next {
        right: -50px !important;
    }
}

/* Voting */


/** 
 * Special styles for plugin related pages
 */
.page-id-607243 .tw-edelherbunterwegs-content>.tw-container-headline {
    padding-top: 10rem !important;
}

/* Login Page */
.page-id-625286 .tw-edelherbunterwegs-content {
    background-image: none;
    margin-top: -20%;
}

.page-id-625286 .tw-edelherbunterwegs-content .tw-container {
    max-width: 1300px;
}

/* Register Page */
.page-id-625268 .hero-text .button {
    background-color: #9B2021;
    background-image: url('../img/icon-angle-right.svg');
    background-position: center right 2rem;
    background-size: 10px;
    background-repeat: no-repeat;
    border: 2px solid #FF4D4E !important;
    color: #ffffff;
    cursor: pointer !important;
    display: inline-block;
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 50px;
    margin-right: 2rem;
    margin-top: 1rem;
    padding: 0 4rem 0 2rem;
    position: relative;
    text-decoration: none !important;
}

.page-id-625268 .hero-text .button:hover {
    color: #FFD17C;
    border-color: #FFD17C !important;
}

.page-id-625268 #registrieren {
    max-width: 1500px;
}