body {
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    max-width: 100vw;
    overflow-x: hidden;
    line-height: 1.35;
}

.wrapper {
    max-width: 1440px !important;
    margin: 0 auto;
}

section {
    margin-top: 6em;
}

button {background-color: white !important;}

a {
    color: #1b2d4f;
    text-decoration: none;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    background-color: #F8F8F8;
    z-index: 9999;
}

.navigation {
    float: right;
    margin-top: 7px;
    margin-right: 10%;
}

.navigation li {
    list-style-type: none;
    display: inline;
    margin-right: 15px;
}

.navigation li a {
    font-size: 1.1em;
    text-decoration: none;
    color: #666666;
    transition: 0.3s;
}

.navigation li a:hover{
    color: #1b2d4f;
}

.logo {
    position: absolute;
    top: 13px;
    left: 5%;
    width: 110px;
    z-index: 9998;
}

.language {
    position: absolute;
    transition: 0.3s;
    font-weight: 600 !important;
    color: #1b2d4f;
    top: 9px;
    right: 5%;
}

.language:hover {
    color: #666666;
}
.intro {
    position: relative;
    margin-top: 70px;
    width: 100%;
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url('../img/intro2.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

h2, h3 {
    color: #1b2d4f;
}

.intro h1 {
    font-size: 2.5em;
    color: white;
    font-style: italic;
}

.claim h2 {
    font-size: 1.75em;
    color: #1b2d4f;
    font-style: italic;
    text-align: center;
    margin-top: 3em;
    margin-bottom: 3em;
}
.claimproj h2 {
    font-size: 1.75em;
    color: #1b2d4f;
    font-style: italic;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 3em;
}
.claimproj {
    margin-top:0em !important;
}

.profil {
    margin-top: 6em;
}

h1 {
    font-size: 2em;
    color: #1b2d4f;
    text-align: center;
    margin: 0;
}

.unterstrich {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    background-color: #1b2d4f;
    width: 30px;
    height: 3.5px;
    margin-top: 10px;
}

.profilicons {
    margin-top: 3em !important;
}

.icon {
    width: 80px;
transform: translateX(-50%);
    margin-left: 50%;
}

button ANIMATED {
    font-size: 1.25em;
    font-weight: 500;
    color: #1b2d4f;
    text-align: center;
    margin-top: 0.75em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    border: 3px solid #1b2d4f;
    transform: translateX(-50%);
    margin-left: 50%;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 866px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100% !important;}
    .kontakt .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {margin-bottom: 2em;}
    .span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100% !important;}
    .span_2_of_2, .span_1_of_2 { width: 100% !important; }
    .mobile {
        background-image: url('../img/intro.jpg') !important;
        background-position: top;
        height: 70vh;
    }
    .gallery {width: 100% !important;}
    .gallery-text {
        opacity: 1 !important;
    }
    .proj {max-width: 90% !important;}
    #firstproj {margin-top: 3em !important;}
    #zitat {max-width: 100% !important; margin-bottom: 1em !important;}
    #persontext {max-width: 90%;  margin-top: 0em !important;}
    .interview {max-width: 90% !important;}
    .cv {max-width: 90% !important;}
}

@media only screen and (min-width: 867px) and (max-width: 1279px) {
    .mobileperson {min-width: 100% !important; margin: 1em 0 0 0;}
    #zitat {margin-top: 0 !important;}
}

@media only screen and (max-width: 600px ) {
    .navigation ul {
        display: none;
    }
    .overlay {
        display: block;
    }
}
@media only screen and (min-width: 600px ) {
    .navigation ul {
        display: block;
    }
    .overlay {
        display: none;
    }
    .menubutton {
        display: none;
    }
}


