/*Standardschriftart etc für gesamten Body festlegen*/

@font-face {
    font-family: 'Libre Baskerville';
    src: url('LibreBaskerville-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Nunito;
    src: url('Nunito-Regular.ttf');

}

@font-face {
    font-family: Handwrite;
    src: url('HomemadeApple-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: ArialRound;
    src: url('ARLRDBD.ttf');
}

* {

    padding: 0;
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Libre Baskerville', serif;
    font-size: 11pt;
    background-color: rgb(213, 228, 217);
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 30px;
    justify-content: center;
    align-items: center;

    padding: 0;

}

/*Background und Font Farbe*/
::selection {
    background: rgb(160, 195, 169);
    color: whitesmoke;
}




#green ::selection {
    background: rgb(211, 194, 8);
    color: whitesmoke;
}

/*Animation Text & Green*/
.animtxt,
.animleft {
    opacity: 0;
    transition: opacity .5s ease-in-out;

}


.animleft {
    transition: transform .5s ease-in-out;
    transform: translateX(-90%);
}

.animtxt.animation {
    opacity: 1;
}

.animleft.animation {
    transform: translateX(0);
    opacity: 1;
}

.animated-div {
    transition: transform 5s ease;
    transform: scale(0.5);
    opacity: 0;
}

.animated-div.animation {
    transform: scale(1);
    opacity: 1;
}






/*Überschrift Seiteninhalt*/
h2 {
    all: unset;
    top: 0;
    color: rgb(0, 0, 0);
    text-align: left;
    font-size: 1.4rem;
    font-weight: lighter;
    text-decoration: underline;
    text-decoration-color: rgb(211, 194, 8);
    text-underline-offset: 3px;
    text-decoration-thickness: 2.5px;




}

h1 {
    all: unset;
    color: black;
    text-align: left;
    font-size: 1.7rem;
    font-weight: lighter;
    text-shadow: 3px 3px 4px #777;
    line-height: 130%;
}

.buchung h1 {
    text-align: left;
}

h3 {
    font-family: Nunito;
    color: black;
    text-align: left;
    font-size: 1.1rem;
    font-weight: lighter;
}

h4,
p {
    font-family: Nunito;
    font-size: 1.05rem;
    text-align: justify;
    line-height: 140%;
    font-weight: lighter;
    margin: 0;
    margin-bottom: 15px;


}

h5 {

    font-size: 1.05rem;
    text-align: justify;
    font-weight: lighter;

    margin: 0;
    padding: 0;
}

h6 {
    font-family: Nunito;
    font-size: 0.85rem;
    text-align: justify;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}



a {
    color: rgb(211, 194, 8);
    font-weight: bold;
    text-decoration: none;
    text-underline-offset: 2px;
}

a:hover {
    text-decoration: underline;

}

.handwrite {
    font-family: Handwrite !important;
    font-size: 1.6rem;
    font-size: clamp(1rem, 3vw, 2.1rem);
    margin: 0 4px;
    margin-top: 10px;
    margin-bottom: 20px;
}




iframe {
    width: 100%;
    margin-left: -2px;
    background-color: rgb(38, 81, 63);
    display: inline-flex;
    flex-direction: row;
    border-style: none;
    z-index: 10;

}

button {
    font-family: Nunito;
    padding: 15px 32px;
    font-size: 1.1rem;
    font-weight: bold;
    border: none;
    background-color: rgb(211, 194, 8);
    margin: 5px 0;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-shadow: 1px 1px 1px #777;
    transition: all 0.3s ease;

}

button:disabled {
    background-color: rgba(254, 255, 254, 0.434);
    cursor: not-allowed;
}

button:disabled:hover {
    background-color: rgba(254, 255, 254, 0.434);

}

button a {
    font-family: Nunito;
    color: black;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
}

button a:hover {
    text-decoration: none;

}

button:hover {
    background-color: rgb(197, 181, 5);
}


#green,
.pay {
    background-color: rgb(160, 195, 169);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 63px;


}


.klein {
    padding-left: 5%;
    text-align: center;
}

.klein h1 {
    text-align: center;
}

.first {
    align-items: start;
    padding-left: 10%;
    padding-right: 5%;
}


#buchung a {
    color: rgb(211, 194, 8);
}

