@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fondamento&display=swap');
@import url("header.css");


@keyframes changeOpacity {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: rgba(255,255,255,1) url('../images/main/loading.gif') no-repeat center center;
}

html {
    margin: auto;
}

body {
    margin: auto;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(to bottom right, #FBCB72, #ffe4c4) fixed;
}

#wrapper {
    margin: auto;
}

b {
    font-weight: 700;
}

#contentContainer {
    margin: auto;
    padding: 20px;
    width: auto;
    max-width: 900px;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.contentBox {
    margin: auto;
}

#controlsContainer {
    margin: 5px;
    padding: 10px;
    text-align: center;
}

.sheet {
    padding: 20px;
    box-shadow: 0px 0px 5px 0px #333;
    border-radius: 3px;
}

.prefBox {
    margin: auto;
    height: 400px;
    border: 1px solid #07d;
    border-radius: 5px;
}

.flexboxInlineStart {
    display: inline-flex;
    justify-content: flex-start;
    flex-flow: wrap;
}

.flexboxCenter {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.flexboxCenterCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}

.flexboxSpaceB {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.pwdCred {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
}

.alignCenter {
    text-align: center;
}

.settingsContainer {
    margin: 10px;
    padding: 10px;
    width: 300px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #333;
    border-radius: 5px;
}

.articlesContainer {
    margin: 10px 20px 10px 20px;
    width: 250px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #333;
    border-radius: 5px;
}

.siteText {
    margin: 15px 20px 20px 25px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    text-align: justify;
    hyphens: auto;
}

.siteBanner {
    margin: 5px 5px 10px 5px;
    height: auto;
    width: auto;
    max-width: 900px;
    border-radius: 5px;
}

.picHeight300 {
    margin: 5px;
    height: 300px;
    width: auto;
}

.picMaxHeight300 {
    margin: 5px;
    max-height: 300px;
    width: auto;
}

.picHeight200 {
    margin: 5px;
    height: 200px;
    width: auto;
}

.picMaxHeight200 {
    margin: 5px;
    max-height: 200px;
    width: auto;
}

.picHeight100 {
    margin: 5px;
    height: 100px;
    width: auto;
}

.picMaxHeight100 {
    margin: 5px;
    max-height: 100px;
    width: auto;
}

.picHeight50 {
    margin: 5px;
    height: 50px;
    width: auto;
}

.picMaxHeight50 {
    margin: 55px;
    max-height: 50px;
    width: auto;
}

.minHeight200 {
    min-height: 200px;
}

.minWidth300 {
    min-width: 300px;
}

.maxWidth300 {
    max-width: 300px;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

h1 {
    margin: 5px;
    font-size: 25px;
    font-family: 'Fondamento', cursive;
    text-align: center;
    color: #b02020;
    text-transform: uppercase;
}

h2 {
    margin: 5px;
    font-size: 20px;
    font-family: 'Fondamento', cursive;
    color: #b02020;
    text-transform: uppercase;
}

.hr1 {
    margin: 5px auto;
    width: 100px;
    border: 1px solid #b02020;
}

.hr2 {
    margin: 5px auto;
    width: 50px;
    border: 1px solid #b02020;
}

.hr3 {
    margin: 5px auto;
    width: 60px;
    border: 1px solid #b02020;
}

.hr4 {
    margin: 5px auto;
    width: 30px;
    border: 1px solid #b02020;
}

sup {
    color: #b02020;
}

.dummy {
    opacity: 0;
}

.notes {
    margin: 10px 5px 5px 0px;
    padding: 7px 5px 5px 5px;
    background-color: #b02020;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: left;
}

.markRights {
    margin: 10px 5px 5px 5px;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: right;
}

.title {
    margin: 5px;
    font-size: 12px;
    font-family: 'Fondamento', cursive;
    color: #333;
    text-align: center;
}

.description {
    margin: 15px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    text-align: left;
    hyphens: auto;
}

.hyphenate {
    text-align: justify;
    hyphens: auto;
}

.article {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    text-align: left
}

.infoLeft {
    margin: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    text-align: left;
}

.infoLeftRed {
    margin: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #f00;
    text-align: left;
}

.infoCenterRed {
    margin: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #f00;
    text-align: center;
}

.infoLeftGreen {
    margin: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #0a0;
    text-align: left;
}

.infoCenterGreen {
    margin: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #0a0;
    text-align: center;
}

.infoCenter {
    margin: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.infoCenterSmall {
    margin: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    color: #333;
    text-align: center;
}

.infoJustify {
    margin: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    text-align: justify;
    hyphens: auto;
}

.infoJustifyRed {
    margin: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #f00;
    text-align: justify;
    hyphens: auto;
}

.priceTextAlign {
    text-align: right;
}

.msgBox {
    position: fixed;
    z-index: 10002;
    bottom: 0%;
    width: 100%;
}

.msg {
    margin: 10px;
    padding: 10px;
    background-color: #0c0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #333;
}

.error {
    background-color: #f00;
    padding: 5px;
    margin: 0px 5px 20px 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.success {
    background-color: #0c0;
    padding: 5px;
    margin: 0px 5px 20px 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.errorh1 {
    margin: auto;
    padding: 120px 20px 20px 20px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

table {
	text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 150%;
	margin: 5px;
	border-collapse: collapse;
}

thead {
    background-color: #b02020;
	color: #fff;
}


.listTable tr:nth-child(even) {
  	background-color: #eee;
}

.listTable tr:nth-child(odd) {
  	background-color: #fff;
}


th, td {
    padding: 7px;
}

.tableCounter td {
    padding: 0px 5px 0px 0px;
}

.addButton {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    user-select: None;
    color: #0a0;
    cursor: pointer;
}

.removeButton {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    user-select: None;
    color: #f00;
    cursor: pointer;
 }

label {
    margin: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    text-align: left;
}

a {
    color: #07d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #07d;
}

#subNav {
    margin-top: 35px;
}

#subNav a {
    margin: 5px;
    padding: 5px;
    color: #b02020;
    text-decoration: none;
    font-family: 'Fondamento', cursive;
    font-size: 20px;
}

#subNav a:hover {
    text-decoration: underline;
}

.subNavActive {
    border: 1px solid #b02020;
    border-radius: 5px;
}

#form {
    display: none;
}

.inputField {
    margin: 5px;
    padding: 5px;
    width: 200px;
    font-size: 14px;
    border: 1px solid #333;
    border-radius: 5px;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

.inputField:hover {
    border: 1px solid #07d;
}

.inputField:focus {
    border: 1px solid #07d;
    color: #07d;
}

.search {
    margin: 15px 5px 30px 5px;
    width: 250px;
}

.button {
    cursor: pointer;
    margin: 5px;
    padding: 5px 10px 7px 10px;
    color: #fff;
    background-color: #b02020;
    font-size: 14px;
    border: 1px solid #b02020;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    transition: letter-spacing 0.3s ease 0s;
    outline: none;
}

.button:hover {
    background: transparent;
    color: #b02020;
}

.button:active {
    box-shadow: 0 0 5px #333;
}

.dropDown {
    margin: 5px;
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    border: 1px solid #07d;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    background-color: #fff;
    background-image: url(../images/main/arrow_down_small.png);
    background-position: right;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.dropDown::-ms-expand {
    display: none;
}

.dropDown:hover {
    box-shadow: 0 0 5px #333;
}

.dropDown:active {
    box-shadow: 0 0 5px #333;
}

.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.moveArrow {
    margin-left: -1px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
}

.moveArrow:hover {
    color: #b02020;
}

#captchaContainer {
    position: inherit;
    background-color: #fff;
    width: 200px;
    border: 1px solid #333;
    border-radius: 5px;
}

#captchaCode {
    margin: 5px;
    width: 140px;
}

#footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #ffe4c4;
}

#footerContainer {
    margin: auto;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

#footerText {
    margin: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 10px;
    color: #b02020;
    text-align: center;
}

