/*ROT - #cc0202  |  BLAU - #007dee |  GRAU -#5a5a67*/

:root {
    --prime: #8dc641;
    --secondary: #3ab34a;
}

.e-vanster {
    --prime: #61944f;
}

*,
html,
body,
p,
a {
    color: #5a5a67;
    font-size: 17px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 1.7;
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5 {
    display: block;
    color: #5a5a67;
}

a:hover {
    text-decoration: none;
}

:target:before {
    content: "";
    display: block;
    height: 100px; /* fixed header height*/
    margin: -100px 0 0; /* negative fixed header height */
}

button.menubuttonburger{background: transparent;border: none;z-index: 9;position: relative;;}
button:focus{outline: auto;}

/*-----------------------------------------form_new---------------------------------------------------------------------------*/
#regForm {
    background-color: #f7f7f7;
    padding: 40px;
    width: 100%;
    min-width: 300px;
    min-height: 800px;
    position: relative;
    margin-top: 50px;
}
#regForm h2 {
    text-align: center;
    margin-bottom: 2rem;
}
#regForm .badge-rheine .logo {
    margin-right: 25px;
}
#regForm .badge-rheine .logo img {
    max-width: 75px;
}
#regForm .badge-rheine .flex .info p {
    font-size: 80%;
}
#regForm .badge-rheine .flex .info p a {
    font-size: 100%;
}
#regForm .badge-rheine .flex {
    display: flex;
    flex-direction: row;
}

input,
select,
textarea {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaaaaa;
    line-height: 1;
}

/* Mark input boxes that gets an error on validation: */
.invalid {
    background-color: #ffdddd;
    border: 1.5px solid #cc0202;
    position: relative;
}
p {
    position: relative;
}
p.invalid_parent::after {
    content: "";
    position: absolute;
    background: url("media/warning.png") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    top: 0px;
    right: 0;
}
/* Hide all steps by default: */
.tab {
    display: none;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

button {
    background-color: var(--prime);
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: var(--prime);
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: var(--prime);
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}
.datenschutzcheck {
    display: inline;
    width: auto;
    margin-right: 5px;
}
.price {
    font-size: 1.5rem;
    font-weight: 600;
    background-color: #f1f1f1;
    border: 1px solid #e1e1e1;
    color: var(--prime);
    margin-bottom: 0.1rem;
    padding: 10px;
    width: 100%;
    display: inline-block;
}
.pauschale {
    font-size: 0.9rem;
}
.captcha {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}
.agb {
    margin-bottom: -0.99rem;
}
.error_container {
    font-size: 1.3rem;
    background-color: #f1f1f1;
    color: #cc0202;
    padding: 20px;
}
p a {
    color: var(--prime);
    font-weight: 600;
}
/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #04aa6d;
}

.size-100 {
    width: 100%;
    padding: 5px;
}
.size-75 {
    width: 75%;
    padding: 5px;
}
.size-50 {
    width: 50%;
    padding: 5px;
}
.size-25 {
    width: 25%;
    padding: 5px;
}
.size-33 {
    width: 33%;
    padding: 5px;
}
.size-66 {
    width: 66%;
    padding: 5px;
}
/*-----------------------------------------form_new-end--------------------------------------------------------------------------*/

.modal .inner {
    position: fixed;
    background: #fff;
    top: 60px;
    z-index: 99999999999;
    margin-left: 50%;
    left: -300px;
    width: 80%;
    max-width: 600px;
    padding: 40px;
}
.modal .inner a {
    color: var(--prime);
}
.modal .inner .popup-close {
    background: var(--prime);
    color: #fff;
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 15px 22px;
    cursor: pointer;
}
.modal_background {
    position: fixed;
    background: rgba(30, 30, 30, 0.7);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
}

.topline {
    width: 100%;
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 250%;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: center;
}
.headline {
    font-size: 500%;
    font-family: "Quentin";
    text-align: center;
    margin-left: 0;
    margin-top: -20px;
    color: var(--prime);
}
.subline {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    color: #333;
    font-weight: 200;
    font-size: 250%;
    position: relative;
}

.container {
    max-width: 1550px;
}
.container-wide {
    max-width: 1800px;
    margin: 0 auto;
}
.row {
    justify-content: center;
}

.btn {
    background: var(--prime);
    color: #fff;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 100%;
    font-weight: 300;
    transition: all 0.4s ease;
    border: solid 2px var(--prime);
    border-radius: 10px;
    width: max-content;
    padding: 10px 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.btn:hover {
    color: #fff;
    border: solid 2px var(--secondary);
    background: var(--secondary);
    transition: all 0.4s ease;
}

img {
    max-width: 100%;
}

input:focus-visible {
    outline: auto;
}

.owl-carousel .owl-item {
    padding: 20px;
}

.e-vanster .karlklammer {
    display: none;
}

.karlklammer {
    position: fixed;
    bottom: 25px;
    right: 25px;
    max-width: 55px;
    height: 55px;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 99;
}
.karlklammer img:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}
.karlklammer img {
    max-width: 100%;
    transition: all 0.3s ease;
}
.karlklammer .form {
    width: 450px;
    position: absolute;
    right: -500px;
    bottom: 0px;
    background: #fff;
    transition: all 0.5s ease;
    -webkit-box-shadow: 10px 10px 60px -20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 10px 60px -20px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 60px -20px rgba(0, 0, 0, 0.5);
}
.karlklammer .form.active {
    right: 0;
    transition: all 0.5s ease;
    border-radius: 20px;
}
.karlklammer .form .headline {
    display: block;
    background: var(--prime);
    color: #fff;
    font-weight: 600;
    font-size: 130%;
    padding: 10px 20px;
    font-family: "Poppins", sans-serif;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: left;
}
.karlklammer .form a {
    display: block;
    font-size: 100%;
    position: relative;
    padding-left: 30px;
}
.karlklammer .form .mail::before {
    content: "";
    background: url("media/icons/envelope_gray.png") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
}
.karlklammer .form .telefon::before {
    content: "";
    background: url("media/icons/telefon_gray.png") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
}
.karlklammer .form .mail:hover::before {
    content: "";
    background: url("media/icons/envelope-red.png") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
}
.karlklammer .form .telefon:hover::before {
    content: "";
    background: url("media/icons/telefon-red.png") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
}
.karlklammer .formular {
    padding: 15px 30px;
}
.karlklammer .formular input,
.karlklammer .formular textarea {
    width: 49%;
    margin: 2px;
    background-color: #f2f2f2;
    padding: 15px;
    border: none;
    font-size: 80%;
    float: left;
    height: 55px;
    border-radius: 10px;
}
.karlklammer .formular input#startdatump,
.karlklammer .formular input#zieldatump {
    background: #f2f2f2 url("media/calender.png");
    background-position: 10px;
    background-size: 25px;
    background-repeat: no-repeat;
    padding: 10px 0 10px 45px;
}
.karlklammer .formular input#erwachsene,
.karlklammer .formular input#kinder {
    background: #f2f2f2 url("media/person.png");
    background-position: 10px;
    background-size: 25px;
    background-repeat: no-repeat;
    padding: 10px 0 10px 45px;
}
.karlklammer .formular select#standort {
    background: #f5f5f5 url("media/pin.png");
    background-position: 10px;
    background-size: 25px;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 45px;
    width: 99%;
    border: none;
    color: #aaa;
    font-size: 85%;
    border-radius: 10px;
    height: 55px;
}
.karlklammer .formular .pflicht {
    font-size: 80%;
    line-height: 2;
    margin-bottom: 0;
}
.karlklammer .formular .datenschutz {
    font-size: 80%;
}
.karlklammer .formular .datenschutz input {
    width: 11px;
    height: 11px;
    margin: 5px 5px 0 0;
}
.karlklammer .formular .datenschutz a {
    color: #1e1e1e;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    padding: 0;
}
.karlklammer .formular .datenschutz a:hover {
    color: var(--prime);
}
.karlklammer .formular .datenschutzcheck {
    float: left;
    margin: 5px;
    margin-top: 7px;
    margin-left: 0px;
}
.karlklammer .formular .button {
    width: 100%;
    margin: 15px 0;
}
.karlklammer .formular .button a {
    width: 100%;
}
.karlklammer .form .close {
    position: absolute;
    top: -10px;
    right: 10px;
    color: #fff;
    font-size: 150%;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.karlklammer .form .close:hover {
    color: var(--prime);
    background: #fff;
    transition: all 0.3s ease;
}
.karlklammer .searchform .button .btn {
    width: 100%;
    background-color: var(--prime);
}
.karlklammer .searchform .button .btn:hover {
    background: #333;
    color: #fff;
}

/*----------------------------------HEADER------------------------------------------------*/

#page-header {
    z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
}
#page-header .logo {
    width: 200px;
    height: 125px;
    margin: 0px auto;
    display: block;
    background: url("media/logo.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

#page-header .menu {
    list-style: none;
    text-align: right;
    padding: 50px 0;
}
#page-header .menu li {
    display: inline-block;
    padding: 0 5px;
}
#page-header .menu li a {
    position: relative;
    font-weight: 600;
    color: var(--white);
    transition: all 0.3s ease;
    padding: 13px 20px;
    text-transform: uppercase;
}
#page-header .menu li a:after {
    content: "";
    background: var(--prime);
    position: absolute;
    left: 20px;
    bottom: 10px;
    width: 0;
    height: 2px;
    display: block;
}
#page-header .menu li.current-menu-item > a {
    text-decoration: none;
    transition: all 0.3s ease;
}
#page-header .menu li a:hover:after,
#page-header .menu li.current-menu-item > a:after {
    width: 50px;
    transition: all 0.3s ease;
}
#page-header .menu li.current-menu-item .sub-menu li a:after {
    display: none;
}
/*#page-header .menu li a:after{content:" ";display:block;position:absolute;bottom:-5px;width:0px;height:2px;background:#e03836;transition:width 0.3s ease;}
//#page-header .menu li:hover a:after{width:100%;transition:width 0.3s ease;}*/
#page-header .menu .sub-menu {
    display: none;
    padding: 0;
    position: absolute;
    background: #fff;
    text-align: left;
    margin-left: 0px;
    margin-top: 0px;
}
#page-header .menu li:hover .sub-menu {
    display: block;
}
#page-header .menu .sub-menu li {
    display: block;
    padding: 0;
    margin: 15px 0;
}
#page-header .menu .sub-menu li a {
    position: relative;
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
    padding: 13px 20px;
    text-transform: uppercase;
}
#page-header .menu .sub-menu li a:hover {
    background: #fff;
    color: #333;
}

