html, body {
overflow-x: hidden; /* Prevent scroll on narrow devices */
color: rgba(45,97,134,1);
font-family: 'Roboto';
font-size: 16px;
color: #343a40;
}



h1, h2, h3, h4, h5, h6{
color: rgba(45,97,134,1);

}



a, a:link, a:visited, a:active{
color: rgba(255,165,1,1);
text-decoration: none;
}

a:hover{
color: rgba(180,116,0,1);
text-decoration: underline;
}


.pagewrapper{
height: 100%;
}

.error{
color: #dc3545!important;
}

#selection h1{
font-size: 1.8rem;
font-style: normal;
font-weight: 700;
color: rgba(139,171,211,1);
text-align: center;
margin: 4rem 0px 4rem 0px;

}


#selection h1 span{
font-style: normal;
font-weight: 900;
color: rgba(69,94,131,1);
}

#selection h4{
font-size: 1.2rem;
}


#selection h1.header.orangebox{
font-size: 1.65rem;
color: #ffffff;
font-style: normal;
font-weight: 700;
position: relative;
margin: 2rem 0px 0rem 0px;
padding: 8px 20px 0px 20px;
background-color:rgba(255,165,1,1); 
text-align: center;
width: 80%;
border-radius: 12px 12px 0px 0px;
text-shadow: 1px 1px rgba(183, 124, 18,1);
}

#selection h1.header.orangebox span{
font-style: normal;
font-weight: 700;
font-size: 1.65rem;
color: #ffffff;
}

.selection-wrapper.box-round-bottom {
border-radius: 0px 0px 12px 12px;

}

.noscriptmsg{
display: block; 
z-index: 2000!important; 
width: 100%; 
min-height: 60px; 
text-align: center;
color: #ffffff;
background-color: #f24848;
padding: 20px 0px;
}



#selection{
flex-direction: column!important;
min-height: 600px;
margin-top: 80px;
margin-bottom: 6rem;
}

#contentheader{
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
margin-top: 90px;
}

#infos, #partner{
width: 100%;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#infos .container, #partner  .container{
padding-top: 2rem;
margin-top: 2rem;
border-top: solid 1px rgb(22,98,147);
}




#header {
height: 80px;
transition: all 0.5s;
z-index: 997;
transition: all 0.5s;
background: rgba(44,96,133,1);
box-shadow: 0px 6px 1px rgba(0, 0, 0, 0.1);
}

#header .logo h2 {
font-size: 24px;
margin: 0;
font-family: 'Red Hat Display';
font-weight: 400;
color: #ffffff;
font-style: italic;
text-shadow: 1px 1px rgba(0,0,0,0.7);

text-align: center;
}

#header .logo h2 a, #header .logo h2 a:hover {
color: #ffffff;
text-decoration: none;
}

#header .logo img {
max-height: 40px;
}


/*--------------------------------------------------------------
# Top slogan 
--------------------------------------------------------------*/
.slogan-head{
margin: 40px auto 10px auto;
padding: 0px 0px 0px 0px;
font-size: 1.6rem;
font-weight: 900;
text-transform: none;
font-style: italic;
color: rgba(45,97,134,1);
position: relative;
z-index: 1;
text-shadow: 1px 1px rgb(255,255,255);
}


.slogan-head::after{
content: '';
display: inline-block;
position: absolute;
background-color: rgba(255,165,1,0.4);
width: 100%;
height: 50%;
left: 4px;
top: 55%;
z-index: -1;
-webkit-transform: skew(-20deg) rotate(0.3deg);
-moz-transform: skew(-20deg) rotate(0.3deg);
-ms-transform: skew(-20deg) rotate(0.3deg);
-o-transform: skew(-20deg) rotate(0.3deg);
transform: skew(-20deg) rotate(0.3deg);
}


/*--------------------------------------------------------------
# Navigation 
--------------------------------------------------------------*/

.navbar {
padding: 0;
position:relative;
}

.navbar ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
}

.navbar li {
position: relative;
}

