/*Fonts importieren*/
@import url(../fonts/catamaran/stylesheet.css);
@import url(../fonts/quicksand/stylesheet.css);
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amaranth:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700&display=swap');
/*Für alle Bildschirmgrößen gleich*/

body{
    overflow-y:scroll;
}

.content{
    margin: auto;
}

.streifenoben{
    position: fixed;
    z-index: 89;
    /*background-color:#153d56;*/
    background-color: white;
    height: 140px;
    width: 100%;
    margin: auto;
}

.streifenunten{
    position: fixed;
    height: 10px;
    min-width: 100%;
    background-color: white;
    z-index: 100;
    bottom: 0;
}

.impressumlink{
    position: absolute;
    font-family: 'Heebo';
    font-weight: 400px;
    color: #7F9FB3;
    font-weight: 400;
    font-size: 15px;
    right: 5px;
  /* bottom:5px!important;*/
}



.impressumlinkunten{
    z-index: 101;
    position: relative;
    font-family: 'Heebo';
    font-weight: 400px;
    color: #7F9FB3;
    font-weight: 400;
    font-size: 15px;
    bottom: 5px;
    margin: auto;
    text-align: center;
    padding-bottom: 0px;
}

.impressumlinkunten a, .impressumlink a {
    text-decoration: none;
    color: #7F9FB3;
}

.header{
    z-index: 90;
    position: fixed;
    min-height: 140px;
    padding-top: 15px;
    top: 0px;
    margin:auto;
    background-color: white;
    width: 100%;
    /*border-bottom: solid 3px #153d56;*/
}

.headertitle{
    display: block;
    font-family: 'Dosis';
    font-weight: 700;
    color: #153d56;
    text-align: center;
    width: 100%;

    margin-top: 20px;
    /*border-bottom: solid 3px #153d56;*/
    
}
.headertitle .name {
    font-size: 30px;
    /*float: left;*/
    margin-top: 5px;
    letter-spacing: 1px;
}

.name a{
    text-decoration: none;
    color: #153d56;
}

.headertitle .illudesign{
    display:  none;
        font-family: 'Heebo'!important;
    font-weight: 400;
        font-size: 20px;
        margin-top: -10px;
   
}

.menu{
    font-family: 'Heebo';
    font-weight: 500;
    font-size: 16px;
    /*color: #7F9FB3;*/
    text-align: center;
  
    margin-top: 6px;
    left:0 ;
    /*background-color: red;*/
}

.menu a {
    margin-left: 5px;
    margin-right: 5px;
    /*color: #7F9FB3;*/
    color: #153d56;
    text-decoration: none;
    opacity: 0.5;
}

.selected{
    opacity: 1!important;
}

.socialmediamenu{
    margin-top: 20px;
}

.themen{
    display: none;
    font-family: 'Heebo';
    font-weight: 500;
    color: #153d56;
    text-align: center;
    margin-top: -2px;
  
    font-size: 14px;
    opacity: 0.5;
    right: 0;
}

.icon{
    width: 30px;
    height: 30px;
    margin: auto;
    margin-left: 3px;
        /*background-color: #153d56;*/
}

.maincenter{
    position: static;
    /*background-color: blue;*/
    width: calc(100% + 10px);
    min-height: 20%;
    padding-top: 140px;
}

.vorschauanfang{
    position: absolute;
    display: block;
top: 200px;
}

.arbeit{
    padding-right: 35px;
    padding-bottom: 35px;
}

.bild{ 
    left:0;
    margin:0;
    background-size: contain!important;
    } 

.vorschau {
    width: 100%;
    height: auto!important;
    left:0;
    margin:0;
    }
.prevdings{
    opacity: 0;
    background-color:rgba(21,60,86, 0.9);
    top:0;
    position: absolute;
    width: calc(100% - 35px);
    height: calc(100% - 35px);
    color: white;
    text-align: center;
    transition: 0.4s;
}  

.prevtextbox{

}
.prevdings:hover{
    opacity: 1;
    
}

.prevtitel{
    margin-top: 25px;
    font-size: 23px;
    font-family: 'Dosis';
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid white;
    margin-left: 35px;
    margin-right: 35px;
    padding-bottom: 5px;
    letter-spacing: 1px;
}
.prevtext{
    margin-top: 10px;
        font-family: 'Heebo';
    font-weight: 400;
    font-size: 16px;
}

.de{
    display: none;
}