#page-header .menubuttonburger {
    display: none;
}

#page-header.bottom {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    height: 75px;
    padding: 7.5px 0;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
    -webkit-box-shadow: 10px 10px 60px -20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 10px 60px -20px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 60px -20px rgba(0, 0, 0, 0.5);
}
#page-header.bottom .menu {
    padding: 0 0;
    margin-top: 15px;
}
#page-header.bottom .menu li a {
    color: #333;
}
#page-header.bottom .logo {
    margin: 0 auto;
    background: url("media/logo_scroll.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 60px;
}
#page-header.bottom .icons {
    padding: 10px;
}

@keyframes fadein {
    from {
        top: -200px;
    }
    to {
        top: 0;
    }
}
@-moz-keyframes fadein {
    from {
        top: -200px;
    }
    to {
        top: 0;
    }
}
@-webkit-keyframes fadein {
    from {
        top: -200px;
    }
    to {
        top: 0;
    }
}
@-ms-keyframes fadein {
    from {
        top: -200px;
    }
    to {
        top: 0;
    }
}

.menubuttonburger {
    display: none;
    width: 50px;
    height: 35px;
    position: relative;
    margin-left: 50px;
    cursor: pointer;
    z-index: 1;
}
.menubuttonburger span:nth-child(1) {
    display: block;
    background: var(--prime);
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    border-radius: 10px;
}
.menubuttonburger span:nth-child(2) {
    display: block;
    background: var(--prime);
    width: 100%;
    height: 5px;
    position: absolute;
    top: 17px;
    margin-top: -2px;
    left: 0;
    transition: all 0.3s ease;
    border-radius: 10px;
}
.menubuttonburger span:nth-child(3) {
    display: block;
    background: var(--prime);
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
    border-radius: 10px;
}

/*----------------------ACF-Flexible-Content-------------------------------------------------*/