@media only screen and (max-width: 866px) {
    .intro h1 {
        font-size: 2em;
        max-width: 80vw;
    }
    .claimproj h2 {
        font-size: 1.5em;
    }
    .tabcontent {
        width: 90% !important;
    }
    .tabcontent h2 {display: block;}
    
    .bruh { font-size: 0.7em; padding: 5px !important;}
    
    .tab {width: 100% !important;}
    .tab button { padding: 0 !important;}
    .tabcontent {margin-top: 0 !important;}
    
    .tablinks img {width: 100% !important;}
    
    
    .content {padding-left: 0 !important; padding-right: 0 !important;}
    .content p {max-width: 100% !important; color: #666666;}
    
    table {font-size: 0.9em;}
    
    .kontakticons {width: 30% !important;}
    
    .bruh {display: none;}
    
    .active, .collapsible:hover {
    opacity: 1 !important;
    border-bottom: 3px solid #1b2d4f !important;
        color: #1b2d4f;
    }
}

@media only screen and (min-width: 867px) {
        .tabcontent h2 {display:none;}
    #persontext {width: 60%; margin-top: 0em !important;}
    .proj {width: 60%;}
    .projdetails {max-width: 60% !important;}
    #profilbild {max-width: 60% !important;}
}

@media only screen and (min-width: 600px ) and (max-width: 980px){
    .tabcontent {
        width: 60% !important;
}
    
    .bruh { font-size: 0.9em; padding: 8px !important;}
    
    .tablinks img {width: 100% !important;}
    
    
    
    .content {padding-left: 0 !important; padding-right: 0 !important;;}
    .content p {max-width: 100% !important;}
    
    table {font-size: 0.9em;}
    
    
}

@media only screen and (min-width: 980px ) {
}

@media only screen and (min-width: 1279px ) {
    #zitat {font-size:20px !important; max-height: 150px;}
    #persontext {margin-top: 1.5em !important;}
}

.kontakticons {
    width: 50%;margin-left: 50%; transform: translateX(-50%);
}

.menu {
	line-height: 1;
	margin: 0 auto 3em;
    width: 100vw;
}

.menu__list {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
    width: 100vw;
}

.menu__item {
	display: block;
	margin: 1em 0;
}

.menu__link {
	font-size: 1.05em;
	font-weight: bold;
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu__link:hover,
.menu__link:focus {
	outline: none;
}

/* Antonio */
.menu--antonio .menu__item {
	position: relative;
	margin: 1em;
}

.menu--antonio .menu__link {
	position: relative;
	display: block;
	min-width: 110px;
	text-align: center;
	color: #b5b5b5;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.menu--antonio .menu__link:hover,
.menu--antonio .menu__link:focus {
	color: #929292;
}

.menu--antonio .menu__item--current .menu__link {
	color: #d94f5c;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.menu--antonio .menu__item::before,
.menu--antonio .menu__item::after,
.menu--antonio .menu__link::before,
.menu--antonio .menu__link::after {
	content: '';
	position: absolute;
	background: #d94f5c;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

.menu--antonio .menu__item::before,
.menu--antonio .menu__item::after {
	top: 0;
	width: 4px;
	height: 100%;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
}

.menu--antonio .menu__item::before {
	left: 0;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.menu--antonio .menu__item::after {
	right: 0;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.menu--antonio .menu__link::before,
.menu--antonio .menu__link::after {
	left: 0;
	width: 100%;
	height: 4px;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

.menu--antonio .menu__link::before {
	top: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.menu--antonio .menu__link::after {
	bottom: 0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.menu--antonio .menu__item--current::before,
.menu--antonio .menu__item--current::after,
.menu--antonio .menu__item--current .menu__link::before,
.menu--antonio .menu__item--current .menu__link::after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.menu--antonio .menu__item--current::after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.menu--antonio .menu__item--current .menu__link::before {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.menu--antonio .menu__item--current .menu__link::after {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}



/* Style the tab */
.tab {
  overflow: hidden;
    width: 90%;
    margin: 0 auto;
    margin-top: 6em;
}

/* Style the buttons inside the tab */
.tab button {
  float: left;
  border: 0px;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
    width:25%;
    opacity: 0.25;
}

.tab button span{
    border: 3px solid #666666;
}

/* Change background color of buttons on hover */
.tab button:hover {
}

/* Create an active/current tablink class */
.tab button.active span{
    border: 3px solid #1b2d4f !important;
    opacity: 1 !important;
    color: #1b2d4f;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
    width: 60%;
    margin: 0 auto;
    margin-top: 2em;
}

.tabcontent p {color:#666666;}
.bruh {
    padding: 10px;
    border: 3px solid #1b2d4f;
    font-weight: 600;
}

.mininav {
    margin: 4em auto;
    max-width: 90%;
}

.mininavbutton {
    border: 3px solid #1b2d4f;
    padding: 12px;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    max-width: 90px;
    color: #1b2d4f;
}

/*  SECTIONS  */
.grid {
	clear: both;
	padding: 0px;
	margin: 0px;
}


.proj {
    margin: 0 auto;
}

.proj p {text-align: center left; color: #666666;}
.proj li {color: #666666;}


/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }


/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}


.collapsible {
    border: 3px solid #1b2d4f !important;
  color: #1b2d4f;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 1em;
    font-weight: 700;
}

.active, .collapsible:hover {
    opacity: 1 !important;
    color: #1b2d4f;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
    margin-bottom: 1em;
}

.content p {color: #666666;}

.collapsible:after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 1.5em;
  color: #1b2d4f;
  float: right;
  margin-left: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 0.5
}

.activecollap:after {
  content: "-"; /* Unicode character for "minus" sign (-) */
        margin-bottom: 0;
    padding-bottom: 0;
}
.interview {
    max-width: 60%;
    margin: 0 auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
    color: #666666;
}

th, td {
  text-align: left;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}


td:first-child {
    padding-right: 20px;
}
.cv {
    max-width: 60%;
    margin: 0 auto;
    margin-top: 3em;
}

.tabelle {
    border-bottom: 2px solid rgba(0,0,0,0.1);
}
.kontakt {
    margin-top: 6em;
    color: #666666;
}

.kontaktspace {
    margin-right: 20px;
}


footer p {
    text-align: center;
    color: #666666;
}

footer a{
    color: #666666;
    transition: 0.3s;
}
footer a:hover {
    opacity: 1;
    color: #1b2d4f;
}
.personanker {
    position: relative;
    display: hidden;
    margin-top: -70px;
    width: 50px; height: 50px; background: black;
}

.projdetails {
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 3em;
}

.projdetails ul li {color: #666666;}
.proj p span {color: #1b2d4f;}

.projlink {
    padding: 10px; border: 3px solid #1b2d4f; text-align: center;
    font-weight: 600;
}

.projlinks {
    width: 100%;
    text-align: center;
    margin-top: 4em;
}

.projback {
    padding: 10px; border: 3px solid #666666; text-align: center;
    font-weight: 600; color: #666666; transition: 0.3s;
}
.projback:hover {color: #1b2d4f; border: 3px solid #1b2d4f;}

.projintrokat {
    color: #666666;
}

.projintroname {
    color: #1b2d4f;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255, 0.95);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 2em;
  color: #666666;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #1b2d4f;
}

.overlay .closebtn {
  position: absolute;
  top: 70px;
  right: 45px;
  font-size: 60px;
    color: #666666;
    transition: 0.3s;
}
.overlay .closebtn:hover {
    color: #1b2d4f;
}



.projcontainer {
  position: relative;
  width: 100%;
}

.projimage {
  display: block;
  width: 100%;
}

.overlayimg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: white;
}

.projcontainer:hover .overlayimg {
  opacity: 0.75;
}

.projtitel {
  color: black;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.gallery {
     width:70%;
     height:100%;
     position: relative;
     padding: 0;
     margin: 0 auto;
		text-align: center;
	}

	.gallery-image{
        cursor:pointer;
		position: relative;
		display: block;
	}

	.gallery-text{
	    position: absolute;
        cursor: pointer;
	    top: 0; right: 0;
	    bottom: 0; left: 0;
	    width: 100%;
	    height: 100%;
	    text-align: center;
	    background-color: rgba(255,255,255,0.8);
	    opacity: 0;
	    -webkit-transition: opacity 0.6s;
	    -moz-transition: opacity 0.6s;
	    transition: opacity 0.6s;
       vertical-align:middle;
       line-height: auto;
	}

	.gallery-text:hover{
	    opacity: 1;
	}

	.gallery-text a{
        position: absolute;
        cursor: pointer;
        font-size: 20px;
	    color: #1b2d4f;
	    display: inline-table;
       vertical-align:middle;
        left: 50%;
    top: 50%;
 transform: translateX(-50%) translateY(-50%);
}

@media only screen and (min-aspect-ratio: 2/1){
  .widehide {
      display: none !important;
  }
    .introx {
        display: block !important;
    }
}
.introx {
    position: relative;
    margin-top: 70px !important;
    display: none;
}

.projekte: {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}
.projtop {
    margin-top: 3em !important;
}

.single {
    max-width:960px !important;
    margin: 0 auto;
    margin-top: 3em;
    margin-bottom: 2em;
}

.mySlides {display: none;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #666666;
  font-size: 1em;
  padding: 8px 12px;
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  display: none;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  margin-top: 1em;
  background-color: #bbb;
  border-radius: 0%;
  display: inline-block;
  transition: background-color 0.6s ease;
    opacity: 0.25;
/*  display: none;*/
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Fading animation SLOW */
.fade-slow {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 5s;
  animation-name: fade;
  animation-duration: 5s;
}

@-webkit-keyframes fade-slow {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade-slow {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 0.8em}
}