.midwrapp {
    height: 428px;
    background-image: linear-gradient(to left top, #c5978b, #c89e91, #cba597, #ceac9d, #d1b3a4, #d2b4a4, #d4b4a5, #d5b5a5, #d5b09f, #d6ab9a, #d6a595, #d6a091);
    box-shadow: 0 0 8px 4px #8e8787;
    background-color: #c79b8f;
    /* margin-bottom: 30px; */
    position: relative;
    z-index: 2;
    overflow: hidden;
}

img.bgtopimg {
    position: absolute;
    right: -57px;
    width: 121%;
    bottom: 0px;
    /* margin-top: 100px; */
    /* display: none; */
}

img.logo {
    position: relative;
    z-index: 2;
    margin-top: 2px;
    /* left: 25%; */
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 280px;
    width: 100%;
    margin-left: 3px;
    /* margin-right: 110px; */
}

body {
    background-image: linear-gradient(to left top, #f4eeec, #f2eae7, #f0e5e1, #ede1dc, #ebddd6, #edded9, #eee0dc, #efe1df, #f3e8ea, #f6f0f3, #f9f8fa, #ffffff);
    margin: 0;
    font-family: 'Exo 2', sans-serif;
    color: #757575;
}

.bottomwrapp {
    /* width: 1200px; */
    margin-left: auto;
    margin-right: auto;
    min-height: 830px;
}

.toplogos {
    /* width: 1200px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* position: relative; */
    background-color: #ffffff1a;
    height: 420px;
    padding-top: 10px;
}

.menuwrapp {
    /* margin-left: auto; */
    /* margin-right: auto; */
    width: 100%;
    height: fit-content;
    /* position: relative; */
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    /* text-shadow: 0 0 2px #00000099; */
    background-color: #cdaa9b;
    padding-top: 54px;
}

.mlink {
    /* float: left; */
    /* margin-right: 15px; */
    /* margin-top: 10px; */
    margin-left: 5px;
    background-color: #dac2b6;
    padding: 8px 29px;
    color: #635c5c;
    transition: background-color 0.5s;
    margin: 3px;
    text-align: center;
}

.topwrapp {
    height: fit-content;
    /* position: relative; */
}

.Maincase {
    position: relative;
}

.menucase {
    width: 100%;
    position: absolute;
    display: flex;
    /* display: none; */
    z-index: 3;
    margin-top: -501px;
    opacity: 0;
    transition: opacity 1s,margin-top 0.6s;
    /* height: 100%; */
    background-color: #000000a3;
}

.ptext {
    position: absolute;
    font-size: 22px;
    color: #a25e57eb !important;
    font-weight: 300;
    line-height: 30px;
    justify-content: center;
    margin-top: 10px;
    margin-left: 19px;
    z-index: 7;
}

.bottobox {
    width: 40%;
    float: left;
    /* height: 100px; */
    position: relative;
    margin: 5%;
    transition: transform 0.6s;
    cursor: pointer;
}

img.boximg {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 11px #00000059;
}

.mebox {
    font-size: 18px;
    padding: 15px;
    padding-bottom: 70px;
    background-color: #ffffff29;
    min-height: 780px;
}

img.portimg {
    float: left;
    width: 100%;
    margin-right: 30px;
    border-width: 0px;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 0 6px black;
    margin-top: 80px;
    margin-bottom: 15px;
}

.thirdwrapp {
    /* width: 1200px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    height: auto;
    background-color: #ffffff1a;
}

.thirdbox {
    background-image: linear-gradient(to left top, #c5978b, #c89e91, #cba597, #ceac9d, #d1b3a4, #d2b4a4, #d4b4a5, #d5b5a5, #d5b09f, #d6ab9a, #d6a595, #d6a091);
    box-shadow: 0 0 8px 4px #8e8787;
}

.mebox span {
    font-size: 24px;
    font-weight: 400;
}

span.untersch {
    font-family: 'Dancing Script', cursive;
    font-weight: 100;
}

.vickydetl {
    margin-top: 282px;
}

.boxtitle {
    position: absolute;
    bottom: 10px;
    background-color: #ffffffe6;
    padding: 10px 12px;
    border-radius: 0px 10px 10px 0px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 2px 2px 7px #858585;
    color: #595656;
    cursor: pointer;
    z-index: 2;
}

.ldrop.dropcase {
    float: left;
    /* max-width: 250px; */
    width: 260px;
}

.dlink {
    border-style: solid;
    border-color: #fff;
    border-width: 1px 0px 0px 0px;
    background-color: #cca499;
    width: 200px;
}

.midwrapp.leistwr {
    height: auto;
}

img.logo2 {
    margin-left: 10px;
    margin-top: 10px;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.lbox {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    font-weight: 300;
}

.bottobox:hover {
    /* transform: scale(1.1); */
}

.midwrapp.waywr {
    height: 58px;
}

.bottomwrapp iframe {
    margin-top: 30px;
}

.mlink.off {
    color: #cbcbcb;
    opacity: 0.5;
}

.mlink:hover {
    background-color: #ffffff63;
}

.impressum {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 38px;
    z-index: 10;
    /* box-shadow: 0 0 10px 0px #f9f1a863; */
    /* border-style: solid; */
    /* border-color: #f9f1a8; */
    border-width: 1px 0px 0px 0px;
    background-image: linear-gradient(to left top, #c5978b, #c89e91, #cba597, #ceac9d, #d1b3a4, #d2b4a4, #d4b4a5, #d5b5a5, #d5b09f, #d6ab9a, #d6a595, #d6a091);
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 0 15px #00000099;
    font-size: 11px;
}

.impressumcase {
    width: fit-content;
    margin: auto;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    height: 100%;
}

.design {
    color: #42424282;
    font-weight: 600;
    margin-left: 13px;
    line-height: 39px;
    width: fit-content;
    text-decoration: none;
    /* display: none; */
}
ul.leaders {
    max-width: 38em;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
    padding: 10px;
    padding-right: 0px;
    background-color: #f3e8e5;
    box-shadow: 0 0 9px 0px #00000021;
    }
ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    /* content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "; */
    }
ul.leaders span:first-child {
    padding-right: 0.5em;
    background-color: #f3e8e5;
    }
ul.leaders span + span {
    float: right;
    padding-left: 0.35em;
    padding-right: 0.35em;
    background-color: #f3e8e5;
    font-weight: 600;
    }

.leaders span {
    font-size: 13px;
    font-weight: 400;
}

.bottobox.sitebox {
    margin-left: 12px;
    float: left;
    width: 55%;
    margin: unset;
}

.bottobox.offbox {
    padding-right: 5px;
    padding-top: 5px;
    /* width: 100%; */
    height: auto;
    overflow: hidden;
    margin: unset;
}

.offbox img {
    opacity: 0.6;
    position: relative;
}

.impressum a {
    text-decoration: none;
}

span.auflist {
    font-size: 18px;
    font-weight: 300;
    margin-left: 10px;
}

.open-main-nav {
    /* position: absolute; */
    top: 6px;
    padding-top: 25px;
    right: 4px;
    z-index: 1000;
    background: none;
    border: 0;
    cursor: pointer;
}

.burger {
    position: relative;
    display: block;
    width: 28px;
    height: 4px;
    margin: 0 auto;
    background: #5d5959;
    transform: skew(5deg);
    transition: all .275s;
}

.burger:before {
    transform: translateY(-16px) skew(-10deg);
}

.burger:after, .burger:before {
    content: '';
    display: block;
    height: 100%;
    background: #5d5959;
    transition: all .275s;
}

.mmenuwrapp {
    /* margin-left: 4px; */
    /* margin-top: 4px; */
    height: 51px;
    width: fit-content;
    position: absolute;
    color: #fff;
    font-size: 21px;
    /* font-weight: 500; */
    text-shadow: 0 0 2px #00000099;
    right: 1px;
    background-color: #e7d3ca;
    padding-left: 4px;
    padding-right: 1px;
    z-index: 9;
}

.burger:after {
    transform: translateY(-12px) translateX(-2px) skew(-20deg);
}

.burger-text {
    display: block;
    font-size: .675rem;
    letter-spacing: .05em;
    margin-top: 0.5em;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    color: #5d5959;
}

.logocase {
    padding-right: 50px;
}

a {
    text-decoration: none;
}

.menucase.menuon {
    margin-top: 0px;
    opacity: 1;
    z-index: 4;
    height: 100%;
}

.toplogos a {
    color: #a25e57eb;
}

.ptextl {
    width: 100%;
}

.mflot1 {
    /* float: left; */
    width: 100%;
}

.mflot2 {
    width: 45%;
}

.offbox img {
    width: 0%;
}

.offbox.boxtitle {
    position: unset;
}

.offbox .boxtitle {
    position: unset;
}

li {
    margin-bottom: 3px;
}

.meinfo {
    text-align: center;
    color: #d62020;
    font-size: 21px;
    font-weight: 600;
    margin: 20px 0px;
}