@charset "UTF-8";
/* Body */

p {
    font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
    font-size: 14px;
}
a {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
}

@font-face {
  font-family: 'Montserrat';
  src:  url(../fonts/Montserrat-Medium.WOFF);
}


body {
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    min-width: 620px;
}
/* Header */

.header__logo {
-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	-moz-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	font-family:Montserrat Medium;
	font-style: normal;
	padding-left: 10px;
  	float: left;
	font-size: 40px;
	vertical-align: bottom;
	padding-right: 20px;

}

header {
    width: 100%;
}




/* Layout */
.linewhite
{
   color: #fff;
	visibility: hidden;
}

hr.linie-duenn {
    border: 0;
    height: 1px;
    background: #333;
}

.flex-container-luecke {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 50px;
}

.flex-container-lueckeOben {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 30px;
}





.flex-container {
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.flex-containerContact {
    display: -webkit-flex;
    flex-wrap: wrap width: 100%;
}
.container-contact {
    width: 25%;
    padding-left: 10px;
}
.container-CV {
    width: 50%;
    padding-left: 10px;
}
.container-map {
    width: 75%;
    padding-right: 10px;
    padding-left: 10px;
}
.container-portrait {
    width: 50%;
    padding-right: 10px;
}


/*.menuebar {
    font-size: 16px;
    color: #000000;
    transition: all 0.2s linear;
    text-align: right;
    text-decoration: none;
}
.menuebar:hover {
    color: #811517;
    cursor: pointer;
    transition: all 0.2s linear;
    border-bottom-style: solid;
    border-bottom-width: medium;
}*/


.video800px {
    max-width: 800px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.video480px {
    max-width: 480px;
    width: 100%;
    display: block;
    margin: 0 auto;
}



.w3-modal {
    z-index: 10;
    display: none;
    padding-top: 70px;
    position: fixed;
    left: -25%;
    top: 0;
    width: 150%;
    height: 4000px;
    overflow:hidden;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.85)
}
.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding-top: 10px;
    outline: 0;
    width: 70%;
	max-width: 700px;
	    -moz-column-count:    1;
        -webkit-column-count: 1;
        column-count:         1;
	text-align: justify;
}
.w3-closebtn {
    text-decoration: none;
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: inherit
}
.w3-container {
    padding: 0.01em 16px
}

.w3-closebtn:hover,
.w3-closebtn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

/* Container */

.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    align: center;
}
.footer {
    font-size: 14px;
    color: #000000;
    text-align: center;
    width: 100%;
}
.flex-menue: {
    color: #000000;
    text-align: justify;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.projekttitel {
    font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
    font-size: 20px;
    color: black;
    padding-left: 10px;
    width: 65%;
}
.projektbeschreibung {
    font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
    font-size: 20px;
    color: black;
    padding-right: 10px;
    text-align: right;
    width: 45%;
}



.tablelinks
{
    padding-bottom: 10px;
	text-align: left;
	width: 40%;
}

/* Menue Section 

.menue {
    color: #000000;
    text-align: left;
    padding-left: 10px;
    letter-spacing: 2px;
    word-spacing: 30px;
}*/
/* About Section */

.gallery {
    clear: both;
    display: inline-block;
    width: 100%;
    background-color: #FFFFFF;
    margin-top: 5px;
    
}
.thumbnail {
    width: 23%;
    text-align: center;
    float: left;
    margin-top: 10px;
    margin-left: 1%;
    margin-right: 1%;
}
.gallery .thumbnail h4 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
    color: #000000;
    text-align: left;
    padding-left: 1px;
    padding-right: 20px;
    font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
    font-weight: lighter;
}
.thumbnailGallery {
    width: 19%;
    text-align: center;
    float: left;
    margin-top: 5px;
    margin-left: .5%;
    margin-right: .5%;
}

.thumbnailGalleryCensorship {
        width: 20%;
		margin-top: -4px;
       	text-align: center;
        float: left;
		overflow: hidden;
		 }

