/* ############################ reset.css ############################ */
article, aside, audio, command, datagrid, details, dialog, embed,
figcaption, figure, footer, header, h.group, menu, nav, section, summary,
video, wbr {
	display: block;
}

bdi, figcaption, keygen, mark, meter, progress, rp, rt, ruby, time {
	display: inline;
}

acronym, applet, big, center, dir, font, frame, frameset, noframes, s,
strike, tt, u, xmp {
	display: none;
}

a, abbr, area, article, aside, audio, b, bdo, blockquote, body, button,
canvas, caption, cite, code, col, col.group, command, datalist, dd, del,
details, dialog, dfn, div, dl, dt, em, embed, .group, figure, form,
h1, h2, h3, h4, h5, h6, head, header, h.group, hr, html, i, iframe, img,
input, ins, keygen, kbd, label, legend, li, map, mark, menu, meter, nav,
noscript, object, ol, opt.group, option, output, p, param, pre, progress,
q, rp, rt, ruby, samp, section, select, small, span, strong, sub, sup,
table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, var, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	text-align: left;
	text-decoration: none;
	vertical-align: baseline;
    /* z-index: 1; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    line-height: 1;
    color: #414040;
    font-family: "OpenSans";
    font-size:1rem;
    line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;

}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
select{
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;   
    -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
    -moz-border-radius: 0;  /* Firefox 1-3.6 */     
    border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
select::-ms-expand {
    display: none;
}
select:focus::-ms-value {
    background-color: transparent;
}
/* ############################ adjust.css ############################ */
html {
    font-size: calc(1em + 1vw);
    line-height:1;
}

@media (min-width: 300px) { /*Breakpoint 720x480 WVGA */
    html {
        font-size: 10px;
        line-height:1;
    }
}
@media (min-width: 350px) { /*Breakpoint 720x480 WVGA */
    html {
        font-size: 12px;
        line-height:1;
    }
}
@media (min-width: 720px) { /*Breakpoint 720x480 WVGA */
    html {
        font-size: 13px;
        line-height:1;
    }
}
@media (min-width: 1024px) { /*Breakpoint 1024x768 EVGA */
    html {
        font-size: 9px;
        line-height:1;
    }
}
@media (min-width: 1280px) { /*Breakpoint 1280x768 WXGA */
    html {
        font-size: 13px;
        line-height:1;
    }
}

@media (min-width: 1366px) { /*Breakpoint 1366x768 WXGA */
    html {
        font-size: 14px;
        line-height:1;
    }
}

@media (min-width: 1920px) { /*Breakpoint 1920x1080 HD1080, 1080p */ 
    html {
        font-size: 20px;
        line-height:1;
    }
} 
@media (min-width: 2560px) { /*Breakpoint 2560x1080 WQHD, 1440p */ 
    html {
        font-size: 26px;
        line-height:1;
    }
} 

/* ############################ wenn benötigt einzelne animate.css klassen ############################ */
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
}

to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}

@keyframes pulse {
from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
}

to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
/* ############################ fonts ############################ */

/* 
#   verwendet:
#
#   OpenSans.ttf
#   
*/


@font-face { font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Light.ttf') format('truetype'); 
    font-weight:300;
    font-style:normal;
}
@font-face { font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype'); 
    font-weight:400;
    font-style:normal;
}
@font-face { font-family: 'OpenSans';
    src: url('../fonts/OpenSans-RegularItalic.ttf') format('truetype'); 
    font-weight:400;
    font-style:italic;
}
@font-face { font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Semibold.ttf') format('truetype'); 
    font-weight:600;
    font-style:normal;
}
@font-face { font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype'); 
    font-weight:700;
    font-style:normal;
}
@font-face { font-family: 'OpenSans';
    src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'); 
    font-weight:700;
    font-style:italic;
}

@font-face { font-family: 'PT_Sans';
    src: url('../fonts/PTSans-Regular.ttf') format('truetype'); 
    font-weight:400;
    font-style:normal;
}
@font-face { font-family: 'PT_Sans';
    src: url('../fonts/PTSans-Bold.ttf') format('truetype'); 
    font-weight:700;
    font-style:normal;
}



/* ############################ globale styles ############################ */
h2{
    color: #414040;
    font-weight: 700;
    font-family: 'OpenSans';
    font-size: 2.5rem;
    line-height: 3.417rem;
    padding-top:1rem; 
    padding-bottom:1rem; 
}
h1{
    color: #0A2854;
    font-weight: 700;
    font-family: 'PT_Sans';
    font-size: 2.917rem;
    line-height: 3.667rem;
    text-align: center;
    padding-top:1rem; 
    padding-bottom:1rem; 
}
h3{
    color: #414040;
    padding-top:1rem; 
    padding-bottom:1rem;
    font-size: 1.333rem;
    line-height: 2.233rem;
    font-weight: 700;
    font-family: 'OpenSans'; 
}
html,
body{
    background-color:#FFFFFF;
    max-width:100%;
    overflow-x:hidden;
    position: relative;
    /* height: 100%; */
    /* scroll-behavior: smooth; */
}
::-webkit-input-placeholder{opacity:1;color:#414040;}
    ::-moz-placeholder{opacity:1;color:#414040;}
    :-ms-input-placeholder{opacity:1;color:#414040;}
body.modal-open {
    overflow: hidden;
}
html>body picture.img img{
    min-height:1px;
}
html>body picture.img.b-loaded{
    background:transparent;
    min-height:0;
}
.SelectIconWrapper::after{
    background-image: url('../images/icons/pfeil_grau.svg');
    content: '';
    display: inline-block;
    width: 1.3333rem;
    height: 1.3333rem;
    margin-left: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    right: 1rem;
    top: 0.8rem;
}
.SelectIconWrapper{
    position: relative;
}
/* html>body h1,
html>body h2, */
html>body h3,
html>body .hyphens{
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
/* html>body .ellipsis{
    text-overflow: ellipsis;
    overflow: hidden; 
    width: 160px; 
    height: 1.2em; 
    white-space: nowrap; */
/* } */
html>body textarea[aria-invalid="true"],
html>body textarea.invalid,
html>body input.invalid,
html>body input[aria-invalid="true"],
html>body input[aria-invalid="true"] ~ span,
html>body input.invalid ~ span{
    border-bottom:2px solid rgba(234,54,25,1) !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
html>body input.invalid{
    border-bottom:2px solid rgba(234,54,25,1) !important;
}
html>body input.invalid ~ span{
    background-color:rgba(234,54,25,1) !important;
}
picture>img{
    width: 100%;
}
picture.full>img{
    height:100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.gallery{
    position:relative;
    width: calc(100% + 2rem);
margin-left: -1rem;
margin-top: -1rem;
}
.gallery a:not(:first-child){
    display:none;
}
a, a:hover, a:active, a:focus{
    color:inherit;
    text-decoration:inherit;
}
.copyright{
    position: absolute;
    left:0;
    top:0;
    background-color:rgba(255,255,255,0.5);
    padding:5px;
    font-size:0.8rem;
    content:'&copy;'
}
.copyright:before{
    content:'\00a9';
    margin-right:0.15rem;
}

/* ::-webkit-input-placeholder{opacity:1;color:#0072AB;}
::-moz-placeholder{opacity:1;color:#0072AB;}
:-ms-input-placeholder{opacity:1;color:#0072AB;} */

input[type=text]{
    cursor: text;
}
input[type=submit],
.dropdown-toggle{
    cursor: pointer;
}
.pagination-wrapper{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    margin-top:1.6667rem;
    margin-bottom:1.3333rem;
    width: 50%;
}
body #main .reiseuebersicht #reise-list .pagination-wrapper:last-child{
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:right;
    -webkit-box-align: end;
        -ms-flex-align: end;
}
.pagination-wrapper a:first-child img{
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.pagination-wrapper a{
    height:2.25rem;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pagination-wrapper a img{
    height:47.37%;
}
.pagination-wrapper a img.next{
    transform: rotate(-90deg);
}
.pagination-wrapper a img.prev{
    transform: rotate(90deg);
}
.pagination-wrapper .pagination{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    font-size:1.5rem;
    margin:0 0.9167rem;
}
.pagination-wrapper .pagination li{
    width:2.25rem;
    height:2.25rem;
    color:rgba(122, 122, 122, 0.5);
    font-size: 1.5rem;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding:0.25rem;
}
.pagination-wrapper .pagination li.disabled{
    display: none;
}
.pagination-wrapper .pagination li.active{
    background-color:#fff;
    font-weight: bold;
    font-size: 2rem;
}
/* ########################## Startscreen Mobile ########################## */
    body .startScreen{
        width: 100vw;
        height: 100vh;
        position: absolute;
        z-index: 10001;
        opacity: 1;
    }
    body .startScreen picture{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0; 
    }
    body .startScreen picture >img{
        width: 100%;
        height: 100%;
        object-fit: cover; 
    }
    body .startScreen > img{
        position: absolute;
        top: 7.50%;
        width: 76.27%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    body .startScreen > p{
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 10.79%;
        color: #fff;
        font-family: 'PT_Sans';
        font-weight: 700;
        font-size: 4.167rem;
        line-height: 4.583rem;
        text-shadow: 0px 0px 20px #000000;
    }
    body .removeScreen{
        opacity: 0;
        transition: all ease 1.5s;
    }
/* ########################## Reisefinder Sidebar ########################## */

    body #main .SideBarWrapper{
        /* display: flex; */
        z-index: 1000;
    }
    body #main .SideBarWrapper .SideBarIcon{
        width: 4rem;
        height: 4rem;
        position: fixed;
        top:20vh;
        right: calc(-60vw - 2rem);
        width: 80vw;
        z-index: 10000;
        background-color:#F07301;
        padding: 0.5em;
        cursor: pointer;
        border-radius: 1.5rem 0px 0px 0px; 
        -webkit-transition: 0.25s -webkit-transform, 0.25s opacity;
        transition: 0.25s -webkit-transform, 0.25s opacity;
        -webkit-transition: 0.25s opacity, 0.25s -webkit-transform;
        transition: 0.25s opacity, 0.25s -webkit-transform;
        transition: 0.25s transform, 0.25s opacity;
        transition: 0.25s transform, 0.25s opacity, 0.25s -webkit-transform;
        transition: 0.25s transform, 0.25s -webkit-transform, 0.25s opacity;
        display: flex;
        align-items: center;
    }
    body #main .SideBarWrapper .SideBarIcon p{
        display: none;
        font-size: 2rem;
        font-family: 'OpenSans';
        font-weight: 700;
        color: #fff;
        margin-left: 1rem;
    }
    body #main .SideBarWrapper .SideBar{
        height: 40vh;
        width: 80vw;
        position: fixed;
        top: calc(20vh + 4rem);
        right: -100vw;
        -webkit-transition: 0.25s -webkit-transform, 0.25s opacity;
        transition: 0.25s -webkit-transform, 0.25s opacity;
        -webkit-transition: 0.25s opacity, 0.25s -webkit-transform;
        transition: 0.25s opacity, 0.25s -webkit-transform;
        transition: 0.25s transform, 0.25s opacity;
        transition: 0.25s transform, 0.25s opacity, 0.25s -webkit-transform;
        transition: 0.25s transform, 0.25s -webkit-transform, 0.25s opacity;
        z-index: 10000;
    }

    body #main .SideBarWrapper.active .SideBarIcon{
        transform: translateX(calc(-60vw - 2rem));
        border-radius: 15px 0px 0px 0px;
        
    }
    body #main .SideBarWrapper.active .SideBarIcon p{
        display: block;
    }
    body #main .SideBarWrapper .SideBarIcon svg{
        width: 3rem;
        height: 3rem;
    }
    body #main .SideBarWrapper.active .SideBar{
        transform: translateX(-100vw );
    }

    /* ########################## Reisefinder ########################## */
    body #main .ifs-reisefinder{
        background-color: rgba(255,255,255,0.8);
        padding: 1rem;
    }
    body #main .ifs-reisefinder .ifs-reisefinder-elem select{
        background-color: #fff;
        padding: 0.5rem;
        width: 100%;
        font-size: 1.417rem;
        line-height: 1.917rem;
        font-family: 'OpenSans';
        font-style: italic;
        color: #414040;
        font-weight: 400;
    }
    body #main .ifs-reisefinder .ifs-reisefinder-elem{
        padding: 0.5rem;
    }
    body #main .ifs-reisefinder-elem button{
        background-color: #0A2854;
        color: #fff;
        height: auto;
        padding: 0.5rem;
        font-size: 2rem;
        font-weight: 700;
        font-family: 'OpenSans';
        border-radius: 0px 0px 15px 0%;
        cursor: pointer;
    }
    body #main .ifs-reisefinder-elem button img{
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 0.5rem;
    }
    body #main .SideBar > .ifs-reisefinder-elem{
        width: 100%;
        text-align: right;
    }
    body #main .SideBar .ifs-reisefinder-elem label{
        font-size: 1.417rem;
        font-family: 'OpenSans';
        font-style: italic;
        font-weight: 600;
        line-height: 1.917rem;
        color: #414040;
        margin-bottom: 0.5rem;
        display: block;
    }
    body #main .SideBar .ifs-reisefinder-elem .date{
        width: 100%;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    body #main .SideBar .ifs-reisefinder-elem .date input{
        width: auto;
        padding: 0.5rem;
        font-size: 1.417rem;
        line-height: 1.917rem;
        font-family: 'OpenSans';
        font-style: italic;
        color: #414040;
        font-weight: 400;
    }
    body #main .SideBar .ifs-reisefinder-elem .date input.anreise{
        margin-right: auto;
    }
    body #main .SideBar .ifs-reisefinder-elem .date input.abreise{
        margin-left: auto;
    }
    body #main .SideBar .ifs-reisefinder-elem .date span{
        width: auto;
        margin-right: 4%;
    }
    body #main .SideBar .ifs-reisefinder-elem .input.group .dauer,
    body #main .SideBar .ifs-reisefinder-elem .input.group .preis{
        width: 100%;
        background-color: #fff;
        height: 1rem;
    }
    body #main .SideBar .ifs-reisefinder-elem .input.group .dauer::-moz-range-thumb,
    body #main .SideBar .ifs-reisefinder-elem .input.group .preis::-moz-range-thumb{
        width: 1rem;
        height: 1rem;
        border-radius: 100%;
        background-color: #F07301;
        border:none;
    }

