@font-face {
    font-family: 'Raleway';
    src: url('./fonts/Raleway/Raleway-Italic-VariableFont_wght.ttf') format('ttf'),
        url('./fonts/Raleway/Raleway-VariableFont_wght.ttf') format('ttf');
}

@font-face {
    font-family: 'Viga';
    src: url('./fonts/Viga/Viga-Regular.ttf') format('truetype');
}

h2 {
    font-family: 'Viga', sans-serif;
}

html {
    scroll-behavior: smooth;
}


body {
    margin: 0;
    background-color: rgba(39, 39, 39);
    color: white;
    font-family: 'Raleway', sans-serif;
}

.roomtour_img:hover {
    transform: scale(1.5);
    border: solid 1px black;
}

.contactMain {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactBackgroundImg {
    object-fit: cover;
    filter: blur(5px);
    opacity: 0.2;
    width: 100%;
    height: 1080px;
    top: 0;
    left: 0;
    z-index: -1;
}

h2 {
    color: rgb(218, 186, 88);
    /* border: 4px outset rgb(218, 186, 88); */
    padding: 10px;
    font-size: 24px;
}


header a {
    margin-right: 24px;
    text-decoration: none;
    padding: 10px;
    font-size: 16px;
    color: white;
}


header a:hover {
    color: rgb(218, 186, 88);
    text-shadow: 0px 0px 15px #fdec6e;
    /* box-shadow: 0 0 10px rgba(218, 186, 88, 0.8); */
    /* border-radius: 16px; */
}


.header_container {
    height: 100px;
    box-shadow: 0 -8px 15px 0px rgba(218, 186, 88, 0.8);
    display: flex;
    align-items: center;
    justify-content: space-between;
}


footer {
    width: 100%;
    box-shadow: 0 8px 15px 0px rgba(218, 186, 88, 0.8);
    display: flex;
    align-items: center;
    justify-content: space-between;
}


header img {
    height: 100px !important;
    width: auto !important;
    overflow: hidden;
}


.logo_mrInk {
    display: flex;
    height: 200px;
    width: 200px;
    opacity: 0.8;
}


.section_slideShow {
    padding: 24px;
    height: 450px;
    display: flex;
    justify-content: center;

}


.container_slider {
    background-color: black;
    width: 300%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    transition: transform 1s ease-in-out;
    border: solid 0.5px black;
}


.slideshow_img {
    width: 33.3333%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    flex-shrink: 0;
    transition: transform 1s ease-in-out;

}


/*slider test*/
.imgContainerSlider {
    max-width: 100%;
    max-height: 100%;
    background-color: black;
    transition: transform 225ms ease-in-out;
}


.section_bio {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 4px;
    padding-right: 4px;
}


.separator {
    background-color: white;
    height: 400px;
    width: 1px;
    margin-right: 10px;
    margin-left: 10px;
}


.container_bio {
    height: 400px;
    /* background-color: aqua; */
    border: 0px solid black;
    border-radius: 8px;
}


.bio_mrInk {
    display: flex;
    align-items: center;
    text-align: center;
}


.profile_mrInk {
    display: flex;
    height: 400px;
    border-radius: 8px;
}



.logo_mrsSteel {
    height: 400px;
    border-radius: 8px;
    border: solid 0.5px black;
}


.container_bio_hover:hover {
    cursor: pointer;
}


.section_roomTour {
    height: 450px;
    display: flex;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.roomtour_container {
    display: flex;
    align-items: center;
}


.roomtour_img {
    height: 400px;
    border-radius: 8px;
}


.location {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 16px;
}


.section_maps {
    width: 100%;
    height: 450px;
    border: 0px solid black;
    border-radius: 8px;
}


/* Placeholder*/
.galeryOverview {
    width: 450px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}


.placeholder {
    width: 100px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 5px;
}

.placeholder:hover {
    cursor: pointer;
}


.socialMedia {
    padding: 40px;
}

.socialMediaImg {
    width: 36px;
    height: 36px;
    padding: 10px;
}


.legal {
    width: 200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.legalText {
    color: white;
    text-decoration: none;
}

.legalText:hover {
    cursor: pointer;
    color: rgb(218, 186, 88);
    text-shadow: 0px 0px 15px #fdec6e;
    /* box-shadow: 0 0 10px rgba(218, 186, 88, 0.8);
    border-radius: 8px; */
}

/*galery*/
.mrsSteelGalerie {
    height: 100vh;
    width: auto;
}

h1 {
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 16px;
    border-radius: 8px;
    margin-left: 4px;
    margin-right: 4px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
}


.imgContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}


.imgbox {
    height: 150px;
    margin: 16px;
}


.img {
    height: 150px;
    border-radius: 18px;
    margin: 0px;
    opacity: 0.8;
}


.img:hover {
    cursor: pointer;
    transform: scale(1.1);
    opacity: 1 !important;
    box-shadow: inset 3px 3px 10px 0px rgba(0, 0, 0, 1);
    filter: drop-shadow(0px 0px 2px #000000);
}


.pop-up_img {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.9);
}


.button {
    padding-block: 0px;
    padding-inline: 0px;
    border-width: 0px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
}


.closeButton {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    height: 64px;
    width: 64px;
    margin: 16px;
    padding-block: 0px;
    padding-inline: 0px;
    border-width: 0px;
    padding: 0px;
    border-radius: 100px;
    background-color: transparent;
    filter: drop-shadow(0px 0px 4px #FFFFFF);

}


.closeButton:hover {
    cursor: pointer;
    transform: scale(1.1);
}


.d-none {
    display: none;
}


.nextPicture {
    filter: drop-shadow(0px 0px 4px #FFFFFF);
    height: 64px;
    width: 64px;
    margin: 5px;
}


.nextPicture:hover {
    cursor: pointer;
    transform: scale(1.1);
}


.singleImgContainer {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.singleImg {
    max-width: 450px;
    height: auto;
}


.next {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}


.imgTeam {
    display: flex;
    height: 400px;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 25px;
    margin-left: 30px;
    text-align: start;
}


.teamTextField {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 16px;
    border-radius: 8px;
    margin-left: 4px;
    margin-right: 4px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    width: 600px;
}


.separatorTeam {
    background-color: white;
    height: 400px;
    width: 1px;
    margin-right: 30px;
    margin-left: 30px;
}


/*kontakt-formular*/
.telLinkStyle {
    display: flex;
    flex-direction: column;
    color: rgba(218, 186, 88, 0.8);
    padding: 8px;
}


.bio-text{
    height: 400px;
    width: 600px;
    margin-top: 33%; 
    margin-left: 16px;
    text-align: start;
}


.contactMainContainer {
    height: 100vh;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    top: 20px;
    z-index: 999;
    position: absolute;
}


.contactInformation {
    border-radius: 4px;
    padding: 8px;
    box-shadow: 0px 0px 15px rgba(218, 186, 88, 0.8);
    background-color: rgb(39, 39, 39) !important;
}


.imgTeamMember{
    width: 280px;
    height: 380px;
}

.contact-info{
    color: rgb(218, 186, 88);
}

.contact-link{
    color: rgb(218, 186, 88);
    text-decoration: none;
}

.contact-link:hover{
    text-decoration: underline;
}

.content-Team{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
}

.profile-pic-team{
    border-radius: 8px;
}

.menu_header a.active {
    color: rgb(218, 186, 88);
    font-weight: bold;
    text-shadow:0px 0px 15px #fdec6e;
}



@media(max-width:1000px) {
    .singleImg {
        max-width: 700px;
        height: auto;
    }
}


@media(max-width:700px) {
    .singleImg {
        max-width: 100%;
        height: auto;
    }
}


@media(max-width:630px) {
    .imgbox img {
        max-height: 100%;
        width: 100%;
    }


    .img {
        max-height: 100%;
        width: 100%;
    }
}