/*----------------------------------------SCHRIFTARTEN-----------------------------------
---------------------------------------------------------------------------------------*/
@font-face {
font-family: navbarfont;
src: url('../fonts/Linotype - NHaasGroteskDSPro-75Bd.otf')
     format('opentype');
}
@font-face {
font-family: bodyfont;
src: url('../fonts/38E3F6_4_0.eot');
src: url('../fonts/38E3F6_4_0.ttf')
     format('truetype');
}
@font-face {
font-family: bodyfont-fat;
src: url('../fonts/38E3F6_5_0.eot');
src: url('../fonts/38E3F6_5_0.ttf')
     format('truetype');
}
@font-face {
font-family: bodyfont-light;
src: url('../fonts/38E3F6_3_0.eot');
src: url('../fonts/38E3F6_3_0.ttf')
     format('truetype');
}
@font-face {
font-family: titlefont;
src: url('../fonts/Linotype - NHaasGroteskDSStd-95Blk.otf')
     format('opentype');
}
nav {font-family: 'navbarfont';}
.about_gk {font-family: 'bodyfont'; font-size: 16px;}
.leistungen {font-family: 'bodyfont'; font-size: 16px;}




/*-----------------------------------------ALLGEMEINES-----------------------------------
---------------------------------------------------------------------------------------*/
html {
	scroll-behavior: smooth;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {outline: none; box-shadow: none;}

body {
    background-color: white;
    min-height: 100%;
    font-family: bodyfont;
    letter-spacing: 0.5px;
}
a:hover{
text-decoration: none;
    }

img {
user-drag: none;
user-select: none;
-moz-user-select: none;
-moz-user-drag:none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
}


.whitecontainer{
	background:#fff;
}
.greycontainer{
	background:#eee;
}

/*----------------------------------------MENÜLEISTE-------------------------------------
---------------------------------------------------------------------------------------*/
.navbar-custom {
    background-color: black;
    transition: background-color 0.4s ease-out;
}

.navbar-custom a {
     color: white !important;
}
.navbar-custom a:hover {
     color:#ccc !important;
     transition: 0.4s ease-out;
}
 .navbar-custom li {
     text-align: center;
     padding-left: 55px;
     padding-right: 55px;
     padding-top: 3px;
 }

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-toggler {
    border: 0;
}

@media (min-width: 992px) {
    .navbar-custom {
        background-color: transparent;
    }
}

.navbar-work {
    background-color: black;
}

.navbar-work-entry {
    background-color: black;
}
@media (min-width: 992px) {
    .navbar-work-entry {
        background-color: transparent;
    }
}

/*-----------------------------------PARALLAX HEADER-------------------------------------
---------------------------------------------------------------------------------------*/
#parallax_vid {  
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	filter: brightness(0.6); 
	position:fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

#header{
    display: block;
    height: 100vh;
    /*
	background-image: url(../bilder/parallax_bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
	*/
}

#header img{
    position: relative;
    left: 50vw;
    top:45vh;
    width:800px;
    margin-left: -400px; /* Half the width */
}
@media (max-width: 767px) {
    #header img{
        left: 50vw;
        top:45vh;
        width:380px;
        margin-left: -190px; /* Half the width */
    }
}

/*--------------------------------------ABOUT GK ----------------------------------------
---------------------------------------------------------------------------------------*/

.pt-10{
    padding-top: 70px;
}

.liebevoll{
	font-family:bodyfont-fat;
}

.liebevoll span {
	background-color:#f5e61f;
    padding:0 0 0 2px;

}

#abouttitle {
	font-family: titlefont;
    font-size: 50px;
    margin-bottom:0px;	
}

#aboutsub {
    margin-bottom: 20px;
    text-transform: uppercase;	
}

#aboutsub span{
	background-color:#f5e61f;
    padding:2px 0 2px 5px;
}

 #aboutmaxerl{
	 max-width:50%;
 }
 @media (max-width: 767px) {
	 #aboutmaxerl{
		 max-width:30%;
	 }
 }
 
/*-----------------------------------------VORZEIGEPROJEKTE------------------------------
---------------------------------------------------------------------------------------*/