/*Green View top of view*/
#green {
    height: 100vh;
}

.first button {
    width: 85%;
    font-size: 20pt;
    margin-bottom: 50px;
}

.first h1 {
    font-size: clamp(1rem, 4.4vw, 2.5rem);
    margin: 4px;
}

.first h3 {
    width: 85%;
    font-size: clamp(1rem, 3vw, 2.1rem);
    margin: 0 4px;
    margin-top: 10px;
    margin-bottom: 20px;
}


#inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;






}

#text-left {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;



}



#svg {
    flex: 1;
    text-align: center;
}



#svg img {
    max-height: 350px;
    width: 100%;
    /* Das Bild nimmt die volle Breite des Containers ein */
}



#row{
    display: flex;
    flex-wrap: wrap;

    justify-content: center;

    margin: 0 40px;
    padding: 0 5%;
    padding-top: 3%;
}

#divpic{
    min-width: 380px;
    max-width: 470px;
}

/*Green-Kasten, Buchung und FAQs*/
#green-kasten,
.buchung,
.fragebox,
#danke {
    background-color: rgba(254, 255, 254, 0.434);
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}

#green-kasten,
.buchung {
    text-align: center;
    align-items: center;
    margin: 20px 20px;
    min-width: 380px;
    max-width: 470px;
    flex: 1;
    padding: 0 30px;
}




#green-kasten {
    min-height: min-content;
    max-height: max-content;
    justify-content: space-between;

}

#danke {
    text-align: center;
    align-items: center;
    margin: 80px auto;
    width: 90%;
    height: 90vh;

}

#danke h2 {
    text-align: center;
}

#danke h5 {
    text-align: center;
    line-height: 110%;
    margin-bottom: 10px;


}

#danke #row {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 20px;
}

.number-box {
    position: relative;
    padding: 0 20px;
    padding-top: 20px;
    /* Platz für die Linie und die Zahl oben */
    text-align: center;

}

#one::before {
    content: '1';
}

#two::before {
    content: '2';
}

#three::before {
    content: '3';
}

.number-box::before {

    position: absolute;
    top: 1%;
    left: 50%;
    transform: translateX(-50%);
    /* Zentriert die Zahl horizontal */
    background-color: rgb(231, 236, 231);
    /* Hintergrundfarbe für die Zahl */
    padding: 0 5px;
    /* Platz um die Zahl herum */
    font-family: Nunito;
    font-size: 1.5rem;

}

/* Weitere Stile für den Rest der Box */
.content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    border: 0.5px solid rgb(38, 81, 63);
    height: 350px;

}

.number-box {
    width: 300px;
    margin: 10px 0;

}



.buchung {
    justify-content: center;
    height: max-content;
}

#green-kasten h2 {
    text-align: center;

}


#green-kasten ul {
    font-family: Nunito;
    font-size: 13pt;
    text-align: left;
    line-height: 140%;
    font-weight: lighter;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    padding-left: 10px;

}

#green-kasten ul li {
    margin: 0;
    padding: 0;
    padding-top: 7px;

}

#svg-kasten {
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex: 1;

}

#svg-kasten img {
    width: 75px;
    height: 75px;
}

/*Frischluft Rätsel als Event: Kontaktfenster Linie*/
#kontakt-line {
    margin: 20px 0 0;
    padding: 0px 0px 4px;
    border-bottom: solid 3px rgb(211, 194, 8);


}



/*Schwere und Radiobutton*/
#schweregrad input[type="radio"] {
    display: none;
}

#schweregrad {
    display: flex;
    justify-content: center;
    margin: 5px 0;

    padding: 0;

}

.schwere,
#schweregrad label {
    background-color: rgb(199, 218, 204);
    border-radius: 10px;
    font-family: Helvetica;
    font-size: 10pt;
    margin: 0;
    padding: 6px 10px;
}

#schweregrad label {
    cursor: pointer;
    border-style: solid;
    border-color: rgba(56, 123, 96, 0.819);
    border-width: 1px;
}





