@import url("normalize.css");
@import url("/css/fonts.css");
@import url("/css/menu.css");


/* Globals */
body {
    font-family: "Roboto", serif;
    font-size:                  18px;
    line-height:                1.5;
    padding:                    0;
    letter-spacing:             0;
    color:                      #000;
    background:                 #fff;
    -webkit-background-size:    cover;
    -moz-background-size:       cover;
    -o-background-size:         cover;
    background-size:            cover;
    margin:                     0;
}
body.authenticated {
}
.authenticated .content-header {
    border-bottom: 0;
}

html, body {
    height: 100%;
    min-width: 350px;
}
a {
    color: #880033;
}
a:hover, a:focus {
    color: #880033;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    font-family:                "Roboto";

    padding:                    0;
    margin:                     0;
    color:                      #880033;
}
h1 {
    font-weight:                700;
    font-size:                  36px;
    margin-bottom:              20px;
    color: #880033;
}
h2 {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 34px;
    padding: 10px 0;
}
h3 {
    font-family: "Roboto";
    font-weight: 400;
    font-size:20px;
    padding: 10px 0;
}
h4 {
    font-size:                  16px;
    font-weight: 700;
}
p {
    margin: 10px 0;
    padding: 0;
    line-height: inherit;
}
p>img {
    margin: -10px 0;
}
ul, ol, dl {
    line-height: 1.6;
}
ul {
    padding-left:10px;
}
ul.accordion {
    margin:0;
    padding:0;
}
img.right {
    margin-left: 20px;
    float:right;


}

img.left {
    margin-right: 20px;
    float:left;

}
tbody, tfoot, thead {
    background-color: transparent;
    border: 0;
}

#radarChart {
    max-width: 800px;
    max-height: 600px;
    width: 100%;
    height: auto;
    display: block;        /* notwendig, um Margin auto zu nutzen */
    margin: 0 auto;        /* Zentriert das Element horizontal */
}


div.producttable {
    margin-top: 10px;
    display: table;
    margin:0;
    padding:0;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}
div.producttable div.trow {
    display: table-row;
    margin:0;
    padding:0;
    height: auto;
}
div.producttable div.trow.headline {
    font-weight: 700;
    background: #880033;
    color: #fff;
}
div.producttable div.trow div.tcell {
    display: table-cell;
    border-bottom: 1px solid #880033;
    margin:0;
    padding: 5px 10px;
    height: auto;
    text-align:center;
    font-weight:700;
    border-radius: 0;
}
div.producttable div.trow div.tcell.headline {
    font-weight: 700;
    background: #880033;
    color: #fff;
    text-align:center;
}

div.tcell.spacer {
    padding: 0;
    width:2%;
}

div.producttable div.trow div.tcell.info {
    text-align:left;
    font-weight:400;
}
div.producttable div.trow div.tcell.value {
    background-color: rgba(200,88,4,.2);
}
div.producttable div.trow.headline div.tcell.info {

    font-weight:700;
}
div.producttable div.trow div.tcell.category {
    font-weight:700;
    width:20%;
    background: #880033;
    color: #fff;
    text-align:center;
}
input:checked~.switch-paddle {
    background: #880033;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    background-color: rgba(150,150,150,.1);
    border-radius: 0;
}

.analysis-question {
    margin-top: 4px;
}
.analysis-question.last {

    margin-bottom: 20px;
}
.analysis-question.green {

    color: #009900;
}
.analysis-question.red {

    color: #990000;
}
.analysis-container {
    width: 100%;
}
.analysis-sheet {
    margin: 0 auto;
    max-width:900px;
}
.analysis-question .fa {
    font-size: 24px;
}
.analysis-question .recommendation .fa {
    font-size: 18px;
}
.chapter {
    border: 4px solid #880033;
    padding: 20px;
    margin-top: 20px;
    background: #f0f0f0;
}
.chapter h1 {
    color: #000;
    font-size: 28px;
    margin-bottom: 40px;
}
.chapter h2, .chapter h3, .chapter h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.chapter .rating {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}
.traffic {
    text-align: center;
}
.traffic img {
    max-width: 120px;
}

.recommendation-headline {
    font-weight: bold;
    margin-bottom: 10px;
}
.recommendation {
    color: #000;
    padding: 20px;
    background:#ddd;
    margin: 20px 0;
}
.recommendation .shoplink {
    text-align: right;
    margin-top: 20px;
}