/* ########################## slider style ########################## */
body #main .slider-wrapper .slider-list .slider-item{
    width: 100%;
    height: 100%;
    /* position: relative; */
}    
body #main .slider-wrapper .slider-list .slider-item img{
    object-fit: cover;
    object-position: center;
}    
body #main .slider-wrapper .slider-list .slider-item picture{
    object-fit: cover;
    object-position: center;
    display: block;
    height: 100%;
}    
body #main .slider-wrapper .slider-list > .ButtonWrapper{
    width: auto;
    height: auto;
    position: absolute;
    z-index: 1000;
    top: 50%;
    bottom: 50%;
    right: 0;
    display: flex;
    justify-content: right;
    align-items: center;
}    
body #main .slider-wrapper .slider-list > .slider-item .SliderKat{
    color: #fff;
    position: absolute;
    z-index: 100;
    bottom: 12.41rem;
    text-align: center;
    width: 100%;
    font-size: 4.167rem;
    font-family: 'PT_Sans';
    font-weight: 700;
    text-shadow: 0px 0px 20px #000000;
}    
body #main .slider-wrapper .slider-list > .ButtonWrapper > button.slide-back{
    left: 0;
    width: 49%;
    height: 100%;
    cursor: pointer;
}    
body #main .slider-wrapper .slider-list > .ButtonWrapper > button.slide-forth{
    right:0;
    width: 5rem;
    text-align: right;
    height: 5rem;
    cursor: pointer;
    /* background-color: #F07301; */
    /* border-radius: 100%; */
    text-align: center;
    z-index: 10000;
}    
body #main .slider-wrapper .slider-list > .ButtonWrapper > button.slide-forth img{
    width: 3rem;
    height: 3rem;
}    
body #main .slider-wrapper{
    height: calc(100vh - 5.7rem + 5px);
    border-bottom: 5px solid #FCC800;
}    

/* ############################ header styles ############################ */
header{
    height: 5.7rem;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index:5000;
    border-bottom: 5px solid #FCC800;
}
header.active{
    height: 5.7rem;
}

header .logo{
    min-height: 3.55rem;
    -ms-flex-item-align: center;
        align-self: center;
    margin-left:0;
    width:16.17rem;
    margin-bottom:-0.8rem;
    padding: 0.5rem;
}
header >a {
    height: 100%;
}
header .iconsSet .HeadIconWrapper img {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
}
header .iconsSet {
    margin-left: auto;
    margin-right: 0.5rem;
}
header > a.HeadIconWrapper{
    align-items: center;
    display: flex;
}
header >a#burger-menu{
    background-color: #DD2A1B;
    border-radius:1.5rem 0px 0px 0px;
}
header >a > img{
    height: 100%;
}

/* ############################ Reiseuebersicht ############################ */
body #main .slider .reiseuebersichtSlider.slider-list > .slider-item .SliderKat{
    color: #0092CB;
    font-size: 3.333rem;
    font-family: 'OpenSans';
    font-weight:700;
    font-style:italic;
    background-color: rgba(255, 255, 255, 0.8);
    text-shadow: none;
    width: 95%;
    right: 0;
    bottom: 0;
    top: unset;
    line-height: 3.75rem;
    padding: 1rem;
    text-align: right;
    border-radius: 2rem 0rem 0rem 0rem;
}
body #main .reiseuebersicht .sort #sort-list{
    font-size: 1.167rem;
    font-family: 'OpenSans';
    font-weight: 600;
    color: rgba(65, 64, 64, 0.3);
    padding: 1rem;
    line-height: 1.583rem;
}
body #main .reiseuebersicht .sort img{
    width: 2rem;
    margin-right: 1rem;
}
body #main .reiseuebersicht .sort > div{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
body #main .reiseuebersicht #reise-list .list .reise-bild picture{
    position: relative;
    display: block;
}
body #main .reiseuebersicht #reise-list .list .reise-bild picture p.title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: auto;
    padding: 1rem;
    background-color: rgba(255,255,255,0.8);
    color: #414040;
    font-family: 'OpenSans';
    font-weight: 700;
    font-size: 1.6rem;
    border-radius: 0rem 2rem 0rem 0rem;
}
body #main .reiseuebersicht #reise-list .list .reise-bild picture .copyright{
    position: absolute;
    top: 0;
    left: 0;
}
body #main .reiseuebersicht #reise-list .list > a{
    width: 100vw;
    height: 50vh;
    margin-bottom: 4rem;
}
body #main .reiseuebersicht #reise-list .list > a .reise-bild{
    height: 60%;
}
body #main .reiseuebersicht #reise-list .list > a .reise .subtitle{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    padding-bottom: 0;
    padding-top: 0;
    width: 65%;
    /* margin-bottom: 2rem; */
}
body #main .reiseuebersicht #reise-list .list > a .reise{
    position: relative;
    width: 100%;
    height: 10rem;
}
body #main .reiseuebersicht #reise-list .list > a .reise .flex{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 2rem;
    width: 100%;
}
body #main .reiseuebersicht #reise-list .list .datumausgabe{
    font-size: 1.417rem;
    font-family: 'OpenSans';
    font-weight: 700;
    line-height: 1.917rem;
    width: 90%;
}
body #main .reiseuebersicht #reise-list .list .minpreis{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #F07301;
    color: #fff;
    font-size: 1.833rem;
    font-family: 'OpenSans';
    font-weight:600;
    padding: 0.5rem;
    border-radius: 0px 0px 0px 1.2rem;
    width: auto;
}
body #main .reiseuebersicht #reise-list .list .dauer{
   font-size: 1.417rem;
   font-family: 'OpenSans';
   font-weight: 400;
   line-height: 1.917rem;
}
body #main .reiseuebersicht #reise-list .list .more img{
   width: 2rem;
   line-height: 1.917rem;
}
body #main .reiseuebersicht #reise-list .list .more{
    width: 10%;
    text-align: end;
}
body #main .reiseuebersicht #reise-list > .flex{
    display: flex;
}
body #main .reiseuebersicht #reise-list > .flex > div{
    width: 50%;
    display: flex;
    align-items: center;
    color: rgba(65, 64, 64,0.3);
    cursor: pointer;
}
body #main .reiseuebersicht #reise-list > .flex > div.back img{
    height: 1.125rem;
    transform: rotate(90deg);
}
body #main .reiseuebersicht #reise-list .pagination-wrapper{
    width: 100%;
    justify-content: center;
}
/* Merkliste */
body .reiseuebersicht #fav{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    z-index: 1000;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 0.5rem;
}
body .reiseuebersicht #fav svg{
    width: 2rem;
    height: 2rem;
}

/* ############################ Reisedetail ############################ */
body .reisedetail .reise-bild .gallery {
    height: 20.06rem;
}
body .reisedetail .flex .infoBox .tags > span{
    color: #fff;
    background-color: #0092CB;
    width: auto;
    height: auto;
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
    font-size: 1.333rem;
    line-height: 1.833rem;
    font-family: 'OpenSans';
    font-weight: 600
}
body .reisedetail .flex .infoBox .tags{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
body #main .reisedetail .infos .toggle-bar >div > .dropdown-toggle{
    background-color: rgba(252, 199, 0, 0.5);
    padding: 0.5rem;
    margin: 0.3rem 0rem 0.3rem 0rem;
    border-radius: 1rem 0 0 0;
    /* cursor: pointer; */
}
body #main .reisedetail .infos .toggle-bar >div h3{
    color: #414040;
    font-family: 'OpenSans';
    font-size: 1.667rem;
    font-weight: 600;
    line-height: 2.25rem;
    padding: 0;
}
body #main .reisedetail .infos .toggle-bar >div.active .dropdown-toggle{
    background-color: #FCC700;
}
body #main .reisedetail .infos .texte > .inhalt{
    display: none;
}
body #main .reisedetail .infos .texte.active > .inhalt{
    display: block;
}
body #main .reisedetail .headlines > h1{
    font-size: 1.875rem;
    font-family: 'OpenSans';
    font-weight: 700;
    color: #414040;
    line-height: 2.563rem;
    text-align: left;
}
body #main .reisedetail .headlines > h2{
    font-size: 1.667rem;
    line-height: 2rem;
    color: #414040;
    font-family: 'OpenSans';
    font-weight: 400;
}
body #main .reisedetail .infos .reise-verlauf h5{
    font-family: 'OpenSans';
    font-weight: 700;
    font-size: 1.333rem;
    line-height: 1.833rem;
    margin-top: 1.5rem;
}
body #main .reisedetail .infos .reise-leistungen > ul{
    list-style: square;
    /* margin: 1rem; */
    margin-left: 1.5rem;
}
body #main .reisedetail .infos .reise-leistungen > ul li{
    font-size: 1.417rem;
    line-height: 2.167rem;
    font-family: 'OpenSans';
    font-weight: 600;
}
body #main .reisedetail .infos .reise-verlauf .inhalt p{
    font-size: 1.333rem;
    line-height: 1.833rem;
    font-family: 'OpenSans';
}