.cards {
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 1;
}
.cards:hover {
    opacity: .8;
}





/* Small Desktops */

@media (min-width: 768px) and (max-width: 1096px) {
    .text_column {
        width: 100%;
    }
    .thumbnail {
        width: 48%;
    }
    .text_column {
        width: 90%;
        margin: 0;
        padding: 20px;
    }
    .w3-modal-content {
        margin: auto;
        background-color: #fff;
        position: relative;
        padding: 0;
        outline: 0;
        width: 50%
    }
    .w3-closebtn {
        text-decoration: none;
        float: right;
        font-size: 24px;
        font-weight: bold;
        color: inherit
    }
    .container-contact {
        width: 30%;
        padding-left: 10px;
    }
    .container-map {
        width: 70%;
    }
}





/* Small Tablets */

@media (min-width: 1px)and (max-width: 767px) {
    
    .thumbnailGallery {
        width: 24%;
        text-align: center;
        float: left;
        margin-top: 5px;
        margin-left: .5%;
        margin-right: .5%;
    }

	.thumbnailGalleryCensorship {
        width: 25%;
		margin-top: -4px;
       	text-align: center;
        float: left;
		overflow: hidden;
		 }
	
	.text_column {
        width: 98%;
        text-align: left;
        padding: 0;
    }
    .thumbnail {
        width: 98%;
		
		
    }
    .column {
        width: 98%;
        margin-top: 0px;
    }
    .thumbnail {
        width: 100%;
    }
    .text_column {
        padding-left: 20px;
        padding-right: 20px;
        width: 90%;
    }
  
    .profile {
        width: 100%;
    }
	
    .w3-modal-content {
        margin: auto;
        background-color: #fff;
        position: relative;
        padding: 0;
        outline: 0;
        width: 65%;
			
    }
    .w3-closebtn {
        text-decoration: none;
        float: right;
        font-size: 24px;
        font-weight: bold;
        color: inherit
    }
    .flex-containerContact {
        flex-direction: column;
    }
    .container-contact {
        width: 100%;
        padding-left: 10px;
    }
    .container-map {
        padding-top: 20px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}



.containerPush {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0px;
	
	
}



/* HEADER */
.headerPush {
position: absolute;
	align-content: center;
	top:-5px;
  height: 80px;
  line-height: 66px;
  color: #000;
  background-color: #fff;
	
}



/* MENU */
.menuPush {
  	float: left;
	height: 100%
	top:10px;
	top: -50px;

}
.menuPush a {
  padding: 0 8px;
	
	
}
.menuPush a:hover {
  color: #c5cae9;
}

/* RESPONSIVE */
@media only screen and (max-width: 768px) {
  .site-pusher,
  .site-containerPush {
    height: 100%;
  }

  .site-containerPush {
    overflow: hidden;
  }

  .site-pusher {
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
	  
	
  }

  .site-contentPush {
    position: absolute;
    top: 66px;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

	.header__logo {
  
	font-size: 40px;
	
}
	
  .headerPush {
    position: absolute;
	  background-color: #dfsfdsf;
	  opacity: 1;
	  z-index: 1;
  }

  .header__icon {
    position: relative;
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    cursor: pointer;
	
  }
  .header__icon:after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 0;
    top: 16px;
    left: 15px;
    box-shadow: 0 6px 0 3px #000, 0 18px 0 3px #000, 0 30px 0 3px #000;
  }

  .menuPush {
    position: absolute;
    top: 0;
    bottom: 0;
	left: -40px;
	font-size: 20px;
	padding-top: 40px;
    /*    overflow-y: scroll;
        -webkit-overflow-scrolling: touch;*/
    width: 200px;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
	background-color: white;
 	height:500px;
	  
  }
	
  .menuPush a {
    display: block;
    height: 40px;
    text-align: left;
	padding-left: 40px;
    line-height: 40px;
	
   
  }

  .with--sidebar .site-pusher {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
	  
  }
  .with--sidebar .site-cache .container{
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
	  width: 100%;
	   
	 
  }
 


}