.recommendation table {
    border: 2px solid #999;
}
.recommendation td {
    background: #e5e5e5;
    padding: 10px;
    vertical-align: top;

}
.recommendation tr {
    border-bottom: 2px solid #999;
}
.recommendation tr:last-of-type {
    border-bottom:0;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.grid-container {
    padding-right: 0;
    padding-left: 0;
    max-width: 1400px;
    margin: 0 auto;

}
.grid-margin-x {
}
.cell {
}
.stage {
}
.bg-white {
    background:#fff;
}
.bg-slider {
    background: rgba(35,148,206,.2);
}
.center-text {
    text-align: center;
}
.bg-white-op-1 { background: rgba(255,255,255,.1);}
.bg-white-op-2 { background: rgba(255,255,255,.2);}
.bg-white-op-3 { background: rgba(255,255,255,.3);}
.bg-white-op-4 { background: rgba(255,255,255,.4);}
.bg-white-op-5 { background: rgba(255,255,255,.5);}
.bg-white-op-6 { background: rgba(255,255,255,.6);}
.bg-white-op-7 { background: rgba(255,255,255,.7);}
.bg-white-op-8 { background: rgba(255,255,255,.8);}
.bg-white-op-9 { background: rgba(255,255,255,.9);}

.bg-black-op-1 { background: rgba(0,0,0,.1);}
.bg-black-op-2 { background: rgba(0,0,0,.2);}
.bg-black-op-3 { background: rgba(0,0,0,.3);}
.bg-black-op-4 { background: rgba(0,0,0,.4);}
.bg-black-op-5 { background: rgba(0,0,0,.5);}
.bg-black-op-6 { background: rgba(0,0,0,.6);}
.bg-black-op-7 { background: rgba(0,0,0,.7);}
.bg-black-op-8 { background: rgba(0,0,0,.8);}
.bg-black-op-9 { background: rgba(0,0,0,.9);}

.bg-light-grey {
    background: #e0e0e0;
}
.bg-footer {
    background: #880033;
}

.spacer {
    margin: 0;
    padding: 0;
    height: 0;
    background: transparent;
}
/*Padding Top Bottom*/
.p-0px-tb {padding-top:  0; padding-bottom:  0;  }
.p-5px-tb {padding-top:  5px; padding-bottom:  5px; }
.p-10px-tb {padding-top: 10px; padding-bottom: 10px; }
.p-15px-tb {padding-top: 15px; padding-bottom: 15px; }
.p-20px-tb {padding-top: 20px; padding-bottom: 20px; }
.p-25px-tb {padding-top: 25px; padding-bottom: 25px; }
.p-30px-tb {padding-top: 30px; padding-bottom: 30px; }
.p-35px-tb {padding-top: 35px; padding-bottom: 35px; }
.p-40px-tb {padding-top: 40px; padding-bottom: 40px; }
.p-45px-tb {padding-top: 45px; padding-bottom: 45px; }
.p-50px-tb {padding-top: 50px; padding-bottom: 50px; }
.p-55px-tb {padding-top: 55px; padding-bottom: 55px; }
.p-60px-tb {padding-top: 60px; padding-bottom: 60px; }
.p-65px-tb {padding-top: 65px; padding-bottom: 65px; }
.p-70px-tb {padding-top: 70px; padding-bottom: 70px; }
.p-75px-tb {padding-top: 75px; padding-bottom: 75px; }
.p-80px-tb {padding-top: 80px; padding-bottom: 80px; }
.p-85px-tb {padding-top: 85px; padding-bottom: 85px; }
.p-90px-tb {padding-top: 90px; padding-bottom: 90px; }
.p-95px-tb {padding-top: 95px; padding-bottom: 95px; }
.p-100px-tb {padding-top: 100px; padding-bottom: 100px; }

/*Padding Left Right*/
.p-0px-lr { padding-left: 0; padding-right: 0;  }
.p-5px-lr { padding-left: 5px; padding-right: 5px; }
.p-10px-lr {padding-left:10px; padding-right:10px; }
.p-15px-lr {padding-left:15px; padding-right:15px; }
.p-20px-lr {padding-left:20px; padding-right:20px; }
.p-25px-lr {padding-left:25px; padding-right:25px; }
.p-30px-lr {padding-left:30px; padding-right:30px; }
.p-35px-lr {padding-left:35px; padding-right:35px; }
.p-40px-lr {padding-left:40px; padding-right:40px; }
.p-45px-lr {padding-left:45px; padding-right:45px; }
.p-50px-lr {padding-left:50px; padding-right:50px; }
.p-55px-lr {padding-left:55px; padding-right:55px; }
.p-60px-lr {padding-left:60px; padding-right:60px; }
.p-65px-lr {padding-left:65px; padding-right:65px; }
.p-70px-lr {padding-left:70px; padding-right:70px; }
.p-75px-lr {padding-left:75px; padding-right:75px; }
.p-80px-lr {padding-left:80px; padding-right:80px; }
.p-85px-lr {padding-left:85px; padding-right:85px; }
.p-90px-lr {padding-left:90px; padding-right:90px; }
.p-95px-lr {padding-left:95px; padding-right:95px; }
.p-100px-lr {padding-left:100px; padding-right:100px; }

.scrollToTop{
    width:70px;
    height:70px;
    padding:10px;
    text-align:center;
    background: transparent;
    text-decoration: none;
    position:fixed;
    left:48%;
    bottom:60px;
    display:none;
    background: url('/userfiles/image/layout/totop.png') no-repeat 0px 0px;
    cursor:pointer;
}
.scrollToTop:hover{
    text-decoration:none;
}

.button {
    font-family: "Roboto Condensed";
    font-weight: 300;
    font-size:                  20px;
    background-color:           #880033;
    padding:                    20px 30px;
    color:                      #fff;
    -webkit-border-radius:      5px;
    -moz-border-radius:         5px;
    border-radius:              0;
    border: 0;
    text-transform: uppercase;
}
.button:hover, .button:focus {
    background-color: #981043;
    text-decoration: none;
    color: #fff;
}


.call-now {
    text-align:center;
    float:right;
    margin: 10px 0;
    background: url(/userfiles/image/icons/icon_phone_big.png) no-repeat center;
    height:119px;
    width:230px;
}
.call-now a:hover {
    text-decoration: none;
}
.call-now h4 {
    font-weight:                400;
    font-size:                  22px;
    margin:                     0;
    padding: 35px 0 0 0;
    line-height: .5;
    background: rgba(240,240,240,.8);
}
.call-now h5 {
    font-weight:                700;
    font-size:                  28px;
    margin:                     0;
    padding: 5px 0 20px 0;
    color: #880033;
    background: rgba(240,240,240,.8);
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .2);
}