.navbar a, .navbar a:focus {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 10px 3px 10px;
font-family: "Poppins", sans-serif;
font-size: 16px;
font-weight: 500;
color: #ffffff;
white-space: nowrap;
transition: 0.3s;
border-bottom: solid 2px rgba(255,165,1,0);
margin-left: 20px;
}

.navbar a i, .navbar a:focus i {
font-size: 12px;
line-height: 0;
margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
color: #ffffff;
border-bottom: solid 2px rgba(255,165,1,1);
text-decoration: none;
}





/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
color: #fff;
font-size: 36px;
cursor: pointer;
display: none;
line-height: 0;
transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
color: #fff;
}

@media (max-width: 991px) {
.mobile-nav-toggle {
display: block;
}
.navbar ul {
display: none;
}
}

.navbar-mobile {
position: fixed;
overflow: hidden;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(33, 38, 42, 0.8);
transition: 0.3s;
z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
position: absolute;
top: 15px;
right: 15px;
}

.navbar-mobile ul {
display: block;
position: absolute;
top: 55px;
right: 15px;
bottom: 15px;
left: 15px;
padding: 0px 0;
background-color: #fff;
overflow-y: auto;
transition: 0.3s;
}

.navbar-mobile a {
padding: 15px 0px 15px 20px;
font-size: 15px;
color: #384046;
margin-left: 0px;
border-bottom: solid 1px rgba(56,64,70,1);
}



.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile .active:focus, .navbar-mobile li:hover > a {
border-left: solid 10px rgba(255,165,1,1);
color: #384046;
text-decoration: none;
}



/*--------------------------------------------------------------
# Footer 
--------------------------------------------------------------*/

footer{
background-color: rgba(44,96,133,1);
width: 100%;
box-shadow: 0px -6px 6px 0px  rgba(0, 0, 0, 0.1);
}

footer .container{
max-width: 1320px;
color: #ffffff;
min-height: 80px;

}


footer p, footer a{
font-size: 0.8rem;
color: #ffffff;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

footer a:link, footer a:visited, footer a:active{
color: #ffffff;
text-decoration: none;
}


footer a:hover{
color: #ffffff;
text-decoration: underline;

}





/*--------------------------------------------------------------
# Info 1 
--------------------------------------------------------------*/



#infoblock1{
background-color: rgba(149,198,232,0.25);
}




.btn-info, .btn-info.collapsed, .btn-info:focus{
background-color: #ffffff;
border: solid 1px rgba(255,165,1,1);
color: rgba(255,165,1,1);
line-height: 1.5rem;
padding: 5px 16px 5px 16px;
font-size: 0.85rem;
box-shadow: none;
outline: 0;
}

.btn-info:hover {
color: #ffffff;
background-color: rgba(44,96,133,0.5);
border: solid 1px rgba(44,96,133,0.8);
box-shadow: none;
outline: 0;
}




.btn-info.collapsed > .close{
display: none;
}

.btn-info.collapsed > .open{
display: block;
}

.btn-info > .open{
display: none;
}

.btn-info > .close{
display: block;
}


p.largetext{
font-size: 1.2rem;
font-style:italic;
}




.bewerten .info-card span{
position: absolute;
width: 35px;
height: 35px;
display: block;
background-color: rgba(45,97,134,1);
border-radius: 50%;
text-align: center;
line-height: 35px;
font-weight: 700;
color: rgba(255,255,255,1);
margin: 0px 0px 0px -50px;
font-size: 18px;
}


.advantages{
margin-top: 2rem;
}





.advantages h3{
text-transform: uppercase;
font-size: 1.5rem;
text-align: center;
font-weight: 900;
letter-spacing: 0.15em;
margin-bottom: 1rem;
}


.advantages .col{
border-bottom: solid 1px rgba(45,97,134,0.8);
padding-bottom: 2.5em;
}



.bewerten h2{
font-weight: 700;
}

.bewerten h4{
color: rgba(255,165,1,1);
font-style: italic;
}


/*--------------------------------------------------------------
# Info 2
--------------------------------------------------------------*/



#infoblock2{
background-color: rgba(149,198,232,0.25);
}