#aktiv,
#schweregrad input[type="radio"]:checked~label {
    background-color: rgba(56, 123, 96, 0.819);
    font-weight: bold;
    color: whitesmoke;
}




/*Bilderkarusell*/
.carousel {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    align-items: center;
    padding: 30px 0;

}

.carousel-container {
    overflow: hidden;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 3%;
    margin-top: 2%;
    padding: 0;
    width: 55%;

}

.carousel-slide {
    max-width: 90%;
    max-height: 100%;
    display: none;
    float: center;
    position: relative;
    margin: 0;
    padding: 0;
    justify-content: center;
    margin-top: 10px;
}


.carousel-slide img {
    width: 100%;
    height: auto;
    border-radius: 7px;
}

.prev-button,
.next-button {
    cursor: pointer;
    background-color: rgba(56, 123, 96, 0.819);
    position: absolute;
    border: none;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    color: white;
    font-weight: bold;
    font-size: 18px;

    padding: 8px 8px;

    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.prev-button {
    left: 5%;
    float: left;
}

.next-button {
    right: 5%;
    float: right;
}

/* The dots/bullets/indicators */
#dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.dot,
.dots {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 6px 2px;
    background-color: #999999;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active,
.dot:hover,
.dots.active,
.dots:hover {
    background-color: rgb(56, 123, 96)
}

/*Feedback Karussel*/
.carousel-feedback {
    width: 65%;
    height: 250px;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2% 0;
    padding: 0;

    background-color: rgba(254, 255, 254, 0.277);
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);



}

.carousel-slide-feedback {
    width: 100%;
    max-height: 100%;
    float: center;
    position: relative;
    margin: 2% 7%;
    padding: 5% 2%;
    justify-content: center;



}

.carousel-feedback .prev-button,
.carousel-feedback .next-button {
    top: 50%;
    z-index: 9;
}

.carousel-slide-feedback h5,
.carousel-slide-feedback p {
    text-align: center;
    margin: 2px 0;
    line-height: 130%;
}

.carousel-slide-feedback p {
    margin-top: 20px;
}



.btn.active {
    margin: auto 0;
    margin-left: 5px;
    padding: 5px 5px;
    background-color: rgb(213, 228, 217);
    font-size: 13px;
    font-weight: normal;
    border: none;


}

.btn.active:hover {
    background-color: rgb(201, 215, 205);
}

.filter-button {
    z-index: 8;
    position: sticky;
    top: 55px;

    border-top: 1px groove rgb(201, 215, 205);

}

#buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;



}

#myBtnContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;


}

#checkboxen {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

/*Unsichtbare Checkbox FAQs und Tourenseite*/
#checkboxen .btn,
.fragebox [type="checkbox"] {
    display: none;
}




#checkboxen [type="checkbox"]+label {
    font-family: Nunito;
    font-size: 12pt;
    font-weight: bolder;
    position: relative;
    display: block;
    cursor: pointer;

    margin: 0 5px;
    padding: 0;
    width: 75px;
    padding-left: 51px;
    line-height: 1.5;

}

#checkboxen [type="checkbox"]+label:before {
    width: 40px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid #ddd;
    background-color: #EEE;
    content: "";
    transition: background-color 0.5s linear;
    z-index: 5;
    position: absolute;
    left: 0px;
}

#checkboxen [type="checkbox"]+label:after {
    width: 20px;
    height: 21px;
    border-radius: 10px;
    background-color: #fff;
    content: "";
    transition: margin 0.1s linear;
    box-shadow: 0px 0px 5px #aaa;
    position: absolute;
    left: 0px;
    top: 1px;
    z-index: 6;
}

#checkboxen [type="checkbox"]:checked+label:before {
    background-color: rgba(38, 81, 63, 0.648);
}

#checkboxen [type="checkbox"]:checked+label:after {
    margin: 0 0 0 22px;
}





/*Rätseltouren Seite*/


#charakter {
    flex: 1;
    text-align: center;

}

#charakter img {
    border-radius: 7px;
    width: 100%;
}

.pay {
    display: flex;
    justify-content: center;
    height: max-content;
    align-items: center;

}