.content-image {
    background: #eee;
}

.content-image .cell {
    padding: 0;
    margin-bottom: 0;
}
.content-image .cell .caption {

    background: rgba(200,88,4,.8);
    color: #fff;
    padding: 20px;
    width:100%;
    max-width:500px;

}
.content-image .cell .plakat {

    background:rgba(255,255,255,.6);
    paddding: 20px;
    max-width:300px;
    margin: 0;
}
.content-image .plakat img {

    padding:20px;
}

.content-image .caption h1 {
    color: #fff;
    font-size: 36px;
    margin: 0;
    padding: 0;
}
.content-image .caption h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 10px 0;
    padding: 0;
}
.content-image .grid-container {
    background: transparent;
}

.mainmenu {
    margin: 0;
    position: relative;
    background: #880033;
}
.mainmenu .grid-container {
}
.mainmenu .login {
    font-family: "Roboto"
}
.mainmenu.fixed {
    position: fixed;
    top:0;
    width:100%;
    z-index: 1900000000;
}
.mainmenu .bg_menu {
    background: #880033;
}
.mainmenu .cell {
    padding: 0 20px;

}


.ep-label {
    position: fixed;
    width:50px;
    height:50px;
    background: #880033;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding:10px;
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.4);
    bottom:20%;
    right:0;
    cursor:pointer;
    display: none;
}





