@import url('https://fonts.googleapis.com/css2?family=Playfair:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200&family=Playfair:ital,wght@0,300;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo&family=Raleway:wght@100&display=swap');
@font-face {
    font-family: 'Raleway', sans-serif;
    src:url('Steiner-Light.ttf.woff') format('woff'),
        url('Steiner-Light.ttf.svg#Steiner-Light') format('svg'),
        url('Steiner-Light.ttf.eot'),
        url('Steiner-Light.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Nunito:wght@200&family=Playfair:ital,wght@0,300;1,300&display=swap');
header {
    display: flex;
    height: 100px;
    box-shadow: 1px 5px 16px 5px rgba(0,0,0,0.39);
    align-items: center;
    justify-content: center;
    background-color: white !important;
    z-index: 2;
    transition: 0.3s;
}
header:hover {
    display: flex;
    height: 100px;
    box-shadow: 1px 5px 33px 8px rgba(0,0,0,0.78);
    align-items: center;
    transition: 0.3s;
    justify-content: center;
    background-color: white !important;
}
body {
    margin: 0%;
}
header a {
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    margin-right: 20px;
    text-decoration: none;
    color: black;
    transition: 0.3s;
}
header a:hover {
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    margin-right: 20px;
    text-decoration: none;
    color: white;
    background-color: black;
    transition: 0.3s;
}
header h1 {
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    margin-right: 20px;
    color: black;
}
.div1 {
    display: flex;
    align-items: center;
}
.div1h1 {
    color: rgb(0, 0, 0);
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
}
.div1img
{
    margin-right: 15px;
    float: left;
    width: 500px;
}
.div1p {
    color: rgb(0, 0, 0);
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
}
.button {
    background-color: white;
    border: 2px solid black;
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    color: black;
    border-radius: 12px;
    transition: 0.3s;
}
.button:hover {
    background-color: black;
    border: 2px solid white;
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    color: white;
    transition: 0.3s;
    border-radius: 12px;
}
footer p {
    color: rgb(0, 0, 0);
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}
footer a {
    color: rgb(0, 0, 0);
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}
.banner {
    display: flex !important;
    height: 100px !important;
    box-shadow: none !important;
    align-items: center !important;
    justify-content: center !important;
    transition: 0.3s;
}
.banner:hover {
    display: flex;
    height: 100px;
    box-shadow: none;
    align-items: center;
    transition: 0.3s;
    justify-content: center; }
.bannerp {
    color: rgb(0, 0, 0) !important;
    font-family: 'Steiner-Light' !important;
    font-size: 20px !important;
}
.bannera {
    color: rgb(0, 0, 0) !important;
    font-family: 'Steiner-Light' !important;
    font-size: 20px !important;
    transition: 0.3s;
}
.bannera:hover {
    color: rgb(255, 255, 255) !important;
    font-family: 'Steiner-Light' !important;
    font-size: 20px !important;
}
.roundedimg {
    height: 340px;
    width: 340px;
    display: flex;
    justify-content: left;
    border-radius: 50%;
    transition: 0.3s;
}
.roundedimg:hover {
    height: 350px;
    width: 350px;
    display: flex;
    justify-content: left;
    border-radius: 50%;
    box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.5);
    transition: 0.3s;
}
.underimageleft {
    font-size: 37px;
    font-family: 'Raleway', sans-serif;
    display: flex;
    justify-content: left;
    position:relative;
    top:0px;
    left:0px;
    margin-left:48px;
    margin-right:0px;
    z-index: 1;
}
.roundimgright {
    height: 340px;
    width: 340px;
    display: flex;
    justify-content: right;
    border-radius: 50%;
    transition: 0.3s;
}
.roundimgright:hover {
    height: 350px;
    width: 350px;
    display: flex;
    justify-content: right;
    border-radius: 50%;
    box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.5);
    transition: 0.3s;
}
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}
.row {
    display: flex;
  }
  
  .column {
    flex: 33.33%;
    padding: 5px;
  }
  .underimageright {
    font-size: 37px;
    font-family: 'Raleway', sans-serif;
    display: flex;
    justify-content: right;
    position:relative;
    top:0px;
    left:0px;
    margin-left:0px;
    margin-right:280px;
    z-index: 1;
  }
  .bigimgleft {
    height: 648px;
    width: 840px;
    display: flex;
    justify-content: right;
}
.bigimgright {
    height: 648px;
    width: 840px;
    display: flex;
    justify-content: right;
    transition: 0.3s;
}
.bigimgright:hover {
    height: 650px;
    width: 842px;
    display: flex;
    justify-content: right;
    box-shadow: 5px 5px 22px 4px rgba(0,0,0,0.5);
    transition: 0.3s;
}
.testies {
    background-color: black;
}
.testiesh1 {
    color: white;
    font-size: 56px;
    font-family: 'Nunito', sans-serif;
    justify-content: center;
    text-align: center;
}
.testiesp {
    color: white;
    font-size: 25px;
    font-family: 'Nunito', sans-serif;
    justify-content: center;
    text-align: center;
}
.content {
    padding: 16px;
  }
  /* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%
  }
  /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 102px;
  }
.normalh1 {
    font-size: 37px;
    font-family: 'Raleway', sans-serif;
    display: flex;
    justify-content: left;
    position:relative;
    top:0px;
    left:0px;
    margin-left:48px;
    margin-right:0px;
    z-index: 1;
}
.normalp {
    font-size: 27px;
    font-family: 'Raleway', sans-serif;
    display: flex;
    justify-content: left;
    position:relative;
    top:0px;
    left:0px;
    margin-left:48px;
    margin-right:0px;
    z-index: 1;
}
.normalpp {
    font-size: 27px;
    font-family: 'Dancing Script', cursive;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: left;
    position:relative;
    top:0px;
    left:0px;
    margin-left:48px;
    margin-right:0px;
    z-index: 1;
}
.div1img2 {
    height: 350px;
    width: auto;
    margin-top: 50px;
}
.bgimage {
    background-image:url(images/WhatsApp\ Bild\ 2023-05-25\ um\ 15.38.18.jpg);
}
.normalh11 {
    font-size: 37px;
    color: white;
    font-family: 'Raleway', sans-serif;
    display: flex;
    justify-content: left;
    position:relative;
    top:0px;
    left:0px;
    margin-left:48px;
    margin-right:0px;
    z-index: 1;
}
.blackbg {
    background-color: black;
}
.middleImg {
    display: flex;
    justify-content: center;
    position:relative;
    top:-38px;
    left:500px;
    margin-left:48px;
    margin-right:0px;
    margin-top: 80px;
    height: 500px;
    width: auto;
    transition: 0.3s;
}
.middleImg:hover {
    display: flex;
    justify-content: center;
    position:relative;
    top:-38px;
    left:500px;
    margin-left:48px;
    margin-right:0px;
    margin-top: 80px;
    height: 510px;
    width: auto;
    transition: 0.3s;
    box-shadow: 10px 10px 28px 15px rgba(0,0,0,0.38);
    -webkit-box-shadow: 0px 0px 0px 8px #000000, 0px 0px 0px 16px #4B4C4B, 0px 0px 0px 24px #828482, 0px 0px 0px 31px #B2B5B2, 0px 0px 0px 39px #DADDDA, 10px 10px 28px 15px rgba(0,0,0,0); 
box-shadow: 0px 0px 0px 8px #000000, 0px 0px 0px 16px #4B4C4B, 0px 0px 0px 24px #828482, 0px 0px 0px 31px #B2B5B2, 0px 0px 0px 39px #DADDDA, 10px 10px 28px 15px rgba(0,0,0,0);
}
.award:hover {
    height: 550px;
    transition: 0.3s;
}
.award {
    transition: 0.3s;
}
.theme {
    border: 2px solid black;
    border-radius: 15px;
    width: 45%;
    height: auto;
    margin: 50px;
    justify-content: center;
    text-align: center;
}
.sidebyside {
    display: flex;
    justify-content: space-between;
}