.buchung p,
.buchung h6 {
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
}

.buchung button {
    margin-bottom: 20px;
}

.checkbox-pay {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    padding-left: 25px;
    margin-top: 18px;
    margin-bottom: 18px;
    cursor: pointer;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-pay input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    background-color: whitesmoke;
    transition: all 0.3s ease;
}

.checkbox-pay:hover input~.checkmark {
    background-color: whitesmoke;
}

/* When the checkbox is checked, add a blue background */
.checkbox-pay input:checked~.checkmark {
    background-color: rgb(56, 123, 96);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-pay input:checked~.checkmark:after {
    display: block;

}

/* Style the checkmark/indicator */
.checkbox-pay .checkmark:after {
    left: 6.5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border-radius: 3px;
    border: solid whitesmoke;
    border-width: 0 3px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-pay p,
.checkbox-pay h6 {
    text-align: left;
}

/*Preis pro Person*/
select {
    width: 100%;
    padding: 3px 4px;
    margin: 0;
    border: 1px solid rgb(56, 123, 96);
    border-radius: 10px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    overflow: hidden;
    background-color: whitesmoke;
    


}



select:hover {
    border-color: #888;
}

option {
    font-family: Nunito;
    padding: 2px 2px;   
    border-radius: 10px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    font-size: 14px;  
    box-shadow: 0 0 10px 100px #ffffff00; 
    color: black;

}




option:hover,
option:focus,
option:active,
option:checked{
    background: linear-gradient(rgb(211, 194, 8), rgb(211, 194, 8));
}

#preis{
    font-weight: bold;
}
.buchung #row{
    margin:0;
    padding: 0;
    margin-bottom: 10px;
}
.buchung h2{
    margin-bottom: 6px;
}

.buchung #row p{
    font-size: 1em;
}








/*Kontakt-Eingabe Felder*/
.kontakt, #tour-select {

    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid rgb(56, 123, 96);
    border-radius: 10px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.kontakt:focus,
select:focus {
    outline: none !important;
    border-color: rgb(56, 123, 96);
    box-shadow: 0 0 10px rgb(56, 123, 96);


}

textarea {
    font-family: Nunito;
    font-size: 11pt;
}

/*Pendel*/
.pendel {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.pendel-ball {
    width: 120px;
    border-top: 22px solid rgb(211, 194, 8);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    pointer-events: none;
    background-color: rgba(213, 228, 217, 0.837);
    border-radius: 10px;
    padding-left: 85px;
    padding-right: 85px;
    padding-bottom: 40px;
    padding-top: 0px;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);

}



.ball {
    margin: 0;
    padding: 0;
    height: 90px;
    width: 1px;
    background-color: rgb(108, 161, 140);
    position: relative;
    transform-origin: top;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}

.ball:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background-color: rgb(38, 81, 63);
    border-radius: 50%;
    left: -15px;
    bottom: -30px;
    transform-origin: top;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}

.ball:first-child {
    animation: motion 1.6s infinite linear;
}

/*Bestenliste Tabelle*/
#tableContainer{
    margin-bottom: 10px;
    margin-top: 10px;
}
table {
    width: 100%;
    border-collapse: collapse;

  }

  th, td {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
    font-family: Nunito;
    font-size: 9pt;
  }

  th {
    background-color: #f2f2f2;
    color: #333;
  }

  tr:nth-child(even) {
    background-color: #f9f9f9; /* Hintergrundfarbe für gerade Zeilen */
  }

  tr:nth-child(odd) {
    background-color: #ffffff; /* Hintergrundfarbe für ungerade Zeilen */
  }

  tr:hover {
    background-color: #f1f1f100;
  }


