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

@import url("https://use.typekit.net/hex1oph.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;

font-family: novecento-sans, sans-serif;
    font-weight: 200;
    font-style: normal;
*/


body {
    font-family: 'Karla', sans-serif;
}

#site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    padding: 0.6em 8.5vw;
    background-color: rgba(255, 255, 255, 0.44);
}


.logo {
    font-size: 3em;
}

#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 {
    border-bottom-color: #95b4b8;
}

#site-header a {
    color: black;

    font-size: 130%;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-weight: 700;
}


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

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

    background-color: #eff6f4;
    background-image: url(../img/logoneu.svg);
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center;
}

#aboutme {
    background-color: #95b4b8;
}

#art {
    background-color: #95b4b8;
}

#videos {
    background-color: #95b4b8;
}

#contact {
    background-color: #eff6f4;
}


h2 {
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    font-size: 2em;
    
   
}

.content{
    margin: 0 12vw;
}

.section-header {
    margin: 0 0 5vh 0;
    padding: 0.6em;
    text-align: center;
    background-color: #eff6f4;
    border-color: black;
border-width: 2px;
border-style: solid;
    border-left:none;
    border-right:none;
}

.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)
}


.logo{
    width: 20%;
    
}
img {
    display: block;
    
    width: 100%;
    height: auto;
}

#


/* ABOUT */

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

.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: 0.5;
  margin-right: 6.5em;
    margin-top: 5em;
   
}
    
.txt-col {
    flex-grow: 2;
    flex-basis: 30ch;
}
    
.txt-col p {
    font-size: 1.2em;
    line-height: 1.5em;
}



.circle{
    width:23vw;
    height: 23vw;
    border-radius: 50%;
    overflow:hidden;
  margin: 0 auto;
    border-color: black;
        border-width: 2px;
    border-style: solid;
    border-left: 50%;
    border-right: 50%;
   
    
}

.circle img{
    height: 25vw;
    width: auto;
}




/* GALLERY */

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

 
}

.gallery-container figure {
    position: relative;
    

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

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

.gallery-container figcaption {
    position: absolute;
    left: 0;
    top: 8em;
    width: 74%;
    height: 65%;
    margin-left: 13%;
     border-color: black;
border-width: 1px;
border-style: solid;
  
  
    
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: rgb(255, 255, 255);
    color: black;

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

    opacity: 1;
   ;
    

    

}

.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;
}

#contact{   background: url(../img/pflanzee.svg) 5vw 50%  no-repeat, url(../img/pflanzeee.svg) 75vw 50% no-repeat;
    background-size: 20%;
    background-color: #eff6f4;

  
   
    

}





/*
.btn-shadow {
    box-shadow: 3px 5px 0 #000;
    background-color: rgb(250, 253, 107);
    color: black;
}

.btn-3d {
    background-color: rgb(244, 207, 8);
    background-image: linear-gradient(0, rgba(244, 207, 8, 0.9) 0%, rgba(255, 254, 0, 1) 80%, rgba(252, 251, 31, 1) 100%);
    box-shadow: 5px 5px 5px rgb(17, 12, 97, 0.1);
}
*/


p{
    margin-top: 2em;
        font-size: 1.2em;
   
}


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

.socialmedia-menu a {
    width: 3em;
    height: 2em;
    margin: 1.5em;
  

}



/* ENDE CONTACT */


footer {
    padding: 1em 4vw;
    background-color: black;
    color:white;
    font-size: 0.8em;
}

#site-footer {
     padding: 0.8em;
        text-align: center;
    font-size: 120%;
}