.auktion .info-card h3{
font-size: 1.2rem;
margin: 20px 0px 15px 0px;
font-weight: bold;
}


.auktion h2{
font-weight: 700;
}

.auktion h4{
color: rgba(255,165,1,1);
font-style: italic;
}

/*--------------------------------------------------------------
# Info 3 
--------------------------------------------------------------*/





.features h3{
color:  rgba(255,255,255,1);
font-weight: 500;
font-size: 1.2rem;
margin-bottom: 12px;
background-color: 	 rgba(255,165,1,1);
padding: 8px 8px 8px 8px;
letter-spacing: 0.03em;
}

.features .card{
border-color: rgba(255,165,1,1);
height: 100%;
max-width: 100%;
position: relative;
background-color: rgba(255,255,255,1);
z-index: 1;
}


.features .card-body{
padding: 0px 0px 0px 0px;
background-color: rgba(255,255,255,1);
}





.features .card-body p{
font-size: 0.95rem;
color: rgba(0,0,0,0.7);
text-align: left;
margin: 0px 0px 0px 0px;
padding: 1rem 1rem;
}


.features .card.shadow-box h3{
color:  rgba(255,165,1,1);
background-color: 	 rgba(255,255,255,1);
font-weight: 900;
font-size: 1.4rem;
width: 95%;
margin: 0px auto 0px auto!important;
}

.features .card.shadow-box{
border: 0px;
}


.features .card.shadow-box::after{
content: '';
display: block;
width: 100%;
height: 98%;
position: absolute;
padding: 0px 0px 0px 0px;
margin: 0px -8px -3px 0px;
background-color: rgba(255,165,1,0.3);
z-index: -1;
right: -3px;
bottom: -3px;
border-radius: 3px;
transform: rotate(1.4deg);
}



/*--------------------------------------------------------------
# Info 4
--------------------------------------------------------------*/


#infoblock4{
background-color: rgba(149,198,232,0.25);
}


.bulletpoints p, .bulletpoints span{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 10px;
color: rgba(44,96,133,1);
font-size: 1.2rem;
font-weight: 600;
font-style: italic;
}


.bulletpoints span{
font-size: 2rem;
}

.bulletpoints .col{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-content: center;
align-items: center;
text-align: center;
}




/*--------------------------------------------------------------
# Auswahloptionen 
--------------------------------------------------------------*/

.selection-wrapper{
min-height: 520px;
height: auto;
position: relative;
width: 80%;
border-radius: 12px;
border: solid 8px rgba(255,165,1,1);

background-color: rgba(255,255,255,1);
display: block;
max-height: 100%;
}


.selection-wrapper::before{
content: '';
display: block;
position: absolute;
width: 103%;
border-radius: 12px;
background-color:  rgba(255,165,1,0.4);
min-height: 520px;
transform: rotate(-3deg);
z-index: -2;
margin-left: -15px;
top:0;
}

.selection-wrapper::after{
content: '';
display: block;
position: absolute;
width: 103%;
border-radius: 12px;
background-color:  rgba(255,165,1,0.2);
min-height: 520px;
transform: rotate(2deg);
z-index: -3;
margin-left: -20px;
top: -5px;
}

#choices{
border-radius: 12px;
border: 0;	
}

#choices p.selectinfo{
padding: 0px 0px 0px 0px;
margin: 0px auto 0px auto;
font-size: 0.8rem;
color: rgba(0,0,0,0.5);
}

.choice-wrapper{
width: 100%;
max-width: 100%;
height: 100%;
position: relative;
margin: 0px 0px 0px auto;
border-radius: 12px;
border: 0;	
}

.choicebox{
background-color: #ffffff;
padding: 0rem;
position: relative;
min-height: 100%;
border-radius: 12px;
border: 0;	
}

.choice-end{
position: relative;
color: #000000;
min-height:  100%;
display: flex;
align-items: center;
justify-content: center;
}

.choice-end .mx-auto{



}



.choicebox form, .choicebox form > .row{
height: 100%;
min-height: 100%;
width: 100%;
}