@keyframes motion {
    25% {
        transform: rotate(50deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }

}

.ball:last-child {
    animation: motion2 1.6s 0.85s infinite linear;
}

@keyframes motion2 {
    25% {
        transform: rotate(-50deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }

}

/*FAQ's*/

.fragebox {
    margin: 10px 0;

    align-items: start;

}

.fragebox h3 {
    font-size: 12pt;
    text-shadow: 3px 3px 4px #777;

    margin-left: 10px;


}

.fragebox label p {
    text-align: justify;
    max-height: 0;
    max-width: max-content;
    overflow: hidden;
    margin: 0 30px;
    margin-left: 10px;
    transition: all 0.1s ease;

}

.fragebox label {
    position: relative;

    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: start;


}



/* Menü Icon und Animation */
.arrowcontent {
    position: absolute;
    top: 29px;
    left: 15px;

}


.line21,
.line22 {
    margin: 0;
    padding: 0;
    width: 16px;
    height: 2px;
    background: rgb(160, 195, 169);
    position: absolute;
    transition: all 0.2s ease-in-out;
}

.line21 {
    top: 50%;
    transform: translateX(5px) rotate(135deg);
}

.line22 {
    top: 50%;
    transform: translateX(-5px) rotate(-135deg);
}

input[type="checkbox"]:checked~label .arrowcontent .line21 {
    bottom: 0;
    transform: translateX(5px) rotate(45deg);
}

input[type="checkbox"]:checked~label .arrowcontent .line22 {
    bottom: 0;
    transform: translateX(-5px) rotate(-45deg);
}

.fragebox input[type="checkbox"]:checked~label h3 {
    margin-bottom: 5px;
}

.fragebox input[type="checkbox"]:checked~label p {
    max-height: min-content;
    margin-left: 10px;
    margin-bottom: 10px;
}

#pay p {
    align-items: center;
    text-align: center;
}


/*Kasten für FAQ, Impressum, AGB & Co*/
.recht {

    padding: 0 5%;
    max-width: 60%;
    margin: 25px auto;
}

.recht p {

    font-size: 12pt;
}

.recht h5 {
    margin: 10px 0;
    font-size: 14pt;
}

.recht h2 {
    margin-top: 35px;
}

.recht ul {
    font-family: Nunito;
    text-align: justify;
    font-size: 12pt;
    line-height: 150%;
    margin: 0;
    padding-left: 17px;

}

.recht li {
    margin: 0;
    padding-bottom: 10px;

}



#header {
    margin-top: -2px;
    height: 65px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}


#footer {
    height: 350px;
    position: relative;
    margin-top: -5px;
    bottom: -5px;
    z-index: 8;


}





#menuleiste {
    display: none;
}


#cookiewindow {
    display: none;
    position: fixed;
    margin: auto;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    /* Negative half of width. */
    width: 100%;
    height: 100%;
    z-index: 9;
    /* Z-Index über anderen Elementen */
}


@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1300px) {

    #danke #row {
        margin: 0;
        padding: 0;
        display: block;


    }

    #danke {
        height: 100%;
    }

    #row {
        margin: 0;
    }
}

@media only screen and (max-width: 550px) {

    #danke #row {
        margin: 0;
        padding: 0;
        display: block;


    }

    #danke {
        height: 100%;
    }

    #svg {
        flex: 1.5;
        text-align: start;
    }



    #svg img {
        width: 100%;
        /* Das Bild nimmt die volle Breite des Containers ein */
    }

    .first #inline {
        width: 98%;
        margin-left: 7px;

    }


    /*aus #green .first gemacht*/
    .first,
    .pay {
        padding: 0 20px;
    }

    #footer {
        height: 380px;
    }


    #green {
        height: 100%;

        width: 100%;
        padding: 0 0px;

    }

    .klein {
        padding-left: 5%;
    }

    #green-kasten,
    .filterDiv,
    .buchung
   {
        min-width: 100%;
        width: 100%;
        max-width: 550px;
        padding: 0 10px;
        padding-top: 1px;
        max-height: min-content;


    }


    #button-bigpage {
        display: none;
    }


    .carousel-feedback {
        width: 100%;
    }


    .carousel-container {
        width: 100%;

    }

    .carousel-slide-feedback h5,
    .carousel-slide-feedback p {
        font-size: 10pt;
    }

    .recht {
        max-width: 100%;
    }

    #buttons h3 {
        margin: 10px 20%;

        line-height: 0%;
    }

    #checkboxen {
        margin-top: 10px;
    }








}

@media only screen and (max-width: 300px) {
    body {
        font-size: 8pt
    }

    ;
}