.vzkategorie {
    margin-bottom: 0;
    font-family: bodyfont;
    text-transform: uppercase;
    font-size: 12px;
    color: grey;
}
.vzname {
    color: black;
    font-family: titlefont;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 25px;
}
.vzname:hover{
    color: black;
}

.vzbild {
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.vzbild:hover{
	opacity:0.8;
}

#allescontainer{
    width:200px;
    margin:50px auto;
}
#allesbutton{
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin:20px auto 50px auto;
    width:200px;
    padding:10px;
    background:#f5e61f;
    text-align:center;
    color:#000;
}
#allesbutton:hover{
    background:#fef57b;
}



/*-----------------------------------------LEISTUNGEN------------------------------------
---------------------------------------------------------------------------------------*/


#leistungentitle {
	font-family: titlefont;
    font-size: 50px;
    margin-bottom:0px;	

}
#leistungensub {
    margin-bottom:50px;
    text-transform: uppercase;	
}

#leistungensub span{
	background-color:#bad9db;
    padding:2px 0 2px 5px;
}

.leistung {
    max-width:366px;
    float: left;
}

.leistungtext {
margin:0px 0px 0px 20px  ;

}

.mehrinfotext{
padding-top: 10px;
padding-bottom: 20px;
}
.mehrinfotext a{
margin-left: 20px;
    color:#000;
}
.mehrinfotext a:hover{
text-decoration: underline;
}

/*--------------------------------LEISTUNGEN MODAL BOX---------------------------------*/

.overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 300ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}


.popup {
    position: relative;
    left: 50%;
    top:50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 20px;
    background: #fff;
    width: 800px;
    height: auto;
    overflow: hidden;
    transition: all 1s ease-in-out;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    transition: all 200ms;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: #000;
}

.popup-text {
    padding: 30px 60px 30px 30px;
    width: 400px;
    float: left;
    text-align: justify;
    }

  .popup-image  {
    padding: 30px 30px 30px 0px;
    overflow: hidden;
  }


@media screen and (max-width: 767px){
  .popup{
    width: 80%;
    height: 70vh;
    overflow: scroll;
  }
  .popup-text {
    width: 100%;
    padding: 50px 30px 30px 30px;
  }
  .popup-image img {
    width: 100%;
    margin-left: 15px;
  }
}


/*---------------------------------------KUNDEN------------------------------------------
---------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px){
    .kunden img {

    }
}


/*-----------------------------------------TEAM------------------------------------------
---------------------------------------------------------------------------------------*/

#teambg {background-color: #eeeeee;}

#teamheader{
	margin-bottom: 30px;
}

#teammaxerl {
		width:50%;
	}
#teamtitle {
	font-family: titlefont;
    font-size: 50px;
    margin-bottom:0px;	
}

#teamsub {
    text-transform: uppercase;
	white-space: nowrap;
}

#teamsub span{
	background-color:#f5e61f;
    padding:2px 0 2px 5px;
}

.teammitglied {
    max-width: 50%;
    margin: 0px 0px 50px 0px;

}

.teamportrait {
    margin-top:10px;
    width: 120px;
}
.teambio {
    margin: 20px 0px 0px 20px;
    padding: 0px;
    font-family: bodyfont;
    font-size: 15px;
    color: grey;
}
.teamname {
    margin: 0px 0px 20px 20px;
    padding: 0px;
    font-family: navbarfont;
    font-size: 23px;
    line-height: 25px;
}
.teambeschreibung {
    min-width: 200px;
    margin: 0px 60px 0px 20px;
    padding: 0px;
    font-family: bodyfont;
}
@media (max-width: 767px) {

    .teamportrait {
        width: 80px;
        margin-left: 20px;
    }
	.teambio {
		margin-right: 20px;
	}
	
	.teamname {
		margin-right: 20px;
	}
	
    .teambeschreibung {
        margin: 0px 20px 0px 20px;
        padding: 0px;
        font-family: bodyfont;
    }
	
	#teammaxerl {
		width:100%;
	}
}