/* privacy consent */
.privacy-container {
    border: 4px dashed #aa0000;
    margin:20px 0;
}
.privacy-warning {
    padding: 20px 40px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cmp {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,.7);
    z-index: 2000000000;
    overflow: auto;
    width: 100%;
    display: none;
}
.cmp.active {
    display: block;
}
.cmp .grid-container {
    max-width: 50rem;
}
.cmp .cell {
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .6), 0 6px 20px 0 rgba(0, 0, 0, .6);
    -webkit-animation-name: fade-in;
    -webkit-animation-duration: .8s;
    animation-name: fade-in;
    animation-duration: .8s;
    top: 80px;
    border-radius: 10px;
    background: rgba(136,0,51, .8);
}
.cmp .cmp-site-logo img{
    height: 73px;
}
.cmp .content {
    margin:20px;
    padding:10px 20px 10px 20px;
    background: #fff;
}
.cmp .content .loading {
    position:absolute;
    top:20px;
    left:20px;
    right:20px;
    bottom:20px;
    margin: 0;
    padding: 50px;
    text-align: center;
    padding:50px 0 0 0;
    background: rgba(255,255,255,.8);
    z-index: 2000000010;
    overflow: hidden;
    display:none;

}
.cmp .preferences {
    width:100%;
    text-align: right;
    margin:0;
    padding: 0;
    background: #fff;
}
.cmp .button {
    font-size:                  15px;
    line-height: 1.4;
    background-color:            #880033;
    padding:                    15px 15px;
    color:                      #fff;
    width: 100%;
}
.cmp .button:hover {
    background-color:            #8b1d22;
}
.cmp .button.gray {
    background-color:            #888;
}
.cmp .button.gray:hover {
    background-color:            #777;
}
.cmp .button.darkgray {
    background-color:            #666;
}
.cmp .button.darkgray:hover {
    background-color:            #555;
}
.cmp p {
    line-height:                1.4;
}
.cmp .accordion {
    margin-top: 10px;
    background: #eee;
}
.cmp .accordion a:hover {
    text-decoration: none;
}
.cmp .accordion-title {
    padding: 1.25rem 1rem;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.cmp .accordion-item.is-active .accordion-title {
    background: #880033;
    color: #fff;
}

.cmp .accordion-content {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    color: #000;
    background: #eee;
}
.cmp h2 .fa {
    position: relative;
    top: 4px;
    font-size: 2.0rem;
    padding: 0 11px 0 0;
}

.cmp h3 {
    font-size:16px;
    font-weight: 700;
    padding: 10px 0 0 0;
}
.cmp .switch.small {
    height: 1.75rem;
    float: right;
    padding: 10px 0;
}
.cmp .switch.small:after {
    clear: both;
}
.cmp .switch.small .fa {
    margin-left:.3rem;
}
.cmp .widget-data {
    margin: 0 0 20px 0;
    padding: 10px 20px;
    background: #fff;
    border:4px solid #880033;
}
.cmp input:checked~.switch-paddle {
    background: #00aa00;
}
.cmp input:disabled~.switch-paddle{
    cursor:not-allowed;
}
.cmp input~.switch-paddle {
    background: #aa0000;
}
.cmp. .producttable {
}
.cmp div.producttable div.trow div.tcell.value {
    text-align: left;
    font-weight:400;
    background: #fff;
}

.cmp .cmp-history .fa-times {
    color: #990000;
    width:20px;
    text-align:center;
}
.cmp .cmp-history .fa-check {
    color: #009900;
    width:20px;
    text-align:center;
}
.cmp .consent-changes {
    background-color:#efefef;
    padding:5px 10px;
    margin:10px 0;
    border:4px solid #990000;
}
.cmp .consent-close {
    float: right;
    background:#000;
    padding: 6px 12px;
    color: #fff;
    cursor:pointer;
    font-size:20px;
}



.signin-container {
    border: 4px solid #880033;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 0;
    background:#fff;
}
.signin-container .fa-fw {
    background: #880033;
    color: #fff;
    padding: 12px 0 8px 0;
    border-radius: 3px;
    margin: 3px 6px 3px 3px;
}

.signin-form {
}
.signin-container .signin-field {
    padding: 0px 0;
    display: inline-flex;
    width: 100%;
}
.signin-container input, .signin-container input:focus {
    background: #eee;
    border: 0;
    margin: 0;
    cursor: text;
    box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    margin: 3px 0 3px 0;
    border-radius: 3px;
    width: 100%;
}
.signin-field i {
    min-width: 35px;
}

input.signin-button {
    color: #fff;
    background: #880033;
    display: inline-block;
    padding: 12px 0;
    line-height: 2rem;
    text-align: center;
    border-radius: 3px;
    border:0;
    font-weight: 700;
    font-size:34px;
    width:100%;
    height: 100%;
    text-decoration: none;
    transition: background .3s ease-in-out 0s;
}



.mailform input.error,
.mailform textarea.error,
.mailform select.error{
    background: #f0f0f0;
    border-left: 10px solid #990000;
    border-bottom: 2px solid #990000;
    border-top: 2px solid #990000;
    border-right: 2px solid #990000;
    color: #000;
}
.mailform input,
.mailform textarea,
.mailform select {
    background: #f0f0f0;
    border: 0;
    margin: 0;
    cursor: text;
    margin: 3px 0 3px 0;
    border-radius: 3px;
    width: 100%;
}
.mailform input:focus.error,
.mailform textarea:focus.error,
.mailform select:focus.error{
    background: #f0f0f0;
    border: 0;
    color: #000;
}
.mailform .form-field {
    margin-bottom:10px;
}
.mailform .captcha {
    height:40px;
    width:140px;
    border:0;
    margin-right: 10px;
    margin-top:0px;
    float:left;
    display: inline-block;
}
.mailform .required {
    border-bottom:                  4px solid #880033;
}
.mailform .checkbox input {
    width:inherit;
}
.mailform input:focus,
.mailform textarea:focus,
.mailform select:focus {
    background: #f0f0f0;
    border: 0;
    margin: 0;
    cursor: text;
    margin: 3px 0 3px 0;
    border-radius: 3px;
    width: 100%;
}
.mailform input:focus.required,
.mailform textarea:focus.required,
.mailform select:focus.required{
    border-bottom:                  4px solid #880033;
}
.mailform .form-field99 {
    display: none;
}
.mailform .checkbox {
    padding: 0;
    background: #f0f0f0;
    border-radius: 3px;
}
.mailform .cell {
    display: table-cell;
    margin: 0;
    padding: 10px 10px;
    height: auto;
}
.mailform .checkbox.required {
    border-bottom:  4px solid #880033;
}
.mailform .checkbox.required.error {
    background: #f0f0f0;
    border-left: 10px solid #990000;
    border-bottom: 2px solid #990000;
    border-top: 2px solid #990000;
    border-right: 2px solid #990000;

}

.ty-container {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,.7);
    z-index: 2000000000;
    overflow: auto;
    width: 100%;
}
.ty-container .grid-container {
    max-width: 50rem;
}
.ty-container .cell {
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .6), 0 6px 20px 0 rgba(0, 0, 0, .6);
    -webkit-animation-name: fade-in;
    -webkit-animation-duration: .8s;
    animation-name: fade-in;
    animation-duration: .8s;
    top: 80px;
    border-radius: 10px;
    background: rgba(200,88,4,.8);
}
.ty-container .content {
    margin: 20px;
    padding: 10px 20px 10px 20px;
    background: #fff;
}
.ty-container .consent-close {
    float: right;
    background:#000;
    padding: 6px 12px;
    color: #fff;
    cursor:pointer;
    font-size:20px;
}

.error_msg {
    background-color:           #aa0000;
    color:                      #fff;
    padding:                    10px;
    margin:                     10px 0;
    border-radius: 3px;
}
.success_msg {
    background-color:           #00aa00;
    color:                      #fff;
    border-radius:              3px;
    padding:                    10px;
    margin-top:                 10px;
}


/* Add Animation */
@-webkit-keyframes fade-in {
    from {opacity:0}
    to {opacity:1}
}

@keyframes fade-in {
    from {opacity:0}
    to {opacity:1}
}


.content-header {
    padding: 20px 0;
    margin:0;
    background: #fff;
}
.content-header .logo {
    float:left;
    padding: 20px 0;
}
.content-header .navigation {
    float:right;
}
.content-header .headline {
    font-family: "Roboto Condensed";
    line-height: 50px;
    font-size: 28px;
    padding: 7px 12px;
    margin: 12px 0 0 0;
    color: #880033;
    text-align: right;
    font-weight: 400;
}
.content-header .headline img {
    margin-right:10px;
}
.content-header .headline .fa-solid {
    margin-right: 20px;
    font-size: 40px;
}
.content-header .grid-container {
    min-height: 140px;
    padding: 0;
}
.content-header .cell {
    padding: 20px 0 20px 20px;
    /* background: rgba(200,88,4,0); */
    position: relative;
    bottom:0;
}