body #main .reisedetail .infos .reise-termine .termin > p:first-child{
    font-family: 'OpenSans';
    font-weight: 700;
    font-size: 1.417rem;
    line-height: 1.917rem;
    padding: 0.5rem 0 0.5rem 0;
}
body #main .reisedetail .infos .reise-termine .termin > p,
body #main .reisedetail .infos .reise-termine .rzz{
    font-family: 'OpenSans';
    font-weight: 400;
    padding: 0.5rem 0 0.5rem 0;
    font-size: 1.417rem;
    line-height: 1.917rem;
}
body #main .reisedetail .infos .reise-termine .hinweise > p,
body #main .reisedetail .infos .reise-termine .zusatz > p{
    font-family: 'OpenSans';
    font-weight: 700;
    background-color: rgba(252,199,0,0.4);
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    font-size: 1.417rem;
    line-height: 1.917rem;
}
body #main .reisedetail .infos .reise-termine .hinweise > p span img,
body #main .reisedetail .infos .reise-termine .zusatz > p span img{
    width: 3rem;
    height: 100%;
    float:right;
    padding: 0.4rem;
}
body #main .reisedetail .infos .reise-termine .hinweise > div > p:nth-child(even),
body #main .reisedetail .infos .reise-termine .zusatz > div > p:nth-child(even){
    background-color: rgba(252,199,0,0.1);
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    font-size: 1.417rem;
    line-height: 1.917rem;
}
body #main .reisedetail .infos .reise-termine .hinweise > div > p:nth-child(odd),
body #main .reisedetail .infos .reise-termine .zusatz > div > p:nth-child(odd){
    background-color: rgba(252,199,0,0.2);
    font-size: 1.417rem;
    line-height: 1.917rem;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
body #main .reisedetail .infos .reise-termine .hinweise > div > p > span:nth-child(2),
body #main .reisedetail .infos .reise-termine .zusatz > div > p > span:nth-child(2){
    float: right;
}
body #main .reisedetail .infos .reise-termine .termin select{
    color: #414040;
    padding: 0.5rem 0 0.5rem 0;
    font-size: 1.5rem;
    line-height: 2rem;
    width: 100%;
}
body #main .reisedetail .infos .reise-termine .termin .TerminWrapper > span{
    width: 20%;
    text-align: end;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
body #main .reisedetail .infos .reise-termine .termin .TerminWrapper{
    background-color: rgba(252,199,0,0.4);
    font-size: 1.5rem;
    font-family: 'OpenSans';
    font-weight: 700;
    color: #414040;
    line-height: 2rem
}
body #main .reisedetail .infos .reise-termine .termin >p{
    padding: 0.5rem 0.5rem 0.5rem 0rem;
}
body #main .reisedetail .ButtonWrapper{
    background-color: #fff;
    padding: 1rem;
    border-radius: 0px 0px 1rem 0rem;
    margin: 2rem 0rem 2rem 0rem;
    cursor: pointer;
}
body #main .reisedetail .ButtonWrapper button{
    color: #DD2A1B;
    font-family: 'OpenSans';
    font-weight: 700;
    font-style: italic;
    cursor: pointer;
    font-size: 1.667rem;
    line-height: 2.25rem;
    text-align: right;
}
body #main .reisedetail .infos h1{
    font-size: 1.346rem;
    line-height: 1.692rem;
    font-family: 'PT_Sans';
    font-weight: 700;
    color: #0A2854;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

body #main .reisedetail .flex .infoBox #action-bar > div{
    display: flex;
    z-index: 1;
}
body #main .reisedetail .flex .infoBox #action-bar .icon-wrapper{
    display: flex;
    align-items: center;
    color: rgba(64,64,64,0.3);
    cursor: pointer;
}
body #main .reisedetail .flex .infoBox #action-bar .icon-wrapper span{
    font-size: 1.1rem;
    font-family: 'OpenSans';
    font-weight: 600;
    line-height: 1.5rem;
}
body #main .reisedetail .flex .infoBox #action-bar .icon-wrapper svg{
    width: 1.3rem;
    height: 1.3rem;
    /* color: rgba(64,64,64,0.3); */
    fill: currentColor;
    margin:0.5rem;
}
body #main .reisedetail .flex .infoBox #action-bar #back svg{
    transform: rotate(90deg);
}
body #main .reisedetail .flex .infoBox #action-bar #back{
    margin-right: auto;
    cursor: pointer;
}
body #main .reisedetail .flex .infoBox #action-bar .share{
    display: flex;
    transform: translateX(-110%);
    height: 0px;
    width: 100%;
    -webkit-transition: 0.25s -webkit-transform, 0.25s opacity;
    transition: 0.25s -webkit-transform, 0.25s opacity;
    -webkit-transition: 0.25s opacity, 0.25s -webkit-transform;
    transition: 0.25s opacity, 0.25s -webkit-transform;
    transition: 0.25s transform, 0.25s opacity;
    transition: 0.25s transform, 0.25s opacity, 0.25s -webkit-transform;
    transition: 0.25s transform, 0.25s -webkit-transform, 0.25s opacity;
}
body #main .reisedetail .flex .infoBox #action-bar.show .share{
    display: flex;
    width: 100%;
    height: 100%;
    transform: translateX(0);
}
body #main .reisedetail .flex .infoBox #action-bar .share a img{
    width: 100%;
}
body #main .reisedetail .flex .infoBox #action-bar .share a{
    width: 100%;
}
body #main .reisedetail .flex .infoBox #action-bar #fav svg.active{
    color: #DD2A1B;
    fill: currentColor;
}
body #main .reisedetail .infos .termin{
    margin-bottom: 1rem;
}
body #main .reisedetail .infos .PreisWrapper{
    display: flex;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 1.417rem;
    line-height: 1.917rem;
}
body #main .reisedetail .infos .PreisWrapper p{
    font: inherit;
}
body #main .reisedetail .infos .PreisWrapper span{
    margin-left: auto;
}
/* ############################ Beiträge ############################ */

body .contentframe{
    margin:1rem;
}
body .contentframe .content img{
    width: 100%;
}
body .contentframe .content p{
    color:#414040;
    font-family: 'OpenSans';
    font-size:1.333rem;
    line-height: 1.833rem;
}
body .contentframe .content a{
    color:#0A2854;
    font-family: 'OpenSans';
    font-size:1.333rem;
    line-height: 1.833rem;
}
body .contentframe .content span{
    color:#414040;
    font-family: 'OpenSans';
    font-size:1.333rem;
    line-height: 1.833rem;
}
body .contentframe .content span.zitat{
    font-style: italic;
    font-weight: 400;
}
body .contentframe .content ul{
    list-style: square;
    color:#414040;
    font-family: 'OpenSans';
    font-size:1.333rem;
    line-height: 1.833rem;
    margin: 1rem;
}
body #main .contentframe .content .kataWrapper div p{
    margin: 2rem 0rem 2rem 0rem;
}
body #main .contentframe .content .ueber_uns .flex{
    margin-bottom: 1rem;
}

/* ############################ form styles ############################ */

body #main form .headlines{
    margin: 0;
    border-radius: 0rem 0rem 1rem 0rem;
}
body #main  form .headlines h1{
    text-align: center;
    font-size: 1.154rem;
    font-family: 'OpenSans';
    font-style: italic;
    font-weight: 700;
    /* padding: 0.6rem; */
}
body #main  form select {
    font-family: 'PT_Sans';
    font-size: 0.5rem;
}
body #main .contentframe form input{
    font-family: 'PT_Sans';
    font-size: 1.167rem;
}
/* body #main .contentframe form h2{
    font-family: 'PT_Sans';
    font-size: 1.417rem;
    font-weight: 700;
    color: #0A2854;
    line-height: 0.846rem;
} */
body #main .contentframe  form h3{
    font-family: 'PT_Sans';
    font-size: 1.417rem;
    font-weight: 700;
    color: #414040;
    line-height: 0.846rem;
}
body #main .contentframe form label{
    font-family: 'PT_Sans';
    font-size: 0.462rem;
    color: #414040;
    line-height: 0.577rem;
}
body #main .contentframe form .group{
    margin-top: 2.47%;
}
body #main .contentframe  p{
    font-size: 1.4rem;
}
body #main .contentframe h1{
    font-size: 2.5rem;
    font-weight: 700;
}
body #main .contentframe  h2{
    font-size: 2rem;
}
body #main .contentframe  h3{
    font-size: 1.7rem;
}
body #main .contentframe  form h1{
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'OpenSans';
    color: #0A2854;
    margin: 1rem 0 1rem 0;
}
body #main .contentframe  form .group .select select{
    width: 100%;
    padding: 0.5rem;
    border: 1px solid rgba(112,112,112,0.5);
    /* color: rgba(112,112,112,0.5);     */
    font-size: 1.167rem;
    line-height: 1.5rem;
    font-family: 'PT_Sans';
    /* margin: 0.5rem 0 0.5rem 0; */
    color: #414040;
}
body #main .contentframe  form .group .SelectIconWrapper{
    margin: 0.5rem 0 0.5rem 0;
}

body #main .contentframe  form  input,
body #main .contentframe  form .group input{
    width: 100%;
    padding: 0.5rem;
    border: 1px solid rgba(112,112,112,0.5);
    color: #414040;
    font-size: 1.167rem;
    line-height: 1.5rem;
    font-family: 'PT_Sans';
    margin: 0.5rem 0 0.5rem 0;
}
body #main .contentframe  form .group textarea,
body #main .contentframe  form textarea{
    width: 100%;
    padding: 0.5rem;
    border: 1px solid rgba(112,112,112,0.5);
    color: #414040;
    font-size: 1.167rem;
    line-height: 1.5rem;
    font-family: 'PT_Sans';
    margin: 0.5rem 0 0.5rem 0;
    height: 15vh;
}
body #main .contentframe  form .chkbx-wrapper label{
    color: #414040;
    font-size: 1.167rem;
    line-height: 1.5rem;
    font-family: 'PT_Sans';
    margin: 0.5rem 0 0.5rem 0;
}
body #main .contentframe  form .chkbx-wrapper.zusatz{
    display: flex;
}
body #main .contentframe  form .chkbx-wrapper.zusatz label{
    width: 50%;
}
body #main .contentframe  form#busanmieten .chkbx-wrapper.zusatz label{
    margin-left: 1rem;
}
body #main .contentframe  form .chkbx-wrapper label a{
    font:inherit;
}
body #main .contentframe  form p{
    color: #414040;
    font-size: 1.167rem;
    line-height: 1.5rem;
    font-family: 'PT_Sans';
    margin: 0.5rem 0 0.5rem 0;
}
body #main .contentframe  form .chkbx-wrapper input{
    color: #414040;
    font-size: 1.167rem;
    line-height: 1.5rem;
    font-family: 'PT_Sans';
    margin: 0.5rem 0 0.5rem 0;
    width: auto;
}
body #main .contentframe  form .submit-wrapper button{
    background-color: #DD2A1B;
    color: #fff;
    border-radius: 0px 0px 1rem 0px;
    font-family: 'OpenSans';
    font-style: italic;
    font-weight: 700;
    font-size: 1.667rem;
    line-height:2.25rem; 
    padding: 0.5rem;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