.flx_headerbild {
    position: relative;
}
.flx_headerbild:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
}
.flx_headerbild .content {
    padding-top: 400px;
    position: relative;
    z-index: 5;
}
.flx_headerbild .content .topline {
    color: #8dc641;
    display: block;
    font-size: 575%;
    margin-bottom: -15px;
    text-align: left;
    line-height: 1;
}
.flx_headerbild .content .topline:after {
    background: #fff;
}
.flx_headerbild .content .headline {
    font-size: 825%;
    color: #fff;
    margin-top: -50px;
    padding-left: 25px;
    margin-left: 0;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.flx_headerbild .content .editor {
    width: 75%;
    margin-top: 75px;
    display: block;
}
.flx_headerbild .content .editor .subline {
    font-size: 280%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0px 0px 71px #555;
}
.flx_headerbild .content .editor .btn {
    width: 250px;
    text-align: left;
    padding-left: 25px;
    margin: 25px 0;
    position: relative;
}
.flx_headerbild .content .editor .btn:after {
    content: "";
    background: url("media/arrow_long.png");
    background-repeat: no-repeat;
    width: 40px;
    height: 20px;
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    background-size: 100%;
}
.flx_headerbild .content .editor .btn:hover {
    color: #fff;
    border-color: var(--secondary);
    background: var(--secondary);
}
.flx_headerbild .content .editor ul {
    padding-left: 100px;
}
.flx_headerbild .content .editor ul li {
    padding-left: 65px;
    color: #333;
    list-style: none;
    margin: 15px 0;
    position: relative;
    font-weight: 500;
}
.flx_headerbild .content .editor ul li:after {
    content: "";
    background: url("media/arrow_long.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 20px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
}

.flx_headerbild.small .content {
    padding-top: 350px;
    position: relative;
    z-index: 5;
}
.flx_headerbild.small .content .topline {
    color: #8dc641;
    font-size: 450%;
    text-align: left;
    line-height: 0.9;
}
.flx_headerbild.small .content .headline {
    color: #fff;
    font-size: 650%;
    text-align: left;
    margin-left: 0;
}

.startseite .flx_textblock.mitbildeins .content {
    padding: 50px;
}
.startseite .flx_textblock.mitbildeins .content .headline {
    font-size: 350%;
}

.flx_textblock {
    margin: 50px 0;
}
.flx_textblock.mitbildeins .content {
    padding: 25px;
}
.flx_textblock.mitbildeins .content .topline {
    font-size: 235%;
}
.flx_textblock.mitbildeins .content .headline {
    font-size: 400%;
}
.flx_textblock.mitbildeins .bild img {
    -webkit-box-shadow: 10px 10px 60px -20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 10px 60px -20px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 60px -20px rgba(0, 0, 0, 0.5);
}
.flx_textblock.mitbildzwei .flaeche {
    background: #007dee;
    padding: 50px 0;
}
.flx_textblock.mitbildzwei .bild {
    padding: 125px 100px 125px 400px;
}
.flx_textblock.mitbildzwei .bild:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.flx_textblock.mitbildzwei .bild .topline {
    color: #fff;
    position: relative;
    z-index: 5;
}
.flx_textblock.mitbildzwei .bild .topline:after {
    background: #fff;
}
.flx_textblock.mitbildzwei .bild .headline {
    color: #fff;
    position: relative;
    z-index: 5;
}
.flx_textblock.mitbildzwei .inhalt {
    max-width: 600px;
    background: #fff;
    padding: 40px;
    position: relative;
    left: 60%;
    z-index: 5;
}
.flx_textblock.mitbildzwei .inhalt p {
    margin-bottom: 0;
}
.flx_textblock.mitbilddrei .content .inhalt {
    background: #fff;
    margin-left: -200px;
    padding: 30px 0 30px 30px;
    margin-bottom: 50px;
    -webkit-box-shadow: 10px 10px 60px -20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 10px 10px 60px -20px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 60px -20px rgba(0, 0, 0, 0.1);
}
.flx_textblock.mitbilddrei .content .headline {
    text-align: left;
    font-size: 400%;
    margin-left: 0;
}
.flx_textblock.mitbildvier .content .headline {
    background: #fff;
    margin-left: -200px;
    padding: 0px 20px 20px 20px;
    margin-top: 0;
}
.flx_textblock.mitbildvier .content .topline {
    background: #fff;
    margin-left: -200px;
    padding: 5px 20px;
    border: none;
    margin-top: 25px;
}
.versicherungen .flx_textblock.mitbildzwei .inhalt {
    top: 35%;
}

.flx_textblock.text-aufzaehlung {
    position: relative;
}
.flx_textblock.text-aufzaehlung .row {
    justify-content: unset;
}
.flx_textblock.text-aufzaehlung .topline {
    text-align: center;
}
.flx_textblock.text-aufzaehlung .headline {
    text-align: center;
    color: var(--prime);
}
.flx_textblock.text-aufzaehlung .item {
    width: 75%;
    margin: 15px auto;
    display: block;
}
.flx_textblock.text-aufzaehlung .item .icon {
    width: 10%;
    float: left;
    margin-top: 10px;
}
.flx_textblock.text-aufzaehlung .item .icon img {
    display: block;
    margin: 0 auto;
    max-width: 35px;
}
.flx_textblock.text-aufzaehlung .item .inhalt {
    display: inline-block;
    width: 85%;
    margin-left: 4%;
}
.flx_textblock.text-aufzaehlung .item .inhalt .vorteilheadline {
    font-size: 135%;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: -5px;
}
.flx_textblock.text-aufzaehlung .item .inhalt p {
    font-size: 95%;
}
.startseite .flx_textblock.text-aufzaehlung .btn {
    position: absolute;
    bottom: 20px;
    right: 32%;
}
.flx_textblock.text-aufzaehlung .editor {
    width: 75%;
    margin: 50px auto;
    position: relative;
}
.flx_textblock.text-aufzaehlung .editor:after {
    content: "";
    background: var(--prime);
    width: 50%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -25px;
}

.flx_textblock.text-buttons .buttons {
    width: 100%;
    text-align: center;
}
.flx_textblock.text-buttons .buttons .btn {
    margin: 0 10px;
    text-transform: uppercase;
    display: inline-block;
}
.flx_textblock.text-buttons .inhalt {
    text-align: center;
    margin: 20px 0;
    width: 75%;
}

.flx_textblock.videos .headline {
    width: 100%;
}

.flx_vorteile {
    margin: 150px 0 0;
    background: url("media/vorteile_background.png");
    background-size: 100%;
    background-position: left;
    background-repeat: no-repeat;
    min-height: 800px;
    padding: 100px 0;
}
/*.flx_vorteile .item{background:#fff;-webkit-box-shadow: 5px 5px 53px -37px rgba(0,0,0,0.5);-moz-box-shadow: 5px 5px 53px -37px rgba(0,0,0,0.5);box-shadow: 5px 5px 53px -37px rgba(0,0,0,0.5);min-height:350px;padding:10px;}
//.flx_vorteile .item:before{content:'';background:#007dee;width:2px;height:100px;display:block;position:absolute;bottom:0;right:15px;}
//.flx_vorteile .item:after{content:'';background:#007dee;width:100px;height:2px;display:block;position:absolute;bottom:0;right:15px;}*/
.flx_vorteile .headline {
    width: 600px;
    margin: 0;
}
.flx_vorteile .item {
    transition: all 0.4s ease;
    display: block;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
.flx_vorteile .item:hover {
    transform: scale(1.05);
    transition: all 0.4s ease;
}
.flx_vorteile .item img {
    max-width: 25%;
    margin: 15px auto 40px;
    display: block;
    filter: grayscale(1);
    opacity: 0.5;
    transition: all 0.4s ease;
}
.flx_vorteile .item:hover img {
    filter: grayscale(0);
    opacity: 1;
    transition: all 0.4s ease;
}
.flx_vorteile .item .subline {
    font-size: 250%;
    font-weight: 400;
    display: block;
    text-align: center;
    position: relative;
    z-index: 3;
    margin-bottom: 10px;
}
.flx_vorteile .item .number {
    font-size: 450%;
    color: #e3e3e3;
    position: absolute;
    top: 115px;
    left: 35px;
    font-weight: 600;
    z-index: 1;
    display: none;
}
.flx_vorteile .item .inhalt {
    padding: 20px;
}
.flx_vorteile .col-md-4 {
    margin: 15px 0;
}

.flx_logoslider {
    margin: 100px 0;
}
.flx_logoslider .headline {
    margin-bottom: 0;
}
.flx_logoslider .item img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.4s ease;
}
.flx_logoslider .item:hover img {
    transform: scale(1.05);
    filter: none;
    opacity: 1;
    transition: all 0.4s ease;
}
.flx_logoslider .slider .owl-dots {
    text-align: center;
}
.flx_logoslider .slider .owl-dot {
    width: 15px;
    height: 15px;
    background: #e3e3e3;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
}
.flx_logoslider .slider .owl-dot.active {
    background: #007dee;
}
.flx_logoslider .slider .owl-prev {
    background: url("media/arrow_left.png");
    width: 35px;
    height: 100px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 60px;
    left: -75px;
}
.flx_logoslider .slider .owl-next {
    background: url("media/arrow_right.png");
    width: 35px;
    height: 100px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 60px;
    right: -75px;
}

/* .flx_mietfahrzeuge{margin:50px 50px;} */
.flx_mietfahrzeuge .item {
    width: 100%;
    margin: 15px 5px;
    display: block;
    background: #fff;
    -webkit-box-shadow: 10px 10px 60px -20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 10px 10px 60px -20px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 60px -20px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}
.flx_mietfahrzeuge .item:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}
.flx_mietfahrzeuge .item .fahrzeugbild {
    height: 200px;
}
.flx_mietfahrzeuge .item .fahrzeugbild img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.flx_mietfahrzeuge .item .fahrzeuginformationen {
    padding: 15px;
}
.flx_mietfahrzeuge .item .fahrzeugname {
    color: #333;
    font-weight: 600;
    font-size: 130%;
    display: block;
    line-height: 1.3;
    margin-bottom: 5px;
}
.flx_mietfahrzeuge .item .groesse {
    margin-bottom: 25px;
    display: block;
}
.flx_mietfahrzeuge .item .preise .small {
    font-size: 50%;
    color: #fff;
}
.flx_mietfahrzeuge .item .preise .big {
    display: block;
    min-height: 75px;
    align-content: center;
}
.flx_mietfahrzeuge .item .preise .big p {
    font-weight: 600;
    font-size: 150%;
    color: #fff;
    text-align: center;
    margin: 0;
}
.flx_mietfahrzeuge .item .preise .big p:nth-child(2) {
    font-weight: 300;
    font-size: 100%;
}

.flx_mietfahrzeuge .headline {
    margin-bottom: 20px;
}

.flx_mietfahrzeuge .slider .owl-dots {
    text-align: center;
    margin-bottom: 25px;
}
.flx_mietfahrzeuge .slider .owl-dot {
    width: 15px;
    height: 15px;
    background: #e3e3e3;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
}
.flx_mietfahrzeuge .slider .owl-dot.active {
    background: var(--prime);
}
.flx_mietfahrzeuge .slider .owl-prev {
    background: url("media/arrow_left.png");
    width: 35px;
    height: 100px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 35%;
    left: -75px;
}
.flx_mietfahrzeuge .slider .owl-next {
    background: url("media/arrow_right.png");
    width: 35px;
    height: 100px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 35%;
    right: -75px;
}

.flx_seitenteaser {
    margin: 100px 0 -30px;
}
.flx_seitenteaser .row {
    margin: 0;
}
.flx_seitenteaser .item {
    padding: 0;
    overflow: hidden;
}
.flx_seitenteaser .item a {
    text-decoration: none;
}
.flx_seitenteaser .item a .background {
    transition: all 0.4s ease;
}
.flx_seitenteaser .item:hover a .background {
    transform: scale(1.05);
    transition: all 0.4s ease;
}
.flx_seitenteaser .item a:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.flx_seitenteaser.three .item a .inhalt {
    position: absolute;
    bottom: 100px;
}
.flx_seitenteaser.four .item a .inhalt {
    position: absolute;
    top: 65%;
}
.flx_seitenteaser.three .item a .inhalt .headline {
    color: #fff;
    position: relative;
    z-index: 5;
    padding-left: 25px;
    font-size: 300%;
    margin: 5px 0;
    height: 125px;
}
.flx_seitenteaser.four .item a .inhalt .headline {
    color: #fff;
    position: relative;
    z-index: 5;
    padding-left: 25px;
    font-size: 200%;
    margin: 5px 0;
}

.flx_wissenswertes .inhalt p {
    font-size: 90%;
}
.flx_wissenswertes {
    margin: 200px 0 100px;
}
.flx_wissenswertes .buttonbox {
    margin: 50px 0;
}
.flx_wissenswertes .buttonbox .btn {
    width: max-content;
    display: inline-block;
    margin: 7px 4px;
    padding: 5px 25px;
    max-width: unset;
    font-weight: 300;
}
.flx_wissenswertes .buttonbox .btn:hover {
    color: #fff;
    transform: none;
    border-color: #333;
    background: #333;
}
.flx_wissenswertes .videobox .item {
    margin-top: 30px;
}
.flx_wissenswertes .videobox .item .shadow {
    -webkit-box-shadow: 10px 10px 60px -20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 60px -20px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 60px -20px rgba(0, 0, 0, 0.2);
    padding: 25px;
}
.flx_wissenswertes .videobox .item .video {
    position: relative;
    cursor: pointer;
}
/*.flx_wissenswertes .videobox .item .video:after{content:'';position:absolute;left:50%;margin-left:-75px;top:50%;margin-top:-75px;width:150px;height:150px;display:block;background:url('media/playbutton_blue.png');background-size:150px;background-position:center;background-repeat:no-repeat;border-radius:50%;transition:all .4s ease;}*/
.flx_wissenswertes .videobox .item .video:hover:after {
    background: url("media/playbutton.png");
    transition: all 0.4s ease;
}
.flx_wissenswertes .videobox .item a {
    color: var(--prime);
    font-weight: 600;
    transition: all 0.3s ease;
}
.flx_wissenswertes .videobox .item a:hover {
    color: #5a5a67;
    transition: all 0.3s ease;
}

.flx_bildergalerie {
    margin: 30px 0;
}
.flx_bildergalerie .small,
.flx_bildergalerie .big {
    position: relative;
}
.flx_bildergalerie .small img,
.flx_bildergalerie .big img {
    width: 100%;
}
.flx_bildergalerie .textbox {
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 20px;
    transition: 0.3s;
    background: rgba(51, 51, 51, 0.6);
}
.flx_bildergalerie .textbox h3 {
    color: #fff;
    font-weight: 800;
    font-size: 250%;
    line-height: 0.9;
    text-transform: uppercase;
    text-align: right;
}
.flx_bildergalerie .textbox .subline {
    font-family: "Quentin";
    color: #cd0202;
    text-align: right;
    font-size: 500%;
    margin-top: -50px;
}
.flx_bildergalerie .textbox p {
    color: #fff;
}

.flx_icons {
    margin: 100px 0;
}
.flx_icons .headline {
    color: var(--prime);
    font-size: 400%;
    margin-left: 200px;
    margin-top: -20px;
}
.flx_icons .item {
    text-align: center;
    margin-top: 50px;
}
.flx_icons .item .icon {
    margin-bottom: 20px;
}
.flx_icons .item .icon img {
    max-width: 15%;
}
.flx_icons .item .inhalt .titel {
    text-transform: uppercase;
    color: var(--prime);
    font-weight: 600;
    font-size: 130%;
}
.flx_icons .button {
    margin-top: 70px;
}

.flx_kontaktformular {
    margin-top: 125px;
}
.flx_kontaktformular .subline {
    font-size: 350%;
}
.flx_kontaktformular .telefon {
    padding-left: 75px;
    font-size: 150%;
    font-weight: 600;
}
.flx_kontaktformular .telefon:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    background: url("media/telefon.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 15px;
}
.flx_kontaktformular .formular .fbox {
    margin: 10px 0;
    width: 49%;
    display: inline-block;
}
.flx_kontaktformular .formular .fbox.margin {
    margin-left: 10px;
}
.flx_kontaktformular .formular .fbox.wide {
    margin: 5px 0;
    width: 100%;
}
.flx_kontaktformular .formular .fbox.eindrittel {
    width: auto;
    float: right;
}
.flx_kontaktformular .formular .fbox.zweidrittel {
    width: 66%;
}
.flx_kontaktformular .formular input,
.flx_kontaktformular .formular textarea {
    width: 100%;
    padding: 10px 25px;
    background: #efefef;
    color: #333;
    border-radius: 0;
    border: none;
    margin: 5px 0;
}
.flx_kontaktformular .formular input[type="submit"] {
    background: var(--prime);
    color: var(--white);
    font-size: 125%;
    font-weight: 600;
    transition: all 0.3s ease;
}
.flx_kontaktformular .formular input[type="submit"]:hover {
    background: var(--secondary);
    transition: all 0.3s ease;
}
.flx_kontaktformular
    .formular
    .wpcf7-form-control-wrap[data-name="spamquiz"]
    label {
    display: flex;
}
label{margin-bottom: 0!important;}
.flx_kontaktformular
    .formular
    .wpcf7-form-control-wrap[data-name="spamquiz"]
    .wpcf7-quiz-label {
    line-height: 1.2;
    align-content: center;
}
.flx_kontaktformular .formular .submitbox input {
    width: 25%;
    margin: 50px auto;
    background: var(--prime);
    color: #fff;
    border: solid 1px var(--prime);
}
.flx_kontaktformular .formular .submitbox input:hover {
    background: var(--secondary);
    border: solid 1px var(--secondary);
    color: var(--white);
}
.flx_kontaktformular .formular .wpcf7 form.sent .wpcf7-response-output {
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
    bottom: 35%;
    margin: 0 15px;
    border: none;
    background: var(--prime);
    text-align: center;
    align-content: center;
    font-size: 200%;
    line-height: 1.3;
    color: var(--white);
}

/*-------------------------------------------FAHRZEUGE SINGLE-----------------------------------------*/

.mietfahrzeugesingle .container {
    max-width: 1500px;
}
.mietfahrzeugesingle .item .headline {
    margin: 25px 0;
    padding-left: 0;
    font-size: 200%;
    text-align: left;
    color: var(--prime);
    font-family: "Poppins";
    font-weight: 600;
}
.mietfahrzeugesingle .item .fahrzeugbild {
    position: relative;
}
.mietfahrzeugesingle .item .fahrzeugbild .badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    display: block;
}
.mietfahrzeugesingle .item .fahrzeugbild .servicepauschale {
    background: #f7f7f7;
    width: 100%;
    margin-bottom: 25px;
}
.mietfahrzeugesingle .item .fahrzeugbild .servicepauschale .inhalt {
    padding: 10px;
}
.mietfahrzeugesingle .item .fahrzeugbild .servicepauschale .inhalt ul {
    padding-left: 0;
}
.mietfahrzeugesingle .item .fahrzeugbild .servicepauschale .inhalt ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-left: 25px;
}
.mietfahrzeugesingle .item .fahrzeugbild .servicepauschale .inhalt ul li:after {
    content: "";
    background: url("media/check.png");
    width: 15px;
    height: 25px;
    display: block;
    left: 0;
    top: 2px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.e-vanster
    .mietfahrzeugesingle
    .item
    .fahrzeugbild
    .servicepauschale
    .inhalt
    ul
    li:after {
    filter: brightness(0);
    filter: invert(55%) sepia(37%) saturate(499%) hue-rotate(59deg)
        brightness(87%) contrast(90%);
}
.mietfahrzeugesingle .item .fahrzeugbild .servicepauschale .preis {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 150%;
    font-weight: 600;
    color: #fff;
    background: #333;
    text-align: center;
}
.mietfahrzeugesingle .item .preise {
    padding: 5px 30px;
    background: #eee;
    border-radius: 25px;
}
.mietfahrzeugesingle .item .preise .small {
    font-size: 50%;
}
.mietfahrzeugesingle .item .preis {
    display: block;
    min-height: 75px;
    align-content: center;
}
.mietfahrzeugesingle .item .preis p {
    font-weight: 600;
    font-size: 175%;
    color: #fff;
    text-align: center;
    margin: 0;
}
.mietfahrzeugesingle .item .preis p:nth-child(2) {
    font-weight: 300;
    font-size: 100%;
}
.mietfahrzeugesingle .item .pauschale {
    display: block;
    font-size: 75%;
}
.mietfahrzeugesingle .item .kurzbeschreibung {
    margin-bottom: 50px;
    position: relative;
}
.mietfahrzeugesingle .item .kurzbeschreibung .versicherung {
    font-weight: 600;
    display: none;
}
/* .mietfahrzeugesingle .item .kurzbeschreibung .versicherung:after{content:'';background:url('media/versicherungen.jpg');background-size:100%;background-position:center;background-repeat:no-repeat;width:150px;height:80px;display:block;position:absolute;bottom:-10px;right:335px;} */
.mietfahrzeugesingle .item .anfragenbutton {
    margin: 50px 0;
    cursor: pointer;
    max-width: 100%;
    width: 350px;
}
.mietfahrzeugesingle .item .anfragenbutton:hover {
    border: solid 2px #007dee;
    color: #007dee;
}
.mietfahrzeugesingle .item .info .subline {
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 125%;
    color: var(--prime);
}
.mietfahrzeugesingle .item .info ul {
    padding-left: 0;
    margin-bottom: 50px;
}
.mietfahrzeugesingle .item .info li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    font-weight: 600;
    margin: 5px 0;
    width: 33%;
    display: inline-block;
}
.mietfahrzeugesingle .item .info li .name {
    width: 60%;
    display: inline-block;
    font-weight: 300;
}
.mietfahrzeugesingle .item .info li:after {
    content: "";
    background: url("media/arrow_right.png");
    width: 15px;
    height: 25px;
    display: block;
    left: 0;
    top: 2px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.mietfahrzeugesingle .item .info li.check:after {
    content: "";
    background: url("media/check.png");
    width: 15px;
    height: 25px;
    display: block;
    left: 0;
    top: 2px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.mietfahrzeugesingle .item .daten .fahrzeuglange {
    margin-bottom: 25px;
    display: block;
}
.mietfahrzeugesingle .item .daten .subline {
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 125%;
    color: var(--prime);
}
.mietfahrzeugesingle .item .daten ul {
    padding-left: 0;
    margin-bottom: 50px;
}
.mietfahrzeugesingle .item .daten li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    font-weight: 600;
    margin: 5px 0;
    width: 50%;
    float: left;
}
.mietfahrzeugesingle .item .daten li .name {
    width: 100%;
    display: inline-block;
    font-weight: 300;
}
.mietfahrzeugesingle .item .daten li:after {
    content: "";
    background: url("media/check.png");
    width: 15px;
    height: 25px;
    display: block;
    left: 0;
    top: 2px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.e-vanster .mietfahrzeugesingle .item .daten li:after {
    filter: brightness(0);
    filter: invert(55%) sepia(37%) saturate(499%) hue-rotate(59deg)
        brightness(87%) contrast(90%);
}
.mietfahrzeugesingle .item .galerie .item {
    display: inline-block;
    width: 31%;
    margin: 10px 5px 50px;
    height: auto;
}
.mietfahrzeugesingle .item .galerie.caravan .item {
    width: 50%;
}
.mietfahrzeugesingle .item .zubehoer .item {
    padding: 0 5px;
}
.mietfahrzeugesingle .item .zubehoer .item .beschreibung {
    display: block;
    color: #fff;
    font-size: 140%;
}
.mietfahrzeugesingle .item .zubehoer .item .beschreibung-subline {
    display: block;
    color: #fff;
    font-size: 80%;
    font-weight: 400;
}
.mietfahrzeugesingle .item .zubehoer .item .content {
    min-height: 70px;
}
.mietfahrzeugesingle .item .zubehoer .item .btn:hover {
    background: #fff;
    color: var(--prime) !important;
}
.mietfahrzeugesingle .zubehoer .headline {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.mietfahrzeugesingle .item .anfrage .headline {
    text-align: left;
    font-size: 125%;
    display: block;
    width: 100%;
}
.mietfahrzeugesingle .item .anfrage .fbox.wide {
    width: 100%;
    display: block;
    padding: 5px;
}
.mietfahrzeugesingle .item .anfrage .fbox {
    width: 49.6%;
    display: inline-block;
    padding: 5px;
}
.mietfahrzeugesingle .item .anfrage .fbox input,
.mietfahrzeugesingle .item .anfrage .fbox select,
.mietfahrzeugesingle .item .anfrage .fbox textarea {
    background: #f7f7f7;
    color: #444;
    border: none;
    border-radius: 15px;
    padding: 10px 15px;
    width: 100%;
    font-size: 85%;
}

.mietfahrzeugesingle .item .anfrage .fbox textarea {
    height: 100px;
}
.mietfahrzeugesingle .item .anfrage .fbox .datenschutz input {
    width: 13px;
    margin-right: 5px;
}
.mietfahrzeugesingle .item .anfrage .fbox .datenschutz p {
    font-size: 85%;
}
.mietfahrzeugesingle .item .anfrage .fbox .datenschutz a {
    font-size: 100%;
    color: var(--prime);
    transition: all 0.3s ease;
}
.mietfahrzeugesingle .item .anfrage .fbox .datenschutz a:hover {
    color: #007dee;
    transition: all 0.3s ease;
}
.mietfahrzeugesingle .item .anfrage .submitbox {
    margin-top: 25px;
}
.mietfahrzeugesingle .item .anfrage .submitbox .btn {
    width: 100%;
}

.mietfahrzeugesingle .item .tab .nav-tabs .nav-link {
    border: none;
    width: 200px;
    text-align: center;
}
.mietfahrzeugesingle .item .tab .nav-tabs .nav-link.active {
    color: var(--prime);
    font-weight: 600;
    border-bottom: solid 2px var(--prime);
}
.mietfahrzeugesingle .item .tab .tab-content #nav-camperregeln li {
    display: block;
}

.mietfahrzeugesingle .badge-rheine {
    display: none;
}
.mietfahrzeugesingle .badge-rheine.active {
    display: block;
}
.mietfahrzeugesingle .flex {
    display: flex;
    flex-direction: row;
}
.mietfahrzeugesingle .badge-rheine .logo {
    margin-right: 20px;
}
.mietfahrzeugesingle .badge-rheine .logo img {
    max-width: 100px;
}
.mietfahrzeugesingle .badge-rheine .flex .info p {
    font-size: 80%;
}
.mietfahrzeugesingle .badge-rheine .flex .info p a {
    font-size: 100%;
}
.mietfahrzeugesingle .anfrageform {
    padding: 50px;
    position: fixed;
    top: 100px;
    right: 20%;
    left: 20%;
    background: #fff;
    z-index: 1000;
    overflow-y: scroll;
}
.mietfahrzeugesingle .anfrageform .headline {
    color: #007dee;
    font-size: 450%;
    font-weight: 300;
    margin-bottom: 0px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}
.mietfahrzeugesingle .anfrageform .anfrage input {
    border: none;
    background: #f2f2f2;
    padding: 10px 25px;
    width: 100%;
    color: #000;
    font-weight: 600;
    border-radius: 10px;
}
.mietfahrzeugesingle .anfrageform .anfrage textarea {
    border: none;
    background: #f2f2f2;
    padding: 10px 25px;
    width: 100%;
    color: #000;
    font-weight: 600;
    border-radius: 10px;
    height: 95px;
}
.mietfahrzeugesingle .anfrageform .anfrage select {
    border: none;
    background: #f2f2f2 url("media/arrow_left_grey.png");
    background-position: 460px 11px;
    background-repeat: no-repeat;
    background-size: 5%;
    padding: 10px 0 10px 20px;
    width: 100%;
    color: #777;
    font-weight: 600;
    border-radius: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}
.mietfahrzeugesingle .anfrageform .anfrage .small select {
    width: 50%;
    display: inline-block;
}
.mietfahrzeugesingle .anfrageform .anfrage .fbox {
    padding: 10px;
    width: 50%;
}
.mietfahrzeugesingle .anfrageform .anfrage .fbox.wide {
    width: 100%;
}
.mietfahrzeugesingle .anfrageform .anfrage .datenschutz input {
    width: 13px;
}
.mietfahrzeugesingle .anfrageform .anfrage .submitbox input {
    background: #007dee;
    color: #fff;
    border-radius: 5px;
    border: solid 1px #007dee;
}
.mietfahrzeugesingle .anfrageform .anfrage .submitbox input:hover {
    background: transparent;
    color: #007dee;
}
.mietfahrzeugesingle .anfrageform .anfrage .datenschutz p,
.mietfahrzeugesingle .anfrageform .anfrage .datenschutz a {
    font-size: 14px;
}
.mietfahrzeugesingle #anfrageform {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 10px 10px 60px -20px rgba(0, 0, 0, 0.25);
}

.mietfahrzeugesingle .background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
}
.mietfahrzeugesingle .background.active {
    display: block;
}

