body {
    background-color: #66CC99;
    margin: 0;
}

.main {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 2px 2px 2px rgba(0,0,0, 0.1);
    margin-left: 1%;
    margin-right: 1%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menu {
    width: 180x;
    padding: 30px;
    margin-top: 70px;
}


.submenu {
    width: 280x;
    padding-block: 15px;

}

.menu a {
    background-color: #FCFCFC;
    text-decoration: none;
    color: #0099FF;
    padding: 8px;
    box-shadow: 2px 2px 2px rgba(0,0,0, 0.1);
    border-radius: 8px;
    border-width: 5px;
    border-color: black;
    margin-bottom: 10px;
    width: 300px;
    display: block;
    text-align: center;
    align-items: center;
    margin: auto;
    margin-bottom: 15px;
}
.menu a:hover {
    background-color: rgba(0,0,0, 0.1);
}

.submenu a {
    text-decoration: none;
    color: #9900CC;
    padding: 8px;
    box-shadow: 2px 2px 2px rgba(0,0,0, 0.1);
    border-radius: 8px;
    border-width: 5px;
    border-color: black;
    margin-bottom: 10px;
    width: 200px;
    background-color: #FCFCFC;
    display: block;
    justify-content: center;
    align-content: center;
    margin: auto;
    margin-bottom: 15px;
}


.menubar {
    padding: 15px;
    background-color: white;
    position: absolute;
    display: flex;
    align-content: center;
    justify-content: right;
    left: 0;
    right: 0;
    height: 30px;
    box-shadow: 2px 2px 2px rgba(0,0,0, 0.1);
}

.menubar a {
    display: inline-flex;
    text-decoration: none;
    color: #0099FF;
    padding: 8px;
    justify-content: center;
    box-shadow: 2px 2px 2px rgba(0,0,0, 0.1);
    border-radius: 8px;
    border-width: 4px;
    border-color: black;
}

.menubar a:hover {
    background-color: #E6E6FA;
}

.content {
    flex: 2 1;
    width: auto;
    margin-top: 80px;
    padding-left: auto;
    padding-right: auto;
}

.footer {
    padding: 100px;
    text-align: center;
    background-color: #E6E6FA;
    color: #0099FF;
    margin-top: 15px;
 /*    position: relative; */
}


.contentmain {
    padding: 15px;
    overflow-wrap: normal;
}

.contentimg {
    width:100%; /*width of your image*/
    height:200px; /*height of your image*/
    background-position: center center;
    background-image: url($img_link);
    margin:0; /* If you want no margin */
    padding:0; /*if your want to padding */
}

img.crop-center{
    height: 300px;
    width: 100% !important;
    object-fit: cover;
    object-position: center center;
    border-radius: 5px;
}

.formular {
    width: 350px;
}


.paypal {
    padding: 15px;
    width: 80%;
    padding-bottom: 40px;
}

#button-float {
    z-index: 1;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    left: 5px;
    right: 5px;
    bottom: 3px;
    height: 50px;
    background-color: #34eb52;
    color: white;
    padding: 15px;
    border-radius: 5px;
  }

.contentrow {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    gap: 2rem;
    justify-content:left;
    width: auto;
}

.tabletext {
    width: 350px;
}
.tableimgage {
    width: auto;
}

img.table{
    width: 350px;
    border-radius: 7px;
}

.info-text {
    font-size: small;
    color: red;
}

/*
#########################################################################
#                              Support CSS                              #
#                              für die Boxen                            #
#########################################################################


.main {
    border-style: double;
    border-color: #9900CC;
}

.menu {
    border-style: double;
    border-color: #9900CC;
}

.submenu {
    border-style: double;
    border-color: #9900CC;
}

.main {
    border-style: double;
    border-color: #9900CC;
}

.content {
    border-style: double;
    border-color: #9900CC;
}

.contentrow {
    border-style: double;
    border-color: #9900CC;
}

.tabletext {
    border-style: dotted;
    border-color: #9900CC;
}

.tableimage {
    border-style:dotted;
    border-color: #9900CC;
}

*/