body #main .contentframe  form .submit-wrapper{
    width: 100%;
    margin: 2rem 0 2rem 0;
    cursor: pointer;
}
body #main .reisedetail .formWrapper > form {
    display: none;
}
body #main .reisedetail .formWrapper.show > form {
    display: block;
}


/* Buchung */
body #main form#buchungsformular select{
    width: 100%;color: #414040;
    border:1px solid rgba(112, 112, 112, 0.5);
    padding: 0.5rem;
    font-size: 1.167rem;
    line-height: 1.5rem;
    font-family: 'PT_Sans';
    /* margin: 0.5rem 0 0.5rem 0; */
}
body #main form .SelectIconWrapper{
    margin: 0.5rem 0 0.5rem 0;
}
body #main  form#buchungsformular input{
    color: #707070;
}
body #main .contentframe .formular form#buchungsformular .headlines {
    background-color: #DD2A1B;
    margin: 0;
}
body #main .contentframe  .formular form#buchungsformular .headlines h1{
    color: #ffffff;
    text-align: center;
}
body #main .contentframe  .formular form#buchungsformular .group .zusatzPreis{
    display: flex;
    align-items: center;
    font-size: 1.417rem;
    line-height: 1.833rem;
}
body #main .contentframe  .formular form#buchungsformular .group .zusatzPreis input{
    width: auto;
}
body #main .contentframe  .formular form#buchungsformular .group .zusatzPreis span{
    margin-left: auto;
}
body #main .contentframe  .formular form#buchungsformular .group .zusatzPreis label{
    font-size: 1.417rem;
    line-height: 1.833rem;
    margin-left: 1rem;
}
body #main .contentframe  .formular form#buchungsformular .group .gesamtpreis{
    font-size: 1.417rem;
    line-height: 1.833rem;
    margin-top: 1rem;
    display: flex;
    margin-bottom: 1rem;
}
body #main .contentframe  .formular form#buchungsformular .group #gesamtpreisoutput{
    margin-left: auto;
}
body #main .contentframe  .formular form#buchungsformular .chkbx-wrapper{
    display: flex;
    align-items: center;
}
body #main .contentframe  .formular form#buchungsformular .chkbx-wrapper input{
    margin-right: 1rem;
}
body #main .contentframe  .formular form#buchungsformular .date{
    background-color: rgba(252, 199, 0, 0.4);
    font-family: 'OpenSans';
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #414040;
}
/* ############################ Reiseihvz ############################ */
body .contentframe .reiseihvz h1{
    text-align: center;
}
body .contentframe .reiseihvz{margin-bottom: 10rem;}
body .contentframe .reiseihvz h2{
    padding: 0rem 0rem 0rem 1rem;
}
body .contentframe .reiseihvz a .content-row{
    font-size: 1.333rem;
    color: #414040;
    font-family: 'OpenSans';
    line-height: 1.833rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
}
body .contentframe .reiseihvz a .content-row .vonbis{
   font-weight: 700;
}
.reiseihvz a:nth-child(2n+1) .content-row {
    background-color: #ececec;
}
/* ############################ navbar styles ############################ */
header .menu{
    background-color:transparent;
    top:0;
    left:0;
    position: absolute;
    width:100%;
    /* padding:0 1.4167rem; */
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.25s -webkit-transform, 0.25s opacity;
    transition: 0.25s -webkit-transform, 0.25s opacity;
    -webkit-transition: 0.25s opacity, 0.25s -webkit-transform;
    transition: 0.25s opacity, 0.25s -webkit-transform;
    transition: 0.25s transform, 0.25s opacity;
    transition: 0.25s transform, 0.25s opacity, 0.25s -webkit-transform;
    transition: 0.25s transform, 0.25s -webkit-transform, 0.25s opacity;
    z-index: -1;
    opacity:0;
}
header.active .menu{
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity:1;
    position: relative;
    z-index: 200;    
}
header .menu>ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color:#0A2854;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.3333rem;
    font-weight: bold;
    margin:0;
    width:100%;
}
header .menu ul>li{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin:0;
    width:100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            background-color: transparent;
}
header .menu>ul>li>a{
    border-bottom:3px solid #FCC800;
    padding:1.2500rem 0;
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    font-family: 'OpenSans';
    font-style: italic;
    font-weight: 700;
    font-size: 2.667rem;
    line-height: 3.583rem;
}
header .menu ul li ul.dropdown-menu{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size:0.8889rem;
    background-color:transparent;
    font-weight:normal;
    color:#414040;
    height:0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: 0.25s height ease-in-out, 0.25s -webkit-transform ease-in-out;
    transition: 0.25s height ease-in-out, 0.25s -webkit-transform ease-in-out;
    transition: 0.25s transform ease-in-out, 0.25s height ease-in-out;
    transition: 0.25s transform ease-in-out, 0.25s height ease-in-out, 0.25s -webkit-transform ease-in-out;
    overflow: hidden;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
}
header .menu ul li ul.dropdown-menu >li{
    background-color:rgba(240, 115, 1, 0.8);
    color: #fff;
    margin: 0.2rem;
    font-family: 'OpenSans';
    font-style: italic;
    font-weight: 700; 
    font-size: 1.5rem;
    line-height:2rem;
    padding-right: 1rem; 
}
header .menu ul li.active ul.dropdown-menu{
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    height:calc(100% - 5rem);
}
header .menu ul li ul.dropdown-menu li{
    width:100%;
    height: 100%;
}
header .menu ul li ul.dropdown-menu li>a:hover{
    color:#0A2854;
}
header .menu ul li ul.dropdown-menu li>a{
    width:100%;
    display: block;
    white-space: nowrap;
    font-size:1.6667rem;
    text-align: right;
}   
header .menu ul li.dropdown ul.dropdown-menu>li:not(:first-child):not(:last-child)>a{
    padding:0.75rem 0;
}       
header .menu ul li.dropdown ul.dropdown-menu>li:first-child>a{
    padding-top:0.9167rem;
    padding-bottom:0.75rem;
}       
header .menu ul li.dropdown ul.dropdown-menu>li:last-child>a{
    padding-top:0.75rem;
    padding-bottom:0.9167rem;
}       
header .burger{
    height:3.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
header .burger svg{
    height:40px;
    width:38px;
}
header .burger svg #Gruppe_1 #Linie_1,
header .burger svg #Gruppe_1 #Linie_2{
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
header .burger svg #Gruppe_1 #Linie_1{
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
}
header .burger svg #Gruppe_1 #Linie_2{
    -webkit-transform-origin: 50% calc(50% + 7px);
            transform-origin: 50% calc(50% + 7px);
}
header .burger svg #Gruppe_2{
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
header.active .burger svg #Gruppe_2{
    opacity: 0;
}

header.active .burger svg #Gruppe_1 #Linie_1{
    -webkit-transform: translateY(12%) rotate(45deg);
            transform: translateY(12%) rotate(45deg);
}
header.active .burger svg #Gruppe_1 #Linie_2{
    -webkit-transform: translateY(-12%) rotate(-45deg);
            transform: translateY(-12%) rotate(-45deg);
}
/* ############################ main styles ############################ */
.main{
    width:100%;
    height:auto;
    padding:0;
    margin:0;
    padding-top:calc(5.7rem - 5px);
}
/* ############################ Info Box ############################ */
body #main .info .kontakt{
    background-color: #F07301;
}
body #main .infoWrapper{
    color: #fff;
    padding: 1rem;
}
body #main .infoWrapper > p{
    text-align: center;
    
}
body #main .infoWrapper h1{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
body #main .infoWrapper > p.smallText{
    font-size:1.667rem;
    font-family: 'OpenSans';
    font-weight: 400;
    line-height: 2rem;
}
body #main .infoWrapper > p.linkText{
    font-size:1.5rem;
    font-family: 'OpenSans';
    font-weight: 400;
    line-height: 2.25rem;
}
body #main .infoWrapper > h1 span{
    font-size:2.833rem;
    font-family: 'OpenSans';
    font-weight: 700;
    line-height: 3.833rem;
    color: #fff;
    margin-left:1rem; 
}
body #main .infoWrapper img{
   width: 10%;
}

/* ############################ Footer ############################ */
body footer .footerBox > p{
    text-align: center;
    font-size: 1.5rem;
    font-family: 'OpenSans';
    font-weight: 400;
    line-height: 2rem;
}
body footer .footerBox > p:first-child{
    font-weight: 700;
}
body footer .footerBox{
    margin-top: 2rem;
}

/* ICONS */

body footer .IconFooter{
    width: 50%; 
    display: flex;
    margin: auto;
    height: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
body footer .IconFooter > li{
    list-style: none;
    position: relative;
    width: 25%;
    padding: 1rem;
}
body footer .IconFooter > li > a::before{
    content: '';
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 2rem;
    top: 0;
    left: 0;
}
body footer .IconFooter > li > a > span{
    visibility: hidden;
}
body footer .IconFooter > li.kontakt > a::before{
    background-image: url('../images/icons/mobile_footer/sprechblasen_grau.svg');
}
body footer .IconFooter > li.information > a::before{
    background-image: url('../images/icons/mobile_footer/information_grau.svg');
}
body footer .IconFooter > li.datenschutz > a::before{
    background-image: url('../images/icons/mobile_footer/schloss.svg');
}
body footer .IconFooter > li.impressum > a::before{
    background-image: url('../images/icons/mobile_footer/datenschutz.svg');
}

/* ############################ erfolgreich/fehlgeschlagen styles ############################ */

.response h1{
    border-bottom:1px solid #414040;
}
.response h2{
    margin-bottom:1.5rem;
}
.response h3{
    margin-bottom:1.5rem;
}
.response>span{
    margin-bottom:7.05vh;
    display: block;
}
.response a{
    color:#0D509E;
    text-decoration: underline;
}

/* ############################ plugin styles ############################ */

/*~~~~ custom datepicker ~~~~*/
#datepickers-container .datepicker{
    background-color: rgba(87,87,86,0.9);
    color:rgb(255,255,255);
}
#datepickers-container .datepicker--pointer{
    background:rgba(87,87,86,0.9);
}
#datepickers-container .datepicker--nav-action:hover, #datepickers-container .datepicker--nav-title:hover{
    background:transparent;
    border: 1px solid rgb(255,255,255);
}
#datepickers-container .datepicker--cell.-in-range-{
    background: rgba(219,7,32,.1);
    color: rgb(255,255,255);
    border-radius: 0;
}
#datepickers-container .datepicker--cell.-selected-, #datepickers-container .datepicker--cell.-selected-.-current-{
    background: rgba(219,7,32,.8);
}
#datepickers-container .datepicker--cell.-focus-{
    background: rgba(219,7,32,.8);
}

/*~~~~ easypaginate ~~~~*/
.easyPaginateList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.easyPaginateNav {
	text-align: center;
	font-size: 0.75rem;
	margin: 0.5rem 0;
}