#choices label{
margin: 12px 12px 30px 25px;
position: relative;
cursor: pointer;
width: 150px;
height: auto;
color: #ffffff;

}

#choices label:first-of-type, #choices label:nth-child(5){
/*margin: 12px 12px 30px 0px;*/
}

#choices label > div{

-webkit-box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.5);
box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.5);
border: solid 2px rgba(9,65,112,1);
outline: 0;
border-radius: 6px;
}


#choices label::before { 
content: ""; 
display: block; 
width: 100%;
height: 100%;
padding-bottom: 100%; 
position: absolute;
}


#choices #group-selection-form label::before{
display: none;
}


#choices label:hover > div{
border: solid 2px rgba(254,197,45,1);
outline: 0;
border-radius: 6px;
}


.progress{
height: 6px; 
border-radius: 0; 
margin-right: auto; 
margin-left: auto;
width: 100%;
max-width: 1280px;
border-radius: 12px 12px 0px 0px;
position: absolute;
z-index: 12;
}


.bg-yellow{
background-color: rgba(254,197,45,1);
}

.bg-green{
background-color: rgba(7, 196, 56, 0.8);
}



/* HIDE RADIO */
#choices [type=radio] { 
position: absolute;
opacity: 0;
width: 0;
height: 0;
}

/* IMAGE STYLES */
#choices [type=radio] + img, #choices [type=radio] div + img {
cursor: pointer;
}

/* CHECKED STYLES */
#choices label [type=radio]:checked + div{
border: solid 2px rgba(254,197,45,1);
outline: 0;
border-radius: 6px;
}




#choices label > span, #choices label div > span{
display: inline-block;
position: absolute;
left: 0;
bottom: 12px;
font-size: 16px;
text-align: center;
width: 100%;
z-index: 2;
color: #000;
background-color: #ffffff;
}


#choices label > img, #choices label div > img{
width: 90%;
height: auto;
/*max-height: 190px;*/
}


#choices .flexbox label > img, #choices .flexbox label div > img{
/*margin-top: -20px!important;*/
}




#choices .setactive{
display: block;
}


.button-hidden{
display: none;
}





#choices p, #result{
color: rgba(45,97,134,1);
font-size: 20px;
padding: 20px 0px 10px 0px;
}

#choices p > strong{
color: rgba(255,165,1,1);

}


#choices p.choices-header{
color: rgba(45,97,134,1);
font-size: 20px;
padding: 40px 0px 10px 0px;
font-weight: 700;
}

#choices p.choices-header > strong{
color: rgba(255,165,1,1);
font-weight: 700;

}

#group-selection-form{
margin: 0px 2rem;	
}


#group-selection-form label{
text-align: left;
margin: 2px 2px!important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
position: relative;
cursor: default;
width: 100%;
height: auto;
color: #343a40;
}

input.sdata{
display: none;
height: 0px;
max-height: 0px;
line-height: 0px;
padding: 0px 0px;
}



.button-back{
position: relative;
padding: 2rem 0px 1rem 0px;

}


.button-back button{
background-color: rgba(44,96,133,0.2);
color: rgba(44,96,133,1);
border: solid 1px rgba(44,96,133,0.2);
line-height: 1.5rem;
padding: 5px 16px 5px 16px;
font-size: 0.85rem;
box-shadow: none;
outline: 0;
min-width: 180px;
outline: 0 !important;
box-shadow: none;
}

.button-back button:focus{
border: 0!important;
outline: 0 !important;
box-shadow: none;
}

#choices div.flexbox{
display: flex;
justify-content: center;
align-items: center;
align-content: flex-start;
flex-wrap: wrap;
}

#choices div.flexbox p{
width: 100%;

}

#choices div.flexbox label{
min-width: 20%;
min-height: 220px;
max-width: 320px;
}


#choices div.flexbox label.doublebox{
min-width: 56%;
min-height: 220px;
max-width: 320px;
max-height: 420px;
}

#choices label.doublebox > div {
position: relative;
width: 100%;
height: 100%;
max-height: 420px;
overflow: hidden;
}


#choices label.doublebox div > img{
width: auto;
height: 100%;
max-height: 420px;
}