.mietfahrzeugesingle .closeform {
    position: fixed;
    top: 115px;
    right: 320px;
    width: 60px;
    height: 50px;
    font-size: 150%;
    font-weight: 600;
    background: #007dee;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 5px;
}

.mietfahrzeugesingle .anfrageform {
    display: none;
}
.mietfahrzeugesingle .anfrageform.active {
    display: block;
}

.singlepage-back {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1999;
    margin: 0 0 25px;
    background: transparent;
    border: 0;
    color: #333;
    font-weight: 500;
    padding: 0;
    padding-left: 50px;
}
.singlepage-back::before {
    content: "";
    background: url("media/arrow_long_grey.png");
    width: 30px;
    height: 20px;
    display: block;
    left: 0;
    top: 2px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    transition: 0.3s;
}
.singlepage-back:hover {
    color: var(--prime);
    transform: none;
    background-color: transparent;
    border: 0;
}
.singlepage-back:hover::before {
    left: -5px;
    transition: 0.3s;
    background: url("media/arrow_long_red.png");
    width: 30px;
    height: 20px;
    display: block;
    top: 2px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

.anfrage_form .fbox {
    padding: 0 !important;
    width: 100% !important;
}
.anfrage_form .reducepadding {
    padding: 7px 3px !important;
}

/*-------------------------------------------FOOTER---------------------------*/

#page-footer {
    z-index: 999;
    background: var(--prime);
    padding: 50px 0 0;
    width: 100%;
    text-align: left;
    position: relative;
}
#page-footer #service,
#page-footer #rechtliches,
#page-footer #kontakt {
    padding-top: 15px;
}
q #page-footer .copy {
    text-align: left;
}
#page-footer .copy .copyright {
    color: #999;
}
#page-footer .link {
    text-align: right;
}
#page-footer .link a {
    padding: 0 10px;
    transition: all 0.3s ease;
    color: #999;
}
#page-footer .link a:hover {
    color: #444;
    text-decoration: none;
    transition: all 0.3s ease;
}
#page-footer p {
    color: #fff;
    text-transform: none;
}
#page-footer a {
    color: #fff;
    transition: 0.3s;
    text-transform: none;
}
#page-footer a:hover {
    color: #333;
    transition: 0.3s;
}
#page-footer h3 strong {
    color: #fff;
}
#page-footer li {
    list-style: none;
}
#page-footer #footerlogo img {
    max-width: 50%;
    margin-bottom: 20px;
}
#page-footer #newsletter input {
    color: #fff;
    font-size: 85%;
    background: transparent;
    border: solid 1px #fff;
    width: 100%;
}
#page-footer #newsletter input.tnp-submit {
    background: #fff;
    color: var(--prime);
    display: block;
    margin-top: 10px;
    width: 100%;
}
#page-footer #copyright {
    text-align: center;
}
#page-footer #copyright p {
    margin-top: 50px;
}
#page-footer .button {
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    float: right;
    margin: 0;
}
#page-footer .button img {
    position: absolute;
    top: -10px;
    right: -50px;
    rotate: -8deg;
}