#footerText a {
    color: #b02020;
}

#cookie a {
	color: #07d;
	text-decoration: none;
}

#cookie a:hover {
	text-decoration: underline;
}

#cookie div {
	padding: 20px;
}

#cookie {
   text-align: center;
   font-family: 'Montserrat', sans-serif;
   font-size: 14px;
   line-height: 16px;
   color: #fff;
   background-color: rgba(30,30,30,0.9);
   position: fixed;
   bottom: 0px;
   z-index: 10000;
   width: 100%;
}

#cookieCloser {
   color: #fff;
   font-family: 'Montserrat', sans-serif;
   font-size: 14px;
   text-decoration: none;
   padding: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: rgba(0,255,20,0.7);
   cursor: pointer;
   width: 200px;
   border-radius: 5px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 10px;
}

#cookieCloser:hover {
   background-color: rgba(0,255,20,0.9);
   color: #333;
}


@media only screen and (max-width: 870px)

{

    #contentContainer {
        padding: 20px 10px 10px 10px;
    }

    .siteBanner {
        width: 98%;
    }

}

@media only screen and (max-width: 700px)

{

    .infoCenter {
        font-size: 12px;
    }

    .infoLeft {
        font-size: 12px;
    }

    .inputField {
        font-size: 12px;
    }

}

@media only screen and (max-width: 550px)

{

    #tDesk thead {
        display: none;
    }

    #tDesk tr {
        border: 1px solid #b02020;
        border-radius: 5px;
    }

    #tDesk td {
        width: 100%;
        float: left;
    }

    .priceTextAlign {
        text-align: left;
    }

    #tDesk .mobileControlButton {
        width: auto;
        display: inline;
    }

    #tDesk td::before {
        content: attr(data-label); /* Inhalt des Data-Attributs einfügen */
        word-break: break-word; /* Bei zu langen Attributen Umbrüche erzwingen */
    }

    .tooltiptext {
        display: none;
    }

    .inputField {
        min-width: auto;
        width: 190px;
    }

}
