/* source-serif-pro-regular - latin */
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/source-serif-pro-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/source-serif-pro-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-serif-pro-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-serif-pro-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-serif-pro-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-serif-pro-v15-latin-regular.svg#SourceSerifPro') format('svg'); /* Legacy iOS */
}
/* source-serif-pro-600 - latin */
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/source-serif-pro-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/source-serif-pro-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-serif-pro-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-serif-pro-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-serif-pro-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-serif-pro-v15-latin-600.svg#SourceSerifPro') format('svg'); /* Legacy iOS */
}
/* source-serif-pro-700 - latin */
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/source-serif-pro-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/source-serif-pro-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-serif-pro-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-serif-pro-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-serif-pro-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-serif-pro-v15-latin-700.svg#SourceSerifPro') format('svg'); /* Legacy iOS */
}

html{
    font-family: 'Source Serif Pro', serif;
    font-weight: 400;
    
}
body{
   background-color:#ede5dd; 
     background-image: url('img/FREH_SWEATER_ROSE_IMG_4842.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
    background-size: cover;
}
#site{
    height: 100%;
    width: 100%;
   padding: 3%;
}
nav{
    width: 100%;
}
a:link, a:visited{
    color:#0000ff;
    text-decoration: none;
}
a:hover{
    color:#00ff00;
    text-decoration: none;
}
.container {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 4px;
    background-color:#0000ff;
    margin: 5px 0;
    transition: 0.3s;
}

.change .bar1{
    width: 28px;
    background-color:#00ff00;
}
.change .bar2{
    width: 18px;
    background-color:#00ff00;
}
.change .bar3{
    width: 24px;
    background-color:#00ff00;
}

.head-left,.head-middle,.head-right{
    float:left;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}
.head-left{
    width: 20%;
    min-width: 50px;

}
.head-middle{
    width: 54%;
    min-width: 50px;
    text-align: center;

}
.head-right{
    width: 20%;
    min-width: 50px;
    text-align: right;

}

.logo{
    font-size: 24px;
    font-weight: 600;
    color: #0000ff;
    letter-spacing: 2px;
}
.main{
    clear: both;
   width:100%;
}
.content-img{
    position:absolute;
    width:30vw;
}
.img1{
    margin-top: 10vw;
}
.img2{
    margin-left: 20vw;
}
.content-container{
    position: absolute;
    bottom: 0;
     background-color: rgba(255,255,255, 0.7);
    padding: 10px;
    width:40vw;
}
.text{
    display: inline;
    color: #ffffff;
    background-color: #000000;
    font-size: 24px;
    line-height: 36px;
}
.imprint{
    clear: both;
    max-width: 900px;
    
    padding:20px 0 0 0;
}
h2{
    margin-top: 30px;
}

#footer{
    position: fixed;
        right:0;
        bottom: 0;
    
}
.footer-a{
    display:inline-block;
    margin:0;
    padding: 0;
   transform-origin: 0 -50px;
  transform: rotate(-90deg);
}
/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    display: none;
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.8s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 10%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay p {
    padding: 0 5% 0 5%;;
    text-decoration: none;
    font-size: 24px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.8s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
@media screen and (max-width: 768px) {
    .text{
        font-size: 18px;
        line-height: 28px;
    }
    .content-container{
        width:80vw;
    }
    .overlay p{
        font-size: 18px;
        line-height: 28px;
    }
}