.easyPaginateNav a{
    padding: 5px;
}

.easyPaginateNav a.page.current {
    background-color: rgb(219,7,32);
    color: #fff;
}
/*~~~~ basicLightbox ~~~~*/
body .basicLightbox{
    justify-content: flex-start;
    align-items:flex-start;
    /* padding:1.3rem; */
}
body .basicLightbox>div{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    width:100%;
    position:relative;
}
.basicLightbox .close-wrapper{
    padding:2rem;
    position:absolute;
    top:0;
    right:0;
    cursor: pointer;
}
.basicLightbox .close-wrapper .close{
    width:1.8190rem;
    height:1.8190rem;
    background-image:url('../images/icons/kreuz_rot.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.basicLightbox .lb-header{
    /* margin-right:6.8190rem; */
    width:100%;
    align-self: flex-start;
}
.basicLightbox .lb-header .lb-header-data{
    display:none;
}
.basicLightbox .lb-header .lb-header-data.active{
    display:initial;
}
.basicLightbox .lb-header h1{
    /* font-family: NotoSerif; */
    font-size:1.75rem;
    color:#ffffff;
    text-align:center;
    margin-bottom:2rem;
}
.basicLightbox .lb-header p{
    font-family: Overpass;
    font-size:1rem;
    font-weight:700;
    color:#ffffff;
    line-height:1.3;
}
.basicLightbox .lb-thumbnails-wrapper{
    width:100%;
    max-height:8.3785rem;
    overflow-y:hidden;
    overflow-x:scroll;
}
.basicLightbox .lb-thumbnails{
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.basicLightbox .lb-thumbnails .lb-thumbs{
    width:8.3785rem;
    height:8.3785rem;
    border:0.1rem solid #ffffff;
    flex:0 0 8.3785rem;
    background-size: cover;
    background-position: center center;
    position:relative;
    cursor: pointer;
}
.basicLightbox .lb-thumbnails .lb-thumbs::before{
    content:'';
    height:100%;
    width:100%;
    background-color:rgba(255,255,255,0.45);
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    transition: 0.25s opacity ease-in-out;
}
.basicLightbox .lb-thumbnails .lb-thumbs.active::before{
    opacity:1;
}
.basicLightbox .lb-image-large{
    max-width: 100%;
    display: none;
    height: auto;
    margin: 0 auto;
    max-height:38.2105rem;
}
.basicLightbox .lb-image-large.active{
    display:initial;
}
.basicLightbox .lb-image-large>img{
    width: 100%;
    height: 100%;
    max-height:38.2105rem;
    object-fit: contain;
}

/* ############################ querys ############################ */
@media (max-width: 1023px){
    html>body .hide-mobile{
        display:none !important;
    }

}
@media (min-width: 1024px){ 
    body{
        padding: 0;
    }
    body select, input{
        padding:0.75rem 0.4rem 0.65rem 0.4rem;
        font-size:1.15rem;
    }
    body .drop-shadow{
        -webkit-box-shadow: 6px -6px 6px 0px rgba(0,0,0,0.16);
        -moz-box-shadow: 6px -6px 6px 0px rgba(0,0,0,0.16);
        box-shadow: 6px -6px 6px 0px rgba(0,0,0,0.16);
    }    
    body .copyright{
        font-size:0.35rem;
    }    
    html>body .hide-desktop{
        display:none !important;
    }
    html>body .wrapper:after{
        height:0.4rem;
        width:0.8rem;
        top:calc(50% - 0.2rem);
    }
    body .pagination-wrapper{
        margin:0;
    }
    body .pagination-wrapper .pagination{
        font-size:0.8rem;
    }
    body .pagination-wrapper a,
    body .pagination-wrapper .pagination li{
        height:0.9870rem;
        width:0.9870rem;
    }
    body #main h1{
        margin: 0rem 0rem 0 1rem;
        font-size: 1.75rem;
        text-align: left;
        line-height: 1.692rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .SelectIconWrapper::after{
        top: 0.3rem;
        right: 0.5rem;
    }
    /* ############################ header-desktop ############################ */
    body header {
        height: 7.55rem;
        padding:0 7.19vw;
        background-color:rgba(255,255,255,1);
        align-items: end;
        z-index: 5;
        border-bottom: 5px solid #FCC800;
    }
    body header.relative.ignore-desktop {
        position: absolute;
    }
    body header .logo{
        position: relative;
        height:100%;
        width:auto;
        margin-bottom:0;
    }
    body header .menu{
        position:relative;
        width:auto;
        padding:0 ;
        -webkit-transition: none;
        transition: none;
        transform: none;
        z-index:0;
        opacity:1;
        background-color:transparent;
        font-size:1rem;
        margin-top: auto;
    }
    body header .menu>ul{
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-weight: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: auto;
        font-size:1rem;
    }
    body header .menu>ul>li{
        position: relative;
        margin-bottom:1rem;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
        width:auto;
    }
    body header .menu>ul>li:not(:last-child){
        margin-right: 3.91rem;
    }
    body header .menu>ul>li>a{
        border-bottom:0;
        padding:0;
        font-size: 1.75rem;
        font-family: 'PT_sans';
        font-style: normal;
        font-weight: 700;
        line-height: 2.2rem;
    }
    header .menu ul li ul.dropdown-menu > li {
        margin: 0.1rem;
        padding:0.46rem 1rem 0.46rem 0.46rem;
    }
    header .menu ul li ul.dropdown-menu > li a{
        font-style: normal;
        font-size: 1.2rem;
        line-height: 1.65rem;
    }
    body header .menu ul li.dropdown>a:after{
        height:0.3889rem;
        width:0.6667rem;
        margin-left:0.3889rem;
    }
    body header .menu ul li.dropdown.active ul.dropdown-menu,
    body header .menu ul li ul.dropdown-menu{
        top:100%;
        padding-top:1rem;
        display:none;
        position: absolute;
        background-color: transparent;
        height: auto;
        -webkit-transform: scale(1);
                transform: scale(1);
        right: 0;
    }  
    body header .menu ul li.dropdown.active ul.dropdown-menu,
    body header .menu ul li.dropdown:hover ul.dropdown-menu{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    header .menu ul li.dropdown ul.dropdown-menu > li:first-child > a{
        padding-top: 0;
        padding-bottom: 0;
    }
    header .menu ul li.dropdown ul.dropdown-menu > li:not(:first-child):not(:last-child) > a {
        padding: 0;
    }
    header .menu ul li.dropdown ul.dropdown-menu > li:last-child > a {
        padding-top: 0;
        padding-bottom: 0;
    }    
    body #main{
        padding-top:7.55rem;
    }

    body header .headInfo {
        display: flex;
        align-items: center;
        height: 100%;
    }
    body header .headInfo span{
        width: 2.73rem;
        height: 2.73rem;
        margin-right:1rem; 
    }
    body header .headInfo > div p{
        font-size: 1.25rem;
        line-height: 1.7rem;
        color: #F07301;
    }
    body header .headInfo > div p a{
        font-size: 1.85rem;
        line-height: 2.55rem;
        font-weight: 700;
    }
    header  a.HeadIconWrapper {
        display: flex;
        align-items: center;
    }
    header div.iconsSet {
        position: absolute;
        top: 0;
        right: 7.19vw;
        display: flex;
    }
    header div.iconsSet a{
        padding: 1rem;
    }
    header div.iconsSet a span{
        font-size: 0.7rem;
        font-family: 'PT_Sans';
        line-height: 1.95rem;
        color: #0A2854;
    }
    header .iconsSet .HeadIconWrapper img{
        width: 1rem;
        height: 1rem;
        margin-right: 0.5rem;
    }
    
    /* Reisefinder-desktop */
    body #main .SideBarWrapper .SideBarIcon {
        width: 20.10rem;
        height: 3rem;
        top: 20vh;
        padding: 0.2rem;
        right: -17.10rem;
    }
    body #main .SideBarWrapper .SideBar {
        height: 20%;
        width: 20.10rem;
        top: calc(20vh + 3rem);
        right: -20.10rem;
    }
    body #main .SideBarWrapper.active .SideBar {
        transform: translateX(-20.10rem);
    }
    body #main .SideBarWrapper.active .SideBarIcon{
       transform: translateX(-17.10rem);
    }
    body #main .SideBarWrapper.active .SideBarIcon p{
        font-size: 1.2rem;
        line-height: 1.65rem;
    }
    body #main .SideBarWrapper .SideBarIcon svg{
        width: 2.35rem;
        height: auto;
    }
    body #main .ifs-reisefinder {
        padding: 0.83rem;
    }
    body #main .SideBar .ifs-reisefinder-elem label {
        font-size: 0.85rem;
        line-height: 1.15rem;
    }
    body #main .ifs-reisefinder .ifs-reisefinder-elem select {
        padding: 0.3rem;
        font-size: 0.85rem;
        line-height: 1.15rem;
    }
    body #main .ifs-reisefinder .ifs-reisefinder-elem .date input {
        padding: 0.3rem;
        font-size: 0.85rem;
        line-height: 1.15rem;
    }
    body #main .ifs-reisefinder .ifs-reisefinder-elem {
        padding: 0.31rem;
    }
    body #main .SideBar .ifs-reisefinder-elem .input.group .dauer, body #main .SideBar .ifs-reisefinder-elem .input.group .preis {
        padding: 0;
        height: 0.73rem;
    }
    body #main .SideBar .ifs-reisefinder-elem .input.group .dauer::-moz-range-thumb, body #main .SideBar .ifs-reisefinder-elem .input.group .preis::-moz-range-thumb {
        width: 0.73rem;
        height: 0.73rem;
    }
    body #main .ifs-reisefinder-elem button {
        padding: 0.3rem;
        font-size: 1.2rem;
        line-height: 1.65rem;
    }
    body #main .ifs-reisefinder-elem button img{
        width: 1rem;
        height: 1rem;
    }
    /* ############################ slider-desktop ############################ */
    body #main .slider-wrapper{
        position:relative;
        height: calc(100vh - 7.55rem);
        display: block;
        width: 100%;
        border-bottom: 5px solid #FCC800;
    }     
    body #main .slider-wrapper .slider{
        height:100%;
    }       
    body #main .slider-wrapper .slider .copyright{
        bottom:0;
        left:0;
        top:auto;
    }
    body #main .slider-wrapper .slider-list > .slider-item .SliderKat {
        top: 70%;
        text-align: left;
        left: 5%;
        font-size: 3.3rem;
        line-height: 3.65rem;
    }
    body #main .slider-wrapper .slider-list > .slider-item .SliderKat span{
        font-size: 1rem;
        line-height: 1.3rem;
        text-align: right;
        width: 36%;
        display: block;
    }
    body #main .slider-wrapper #scrollDownBtn{
        z-index: 2000;
        width: 5.63rem;
        height: 5.63rem;
        position: absolute;
        bottom: -2.53rem;
        left: 50%;
        right: 50%;
        background-color: #F07301;
        border-radius: 100%;
        cursor: pointer;
    }    
    body #main .slider-wrapper #scrollDownBtn img{
        width: 100%;
        transform: rotate(90deg);
        padding: 1rem;
    }    
   
    /* ############################ main-desktop ############################ */
    body #main .main-desktop{
        padding:0 7.34vw 16.67vh 7.34vw;
    }
    body #main .info .infoWrapper{
        width: 33%;
        margin-bottom: 4rem;
        margin-right: 1rem;
        margin-left: 1rem;
        height: 18.23rem;
        margin-top: 1rem;
    }
    body #main .ServiceWrapper{
        margin-left: 7.86%;
        margin-right: 7.86%;
    }
    body #main .info .infoWrapper p{
        font-size: 0.962rem;
    }
    body #main .info .infoWrapper p.imageWrapper{
        height: 24.24%;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    body #main .info .infoWrapper a{
        font-size: 0.692rem;
        text-align: center;
        width: 100%;
        display: block;
    }
    body #main .info .infoWrapper a img{
        width: 0.5rem;
        height: 0.5rem;
    }
    body #main .info .infoWrapper h1 span,
    body #main .info .infoWrapper h1{
        font-size:1.654rem;
        font-weight: 700;
        text-align: center;
        line-height: 2.269rem;
        color: #fff;
        padding-bottom:0;
        padding-top: 0; 
    }
    body #main .info{
        display: flex;
    } 
    body #main .infoWrapper img{
        width: 100%;
        height: 100%;
     }  
    body #main .gruppe{
        background-color: rgba(0,146,203,0.8);
    }   
    body #main .vorteile{
        background-color: #FCC700;
    } 
    
    /* Kategorie */
    body #main .reisethemen{
        display: flex;
        flex-wrap: wrap;
    }
    body #main .themeWrapper{
        margin-left: 7.86%;
        margin-right: 7.86%;
        margin-bottom: 2.42rem;
        margin-top:8.79rem;
    }
    body #main .reisethemen > a{
        width: 31%;
        height: 15.04rem;
        max-height: 28.52%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        margin: 0.8rem;
    }
    body #main .reisethemen > a p{
        color: #fff;
        font-family: 'PT_Sans';
        font-weight: 700;
        font-size: 2.5rem;
        width: 100%;
        text-align: center;
        margin-top: 2rem;
        text-shadow: 0px 0px 20px #000000;
    }
    /* Zufallsreisen */
    body #main .recommended > .zufallsreisen > div{
        display: flex;
        height: 86.82%;
    }
    body #main .recommended .zufallsreisen{
        margin-left: 7.86%;
        margin-right: 7.86%;
        height: 23.52rem;
        margin-bottom: 3.66rem;
    }
    body #main .recommended .zufallsreisen .zufall-item h3{
        font-size: 0.9rem;
        line-height: 1.2rem;
        font-weight: 400;
        padding: .5rem .0rem .5rem .0rem;
        height: 50%;
        width: 75%;
    }
    body #main .zufallsreisen > div > a{
        width: 33%;
    }
    body #main .zufallsreisen > div > a .zufall-item{
        margin: 1rem;
        height: calc(100% - 1rem);
    }
    body #main .zufallsreisen > div > a .zufall-item picture img{
        object-fit: cover;
        height: 100%;
    }
    body #main .zufallsreisen > div > a .zufall-item picture{
       position: relative;
       display: block;
       height:80%;
    }
    body #main .zufallsreisen > div > a .zufall-item .item-info{
       height: 25.5%;
       position: relative;
    }
    body #main .zufallsreisen > div > a .zufall-item .item-info .preis{
       position: absolute;
       right: 0;
       top:0;
       background-color: #F07301;
       color: #fff;
       font-family: 'OpenSans';
       font-weight: 600;
       font-size: 1.1rem;
       line-height: 1.5rem;
       padding: 0.5rem 1rem 0.5rem 1rem;
       border-radius: 0 0 0 1rem;
    }
    body #main .zufallsreisen > div > a .zufall-item .item-info .preis span{
       font-size: 0.75rem;
       line-height: 1rem;
    }
    body #main .zufallsreisen > div > a .zufall-item .item-info .datum{
       font-size: 0.85rem;
       font-family: 'OpenSans';
       font-weight: 700;
       line-height: 1.15rem;
       color: #414040;
       position: absolute;
        bottom: 0;
        height: 50%;
        width: 100%;
        display: flex;
        align-items: center;
    }
    body #main .zufallsreisen > div > a .zufall-item .item-info .more{
        position: absolute;
        bottom: 0;
        right: 1rem;
        height: 50%;
        width: 0.98rem;
        display: flex;
        align-items: center;
    }
    body #main .zufallsreisen > div > a .zufall-item .item-info .more img{
        width: 100%;
    }
    body #main .zufallsreisen > div > a .zufall-item .item-info .datum > span{
       font-weight: 400;
    }
    body #main .zufallsreisen > div > a .zufall-item picture h2.title{
        position: absolute;
        bottom: 0;
        background-color:rgba(255,255,255,0.8);
        font-size: 1.2rem;
        font-family: 'OpenSans';
        font-weight: 700;
        line-height: 1.4rem;
        width: 85%;
        border-radius: 0px 1.5rem 0px 0px;
        padding: 0.5rem 0 0.5rem 4.47%;
    }
    /* Kataloge */
    body #main .kataWrapper{
        margin-left: 7.86%;
        margin-right: 7.86%;
        height: 26.33rem;
        margin-bottom: 2.16rem;
    }
    body #main .kataloge{
        display: flex;
        flex-wrap: wrap;
        height: 79.21%;
        margin-top: 1rem;
    }
    body #main .kataloge a{
        width: 25%;
        height: 100%;
    }
    body #main .kataloge a img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /* ############################ reiseuebersicht-desktop ############################ */
    body #main .reiseuebersicht #reise-list .list > a {
        display: flex;
    }
    body #main .reiseuebersicht .sort #sort-list {
        font-size: 1rem;
        
    }
    body #main .reiseuebersicht .sort img {
        width: 1rem;
    }
    body #main .reiseuebersicht .sort > div#back {
        margin-right: auto;
        font-size: 1rem;
        color: rgba(65, 64, 64,0.3) 
    }
    body #main .reiseuebersicht .sort > div#back img{
        transform: rotate(90deg);
    }
    body #main .reiseuebersicht .empty {
        margin-left: 1rem;
    }
    body #main .reiseuebersicht #reise-list .list > a .reise-bild {
        height: 100%;
        width: 62.42%;
    }
    body #main .reiseuebersicht #reise-list .list > a .reise {
        width: calc(37.58% - 4rem);
        height: 100%;
        margin-left: 4rem;
    }
    body #main .reiseuebersicht #reise-list .list .reise-bild picture {
        height: 86.73%;
    }
    html > body picture.img img {
        height: 100%;
        object-fit: cover;
    }
    body #main .reiseuebersicht #reise-list .list .minpreis {
        position: static;
        float: right;
        height: auto;
        padding: 0.5rem 1rem 0.5rem 1rem;
        font-size: 1.35rem;
        line-height: 1.85rem;
        font-weight: 600;
    }
    body #main .reiseuebersicht #reise-list .list .minpreis span{
       font-size: 1.95rem;
       line-height: 2.65rem;
       font-weight: 600;
    }
    body #main .reiseuebersicht #reise-list .list > a {
        width: 100%;
        height: 61.71vh;
    }
    body #main .reiseuebersicht #reise-list .list .more {
        position: absolute;
        bottom: 0;
        text-align: right;
        width: 100%;
        border-top: 1px solid #0092CB;
        padding-top:3.2rem;
        display: flex;
        justify-content: flex-end;
    }
    body #main .reiseuebersicht #reise-list .list .more img {
        width: 1.56rem;
        margin-left: 1rem;
    }
    body #main .reiseuebersicht #reise-list .list .more span{
        font-size: 1rem;
        font-family: 'OpenSans';
        font-weight: 600;
        color: rgba(122, 122, 122, 0.5);
    }
    body #main .reiseuebersicht #reise-list .list > a .reise .tags > span{
        color: #fff;
        background-color: #0092CB;
        width: auto;
        height: auto;
        padding: 0.5rem 0.5rem 0.5rem 0.5rem;
        display: inline-block;
        margin-bottom: 1rem;
    }
    body #main .reiseuebersicht #reise-list .sort{
        display: flex;
        justify-content: end;
        margin-bottom: 5rem;
    }
    body #main .reiseuebersicht #reise-list .sort .pagination-wrapper{
        width: auto;
        margin-left: 3rem;
    }
    body #main .reiseuebersicht #reise-list .list .datumausgabe {
        width: 100%;
    }
    body #main .reiseuebersicht #reise-list .list .datumausgabe span{
        font-weight: 400;
    }
    body #main .reiseuebersicht #reise-list .list .reise-bild picture p.title {
        font-size: 1.75rem;
    }
    body #main .reiseuebersicht #reise-list .list > a .reise .subtitle {
       width: 100%;
       margin-bottom: 2rem;
    }
    body #main .slider .reiseuebersichtSlider.slider-list > .slider-item .SliderKat {
        color: #0092CB;
        font-size: 3.333rem;
        font-family: 'OpenSans';
        font-weight: 700;
        font-style: italic;
        background-color: rgba(255, 255, 255, 0.8);
        text-shadow: none;
        width: 54.04%;
        right: 0;
        bottom: 0;
        top: unset;
        line-height: 3.75rem;
        padding: 1rem;
        text-align: center;
        left: unset;
    }
    /* ############################ Reisedetail-desktop ############################ */
    body .reisedetail{
        margin-top: 9.92rem;
        margin-bottom: 5.96rem;
        
    }
    body .reisedetail .flex{
        display: flex;
        margin: 0 1rem 0 1rem;
    }
    body .reisedetail .flex .reise-bild{
        width: 32.81rem;
    }
    body .reisedetail .flex .reise-bild > div:first-child{
        position: relative;
    }
    body .reisedetail .flex .reise-bild .imagePreis{
        position: absolute;
        width: auto;
        bottom: 0;
        right: 0;
        z-index: 1000;
        color: #fff;
        background-color: #F07301;
        padding: 0rem 1rem 0rem 1rem;
        font-size:1.8rem;
        font-weight: 600;
        line-height: 2.45rem;
    }
    body .reisedetail .flex .reise-bild .imagePreis span{
        font-size:1.25rem;
        line-height: 1.7rem;
    }
    body .reisedetail .flex .reise-bild > div:last-child{
        display: flex;
    }
    body .reisedetail .flex .reise-bild > div:last-child > p{
        width: 50%;
    }
    body .reisedetail .flex .reise-bild > div:last-child > p:last-child{
        margin-left: auto;
    }
    body .reisedetail .flex > div:nth-child(2){
        width: 60%;
        margin-left: 3.38rem;
    }
    body .reisedetail .reise-bild .gallery picture{
        height: 100%;
        width: 100%;
        display: block;
    }
    body .reisedetail .reise-bild .gallery picture img{
        height: 100%;
        width: 100%;
    }
    body .reisedetail .infos .toggle-bar{
        width: 26.35rem;
    }
    body .reisedetail .infos .data{
        width: 63%;
        margin-left: 2.66rem;
    }
    body .reisedetail #infoWrapper{
        display: none;
    }
    body .reisedetail #infoWrapper.show{
        display: block;
        border-bottom: 1px solid rgba(0,146,203,0.8);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    body .reisedetail #infoWrapper .infos{
        display: flex;
    }
    body .reisedetail .flex .infoBox{
        position: relative;
    }
    body #main .reisedetail .flex .infoBox .date p{
        color: #0A2854;
        font-size: 1.75rem;
        font-family: 'PT_Sans';
        font-weight: 700;
        line-height:2.2rem;
        text-align: right;
        margin-bottom: 0.5rem;
    }
    body .reisedetail .flex .infoBox .date > div{
        margin-bottom: 0.5rem;
    }
    body .reisedetail .flex .infoBox .date div span:first-child{
        font-weight: 700;
        margin-right: 0.5rem;
        margin-left: 0rem;
    }
    body .reisedetail .flex .infoBox .date div span{
        color: #414040;
        font-size: 1.25rem;
        font-family: 'OpenSans';
        line-height: 1.7rem;
        margin-left: 0.5rem;
    }
    body #main .reisedetail .flex .infoBox .ButtonWrapper{
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: 0px 1rem 0rem 0rem;
        margin: 0; 
        padding: 0.5rem 2rem 0.5rem 2rem;
    }
    body #main .reisedetail #infoWrapper .ButtonWrapper {
        width: 100%;
        text-align: end;
        background-color: transparent;
        margin:0;
        padding: 0;
        margin-top: 2rem;
    }
    body #main .reisedetail #infoWrapper .ButtonWrapper button{
        background-color: #DD2A1B;
        border-radius: 0px 1rem 0rem 0rem;
        padding: 0.5rem 2rem 0.5rem 2rem;
    }
    body #main .reisedetail .flex .infoBox .date{
        position: relative;
        right: 0;
        bottom: 4rem;
        width:16.45rem;
        margin-left:auto;
    }
    body #main .reisedetail .flex .infoBox .date>div{
        display:flex;
        justify-content: space-between;
        align-items:center;
    }
    body #main .reisedetail .infos .toggle-bar >div:last-child{
        background-color: transparent;
        border-radius: none;
        padding: 0;
    }
    body #main .reisedetail > .flex{
        border-bottom: 1px solid #FCC700;
    }
    body #main .reisedetail .flex .reise-bild #infoTrigger img{
        width: 1rem;
        height: 1rem;
    }
    body #main .reisedetail .flex .reise-bild .ImageTrigger > span > img{
        width: 1rem;
        height: 1rem;
    }
    body #main .reisedetail .flex .reise-bild > div:last-child p{
       color: #0A2854;
       font-family: 'PT_Sans';
       font-weight: 700;
       font-size: 1.2rem;
       line-height: 2.65rem;
       cursor: pointer;
       width: auto;
    }
    body #main .reisedetail .flex .reise-bild > div:last-child p span{
        vertical-align: middle;
        margin: 0.5rem;
        margin-left: 0;
    }
    body #main .reisedetail .infos ul{
        font-size: 1rem;
        list-style: square;
        font-family: 'OpenSans';
        line-height: 1.35rem;
        font-weight: 400;
        color:#414040;
        margin-left: 0.7rem;
    }
    body .reisedetail .reise-bild .gallery {
        position: relative;
        width: 100%;
        margin-left: 0rem;
        margin-top: 0rem;
        height: 16.65rem;
    }
    body #main .reisedetail .flex .infoBox #action-bar .share {
        transform: translateX(100vw);
        height: 100%;
        width: 100%;
        display: block;
    }
    body #main .reisedetail .flex .infoBox #action-bar.show .share {
        transform: translateX(8vw);
        height: 100%;
        width: 100%;
        display: block;
    }
    body #main .reisedetail #back{
        display: flex;
        align-items: center;
        margin: 0 1rem 1rem 1rem;
        cursor: pointer;
        font-size: 0.7rem;
        line-height: 0.95rem;
        color: rgba(65, 64, 64, 0.3);
    }
    body #main .reisedetail #back svg{
       margin-right: 0.5rem;
    }
    body #main .reisedetail #back svg{
        width: 1rem;
        height: 1rem;
        transform: rotate(90deg);
    }
    body #main .reisedetail .flex .infoBox #action-bar > div {
        display: block;
        width: auto;
        position: absolute;
        top: 0;
        right: 0;
    }
    body #main .reisedetail .flex .infoBox #action-bar > div:nth-child(2) {
        width: 10%;
    }
    body #main .reisedetail .headlines {
        width: 70%;
    }
    body #main .reisedetail .headlines > h1{
        margin: 0;
        padding: 0;
        font-size: 1.75rem;
        line-height: 2.35rem;
    }
    body #main .reisedetail .headlines > h2{
        font-size: 1.5rem;
        line-height: 1.9rem;
        padding: 0;
    }
    body #main .reisedetail .flex .infoBox #action-bar .icon-wrapper span {
        font-size: 1rem;
        line-height: 1.35rem;
    }
    body #main .reisedetail .flex .infoBox #action-bar .icon-wrapper svg {
        width: 1rem;
        height: 1rem;
    }
    body .reisedetail .flex .infoBox .tags > span {
        padding: 0.3rem 0.5rem 0.3rem 0.5rem;
        font-size: 1rem;
        line-height: 1.35rem;
    }
    body #main .reisedetail .infos .toggle-bar > div h3 {
        font-size: 1rem;
        line-height: 1.35rem;
        margin-left: 1rem;
        color: #0A2854;
    }
    body #main .reisedetail #infoWrapper .infos .toggle-bar > div.ziel > h3 {
        font-size: 1rem;
        line-height: 1.35rem;
        margin-left: 0rem;
        margin-top: 1rem;
    }
    body #main .reisedetail #infoWrapper .infos .toggle-bar > div.ziel > p {
        font-size: 1rem;
        line-height: 1.35rem;
    }
    body #main .reisedetail .infos h1 {
        font-size: 1.75rem;
        line-height: 2.2rem;
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }
    body #main .reisedetail .infos .data .reise-verlauf h5 {
        font-size: 1rem;
        line-height: 1.35rem;
        margin-top: .5rem;
    }
    body #main .reisedetail .infos .data .reise-verlauf .inhalt p {
        font-size: 1rem;
        line-height: 1.35rem;
    }
    body #main .reisedetail .infos .data p {
        font-size: 1rem;
        line-height: 1.35rem;
    }
    body #main .reisedetail .infos .data .reise-termine .termin p:first-child{
        font-size: 0.85rem;
        line-height: 1.15rem;
        padding: 0;
    }
    body #main .reisedetail .infos .data .reise-termine .termin p{
        font-size: 0.85rem;
        line-height: 1.15rem;
        padding: 0;
        margin-bottom: 0.5rem;
    }
    body #main .reisedetail .infos .data .reise-termine .termin p:last-child{
        margin-bottom: 1rem;
    }
    body #main .reisedetail .infos .texte > .inhalt{
    display: none;
}
body #main .reisedetail .infos .texte.active > .inhalt{
    display: block;
}
body #main .reisedetail .headlines > h1{
    font-size: 1.75rem;
    font-family: 'OpenSans';
    font-weight: 700;
    color: #414040;
    line-height: 2.35rem;
    text-align: left;
}
body #main .reisedetail .headlines > h2{
    font-size: 1.667rem;
    line-height: 1.5rem;
    color: #414040;
    font-family: 'OpenSans';
    font-weight: 400;
}
body #main .reisedetail .infos .reise-verlauf h5{
    font-family: 'OpenSans';
    font-weight: 700;
    font-size: 1.333rem;
    line-height: 1.833rem;
    margin-top: 1.5rem;
}
body #main .reisedetail .infos .reise-leistungen > ul{
    list-style: square;
    margin-left: 1.5rem;
}
body #main .reisedetail .infos .reise-leistungen > ul li{
    font-size: 1.417rem;
    line-height: 2.167rem;
    font-family: 'OpenSans';
    font-weight: 600;
}
body #main .reisedetail .infos .reise-verlauf .inhalt p{
    font-size: 1.333rem;
    line-height: 1.833rem;
    font-family: 'OpenSans';
}
body #main .reisedetail .infos .reise-termine .termin > p:first-child{
    font-size: 1.063rem;
    font-family: 'OpenSans';
    font-weight: 700;
    line-height: 1.438rem;
    padding: 0.5rem 0 0.5rem 0;
}
body #main .reisedetail .infos .reise-termine .termin > p{
    font-size: 1.063rem;
    font-family: 'OpenSans';
    font-weight: 400;
    line-height: 1.438rem;
    padding: 0.5rem 0 0.5rem 0;
}
body #main .reisedetail .infos .reise-termine .hinweise{
    margin-top:1rem;
}
body #main .reisedetail .infos .reise-termine .rzz{
    margin-top:1rem;
    margin-left:1.2rem;
    font-size: 0.85rem;
    line-height: 1.15rem;
}
body #main .reisedetail .infos .reise-termine .hinweise > p,
body #main .reisedetail .infos .reise-termine .zusatz > p{
    font-size: 1.063rem;
    font-family: 'OpenSans';
    font-weight: 700;
    line-height: 1.438rem;
    background-color: rgba(252,199,0,0.4);
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
body #main .reisedetail .infos .reise-termine .hinweise > p span img,
body #main .reisedetail .infos .reise-termine .zusatz > p span img{
    width: 3rem;
    height: 100%;
    float:right;
    padding: 0.4rem;
}
body #main .reisedetail .infos .reise-termine .hinweise > div{
    font-size: 0.85rem;
    line-height: 1.15rem;
    padding: 0;
    margin-bottom: 0.5rem;
}
body #main .reisedetail .infos .reise-termine .hinweise > div > p:nth-child(even),
body #main .reisedetail .infos .reise-termine .zusatz > div > p:nth-child(even){
    font-size: 1.063rem;
    background-color: rgba(252,199,0,0.1);
    line-height: 1.438rem;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