.deutscheversion{
    font-weight: 800;
   color: #153d56;
    opacity: 0.5;
}

/**ABOUT**/

.abouttext{
        color: #153d56;
        font-family: 'Heebo';
        font-size: 14px;
        min-height: calc(100vh - 170px);
        width: 50%;
    margin-top: 5px;
}


.abouttext p{
    margin-bottom: 13px;
}


.lefoto{
    background-image: url(../imgs/lefoto.jpg);
     background-repeat: no-repeat;
     background-position: center; 
    background-size: cover;
    /*width: calc (100% - 20px);*/
    width: 95%;
    height: 350px;
    max-height: 400px;
    /*max-height: 100vh;*/
    display: static;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 20px;    
}

.socialmediamenuabout{
    position: absolute;
    width: 100%;
    margin-left: 0;
    margin-top: 0px;
    text-align: left;
}

.pdflink a{
    text-decoration: none;
    color: #153d56;
}



/**CONTACT**/
.contacttext{
    display: block;
    float: none;
    color: #153d56;
    font-family: 'Heebo';
    font-size: 14px;
    min-height: calc(100vh - 185px);
    text-align: center;
    max-width: 500px;
    margin: auto;
    margin-top: 20px;
}

.maillink a, .maillink a:hover{
    text-decoration: none!important;
    color: #153d56;
}

/**ARBEITEN**/

.projecttext{

            color: #153d56;
        font-family: 'Heebo';
        font-size: 15px;
    margin-top: -20px;

}

.projecttext a{
    color: #153d56;
    text-decoration: none;
}

.projecttitle{
    font-size: 18px;
    font-weight: 700;
}

.projectbilder{
    position: relative;
    padding-top: 0px;
    margin-bottom: 35px;
}

.imageleft{
padding-right: 7px;
    padding-bottom: 14px;
}

.imagecenter{
    margin:auto;
}

.imageright{
padding-left: 7px;  
    padding-bottom: 14px;
}

.impressumtext{
        color: #153d56;
        font-family: 'Heebo';
        font-size: 15px;
    font-weight: 400;
}

.impressumtext h1{
    font-size: 17!important;
}

/**Riesiger Bildschirm lg**/
@media (min-width: 1200px) {

.content{
   max-width: 1200px;
}

.header{
    width: 1200px;
}
        .impressumlink{
        display: none;
    }
    
        .projecttext{
        position: sticky;
        top: 124px;
        padding-left: 30px;

    }    
}

/**Breiter Bildschirm**/
@media (min-width: 901px) and (max-width: 1199px) {

.content{
   width: 1000px;
   max-width: 90%;
}
.header{
   width: 1000px;
   max-width: 90%; 
}   
        .impressumlink{
        display: none;
    }
    
            .projecttext{
        margin-top: -35px;
    }   
    
}


/*Mittlerer Bildschirm bzw Handy: Größtenteils wie Minibildschirm*/
@media (min-width: 600px) and (max-width: 900px){
    
    .content{
        width: 90%;
}    
    .header{
        width: 90%;
    }
        .impressumlink{
        display: none;
    }
    
    .abouttext{
        width: 100%;
    }
    
    .aboutfoto{
        width: 100%;
    }
            .projecttext{
        margin-top: -35px;
  

    }   
    
    .imageleft{
padding-right: 0px;
}

.imageright{
padding-left: 0px;  
}
    
.prevtitel{
    font-size: 20px;
}
.prevtext{
    font-size: 10px;
}

    
}

/*Minibildschirm*/
@media (max-width: 599px){

        .content{
       width: 90%;
}    
    
    .streifenoben{
        height: 90px;
    }
    
        .header{
        width: 90%;
                min-height: 90px;
    }

 
    
    .headertitle {
        max-width: 200px;
        margin: auto;
    }  
    
.headertitle .name {
    font-size: 22px;
    margin-bottom: 10px;
}

.headertitle .illudesign{
        font-size: 17px;
    margin-top: -5px;
}
    
    
    .menu{
        font-size: 17px;
        margin-top: -5px;
    }
    
    .themen{
     display: none;   
    }
    
    .maincenter{
    padding-top: 100px;
}

    .impressumlink{
        display: none;
    }
    
        .abouttext{
        width: 100%;
}
                .projecttext{
        margin-top: -20px;
    }   
    
        .imageleft{
padding-right: 0px;
}

.imageright{
padding-left: 0px;  
}
    
    }