/*--------------------------------------FOOTER-------------------------------------------
---------------------------------------------------------------------------------------*/

#kontakt{
    background-color: black;
}

.footerlogo {
    max-width: 400px;
    margin: 50px 0 50px -24px;
}
.footerinfo {
    font-family: bodyfont;
    line-height: 10px;
    color: white;
    padding-bottom: 50px;
	white-space: nowrap;
}

.footermaxerlbox {
margin-bottom:50px;
}

#footermaxerl{
	width:50%;
}
@media (max-width: 767px) {
	#footermaxerl{
	width:100%;
}
}



/*-------------------------------WORK OVERVIEW STYLING-----------------------------------
---------------------------------------------------------------------------------------*/
#workheader{
	margin-top: 100px;
	margin-bottom: 50px;
}

#workmaxerl {
		width:50%;
	}

#work{
    font-family: titlefont;
    font-size: 50px;
    margin-bottom:0px;	
}

#worksub{
    text-transform: uppercase;
	white-space: nowrap;
}

#worksub span{
	background-color:#4fa645;
	color:#fff;
    padding:2px 0 2px 5px;
}

.center-pills {
    display: flex;
    justify-content: center;
}

.tabbar {
    margin-bottom:30px;
}
.tab-content {
    min-height: 50vh;
}
.tabwrapper {
    margin:0px 10px;
}

.firstbutton {
    margin-left:0px;
}
.tabbutton {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-left:25px;
    margin-bottom:10px;
    padding:0px 5px 0px 5px;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.tabbutton:hover {
    color: #000;
    background:#8fc489;
    
}
.tabbutton.active {
        background-color:#4fa645;
        color: #fff;
}
@media (max-width: 767px) {
    .tabbutton {
        margin-left: 0px;
    }
	#workmaxerl {
		width:100%;
	}
}



.entry{
    margin-bottom: 20px;
}
#entrycategory{
    font-family: bodyfont;
	text-transform: uppercase;
    margin-bottom:5px;
    font-size:0.8em;
    color:#000;
}
#entrytitle{
    font-family: titlefont;
	text-transform: uppercase;
    width:90%;
    font-size:1.5em;
    color:#000;
    line-height: 1;
    cursor:pointer;
}
#entrypic{
    margin-bottom:5px;
    width:100%;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor:pointer;
}
#entrypic:hover{
    opacity: 0.8;
}




/*-------------------------------WORK ENTRY STYLING-----------------------------------
---------------------------------------------------------------------------------------*/
#work-header {
    display: block;
    height: 50vh;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

#work-header img{
    position: relative;
    left: 50vw;
    top:24vh;
    width:100px;
    margin-left: -50px;
    overflow: hidden;
}
#work-header img:hover{
    filter: invert(1);
    cursor: pointer;
    transition: 0.3s ease-out;
}

@media (max-width: 767px) {
    #work-header {
        height: 40vh;
    }
    #work-header img{
        top:19vh;
    }
}

.work-details {
    margin: 30px 0px;
    font-family: bodyfont;
}

.tagging a{
	text-transform: uppercase;
	padding: 0.1rem 0.5rem 0.2rem 0.5rem;
	background-color:#4fa645;
    color: #ffffff;
}

.work-title {
    font-family: titlefont;
    text-transform: uppercase;
    line-height: 1.2em;  
    font-size: 40px;
    margin-bottom: 50px;
}

.work-description {
	margin-bottom: 50px;
}

.brand-text {
    text-align: right;
    line-height: 2em; 
    top: 10px;
}

.brand-logo {
    margin-right: -48px;
}


@media (max-width: 900px) {
    
	.work-title {
        font-family: titlefont;
        text-transform: uppercase;
        line-height: 1.2em;  
        font-size: 30px;
        margin-bottom: 50px;
    }
    .work-title sup{
        top:-0.6em !important;
    }
    .brand-logo {
        margin-right: -30px;
    }
}


/*-----------------------------VIDEO POPUP MODAL TWEAKS--------------------------------*/


.modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
    border: 0;
    transition: all 0.4s ease-in-out;
}