body #main .reisedetail .infos .reise-termine .hinweise > div > p:nth-child(odd),
body #main .reisedetail .infos .reise-termine .zusatz > div > p:nth-child(odd){
    background-color: rgba(252,199,0,0.2);
    font-size: 1.063rem;
    line-height: 1.438rem;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
body #main .reisedetail .infos .reise-termine .hinweise > div > p > span:nth-child(2),
body #main .reisedetail .infos .reise-termine .zusatz > div > p > span:nth-child(2){
    float: right;
}
body #main .reisedetail .infos .reise-termine .termin select{
    color: #414040;
    padding: 0.5rem 0 0.5rem 0;
    line-height: 1.5rem;
    width: 100%;
}
body #main .reisedetail .infos .reise-termine .termin .TerminWrapper > span{
    width: auto;
    text-align: end;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    display: block;
    margin-left: auto;
}
body #main .reisedetail .infos .reise-termine .termin .TerminWrapper{
    background-color: rgba(252,199,0,0.4);
    font-size: 1.125rem;
    font-family: 'OpenSans';
    font-weight: 700;
    color: #414040;
    line-height: 1.5rem;
    display: flex;
    align-items: center;
}
body #main .reisedetail .infos .reise-termine .termin .TerminWrapper:after{
    top: 0.8rem;
    right: 1rem;
}
body #main .reisedetail .ButtonWrapper{
    background-color: #DD2A1B;
    padding: 1rem;
    border-radius: 0px 0px 1rem 0rem;
    margin: 2rem 0rem 2rem 0rem;
    cursor: pointer;
}
body #main .reisedetail .ButtonWrapper button{
    color: #fff;
    font-family: 'OpenSans';
    font-weight: 700;
    font-style: italic;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 2.05rem
}
body #main .reisedetail .infos h1{
    font-size: 1.75rem;
    line-height: 2.2rem;
    font-family: 'PT_Sans';
    font-weight: 700;
    color: #0A2854;
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-left: 0;
}