/*----------------------------------------------------------------------------*/
@media (max-width: 1921px) {
    #page-header .menu li {
        padding: 0;
    }

    #page-footer .container-wide {
        max-width: 1500px;
    }
}
/*----------------------------------------------------------------------------*/
@media (max-width: 1600px) {
    #page-header .col-sm-3 {
        max-width: 50%;
        position: absolute;
        text-align: center;
    }

    .flx_headerbild .content .topline {
        font-size: 425%;
    }

    .flx_mietfahrzeuge .slider .owl-prev {
        left: 0;
    }
    .flx_mietfahrzeuge .slider .owl-next {
        right: 0;
    }

    .flx_bildergalerie .textbox p {
        font-size: 80%;
    }

    .flx_mietfahrzeuge .item .preise .big {
        font-size: 130%;
    }
    .flx_mietfahrzeuge .item .fahrzeuginformationen #fahrzeugname {
        font-size: 120%;
    }
    .flx_mietfahrzeuge .item .fahrzeugbild {
        min-height: 200px;
    }
    .flx_mietfahrzeuge .item .fahrzeuginformationen .button img {
        top: 150px;
    }
    .flx_mietfahrzeuge .item .fahrzeuginformationen .singleicon span {
        font-size: 65%;
    }

    .mietfahrzeugesingle .item .zubehoer .item .beschreibung {
        font-size: 120%;
    }

    /* .mietfahrzeugesingle .container{max-width:1350px;} */
    .mietfahrzeugesingle .item .kurzbeschreibung .versicherung::after {
        right: 275px;
    }

    #page-footer .container-wide {
        max-width: 1350px;
    }
    #page-footer .button img {
        right: 30px;
    }
}
/*----------------------------------------------------------------------------*/
@media (max-width: 1420px) {
    .container {
        max-width: 1200px;
    }
    #page-footer .container-wide {
        max-width: 1200px;
    }
    /* .mietfahrzeugesingle .container{max-width:1200px;} */

    #page-header .menubuttonburger {
        margin: 0;
        right: -100px;
    }

    .flx_headerbild .content .headline {
        font-size: 725%;
    }

    .flx_bildergalerie .textbox h3 {
        font-size: 200%;
    }

    .flx_mietfahrzeuge .item .fahrzeuginformationen .kurzbescheibung p {
        font-size: 80%;
    }
    .flx_mietfahrzeuge .item .fahrzeuginformationen .kurzbescheibung {
        min-height: 50px;
    }
    .flx_mietfahrzeuge .item .preise {
        text-align: center;
    }
    .flx_mietfahrzeuge .item .preise .big {
        font-size: 100%;
    }
    .flx_mietfahrzeuge .item .fahrzeuginformationen #fahrzeugname {
        font-size: 100%;
    }
    .flx_mietfahrzeuge .item .fahrzeuginformationen .singleicon span {
        font-size: 55%;
    }
    .flx_mietfahrzeuge .item .belegung {
        margin-top: 25px;
    }

    .flx_textblock.mitbilddrei .content .headline {
        font-size: 300%;
    }

    .flx_wissenswertes .item .inhalt h2 {
        font-size: 120%;
    }

    .flx_kontaktformular .formular .fbox {
        width: 100%;
    }
    .flx_kontaktformular .formular .fbox.margin {
        margin-left: 0;
    }
    .flx_kontaktformular .formular .submitbox input {
        width: 100%;
    }
}
/*----------------------------------------------------------------------------*/
@media (max-width: 1270px) {
    /* .container{max-width:950px;} */
    /* #page-footer .container-wide{max-width:950px;} */
    /* .mietfahrzeugesingle .container{max-width:950px;} */

    #page-header .menubuttonburger {
        right: -80px;
    }
    #page-header.active #toppermenu {
        width: 50%;
        z-index: 1;
    }

    .flx_headerbild .content {
        padding-top: 350px;
    }
    .flx_headerbild .content .topline {
        font-size: 345%;
        margin-bottom: 50px;
    }
    .flx_headerbild .content .headline {
        font-size: 565%;
    }
    .flx_headerbild .content .editor {
        width: 100%;
    }

    .flx_headerbild-small .content {
        padding-top: 220px;
    }

    .startseite .flx_textblock.text-aufzaehlung .btn {
        bottom: 20px;
        right: 21%;
    }

    .flx_bildergalerie {
        margin: 0;
    }
    .flx_bildergalerie .small {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0 50px;
        margin-bottom: 40px;
        text-align: center;
    }
    .flx_bildergalerie .big {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 50px;
        margin-bottom: 40px;
    }
    .flx_bildergalerie .textbox {
        text-align: right;
        right: 50px;
        left: 50px;
    }

    .flx_mietfahrzeuge .col-sm-3 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .flx_mietfahrzeuge .item .fahrzeuginformationen #fahrzeugname {
        font-size: 120%;
        min-height: 20px;
    }
    .flx_mietfahrzeuge .item .belegung {
        margin: 0;
    }
    .flx_mietfahrzeuge .item .fahrzeuginformationen .singleicon span {
        font-size: 100%;
    }

    .mietfahrzeugesingle .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .mietfahrzeugesingle .item .kurzbeschreibung .versicherung::after {
        left: 225px;
    }
    .mietfahrzeugesingle .item .zubehoer .item {
        max-width: 33%;
        flex: 0 0 33%;
        margin-bottom: 15px;
    }

    #page-footer #footerlogo img {
        max-width: 50%;
    }
    #page-footer .container-wide .row {
        width: 100%;
    }
    #page-footer .button img {
        top: 60px;
        right: 30px;
    }
}
/*----------------------------------------------------------------------------*/
@media (max-width: 992px) {
    /* .container{max-width:700px;}
#page-footer .container-wide{max-width:700px;}
.mietfahrzeugesingle .container{max-width:700px;} */

    .btn {
        width: 100%;
    }

    #page-header.active #toppermenu {
        width: 60%;
    }
    #page-header .menubuttonburger {
        right: -50px;
    }
    #page-header .col-sm-3 {
        max-width: 100%;
    }
    #page-header .menu li a {
        padding: 13px 10px;
    }
    /* #page-header .logo{position:absolute;left:-50px;z-index:1;} */

    .flx_headerbild .content {
        padding-top: 250px;
    }
    .flx_headerbild.small .content .topline {
        font-size: 300%;
    }
    .flx_headerbild .content .editor .subline {
        font-size: 200%;
    }

    .flx_headerbild-small .content {
        width: 100%;
    }

    .flx_mietfahrzeuge .slider .owl-next {
        right: -50px;
    }
    .flx_mietfahrzeuge .slider .owl-prev {
        left: -50px;
    }

    .flx_mietfahrzeuge .item .fahrzeuginformationen .singleicon span {
        font-size: 80%;
    }
    .flx_mietfahrzeuge .item .belegung {
        margin-top: 20px;
    }

    .flx_textblock.text-aufzaehlung .item {
        width: 100%;
    }

    .flx_roulette .content,
    .flx_roulette .bild {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .flx_icons {
        margin: 50px 0;
    }
    .flx_icons .item .inhalt p {
        font-size: 80%;
    }

    .topline {
        font-size: 200%;
    }
    .flx_textblock.mitbilddrei .content .headline {
        font-size: 210%;
        margin-top: 0;
    }

    .flx_textblock.text-buttons .buttons .btn {
        width: 100%;
        margin: 10px 0;
    }

    /* .flx_textblock.text-aufzaehlung .col-sm-6{max-width:100%;flex:0 0 100%;} */
    .flx_textblock.text-aufzaehlung .editor {
        width: 100%;
    }

    /* #page-footer .col-sm-3{max-width:100%;flex:0 0 100%;margin-bottom:20px;} */
    /* #page-footer #logo{max-width:100%;flex:0 0 100%;} */
    #page-footer #service,
    #page-footer #rechtliches,
    #page-footer #kontakt {
        padding-top: 0;
    }
    #page-footer #footerlogo img {
        max-width: 20%;
    }
}
/*----------------------------------------------------------------------------*/
@media (max-width: 774px) {
    .modal .inner {
        margin-left: 5%;
        left: 0px;
        width: 90%;
        padding: 30px;
    }

    /* .container{max-width:500px;}
    #page-footer .container-wide{max-width:500px;}
    .mietfahrzeugesingle .container{max-width:500px;} */

    #page-header #toppermenu {
        display: none;
    }
    #page-header.active #toppermenu {
        display: block;
        position: fixed;
        right: 0;
        background: var(--white);
        height: 100%;
        width: 100%;
        align-content: center;
        box-shadow: -10px 0px 15px -7px rgba(0, 0, 0, 0.2);
    }
    #page-header .menu {
        padding: 30p;
    }
    #page-header .menu li {
        width: 100%;
        text-align: center;
        margin: 5px 0;
        position: relative;
    }
    #page-header .menu li a {
        font-size: 130%;
        color: #333;
    }
    #page-header.bottom .menubuttonburger {
        top: 10px;
    }
    #page-header .menu .sub-menu li a {
        padding: 0 20px;
        font-size: 100%;
    }
    #page-header .menu li a::after {
        display: none;
    }
    #page-header .menu {
        padding-left: 0;
    }

    #page-header .logo {
        position: relative;
        z-index: 999;
    }

    #page-header .menubuttonburger {
        display: block;
        top: 45px;
        right: 50px;
        position: absolute;
    }
    #page-header.active .menubuttonburger span:nth-child(1) {
        transform: rotate(135deg);
        top: 50%;
        margin-top: -2px;
        transition: all 0.2s ease;
    }
    #page-header.active .menubuttonburger span:nth-child(2) {
        opacity: 0;
        transition: all 0.1s ease;
    }
    #page-header.active .menubuttonburger span:nth-child(3) {
        transform: rotate(-135deg);
        top: 50%;
        margin-top: -2px;
        transition: all 0.2s ease;
    }

    #page-header.active #toppermenu li:hover ul.sub-menu {
        display: none;
    }
    #page-header.active #toppermenu ul li.menu-item-has-children::after {
        content: "";
        background: url("media/arrow.png") no-repeat;
        background-size: 100%;
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: 8px;
        right: -20px;
    }
    #page-header.active #toppermenu ul li.menu-item-has-children.active::after {
        content: "";
        background: url("media/arrow.png") no-repeat;
        background-size: 100%;
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: 8px;
        right: -20px;
        transform: rotate(-180deg);
    }
    #page-header.active
        #toppermenu
        ul
        li.menu-item-has-children.active
        .sub-menu {
        display: block !important;
        position: relative;
    }

    .flx_headerbild.small .content .topline {
        font-size: 250%;
    }
    .flx_headerbild .content .editor .subline {
        font-size: 175%;
    }

    .flx_textblock.mitbilddrei .content .inhalt {
        margin-left: 0;
        padding: 30px 0 30px 0;
    }

    .flx_wissenswertes {
        margin: 50px 0 100px;
    }
    .flx_wissenswertes .videobox .item {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .flx_headerbild-small .content .headline {
        font-size: 450%;
    }

    .headline {
        font-size: 300%;
    }

    .singlepage-back {
        padding-left: 0;
    }

    .mietfahrzeugesingle .item .anfrage .fbox {
        width: 100%;
    }
    .mietfahrzeugesingle .item .zubehoer .item {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .flx_mietfahrzeuge .col-sm-3 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .flx_mietfahrzeuge .item .belegung {
        margin-top: 0;
    }
    .flx_mietfahrzeuge .item .preise .big {
        font-size: 130%;
    }

    .flx_mietfahrzeuge.kategorie .item .fahrzeugbild {
        width: 100%;
    }
    .flx_mietfahrzeuge.kategorie .item .fahrzeuginformationen {
        width: 100%;
        margin-top: 0;
    }

    .startseite .flx_textblock.text-aufzaehlung .btn {
        width: 90%;
        right: 30px;
        bottom: 0;
    }

    .flx_bildergalerie .small {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .flx_bildergalerie .textbox h3 {
        font-size: 300%;
    }
    .flx_bildergalerie .textbox p {
        font-size: 100%;
    }

    .flx_icons .item {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .flx_icons .button {
        width: 100%;
        padding: 0 15px;
    }
    .flx_icons .headline {
        margin-left: 0;
    }

    #page-footer #footerlogo img {
        max-width: 30%;
        margin-top: 25px;
    }

    #regForm .badge-rheine .flex {
        display: block;
    }
    #regForm .badge-rheine .logo img {
        display: block;
        margin: 15px auto;
        max-width: 100px;
    }
    #regForm .badge-rheine .whatsapp a {
        width: 100% !important;
        margin-left: 0 !important;
    }
}
/*----------------------------------------------------------------------------*/
@media (max-width: 576px) {
    /* .container{max-width:450px;}
#page-footer .container-wide{max-width:400px;}
.mietfahrzeugesingle .container{max-width:450px;} */

    #page-header .menubuttonburger {
        right: 40px;
    }
    #page-header.active #toppermenu ul li.menu-item-has-children::after {
        right: 100px;
    }
    #page-header.active #toppermenu ul li.menu-item-has-children.active::after {
        right: 100px;
    }

    .headline {
        font-size: 350%;
    }

    .flx_headerbild .content .topline {
        font-size: 300%;
    }
    .flx_headerbild .content .headline {
        font-size: 500%;
        padding: 0;
    }
    .flx_headerbild .editor {
        margin: 80px auto 50px;
    }
    .flx_headerbild .editor .subline {
        font-size: 250%;
    }
    .flx_headerbild .editor .btn {
        width: 100%;
    }
    .flx_headerbild .editor .btn::after {
        top: 13px;
    }
    .flx_headerbild-small {
        min-height: 700px !important;
    }

    .flx_icons .headline {
        margin-left: 0;
        margin-top: 0;
    }
    .flx_icons .item {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .mietfahrzeugesingle .item .headline {
        font-size: 150%;
    }
    .mietfahrzeugesingle .item .preis {
        padding: 10px !important;
    }
    .mietfahrzeugesingle .item .fahrzeugbild .servicepauschale {
        width: 100%;
    }

    .flx_textblock.mitbilddrei .content .headline {
        text-align: center;
    }
    .flx_textblock.mitbilddrei .bild {
        min-height: 500px;
        margin-bottom: 50px;
    }

    .karlklammer .form {
        width: 420px;
    }
    .karlklammer .formular input,
    .karlklammer .formular textarea {
        width: 100%;
    }

    #page-footer #kontakt li {
        padding: 0 !important;
    }
    #page-footer #copyright p {
        text-align: left;
        font-size: 100%;
        margin-bottom: 15px;
    }
    #page-footer .button img {
        right: 10px;
    }

    .size-50,
    .size-25,
    .size-75 {
        width: 100%;
    }
    #regForm {
        padding: 15px;
    }
    #regForm h2 {
        font-size: 1.5rem;
    }

    .flx_roulette .content h2 {
        margin-left: 0;
    }
}
/*----------------------------------------------------------------------------*/
@media (max-width: 470px) {
    #page-footer .container-wide {
        max-width: 350px;
    }

    .topline {
        margin-bottom: 10px;
    }
    .headline {
        font-size: 250%;
    }
    .btn {
        font-size: 90%;
    }

    #page-header .icons a.find {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    #page-header.active #toppermenu ul li.menu-item-has-children::after,
    #page-header.active #toppermenu ul li.menu-item-has-children.active::after {
        right: 90px;
    }
    #page-header.bottom.active #toppermenu ul li.menu-item-has-children::after,
    #page-header.bottom.active
        #toppermenu
        ul
        li.menu-item-has-children.active::after {
        right: 50px;
    }

    .flx_headerbild .content {
        padding-top: 300px;
    }
    .flx_headerbild .content .topline {
        font-size: 250%;
    }
    .flx_headerbild .content .headline {
        font-size: 450%;
    }
    .flx_headerbild .content .topline,
    .flx_headerbild .content .headline {
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.28);
    }
    .flx_headerbild .editor .subline {
        font-size: 200%;
    }

    .flx_headerbild.small {
        min-height: 500px !important;
    }
    .mietfahrzeugesingle .flx_headerbild.small {
        min-height: 300px !important;
    }
    .flx_headerbild.small .content {
        padding-top: 200px;
    }
    .flx_headerbild.small .content .topline {
        font-size: 200%;
    }
    .flx_headerbild.small .content .editor .subline {
        font-size: 150%;
    }

    .flx_mietfahrzeuge .slider .owl-prev {
        left: -40px;
    }
    .flx_mietfahrzeuge .slider .owl-next {
        right: -40px;
    }
    .flx_mietfahrzeuge .slider .item {
        padding: 20px 0;
    }

    .flx_textblock.text-aufzaehlung .item .icon img {
        max-width: 25px;
    }

    .flx_headerbild-small .content .topline {
        font-size: 230%;
    }

    .flx_textblock {
        margin: 0;
    }

    .flx_textblock.mitbilddrei .content .inhalt {
        padding: 30px;
    }

    .flx_wissenswertes {
        margin: 30px 0 50px;
    }
    .flx_wissenswertes .buttonbox .btn {
        width: 100%;
    }

    .kontakt .flx_headerbild-small .content {
        padding-top: 300px;
    }
    .kontakt .flx_headerbild-small {
        margin-bottom: 50px;
    }

    .flx_kontaktformular .formular input,
    .flx_kontaktformular .formular textarea {
        border-radius: 15px;
    }
    .flx_kontaktformular .formular .fbox.zweidrittel {
        width: 100%;
    }

    .flx_headerbild-small .content .topline {
        margin-bottom: 0;
    }
    .flx_headerbild-small .content .headline {
        font-size: 350%;
        margin: 0;
    }
    .flx_headerbild-small {
        min-height: 730px !important;
    }
    .flx_headerbild-small .content {
        padding-top: 250px;
    }

    .flx_mietfahrzeuge.kategorie .item .fahrzeugbild {
        min-height: 150px;
    }
    .flx_mietfahrzeuge .item .fahrzeuginformationen .button img {
        max-width: 20%;
    }

    .flx_textblock.text-aufzaehlung .item .inhalt .vorteilheadline {
        font-size: 115%;
    }

    .flx_roulette {
        padding: 50px 0;
    }
    .flx_roulette .content p,
    .flx_roulette .content strong {
        font-size: 100%;
    }
    .flx_roulette .bild {
        margin: 50px 0;
    }

    .flx_textblock.text-aufzaehlung .item {
        margin: 10px auto;
    }

    .mietfahrzeugesingle .item .anfrage .fbox.wide,
    .mietfahrzeugesingle .item .anfrage .fbox {
        margin: 5px 0;
    }

    .flx_bildergalerie .textbox {
        right: 30px;
        left: 30px;
    }
    .flx_bildergalerie .textbox h3 {
        font-size: 250%;
    }
    .flx_bildergalerie .textbox p {
        font-size: 90%;
    }
    .flx_bildergalerie .small {
        padding: 0 30px;
        margin-bottom: 20px;
    }
    .flx_bildergalerie .big {
        padding: 0 30px;
        margin-bottom: 20px;
    }

    .flx_mietfahrzeuge .item {
        margin: 15px 0;
    }
    /* .flx_mietfahrzeuge{margin:30px 30px;} */
    .flx_mietfahrzeuge .item .belegung {
        margin-top: 20px;
    }
    .flx_mietfahrzeuge .item .preise .big {
        font-size: 80%;
    }

    /* .mietfahrzeugesingle .container{max-width:380px;} */
    .mietfahrzeugesingle .item .headline {
        padding: 0;
    }
    .mietfahrzeugesingle .item .kurzbeschreibung .versicherung::after {
        left: 200px;
    }
    .mietfahrzeugesingle .item .daten li {
        width: 100%;
    }
    .mietfahrzeugesingle .item .anfrage .headline {
        margin-top: 0;
    }
    .mietfahrzeugesingle .item .preise {
        text-align: center;
    }
    .mietfahrzeugesingle .item .preise .big {
        font-size: 100%;
    }
    .mietfahrzeugesingle .item .zubehoer .item {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 60px;
        margin-bottom: 40px;
    }
    .mietfahrzeugesingle .item .zubehoer .item .content {
        min-height: 50px;
    }

    .flx_mietfahrzeuge .item .fahrzeuginformationen .button img {
        top: 30px;
    }
    .flx_mietfahrzeuge .item .preise {
        padding: 10px !important;
    }

    .flx_icons .headline {
        font-size: 350%;
    }

    .startseite .flx_textblock.text-aufzaehlung .btn {
        right: 20px;
    }

    .karlklammer .form {
        width: 350px;
    }
    .karlklammer .form .headline {
        font-size: 120%;
    }

    #page-footer p {
        margin: 0;
    }
    #page-footer .button img {
        max-width: 80%;
    }

    #page-footer {
        padding: 0;
    }
    #page-footer .button {
        height: auto;
    }
    #page-footer .button img {
        top: -50px;
    }

    .flx_kontaktformular
        .formular
        .wpcf7-form-control-wrap[data-name="spamquiz"]
        label {
        display: block;
    }
}
/*----------------------------------------------------------------------------*/
@media (max-width: 400px) {
    #page-footer .container-wide {
        max-width: 330px;
    }
    p {
        line-height: 1.5;
    }
    .topline {
        margin-bottom: 10px;
        font-size: 150%;
    }
    .headline {
        font-size: 175%;
    }

    #page-header.active #toppermenu ul li.menu-item-has-children::after,
    #page-header.active #toppermenu ul li.menu-item-has-children.active::after {
        right: 80px;
    }
    #page-header.bottom.active #toppermenu ul li.menu-item-has-children::after,
    #page-header.bottom.active
        #toppermenu
        ul
        li.menu-item-has-children.active::after {
        right: 40px;
    }
    #page-header .menu .sub-menu li a {
        padding: 0;
        font-size: 80%;
    }
    #page-header .menu .sub-menu li {
        margin: 10px 0;
    }

    .flx_mietfahrzeuge .item .fahrzeuginformationen .singleicon {
        max-width: 100%;
        margin-bottom: 5px;
    }

    .flx_headerbild-small .content {
        padding-top: 250px;
    }
    .flx_headerbild .content .headline {
        font-size: 400%;
    }
    .flx_headerbild .formular .fbox input {
        width: 100%;
        margin: 10px 0;
    }

    .flx_mietfahrzeuge .item .fahrzeuginformationen .singleicon img {
        max-width: 10%;
    }
    /* .flx_mietfahrzeuge{margin:30px;} */

    .startseite .topline {
        margin-bottom: 10px;
    }

    .mietfahrzeugesingle .flx_headerbild-small {
        min-height: 450px !important;
    }
    /* .mietfahrzeugesingle .container{max-width:350px;} */
    .mietfahrzeugesingle .item .galerie .item {
        width: 49%;
        margin: 10px 0 0;
    }
    .mietfahrzeugesingle .item .daten {
        margin-top: 20px;
    }
    .mietfahrzeugesingle #anfrageform {
        padding: 10px;
    }
    .mietfahrzeugesingle .item .anfrage .headline {
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: center;
    }
    .mietfahrzeugesingle .item .anfrage .fbox input,
    .mietfahrzeugesingle .item .anfrage .fbox select,
    .mietfahrzeugesingle .item .anfrage .fbox textarea {
        border-radius: 10px;
    }
    .mietfahrzeugesingle .item .preise {
        border-radius: 10px;
    }
    .mietfahrzeugesingle .item .zubehoer .item {
        padding: 0 40px;
        margin-bottom: 20px;
    }
    .mietfahrzeugesingle .item .zubehoer .item .content {
        min-height: 40px;
    }

    .flx_textblock.mitbilddrei .content .inhalt {
        padding: 20px;
    }

    .flx_headerbild-small .content {
        padding-top: 280px;
        padding-bottom: 40px;
    }
    .flx_headerbild-small .content .topline {
        font-size: 200%;
    }
    .flx_headerbild-small .container {
        max-width: 450px;
    }

    .flx_roulette .content h2 {
        margin-top: 0;
    }

    .flx_headerbild .formular .fbox {
        margin-bottom: 0;
        padding: 0;
    }
    .flx_headerbild .formular .fbox:nth-child(2n) {
        padding: 0;
        margin-bottom: 20px;
    }

    #page-footer #footerlogo img {
        max-width: 40%;
    }
}
/*----------------------------------------------------------------------------*/
@media (max-width: 380px) {
    .flx_bildergalerie .textbox {
        width: 346px;
        height: 461px;
    }

    .startseite .topline {
        margin-bottom: 10px;
    }

    .karlklammer .form {
        width: 310px;
    }

    .karlklammer .form .headline {
        font-size: 100%;
    }
    .karlklammer .form .close {
        top: -15px;
    }
}
/*----------------------------------------------------------------------------*/
@media (max-width: 360px) {
    p {
        font-size: 90%;
    }

    .flx_bildergalerie .textbox {
        width: 330px;
        height: 440px;
    }
}
