@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond|Karla:400,700&display=swap');

@import url("https://use.typekit.net/txq0swb.css");

@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English+SC&display=swap');

@import url("https://use.typekit.net/iar6xyy.css");


* {
    margin: 0;
    box-sizing: border-box;
}

/* 
SELEKTORTYPEN:
TAG-SELEKTOREN -> a, p, h1, ... {}
ID-SELEKTOREN -> #nameXYZ ... {}
CLASS-SELEKTOREN -> .nameXYZ ... {}



font-family: zeitung, sans-serif;
font-family: 'Cormorant Garamond', serif;
font-family: 'Karla', sans-serif;
*/


body {
/*    font-family: 'IM Fell English SC', serif;*/
    font-family: 'itc-american-typewriter';
    font-weight: 400;
    font-style: normal;
}

#site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    font-family: 'IM Fell English SC', serif;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    padding: 0.6em 4vw;
    background-color: rgba(0, 0, 0, 0.3);
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.3);
}


#site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    font-family: 'IM Fell English SC', serif;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    padding: 0.6em 4vw;
    background-color: rgba(0, 49, 92, 0.44);
    justify-content: space-between;

}

#site-header ul {
    list-style: none;
    padding: 0;
}

#site-header li {
    display: inline-block;
    margin: 0 1em;
/*    border-bottom: transparent 0.2em solid;*/

/*
    transition-property: border;
    transition-duration: 0.4s;
    transition-timing-function: ease;
*/
}

/*
#site-header li:hover,
#site-header .current {
    border-bottom-color: white;
}
*/

#site-header a:hover{
    color:#f47a00;
    font-size: 2.4em;
/*
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    
*/
    
}

#site-header a {
    color:#000000;

    font-size: 2em;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-family: 'IM Fell English SC', serif;
    
     transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    
}


section {
    min-height: 100vh;
/*
    padding:0em 50vw 8em 0vw;
    
    border-style: solid;
    border-width: 10px;
    border-color: white;
    
*/
}

#home {
    display: flex;
    flex-wrap: wrap;
/*    justify-content: flex-start;*/
    align-items: center;

    background-color:#fff3df;
    background-image: url(../img/typewriter_red.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: left bottom;

}

#about {
    background-color: #0;
    display: flex;
/*
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:flex-start;
*/
/*    min-height: 100vh;*/
/*    padding:0em 0vw 0em 0vw;*/
    min-height:50vh;
    min-width: 100em;
    margin: 0em 0em 25em
}

.content imgtxt-container{
/*    padding:0em 50vw 0em 0vw;*/
}

#guests{
    background-color: #0;
    display: flex;
    min-height:50vh;
        min-width: 100em;
}

#contact{
    
    background-color: #0;
}

h2 {
    font-weight: 600; 
    color: black;
    font-size: 3em;
}

.section-header {
    margin: 0 0em 0vh 0em;
    text-align: center;
}

.bigtype {
    padding: 0.2em 20% 0.2em 0.2em;
/*    background-color: rgba(0, 0, 0, 0.9); */
    color: white;
    font-size: 5em;  
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7)
}

img {
    display: block;
    
    width: 100%;
    height: auto;
    margin:0em 50vw 0em 0vw;
}

/*
.content imgtxt-container{
        display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:flex-start;
}
*/



/* ABOUT */

.imgtxt-container {
    display: flex;
    flex-wrap: wrap;
}

.text{
/*    padding: 5em; */
    margin: 5em 10em 0em 40em;
    font-size: 1.2em;
    line-height:2em;
}

.img-col,
.txt-col {
/*
    margin: 0.5em;
    padding: 2em;
*/
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    
    background-color: white;   
}

.img-col {
    flex-basis: 360px;
    flex-grow: 2;
}
    
.txt-col {
    flex-grow: 1;
    flex-basis: 35ch;
}
    
.txt-col p {
    font-size: 1.2em;
    line-height: 1.5em;
}




/* GALLERY */

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    margin-bottom:8em;
}

.gallery-container figure {
    position: relative;

    flex-basis: 280px;
    flex-grow: 1;

    margin: 0.5em;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.gallery-container figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: rgba(100, 149, 237, 0.9);
    color: white;

    font-size: 1.1em;
    letter-spacing: 0.05em;

    opacity: 0;
    transition: opacity 0.4s ease-out;
}

.gallery-container figure:hover figcaption {
    opacity: 1;
}




/* CONTACT */

#contact {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contact .content {
    text-align: center;
}

.btn-box {
    margin-top: 3em;
}

.btn-box a {
    margin: 1em;
    padding: 0.8em 1.6em;
    border: none;
    border-radius: 5px;

    font-size: 1.2em;
    letter-spacing: 0.09em;
    text-decoration: none;

    cursor: pointer;
}

.btn-simple {
    background-color: black;
    color: white;
}





.socialmedia-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3em;
}

.socialmedia-menu a {
    width: 6em;
    height: 6em;
    margin: 1.5em;
    padding: 0;
}

/* ENDE CONTACT */

footer {
    padding: 1em 4vw;
    background-color: rgba(0, 49, 92, 0.44);
    color:white;
    font-size: 0.8em;
    font: 1rem 'Fira Sans', sans-serif;
}

p,
label {
/*    font: 1rem 'Fira Sans', sans-serif;*/
}

input {
    margin: .4rem;
}

b,
label{
    
    font-size: 2em;
}

.contact{
    font-size: 1.5em;
}