body #main .reisedetail .infos .data .texte{
    display: none;
}
body #main .reisedetail .infos .data .texte.active{
    display: block;
}
body #main .reisedetail .infos .termin{
    margin-bottom: 1rem;
}
body #main .reisedetail .infos .PreisWrapper{
    display: flex;
    font-size: 0.85rem;
    line-height: 1.15rem;
}
body #main .reisedetail .infos .PreisWrapper span{
    margin-left: auto;
}
body #main .reisedetail .infos .toggle-bar > div > .dropdown-toggle {
    margin:0;
    margin-bottom: 0.2rem;
    border-radius: 0.5rem 0 0 0;
}

    /* ############################ Buchungsformular-dektop ############################ */
    body .contentframe{
        margin-left: 7.86%;
        margin-right: 7.86%;
    }
    
    body #main .reisedetail form .select select {
        width: 50%;
    }
    
    body #main  form#buchungsformular .group .flex{
        margin: 0;
        width: 100%;
    }
    body #main  form#buchungsformular .group .full-width{
        width: 100%;
    }
    body #main  form#buchungsformular .group .flex > div{
        width: 50%;
    }
    body #main  form#buchungsformular .group .flex > div:first-child
    {margin-right:1rem;
    }
    body #main  form#buchungsformular .chkbx-wrapper{
        display: flex;
    }
    body .reisedetail form#buchungsformular .group .flex > div:nth-child(2) {
        margin-left: 0rem;
    }
    body #main form#buchungsformular .headlines{
        margin: 0;
        border-radius: 0rem 0rem 1rem 0rem;
        width: 100%;
    }
    body #main form#buchungsformular .headlines h1{
        font-size: 1.154rem;
        line-height: 2.05rem;
        text-align: center;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    body #main form#buchungsformular select {
        font-size: 0.7rem;
        padding: 0 0 0 0.3rem;
        width: 100%;
    }
    body #main .contentframe form#buchungsformular {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    body #main form#buchungsformular .SelectIconWrapper {
        width: 99%;
    }
    body #main form#buchungsformular .group .SelectIconWrapper {
        width: 100%;
    }
    body #main form#buchungsformular .group select {
        width: 100%;
    }
    body #main form#buchungsformular .group textarea {
        width: 100%;
    }
    ::-webkit-input-placeholder{opacity:1;color:#414040;}
    ::-moz-placeholder{opacity:1;color:#414040;}
    :-ms-input-placeholder{opacity:1;color:#414040;}
    body #main .contentframe .formular form#buchungsformular input{
        font-size: 0.7rem;
        padding: 0 0 0 0.3rem;
        color: #414040;
    }
    body #main .contentframe  .formular form#buchungsformular h2{
        font-family: 'PT_Sans';
        font-size: 0.85rem;
        font-weight: 700;
        line-height: 0.846rem;
        width: 100%;
        padding-bottom: 0rem;
    }
    body #main .contentframe  .formular form#buchungsformular h3{
        font-family: 'PT_Sans';
        font-size:0.85rem;
        line-height: 1.1rem;
        font-weight: 700;
        padding-bottom: 0;
        padding-top: 0.5rem;
    }
    body #main .contentframe  .formular form#buchungsformular textarea{
        width: 100%;
    }
    body #main .contentframe .formular form#buchungsformular label{
        font-family: 'PT_Sans';
        font-size: 0.6rem;
        color: #414040;
        line-height: 0.75rem;
        width: 100%;
    }
    body #main .contentframe .formular form#buchungsformular .select.wrapper{
        width: 50%;
    }
    body #main .contentframe  .formular form#buchungsformular .group .zusatzPreis{
        font-size:0.85rem;
        line-height: 1.1rem;
    }
    body #main .contentframe  .formular form#buchungsformular .group .zusatzPreis label{
        font-size:0.85rem;
        line-height: 1.1rem;
        margin-left: 1rem;
        width: auto;
    }
    body #main .contentframe  .formular form#buchungsformular .group .gesamtpreis{
        font-size:0.85rem;
        line-height: 1.1rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    body #main .contentframe  .formular form#buchungsformular .group #gesamtpreisoutput{
        margin-left: auto;
    }
    body #main .contentframe  .formular form#buchungsformular .chkbx-wrapper{
        display: flex;
        align-items: center;
    }
    body #main .contentframe  .formular form#buchungsformular .chkbx-wrapper input{
        margin-right: 1rem;
    }
    body #main .contentframe form#buchungsformular .group textarea {
        font-size:0.85rem;
        line-height: 1.1rem;
    }
    body #main .contentframe .formular form#buchungsformular .date {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    /* ############################ Footer-desktop ############################ */

    body footer{
        display: flex;
        justify-content: center;
        border-top:1px solid #414040;
        margin-left: 8.86%;
        margin-right: 8.86%;
    }
    body footer > div:first-child{
       display: flex;
       width: 75%;
       margin-left: 6.20rem;
    }
    body footer .footerBox > p:first-child {
        font-size: 0.9rem;
    }
    body footer .footerBox > p {
        font-size: 0.9rem;
        font-family: 'OpenSans';
        line-height: 1.2rem;
    }
    body footer  li{
        text-align: center;
    }
    body footer >div > li > a:first-child{
        font-weight: 700;
    }
    body footer > div > li{
        margin-top: 3rem;
        margin-bottom: 2rem;
        font-size: 0.9rem;
        font-family: 'OpenSans';
        font-weight: 400;
        line-height: 1.2rem;
        list-style: none;
        width: 33.33%
    }
    body footer .footerBox {
        margin-top: 3rem;
        width: 25%;
        margin-right: 6.20rem;
    }
    body #main .contentframe .formular form .submit-wrapper button {
        font-size: 1.154rem;
        cursor: pointer;
    }

    /* ############################ Reiseihvz-desktop ############################ */
    body .reiseihvz .content-row{
       display: flex;
    }
    body .reiseihvz .content-row span.vonbis{
       width: 20%;
    }
    body .reiseihvz .content-row span.dauer{
       width: 10%;
    }
    body .reiseihvz .content-row span.reise{
       width: 50%;
    }

    /* ############################ Beiträge-desktop ############################ */

    body .contentframe .content{
        margin-left: 1rem;
        margin-right: 1rem;
    }
    body .contentframe .content img{
        width: 30%;
    }
    body #main .contentframe h1 {
        margin: 0rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        margin-left: 1rem;
    }
    body #main .contentframe .content .zustieg {
        display: flex;
    }
    body #main .contentframe .content .kataWrapper .flex {
        display: flex;
    }
    body #main .contentframe .content .kataWrapper .flex > div:first-child{
        width: 30%;
    }
    body #main .contentframe .content .kataWrapper .flex > div img{
        width: 80%;
    }
    body #main .contentframe .content .kataWrapper .flex > div:nth-child(2){
        position: relative;
    }
    body #main .contentframe .content .kataWrapper .flex > div a{
        position: absolute;
        bottom: 0;
    }
    body #main .contentframe .content .kataWrapper .flex > div p{
        margin:0;
    }
    body #main .contentframe .content .kataWrapper {
        margin:0;
    }
    body #main .contentframe .content .zustieg > div{
        width: 49%;
    }
    body #main .contentframe .content .zustieg > div:first-child{
        margin-right: 2rem;
    }
    body #main .contentframe .content .zustieg > div img{
        width: 80%;
    }
    body #main .contentframe .content p{
        font-size: 1rem;
        line-height: 1.6rem;
    }
    body #main .contentframe .content span{
        font-size: 1rem;
        line-height: 1.6rem;
    }
    body #main .contentframe .content ul{
        font-size: 1rem;
        line-height: 1.6rem;
    }
    body #main .contentframe .content a{
        font-size: 1rem;
        line-height: 1.6rem;
    }
    body #main .contentframe .content .ueber_uns .flex{
        display: flex;
        margin-bottom: 1rem;
    }
    body #main .contentframe .content .ueber_uns .flex >p:first-child{
        width: 35%;
    }
    body #main .contentframe .content .ueber_uns .flex >p img{
        width: 100%;
    }
    body #main .contentframe .content .ueber_uns .flex >p:nth-child(2){
        margin-left: 2rem;
    }

    /* ############################ Formulare-desktop ############################ */
    body #main .contentframe form input, body #main .contentframe form .group input {
        padding: 0.3rem;
    }
    body #main .contentframe form#gruppenreise .group input#doppelzimmer {
        width: 100%
    }
    body #main .contentframe form .group .select{
        width:98.7%; 
    }
    body #main .contentframe form .group {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 0;
    }
    body #main .contentframe form .group > input {
        width: 49%;
        margin-right: 0.5rem;
    }
    body #main .contentframe form .group .chkbx-wrapper,
    body #main .contentframe form .group h3 {
        width: 100%;
    }
    body #main .contentframe form .chkbx-wrapper label{
        width: 100%;
        display: inline-block;
        font-family: 'PT_Sans';
        font-size: 0.6rem;
        color: #414040;
        line-height: 0.75rem;
        width: 100%;
    }
    body #main .contentframe form .flex-chkbx{
        display: flex;
        align-items: center;
    }
    body #main .contentframe form .flex-chkbx .chkbx-custom{
        width: 1.5%;
    }
    body #main form .headlines h1{
        font-size: 1.154rem;
        line-height: 2.05rem;
        text-align: center;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    body #main .contentframe form .group .select select#Anrede ,
    body #main .contentframe form .group .select select {
        font-size: 0.7rem;
        padding: 0 0 0 0.3rem;
        width: 100%;
        line-height: 1.5rem;
        margin: 0;
    }
    body #main form .group select {
        width: 100%;
    }
    body #main form .group textarea {
        width: 100%;
    }
    ::-webkit-input-placeholder{opacity:1;color:#414040;}
    ::-moz-placeholder{opacity:1;color:#414040;}
    :-ms-input-placeholder{opacity:1;color:#414040;}
    body #main .contentframe form input,
    body #main .contentframe form .group input{
        font-size: 0.7rem;
        padding: 0 0 0 0.3rem;
        color: #414040;
    }
    body #main .contentframe  form h2{
        font-family: 'PT_Sans';
        font-size: 0.85rem;
        font-weight: 700;
        line-height: 0.846rem;
        width: 100%;
        padding-bottom: 0rem;
    }
    body #main .contentframe  form h3{
        font-family: 'PT_Sans';
        font-size:0.85rem;
        line-height: 1.1rem;
        font-weight: 700;
        padding-bottom: 0;
        padding-top: 0.5rem;
    }
    body #main .contentframe form .group textarea, body #main .contentframe form textarea{
        width: 100%;
        font-size: 0.7rem;
        line-height: 1.5rem;
        margin-right: 1rem;
    }
    body #main .contentframe form .group textarea, body #main .contentframe form #doppelzimmer{
        margin-right: 1rem;
    }
    body #main .contentframe form .chkbx-wrapper.zusatz label {
        width: 15%;
        font-size: 0.7rem;
        line-height: 1.5rem;
        margin: 0.2rem 0 0.2rem 0;
    }

    /* ############################ erfolgreich/fehlgeschlagen-desktop ############################ */
    body .response{
        margin: 1rem;
        margin-top: 7rem;
    }
    body .response h1{
        border-bottom:1px solid #707070;
        margin-bottom:2.85rem;
    }
    
}