.content-nav {
    padding: 0;
    margin:0;
    background: #880033;
    border-bottom:4px solid #5e0526;
    margin: 0 0 0px 0;
}
.content-nav .grid-container {
    padding:0;
    height: 40px;
}

.bg-30 {
    height:20px;
    background: #b0b0b0;
    margin: 0;
}




/* Slider */
.content-slider {

    border-bottom: 0;
    margin:0;
    padding:0;
    height:100%;
    overflow-x: hidden;
    background: #eeeeee;
}
.content-slider .row {
    max-width: 1400px;
}

.content-slider .column,
.content-slider .columns {
    padding: 0 5px 5px 5px;

}
.content-slider .content-body {
    margin-bottom: 0;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .8);
}
.slick-slide .img-holder {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
}
.slick-slide {
    display: inline-block;
    height: 100%;
    min-height: 1px;
}
.slick-initialized .slick-slide {
    display: inline-block;
}
.slick-slider {

}
.content-slider .slider-container {

}

.content-slider .slider-caption {
    color: #fff;
    display: none;
    font-family: "Roboto";
    font-size: 24px;
    line-height: 1.3;
    text-align: left;
    /* background: rgba(0, 0, 0, .1) url(/img/layout/overlay.png);*/
    background: rgba(0, 0, 0, .3);
    /*text-shadow: 1px 2px 4px rgba(0, 0, 0, .0);*/
    backdrop-filter: blur(10px);
    max-width:600px;
    height: 100%;
}
.content-slider .slider-caption .slider-headline {
    font-family: "Roboto";
    font-weight: 400;
    font-size:38px;
    margin: 0 0 10px 0;
}
.content-slider .slider-caption .slider-text {
    font-weight: 300;
    font-size:22px;
    padding: 0 0 10px 0;
}

.content-slider .slider-caption .slider-subline {
    font-weight: 300;
    margin-bottom:20px;
    font-size:24px;
}
.content-slider .slider-caption h2 {
    font-family: "Roboto";
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    color: #FFFFFF;

    /* text-shadow: #222 3px 2px 3px;*/

}
.content-slider .slider-caption h3 {
    font-family: "Roboto";
    color: #fff;
    font-size: 40px;
    margin: 0;

}
.content-slider .slider-caption .button {
    margin-top: 20px;
}

.slider-caption-wrapper {
    margin: auto;
    /*padding: 40px 120px;*/
}

.slider-caption-wrapper .caption-text {

    background: transparent;
    padding: 60px 80px;
    /* text-shadow: #222 3px 2px 3px; */
}


/* teaser */
.content-teaser {
    background: transparent;
}
.content-teaser .grid-container {
    background: #eee;
}
.content-teaser .grid-x {
}
.content-teaser .cell {
    padding: 40px 40px 20px 40px;
}
.content-teaser .headline .cell {
    padding: 40px 40px 0 40px;
}
.content-teaser .cell:last-of-type {
    border-right: 0;
}

.content-teaser img {
    padding: 0;
    transition: all .1s ease-in-out 0s;
}
.content-teaser a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.content-teaser h2 {
    color: #880033;
    padding: 10px 0;
    font-size:28px;
    font-weight:700;
}



.content-services {
    background: transparent;
}
.content-services .grid-container {
    background: #eee;
}
.content-services .cell {
    padding: 30px 40px;
    background: #eeeeee;
}
.content-services .headline .cell {
    color: #880033;
    font-size:28px;
    font-weight:400;
    background: #eeeeee;
    padding: 30px 40px 0 40px;
}
.content-services .dot {
    font-size: 24px;
    font-weight: 700;
    background: transparent;
    color: #fff;
    float:left;
    min-width:50px;
    height: 50px;
    padding: 0 15px 0 0;
    margin: 0;
    text-align:center;
}
.content-services h3 {
    font-family: "Roboto Condensed";
    color: #880033;
    padding: 5px 0;
    font-size: 24px;
    min-height:50px;
    margin-bottom:10px;
}
.content-services h3:after {
    clear: both;
}