#choices div.form-row, #choices div.form-group{
width: 100%!important;
}

#choices div.form-group{
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: flex-start;
align-content: flex-start;
justify-items: flex-start;
margin-bottom: 12px;
}

#choices div.form-group.text-center{
align-items: center;
align-content: center;
justify-items: center;
}

#choices div.form-row label{
height: auto;
min-height: auto;
width: 180px;
max-width: 180px;
display: none;
}


#choices label.inputlabel, #choices div.flexbox label.inputlabel{
min-height: unset!important;
margin-top: 2rem;
color: #000000;
}


.form-row .form-control:focus{
box-shadow: none;
border: 1px solid #ced4da;
border-color: #ced4da;
background: rgba(120, 160, 189, 0.1);
}


.form-row  .form-control{
background: rgba(120, 160, 189, 0.15);
border:none;
border-bottom:1px solid rgba(44,96,133,0.6);
border-radius:0;
box-shadow:none;
outline:none;
height:40px;
}

#choices label.inputlabel::before {
content: "";
display: none;
width: 100%;
height: 100%;
padding-bottom: 100%;
position: absolute;
}

#choices div.form-group .form-check{
width: 100%;
flex-grow: 1;
margin: 1rem 14px 2rem 14px;
padding: 1rem 1rem 1rem 2rem;
background-color: rgba(120, 160, 189, 0.15);
border: solid 1px rgba(44,96,133,0.6);
}


.form-control::placeholder { 
color: rgba(44,96,133,0.6);
opacity: 1;
}

.form-control:-ms-input-placeholder {
color: rgba(44,96,133,0.6);
}

.form-control::-ms-input-placeholder {
color: rgba(44,96,133,0.6);
}




#choices div.form-row .form-check label{
width: 100%;
max-width: 100%;
color: rgba(0,0,0,0.6);
font-size: 0.85rem;	
display: block;
}

#choices div.subselect{
display: none;
}

#choices div.invalid-feedback{
display: none!important;
}

.form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated #choices div .form-control:invalid~.invalid-feedback, .was-validated #choices div  .form-control:invalid~.invalid-tooltip,.was-validated #choices div .form-check-input:invalid~.invalid-feedback{
display: block!important;
}

#choices .form-check #inputDsgvoCheck{

}


#choices label > div{
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
min-width: 220px;
min-height: 220px;
}


.input-choice-group{
display: block;
position: absolute;
width: 98%;
left: 0;
right: 0;
margin: 0px auto;
top: 0;
}




#choices .input-choice-group p {
color: #343a40;
font-size: 14px;
padding: 10px 0px 10px 0px;
}


#choices label.inputlabel{
cursor: default;
position: relative;
}

#choices .form-input{
width: 90%;
margin: 20px auto;
position: absolute;
top: 40%;
left: 0;
right: 0;
}

#choices label.inputlabel > span{
width: 98%;
margin: 0px auto;
left: 0px;
right: 0px;
}


.invalid-feedback {
margin-top: .25rem;
font-size: .7em;

}


.inputlabel .next{
min-width: 100px;
display: inline-block;
position: absolute;
top: 60%;
left: 0;
right: 0;
margin: 20px auto;
background-color: rgba(254,197,45,1);
color: rgba(15,102,173,1);
border: solid 1px rgba(254,197,45,1);
}


.inputlabel .next:hover{

background-color: rgba(15,102,173,1);
color: #ffffff;
border: solid 1px rgba(15,102,173,1);
}




.footer-adress{
max-width: 600px;
}




.btn.btn-submit{
margin: 0px auto 0px auto;
background-color: rgba(255,165,1,1);
border: solid 1px rgba(255,165,1,1);
color: #ffffff;
line-height: 2rem;
font-size: 1.1rem;
font-weight: 700;
padding: 5px 25px 5px 25px;
box-shadow: none;
outline: 0;
min-width: 220px;
letter-spacing: 0.6px;
}


.btn.btn-submit:hover{
background-color: rgba(44,96,133,1);
border: solid 1px rgba(44,96,133,1);
color: #ffffff;
}