.kontakt {
    background: transparent;
    margin-bottom:20px;
}
.kontakt h4 {
    text-transform: uppercase;
    font-size:26px;
}
.kontakt .button {
    margin:20px 0;
}
.kontakt img {
    border: 5px solid #fff !important;
    border-radius: 100%;
    -moz-box-shadow: 0 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 1px 2px rgba(0,0,0,0.1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width:300px;
}

/* content-dynamic */
.content-dynamic {
    background: transparent;
}
.content-dynamic .grid-container {
    background: #fff;
}
.content-dynamic .cell {
    padding: 40px 40px 20px 40px;
}


.gallery {
    background: transparent;
    margin-bottom:20px;
}
.gallery h2 {
    color: #fff;
}
.gallery .grid-container {
}

.gallery .cell {
    background: rgba(200,88,4,.8);
}
.gallery .cell .cell {
    background: transparent;
}
.gallery img {

    /* border: 10px solid #fff !important; */
    border: 0;
    border-radius: 0;
    -moz-box-shadow: 0 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 1px 2px rgba(0,0,0,0.1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all ease-in-out 0.5s;
    margin: auto;
    width: 100%;
}
.gallery .media:hover img {
    transform: scale(1.1);
}
.gallery .media:hover {
    cursor: pointer;
}
.gallery .showimage {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.9);
    z-index: 2000000000;
    overflow: auto;
    width: 100%;
    display: none;
}
.gallery .showimage .closebutton {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background: #000;
    padding: 5px 0 0 15px;
    width:50px;
    height:50px;
    font-size:28px;
    transition: all ease-in-out 0.3s;
}
.gallery .showimage .closebutton:hover {
    background: #fff;
    color: #000;
    cursor:pointer;
}
.gallery .showimage .fullimage {
    animation-name: zoom;
    animation-duration: 0.6s;
    margin: 100px auto;
    display: block;
    width: 80%;
    max-width: 1200px;
}
.gallery .showimage .fullimage > img {

    border: 10px solid #fff !important;
    border-radius: 0;
    -moz-box-shadow: 0 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 1px 2px rgba(0,0,0,0.1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all ease-in-out 0.5s;
}
@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

.googlemaps {
    background: transparent;
    margin-bottom:20px;
}
.googlemaps .cell {
    background: #fff;

}
.googlemaps .navi-buttons {
     padding: 20px;
}
.googlemaps .button.navigation {
    position: relative;
    left: 30px;
    margin-right:10px;
}


/* content-full */
.content-full {
    background: transparent;
}
.content-full .grid-container {
    background: #fff;
}
.content-full .cell {
    background: transparent;
    padding: 30px 40px;
}
.content-full .cell.center {
    text-align: center;
}
.content-full ul {
    list-style: none;
}
.content-full li {
    line-height: 1.8;
}
.content-full li:before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f0da";
    display: inline-block;
    font-weight: 900;
    margin-left: -20px;
    width: 1em;
    color: #880033;
}
.content-full .cell.liststyle {
    padding-top: 80px;
}
.content-full h2 {
    padding: 30px 0 20px 0;
}


.content-newsletter {
    background: transparent;
    margin-bottom:20px;
}
.content-newsletter .grid-container {
    background: #fff;
}
.content-newsletter .cell {

    padding: 25px 40px;
}
.content-newsletter .mailform .cell {
    background: transparent;
    padding: 25px 40px;
}


.content-legal .cell {
    background: transparent;
    background: #fff;
    padding: 25px 40px;
    text-align: justify;
}
.content-legal h2 {
    font-family: "Roboto Condensed";
    font-size: 28px;
    padding: 10px 0;
}
.content-legal h3 {
    font-family: "Roboto Condensed";
    font-size: 20px;
    padding: 10px 0;
}
.content-legal h4 {
    font-family: "Roboto Condensed";
    font-size: 20px;
    padding: 10px 0;
}

.footer img {
    margin: 10px;
}

.content-news {
    margin-bottom: 20px;
}
.content-news .highlight {
    background: rgba(90,143,203,.1);
    margin-bottom: 20px;
    padding: 10px 15px;
    color: #880033;
}
.content-news h1 {
}
.content-news h2 {
}
.content-news h3 {
}



.content-newslist {
    margin-bottom: 20px;
}

.content-newslist .grid-x {

    padding: 0;
    margin:0;
    transition: all 0.3s ease-in-out;
}
.content-newslist .grid-container {
    background: #fff;
}
.content-newslist .grid-x .grid-x {
    padding: 20px 0 10px 0;
    margin:0 -10px;
    border-bottom: 1px dashed #000;
}
.content-newslist .grid-x .grid-x:last-child {
    padding: 20px 0 10px 0;
    margin:0 -10px;
    border-bottom: 0;
}
.content-newslist .cell {
    padding: 40px;
    margin:0;
}
.content-newslist .cell .cell {
    padding: 0;
    margin:0 10px;


}
.content-newslist h1 {
    margin:30px 0 5px 0;
}
.content-newslist h2 {
    font-weight: 700;
    font-size: 24px;
    color: #880033;
    margin:0 0 5px 0;
    padding: 0;
    text-transform: uppercase;
}


.content-newslist .button {
    display:block;
    margin-top: 20px;
    float:right;
}
.content-newslist a.more {
    display:block;
    margin-top: 10px;
    margin-bottom: 20px;
    float:right;
    border-bottom: 1px solid #880033;
    text-transform: uppercase;
}
.content-newslist a:hover {
    text-decoration: none;
}
.content-newslist .grid-x .grid-x:hover {
    background: rgba(200,88,4,.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.content-newslist img {
    margin-bottom: 15px;
}

.qsheet h1 {
    font-weight: 700;
    font-size: 40px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.qsheet h2 {

    font-weight: 700;
    font-size: 30px;
    margin:0;
    padding:0;
    display: flex;
    align-items: center;
}
.qsheet h3 {

    font-weight: 400;
    font-size: 24px;
    margin:0;
    padding:0;
    display: flex;
    align-items: center;
}
.qsheet h4 {

    font-weight: 300;
    font-size: 18px;
    margin:0;
    padding:0;
    display: flex;
    align-items: center;
}

.qsheet {
    padding: 20px 0;
}

.qsheet .navigation {
    margin-top: 20px;
    min-height: 60px;
}
/* Universeller Tooltip für alle Info-Icons */
.qsheet .info-icon {
    margin-left: 10px;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    color: #007BFF;
}

.qsheet .customer-data {
    background: #eee;
    padding: 20px;
    margin: 20px 0;
}

/* Gemeinsame Hover-Stile */
.qsheet .info-icon:hover::after {
    font-family: "Roboto Condensed", serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    content: attr(data-infotext);
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #007BFF;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000001;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    max-width: 450px;
    min-width: 200px;
    width: auto;
    white-space: normal;
    text-align: left;
    display: block;
    overflow-wrap: break-word; /* Trennung bei Wortende */
    word-wrap: break-word; /* Alternative für ältere Browser */
    word-break: break-word; /* Für sehr lange Wörter */
}

/* Spezifische Einstellungen für h1, h2, h3, h4 */
.qsheet h1 .info-icon:hover::after,
.qsheet h2 .info-icon:hover::after,
.qsheet h3 .info-icon:hover::after,
.qsheet h4 .info-icon:hover::after {
    max-width: 450px;
}



.qsheet .info-icon::after {
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
}


.qsheet ul.titles,
.qsheet ul.titles ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 20px;
}
.qsheet ul.titles ul ul ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.qsheet .answer-btn {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ccc;
    text-align: center;
    line-height: 100px;
    cursor: pointer;
    font-size: 20px;
    margin: 10px;
    transition: background-color 0.3s ease;
}
.qsheet .answer-btn.selected {
    background-color: #880033;
    color: white;
}

.qsheet .answer-btn:hover {
    background-color: #e6c1cf;
}

.choice-btn-multiple,
.choice-btn-single {
    list-style-type: none;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.choice-btn-multiple .round-btn,
.choice-btn-single .round-btn {
    min-width: 30px;
    min-height: 30px;
    border: 2px solid #880033;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.choice-btn-multiple.active .round-btn,
.choice-btn-single.active .round-btn {
    background-color: #880033;
}

.choice-btn-multiple.active,
.choice-btn-single.active{
    background-color: #fceef0;
}




/* Footer */
.footer {
    color: #fff;
    margin-top:20px;
    background: #880033;
    padding-bottom: 40px;
}
.footer .grid-container {
    }
.footer .row {
}
.footer .cell {
    background: #880033;
    padding: 30px 40px;
}
.footer a {
    color: #fff;
}
.footer a:hover {
}


.sitesearch {
    position:relative;
    float:right;
    margin: 8px 0 8px 0;
    padding: 0;
    z-index: 10001;
}

.sitesearch input {

    font-family: "Open Sans";
    font-weight: 400;
    display:inline;
    height:35px;
    font-size:16px;
    padding:0 10px;
    width:150px;
    margin:0 0 0 0;
    color:#000;
    background: #f0f0f0;
    border-radius: 0;
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);

}
.sitesearch input:focus {

    background: #f0f0f0;
    color:#000;
    border-color: #880033;
    box-shadow: 0 0 0;

}
.searchbutton {
    -moz-appearance: none;
    -moz-binding: none;
    background-color: #880033;
    border: 0 none;
    color: #fff;
    font-size: 0;
    height: 35px;
    margin: 0 0 0 5px;
    outline: 0 none;
    padding: 0;
    width: 38px;
    display:inline;
    float:right;
    transition: all .3s ease-in-out 0s;
    border-radius: 0;
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
}
.searchbutton:hover {
    background-color: #638216;
}
.searchbutton:after {

    content: "\f002";
    font-size: 16px;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    margin:0;
}
.search-result {
    padding: 10px 0px;
    margin-bottom:10px;
    border-bottom: 1px solid #ccc;
}
.search-result h3{
    margin-top:6px;
}
.search-result:last-of-type {
    border-bottom:0;
}
.search-result .search-position {
    font-size:      14px;
    padding:        5px 0px;
    float:          left;
    margin:         7px 10px 0 0px;
    width:                  30px;
    background:             #880033;
    border:                 1px solid #880033;
    text-align: center;
    color: #fff;
}
.search-container {

    padding:10px;
}

.content-headline {
    font-family: "Roboto";
    padding: 0;
    margin: 0;
    color: #880033;
    font-size: 34px;
    font-weight: 700;
}

@media screen and (max-width: 1401px) {
    .qsheet {
        padding: 20px 40px;
    }
}

@media screen and (max-width: 1240px) {



    .banner {
        padding: 0;
    }
    .banner .site-logo img {

        margin: 20px 10px 10px 10px;

    }
    .banner .call-now img {
        margin: 30px 10px 30px 0;
    }
    .grid-container {
        padding-right: 0;
        padding-left: 0;
    }
    .sitesearch {
        margin: 8px 1rem 8px 0;
    }
    .slick-slide .img-holder {
        height: 500px;
    }
    .slider-caption-wrapper .caption-text img {
        width: auto;
        height: 400px;
        margin: 0 auto;
    }
}


@media screen and (max-width: 1420px) {

    .content-header {
        padding: 20px 20px;
    }

}


@media screen and (max-width: 1100px) {

    .content-teaser .cell:nth-last-of-type(3) {
        border-right: 0;
    }
    .content-header {
        padding: 0 20px;
    }
    .content-header .logo img {
        width: 250px;
    }
    .content-header .logo {
        padding: 40px 0;
    }
}


@media screen and (max-width: 900px) {

    h1 {
        font-size: 28px;
        line-height: 1.3;
    }
    h2 {
        font-size: 24px;
        line-height: 1.3;
    }
    h3 {
    }
    .content-services .dot img {
        scale: .9;
    }
    .content-news h1 {
        font-size: 28px;
    }
    .content-news h2 {
        font-size: 24px;
    }
    .content-news h3 {
        font-size: 15px;
    }
    .content-headline {
        font-size: 28px;
    }

    .content-header .grid-container {
        min-height: 125px;
        padding: 0;
    }
    .content-header .logo {
        padding: 20px;
    }
    .content-header .logo img {
        width: 280px;
    }

    .content-image .caption h1 {
        font-size: 28px;
    }
    .content-image .caption h2 {
        font-size: 22px;
    }
    body {
        font-size:15px;
    }

    .mainmenu {
        background-color: #880033;
        border-top: 0;
        border-bottom: 0;
        margin:0;
        padding:0;
        position:fixed;
        top:0;
        right:0;
        left:0;
        z-index: 1000000;
    }
    .mainmenu .cell {
        padding: 0;
    }
    .login {
        position: absolute;
        right: 15px;
        top: 0;
    }
    .spacer {
        height: 55px;
    }
    .content-header {

        margin: 0 auto;
    }
    .content-header .headline {
     display: none;

    }
    .content-header .logo {
        clear:left;
        text-align: center;
        width:100%;
    }
    .content-header .navigation {
        background: #880033;
        height: 55px;
        position: fixed;
        z-index: 2;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
    }
    .sitesearch {
        margin:8px 7px 0 0;
    }
    .searchbutton {
        background: rgba(0,0,0,.2);
    }
    .sitesearch {

        margin: 10px 10px 10px 0;
    }
    .sitesearch input {
        border:0;
        width:100px;
    }
    .sitesearch [type="text"]:focus {
        border:1px solid #00569e;
        box-shadow: 0 0 0;
    }
    .p-30px-tb {padding-top: 20px; padding-bottom: 20px; }
    .p-30px-lr {padding-left: 20px; padding-right: 20px; }
    .mainmenu .grid-container {
        background: rgba(200,88,4,.4);
        backdrop-filter: inherit;

    }
    .content-teaser h2 {
        font-size: 24px;
    }
    .content-teaser .cell,
    .content-full .cell,
    .content-services .cell,
    .content-dynamic .cell,
    .content-legal .cell {
        padding: 20px;
    }
    .content-teaser .grid-x,
    .content-full .grid-x,
    .content-services .grid-x,
    .content-dynamic .grid-x,
    .content-legal .grid-x {
        margin: 0 20px;
    }
    .content-services .headline .cell {
        padding: 30px 20px 0 20px;
        font-size: 28px;
    }
    .content-full li:before {
        margin-left: -15px;
    }
}

@media screen and (max-width: 570px) {


}

/* Foundation Framework Breakpoints /*
/* Small only */
@media screen and (max-width: 39.9375em) {

    .content-teaser .cell {
        padding: 20px;
    }
    .content-teaser .grid-x,
    .content-full .grid-x,
    .content-services .grid-x,
    .content-legal .grid-x {
        margin: 0;
    }
    .content-dynamic .grid-x {
        margin: 0 5px;
    }
    .content-full .cell.liststyle {
        padding-top: 0;
        margin-top:-35px;
    }

    p {
        font-size: 14px;
        line-height: 1.4;
        margin: 10px 0;
    }
    ul, ol, dl {
        font-size: 14px;
        line-height: 1.4;
    }
    .cmp .cell {
        top:.5rem;
    }
    .cmp .widget-data {
        padding: 5px 10px;
    }
    .cmp .content {
        margin: 10px;
        padding: 15px;
    }
    .content-slider .slider-caption {
        font-size: 18px;
        max-width:100%;

    }
    .content-slider .slider-caption .slider-headline {
        text-transform: uppercase;
        font-weight: 400;
        font-size:28px;
    }
    .content-slider .slider-caption .slider-subline {
        font-weight: 400;
        font-size:20px;
    }
    .content-slider .slider-caption .button {
        font-size: 18px;
    }
    .ep-label {
        bottom: 20%;
    }
    .call-now h4 {
        font-weight:                400;
        font-size:                  20px;
        margin:                     0;
        padding: 35px 0 0 0;
        line-height: .5;
        background: rgba(240,240,240,.8);
    }
    .call-now h5 {
        font-weight:                700;
        font-size:                  24px;
        margin:                     0;
        padding: 5px 0 20px 0;
        color: #880033;
        background: rgba(240,240,240,.8);
        text-shadow: 1px 2px 2px rgba(0, 0, 0, .2);
    }
    input.room-startbutton {
        margin-top:10px;
    }
    .content-full .cell,
    .content-newslist .cell {
        padding:25px;
    }
    .content-news .p-40px-lr {
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer img {
        margin: 10px 5px;

        width:100px;
    }
    .content-image .cell .plakat {

        margin: 0 auto;
    }
    .slider-caption-wrapper .caption-text {
        padding: 40px;
    }
    .content-slider .slider-caption .slider-headline {
        font-size:28px;
    }
    .content-slider .slider-caption .slider-text {
        font-size:18px;
    }

}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}