/*Infos*/

.features h3{
text-align: center;
}

.features .col > div{
margin: 0px 0px;
}

.bi {
vertical-align: -.125em;
fill: currentColor;
}

.feature-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 4rem;
height: 4rem;
margin-bottom: 1rem;
font-size: 2rem;
color: #fff;
border-radius: .75rem;
}

.icon-link {
display: inline-flex;
align-items: center;
}
.icon-link > .bi {
margin-top: .125rem;
margin-left: .125rem;
transition: transform .25s ease-in-out;
fill: currentColor;
}
.icon-link:hover > .bi {
transform: translate(.25rem);
}

.icon-square {
display: inline-flex;
align-items: center;
justify-content: center;
width: 3rem;
height: 3rem;
font-size: 1.5rem;
border-radius: .75rem;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}


@media (max-width: 1440px) {

#choices div.flexbox label {
min-width: 20%;
min-height: 220px;
max-width: 220px;
}

#choices label > div {
min-width: 150px;
min-height: 150px;
}

}


@media (max-width: 1024px) {


#choices div.flexbox label {
min-width: 20%;
min-height: 220px;
max-width: 220px;
}

#selection h1 {
font-size: 1.7rem;
}

}







@media (max-width: 980px) {



#selection h1{
text-align: center;
}

#selection h1 br{
display: none;
}






}

@media (max-width: 767px) {

#selection{
background-position: top left;
}


#header .logo h2{
text-align: left;
font-size: 22px;
max-width: 65%;
}


.choice-wrapper {
width: 100%;
max-width: 820px;
height: auto;
}

#selection h1.header.orangebox, #selection h1 {
font-size: 1.4rem;
margin: 3rem 0px 0rem 0px;
width: 92%;

}

.slogan-head{
width: 85%;
}

.slogan-head::after{
height: 1.5rem;
left: 4px;
top: 72%;
}

.slogan-head::before{
content: '';
display: inline-block;
position: absolute;
background-color: rgba(255,165,1,0.4);
width: 100%;
height: 1.65rem;
left: -6px;
top: 29%;
z-index: -1;
-webkit-transform: skew(-20deg) rotate(0.3deg);
-moz-transform: skew(-20deg) rotate(0.3deg);
-ms-transform: skew(-20deg) rotate(0.3deg);
-o-transform: skew(-20deg) rotate(0.3deg);
transform: skew(-20deg) rotate(0.3deg);
}



.selection-wrapper{
width: 92%;
}


#choices div.flexbox label {
min-width: 80%;
min-height: 115px;
width: 80%;
margin: 10px 10px 10px 10px;
}

#choices label > div {
min-width: 110px;
min-height: 110px;
}

#choices div.flexbox{
padding: 0px 5px 20px 5px;

}


#choices p.choices-header{
font-size:1rem;
}


#choices label > span, #choices label div > span{
font-size: 13px;
bottom: 8px;
}

#group-selection-form {
margin: 0px 0rem;


}

#group-selection-form .row{
flex-direction: column;
}


#group-selection-form .col{
width: 100%!important;

}

#group-selection-form p{
font-size: 0.85rem;
}

.selection-wrapper::before {
width: 108%;
height: 100%;
transform: rotate(-1.5deg);
}

.selection-wrapper::after {
top: -17px;
height: 100%;
width: 108%;
transform: rotate(1.2deg);
}


.bewerten .col-8, .auktion .col-8{
width: 100%!important;
}

.features .card{
max-width: 100%;
margin-right: 0rem!important;
margin-left: 0rem!important;
}

.bulletpoints .col{
margin-left: 0px!important;
padding-left: 0px!important;
}


.bulletpoints p, .bulletpoints span{
font-size: 0.8rem;
}

.bulletpoints span {
font-size: 1rem;
}

footer .footeritems{
padding-top: 12px;
flex-direction: column;
}


.footeritems .col-8, .footeritems .col{
width: 100%!important;
justify-content: center!important;
text-align: center;

}

.footeritems p{
padding: 12px 0px;
text-align: center;	
}
}


@media (max-width: 450px) {




}
