@charset "utf-8";
@import url("cookieconsent.css");

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:500;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}a:focus, a:active {outline: none;-moz-outline-style: none;}
	*,
	*::after,
	*::before {
		box-sizing: border-box;
	}

	html {
		font-size: 100%;
	}

	body {
		--color-text: #fff;
        --color-grey: #fff;
		--color-bg: #1a1c23;
		--color-link: #f20c40;
		--color-link-hover: #f20c40;
		--color-bg-blue: rgb(15, 22, 26);
		--color-bg-item2: #2c35b7;
		--color-bg-item3: #0f1013;
		--color-bg-item4: #1d2027;
		--color-bg-item5: #0f1013;
		--color-item-alt: #494d54;
		--color-quote: #5b677a;
		color: #57585c;
		color: var(--color-text);
		background-color: #fff;
		background-color: var(--color-bg-blue);
		overflow-x: hidden;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-family: poppins, sans-serif;
		font-weight: 200;
		font-style: normal;
	}

	::selection {
	  background: var(--color-link-hover);
	  color: #fff;
	}
	::-moz-selection {
	  background: var(--color-link-hover);
	  color: #fff;
	}


/* Style for our header texts
	* --------------------------------------- */

	h1, h2, h3, h4, h5{
		font-family: poppins, sans-serif;
		font-weight: 800;
		font-style: normal;
        letter-spacing: 2px;
	}

    h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-text);
    margin-top: 0;
    margin-bottom: 20px;
}

	h2 {
        text-transform: uppercase;
        font-size: 6vw;
        font-weight: 800;
        line-height: 1em;
        color: var(--color-text);
/*        margin-top: 15px;*/
        margin-bottom: 30px;
    }

	h1{
		font-size: 5em;
		color: #fff;
		margin:0;
		text-transform: uppercase;
	}
	
    p {
    color: var(--color-grey);
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 1.65rem;
    letter-spacing: 0.05em;
}


	a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
	transition: color 0.2s;
	}

	a:hover,
	a:focus {
		color: var(--color-link-hover);
	}

    a:focus,button:focus,input:focus,textarea:focus {outline: none !important;}
    a::-moz-focus-inner, button::-moz-focus-inner, input::-moz-focus-inner, ::-moz-focus-inner { border: 0; }



.headline-lg {
    font-size: 6.2vw;
    line-height: 0.9em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-left: -2px;
}


.headline-md {
    font-size: 3.2vw;
    font-size: 4em;
    line-height: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-left: -2px;
}


.project-title {
    font-size: 4em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}






.hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}

.full-height{
    min-height: 100vh;
}

.v_align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}







	/* Centered texts in each section
	* --------------------------------------- */
	.textCenter{
		text-align:center;
	}

	/* Overwriting styles for control arrows for slides
	* --------------------------------------- */
	.fp-controlArrow.fp-prev {
		left: 1.5rem;
	}
	.fp-controlArrow.fp-next{
		right: 1.5rem;
	}


    .fp-controlArrow {
        position: absolute;
        width: 26px !important;
        height: 26px !important;
        z-index: 4;
        top: 50%;
        border: none !important;
        background-size: contain;
    }
    .fp-controlArrow.fp-prev {
        background-image: url("../img/arrow-left-icon.svg") !important;
        background-repeat: no-repeat;
        height:26px;
        width: 26px;
        z-index: 10; 
    }
    .fp-controlArrow.fp-next {
        background-image: url("../img/arrow-right-icon.svg") !important;
        background-repeat: no-repeat;
        height:30px;
        width:30px;
        z-index: 10;
    }
	
	/* Fixed header and footer.
	* --------------------------------------- */
	#header, #footer {
        position: fixed;
        display: block;
        width: 100%;
        z-index: 20;
    }
	#header{
		top:0px;
	}
	#footer{
		bottom:0px;
	}

	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}

	/*VERTICAL LINES
	* --------------------------------------- */
	.lines {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  z-index: 0;
	}
	.lines:before, .lines:after {
	  position: absolute;
	  content: "";
	  width: 25%;
	  height: 100%;
	  top: 0;
	  left: 25%;
	  border-left: 1px solid rgba(255,255,255,0.09);
	  border-right: 1px solid rgba(255,255,255,0.09);
	  box-sizing: border-box;
	}
	.lines:after {
	  left: 75%;
	  border-right: 0;
	}


@media screen and (max-width: 950px) {    
    
    #form-container { display:none; }
}


@media screen and (max-width: 950px) {
	.grid span {
		/*width: 14.28571%;*/
		width: 25%;

	}
}



  .grid {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
	}
    
    .grid:after {
        content: "";
        display: table;
        clear: both; }
    
    .grid span {
    float: left;
    direction: ltr;
    padding-left: 10px;
    padding-right: 10px;
    /*width: 14.28571%;*/
    width: 25%;
    height: 100%;
    padding: 0 !important;
    border-right: 1px solid rgba(0,0,0,0.09);
    }
    
    .bg-darkblue .grid span,
    .bg-darkgrey .grid span{
    border-right: 1px solid rgba(255,255,255,0.09);    
    }




@media screen and (min-width: 950px) {
   .grid span {
    	width: 12.5%;
	}
}


	.label--scrolldown {
    display: block;
    color: 
    #f8f8f8;
    position: absolute;
    z-index: 14;
    font-size: 0.75rem;
    font-weight: 400;
    margin: auto;
    white-space: nowrap;
    bottom: 2.5rem;
    right: 0;
    left: 0;
    width: 14px;
    opacity: 0.5;
}

    .label--scrolldown span {
        -webkit-transform: rotate(-90deg);
         -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        display: block;
    }

	.label--scrolldown-line {
		  width: 1px;
		  height: 60px;
		  position: absolute;
		  bottom: 3rem;
		  left: 0;
		  right: 0;
		  margin: 0 auto;
		  overflow: hidden;
		}
		.label--scrolldown-line .line {
		  width: 100%;
		  height: 100%;
		  display: block;
		  background: linear-gradient(to bottom, #f8f8f8 50%, rgba(255, 255, 255, 0) 50%);
		  background-position: 0 -60px;
		  background-size: 100% 200%;
		  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
		}

		@keyframes scrolldown {
		  0% {
			background-position: 0 -60px;
		  }
		  75% {
			background-position: 0 0;
		  }
		  100% {
			background-position: 0 60px;
		  }
		}







		/* Backgrounds will cover all the section
		* --------------------------------------- */
		#home-intro,
		#home-about,
		#section2,
		#section3,
		#slide1,
		#slide2{
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover;
			background-attachment: fixed;
		}

		/* Defining each section background and styles
		* --------------------------------------- */
		#home-intro{
			background-image: url(../img/lion.jpg);
            background-position: 28% center;
		}		
		#home-about{
			background-color: var(--color-bg-blue);
		}
		#home-services{
			background-image: url(../img/home-services.jpg); background-position: right bottom; background-size: cover;
            background-color: var(--color-bg-blue);
		}

       	.project-title-bg{
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover;
			position: relative;
		}
		
		#tgob.project-title-bg{ background-image: url(../img/projects/tgob/project-tgob-title.jpg); }
		#wirtshaus.project-title-bg{ background-image: url(../img/projects/project-wirtshaus-title.jpg); background-position: right bottom; }
        #scharff.project-title-bg{ background-image: url(../img/projects/project-scharff-title.jpg); }
		#scharff h2, #scharff .list-header,  #scharff .label, #scharff .label-works { color: #000; }
		#scoozi.project-title-bg{ background-image: url(../img/projects/project-scoozi-title.jpg); }
		#kamlakalari.project-title-bg{ background-image: url(../img/projects/project-kamla-kalari-title.jpg); }
        #kani.project-title-bg{ background-image: url(../img/projects/kani/project-kani-title.jpg); }
        #prager.project-title-bg{ background-image: url(../img/projects/prager/project-prager-title.jpg); }
        #polat.project-title-bg{ background-image: url(../img/projects/polat/project-polat-title.jpg); }
        #polat h2, #polat .list-header,  #polat .label, #polat .label-works { color: #000; }
        #ferienlounge.project-title-bg{ background-image: url(../img/projects/ferienlounge/project-ferienlounge-title.jpg); }
        #muecke.project-title-bg{ background-image: url(../img/projects/muecke/project-muecke-title.jpg); }

		
		#kompetenzen-branding {background-image: url("../img/services-branding.jpg"); background-size: cover; background-position: center center; }
        #kompetenzen-digital {background-image: url(); background-size: cover; background-position: right center; }
        #kompetenzen-marketing { background-image: url("../img/services-marketing.jpg"); background-size: cover; background-position: 55% 70%;}
        #kompetenzen-print {background-image: url("../img/services-print.jpg"); background-size: cover; background-position: right center; }
        #kompetenzen-media { }
        
        #error404{ background-image: url(../img/404.jpg);
            background-repeat: no-repeat;
			background-position: left center;
			background-size: cover;
            min-height: 100vh;
    	}



        .bg-half { position: absolute; height: 100%; width: 50%; left: 0; background-image: url(../img/unsplash.jpg); background-position: right bottom; background-size: cover;}

		.overlayed::before {
            content: "";
            width: 100%;
            top: 0;
            height: 100%;
            position: absolute;
            left: 0;
            opacity: 1;
            z-index: 0;
            background: rgba(12, 13, 15, 0.5);
        }


		video {
            object-fit: cover;
            width: 100vw;
            height: 100vh;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
        }

		.overlay {
            content: "";
            width: 100%;
            top: 0;
            height: 100%;
            position: absolute;
            left: 0;
            opacity: 1;
            z-index: 0;
            background: rgba(12, 13, 15, 0.55);
        }



/* SLIDENAV STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#fp-nav {
    position: fixed;
    z-index: 0;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    right: 3em;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -1px;
    font-size: 9px;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
    right: 1.5rem;
    color: 
    rgba(255,255,255,1);
    line-height: 14px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}

#fp-nav ul li {
    display: block;
    width: 15px;
    height: 12px;
    margin: 2px;
    position: relative;
}

#fp-nav ul li a span {
    background: rgba(255,255,255,0.8);
    width: 10px;
    height: 1px;
    margin: -1px 0 0 0px;
    border-radius: 0;
    left: 0;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span {
    background: rgba(255,255,255,1);
    width: 25px;
    height: 1px;
    margin: -1px 0 0 -10px;
    border-radius: 0;
}

#fp-nav ul li:hover a span {
    background: rgba(255,255,255,1);
    width: 15px;
    height: 1px;
    margin: -1px 0px 0px 0px;
}

#fp-nav a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
    right: 3.5em;    
}

#fp-nav ul li .fp-tooltip.fp-right {
    right: 3.5em;
}

#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 0;
}

#fp-nav ul li:hover a.active + .fp-tooltip {
    opacity: 1;
}


.fp-slidesNav ul li {
    width: 12px;
    height: 15px;
    margin: 2px;
    position: relative;
}

.fp-slidesNav ul li a span {
    background: rgba(255,255,255,0.8);
    width: 1.1px;
    height: 10px;
    margin: -5px 0 0 -1px;
    border-radius: 0;
}

.fp-slidesNav ul li:hover a span {
    width: 1px;
    height: 15px;
    margin: -5px 0px -1px;
}

.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span{
    background: rgba(255,255,255,1);
    width: 1px;
    height: 25px;
    margin: -15px 0 0 -1px;
    border-radius: 0;
}


/*#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
	background: rgba(255,255,255,0.5);
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -3px;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    background: transparent;
    box-sizing: border-box;
    border: 2px solid rgba(255,255,255,0.75);
}*/


.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
    bottom: 2rem;
}


#works-overview #fp-nav { display: none; }

.fp-slidesNav {
	text-align: center;
}






.label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 2px solid #f20c40;
    padding: 0.6rem 0 0 0;
    margin: 0 0 10px;
    display: inline-block;
    letter-spacing: 0.05em;
}



.label-works-vert {
		display: block;
		color: 
		#f8f8f8;
		position: absolute;
		z-index: 1000;
		font-size: 50px;
		font-weight: 400;
		margin: auto;
		white-space: nowrap;
		bottom: 2.5rem;
		-webkit-writing-mode: sideways-lr;
		writing-mode: sideways-lr;
		right: 0;
		left: 0;
		width: 14px;
		opacity: 0.9;
	}



.label-works {
    color: var(--color-light);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
   
    padding: 0.6rem 0 0 0;
    margin: 0 0 3px;
    display: inline-block;
}

.subtitle {
    color: var(--color-light);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin: 0 0 15px;
}

.tagline {
    font-size: 25px;
    line-height: 42px;
    font-weight: 400;
    margin-bottom: 2.5rem;
    color: #fff;
}

.testimonial__quote {
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-bottom:35px;
    quotes:"\201C" "\201D" "\2018" "\2019"
}
.testimonial__quote:before {
 content:open-quote;
}
.testimonial__quote:after {
 content:close-quote;
}
.testimonial__name {
    text-transform: uppercase;
    color: var(--color-link);
    font-weight: 400;
    margin: 0;
}






.project-logo {
	 max-width: 200px;
}

img { max-width: 100%;}



.full-image {
    margin: 50px 0;
}

.full-image img {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.center-image {
    margin: 50px auto;
    text-align: center;
    max-width: 80%;
    display: block;
}


.project-overflow {
    height: 675px;
}
.project-overflow {
    height: 550px;
    margin-bottom: 125px;
    overflow: scroll;
        overflow-x: scroll;
    overflow-x: hidden;
}
.project-overflow {
    box-shadow: 0 10px 50px 
    rgba(38, 45, 56, 0.25);
    border-radius: 10px;
    overflow: hidden;
    padding: 0 !important;
    margin-bottom: 50px;
    float: left;
    direction: ltr;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}


dl {
    margin: 0;
    text-align: left;
}

dl dt {
    float: left;
    font-weight: 400;
    padding: 4px 0px;
    margin: 0 1em 0 0;
    letter-spacing: 0.07em;
}

dl dd {
    text-align: left;
    padding: 4px 0;
    margin: 0 0 2px;
    letter-spacing: 0.07em;
}



ul.list {
    list-style: none;
    padding: 0;
    margin-bottom: 1.65rem;
}

ul.list li {
    color: var(--color-grey);
    margin: 0 3px 6px 0;
    font-size: 16px;
    text-align: left;
    padding: 3.5px 0 3.5px 25px;
    position: relative;
    line-height: 30px;
    /*background-color: rgba(0,0,0,0.5);*/
    display: block;
    letter-spacing: 0.07em;
	font-weight: 500;
}


ul.list li::before {
    position: absolute;
    left: 0;
    top: 19px;
    content: "";
    width: 15px;
    height: 1px;
    background-color: var(--color-grey);
}

.works-services li {
    font-size: 8px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    margin-right: 10px; }
    @media screen and (min-width: 1450px) {
      .works-services li {
        font-size: 10px; } }
    @media screen and (min-width: 950px) {
      .works-services li {
        display: block;
        margin-right: 0;
        margin-bottom: 15px; } }
    .works-services li:last-of-type {
      margin-bottom: 0; }

.outlined {
    color: #0f161a;
    font-size: 150px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1e2428;
}



.btn {
    color: var(--color-link);
    background: none;
    margin: 0 0 6px;
    padding: 0px 1.5rem 0;
    font-weight: 600;
    border: 2px solid var(--color-link);
    border-radius: 0%;
    line-height: 2.2rem;
    -webkit-appearance: none;
    text-transform: uppercase;
    font-size: 0.75rem;
    transition: all 0.6s ease;
    display: inline-block;
    vertical-align: -moz-middle-with-baseline;
    outline: none;
    letter-spacing: 1px;
}

.btn.white {
    color: var(--color-light);
    border: 2px solid var(--color-light);
}

.btn:focus {
	outline: none;
}

.btn:hover {
	box-shadow: inset 0 0 0 2px var(--color-link), 0 0 0px rgba(0, 0, 0, 0);	
}

.btn.white:hover {
	box-shadow: inset 0 0 0 2px var(--color-light), 0 0 0px rgba(0, 0, 0, 0);	
}

.btn.inquiry {
    position: fixed;
    right: 3rem;
    bottom: 2rem;
    z-index: 101;
}



.btn.contact-bottom {
    position: fixed;
    right: 3rem;
    bottom: 2rem;
    z-index: 101;
}





#brand {
    position: fixed;
    top: 2.5rem;
    left: 3rem;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 0;
	z-index: 9999;
}

#brand img {
    width: 180px;
    position: relative;
}

@keyframes flip {
  50% {
    transform: rotate3d(0, 1, 0, 90deg);
  }
}

#brand:hover img {
  animation: flip 0.6s linear;
}




.copyright {
    position: absolute;
    bottom: 2.5rem;
    left: 3rem;
    font-size: 0.7rem;
    z-index: 101;
    opacity: 0.6;
    letter-spacing: 0.03em;
}
.copyright i {
    padding: 0 3px;
}


.content.container {
    z-index: 70;
}


.textcenter {
    text-align: center;
}

.container {
    padding: 0 3rem;
}
.container.sm {
    max-width: 1200px;
}
.container.md {
    max-width: 1400px;
}
.container.lg {
    max-width: 1680px;
}
.container.xl {
    max-width: 1800px;
}

section {
	z-index: 1;
    position: relative;
    overflow: hidden;
}



/*.center {
    width: 75%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}*/







.row.gutter-60 {
    margin-left: -30px;
    margin-right: -30px;
}
.row.gutter-60 [class*="col-"] {
        padding-left: 30px;
        padding-right: 30px;
}

.inner-sm {
    padding: 50px 0;
}

.inner-md {
    padding: 100px 0;
}

.inner-lg {
    padding: 200px 0;
}


.bg-grey {
    background-color: #efefef;
}

.bg-white {
    background-color: #fff;
}

.bg-darkblue {
    background-color: var(--color-bg-blue)
}

.bg-darkgrey {
    background-color: #0C0C0C;
}

.bg-red {
    background-color: #f20c40;
}

.bg-brown {
    background-color: #392f24;
}


@media (max-width: 768px) {
    section.inner-lg {
        padding: 150px 0;
    }
    
}


/*.bg-darkblue p,
.bg-darkblue h2,
.bg-darkblue .label{
    color: var(--color-grey) !important;
}*/

.bg-grey p,
.bg-grey h2,
.bg-grey .label{
    color: #0f161a !important;
}



.bg-wood {
    background-repeat: repeat-y;
    background-position: center;
    background-size: 100% auto;
    position: relative;
    background-image: url("../img/projects/wirtshaus/project-wirtshaus-wood-bg.jpg");
}






/* #Form Overlay
================================================== */

.form-overlay {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  background: #000;
  transition: background 1s, opacity 0.4s, width 0s 0.4s;
}
.show-form-overlay .form-overlay {
  width: 100%;
  opacity: 0.7;
  z-index: 104;
  transition: background 1s, opacity 0.4s, width 0s;
}
.show-form-overlay.form-submitted .form-overlay {
  background: #119DA4;
  transition: background 0.6s;
}
#form-container {
    cursor: pointer;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 70%;
	max-width: 210px;
    height: 2.3rem;
    z-index: 105;
   /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);*/
    transition: all 0.2s 0.45s, height 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s, width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
}
/*#form-container {
  cursor: pointer;
  color: #FFF;
  z-index: 1000;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 5vh;
  background-color: #f72f4e;
  overflow: hidden;
  border-radius: 50%;
  width: 60px;
  max-width: 60px;
  height: 60px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.2s 0.45s, height 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s, width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
}*/
#form-container.expand {
  cursor: auto;
  /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.17);*/
  background-color: var(--color-link);
  width: 70%;
  height: 750px;
  max-width: 500px;
  padding: 0;
  padding: 3rem;
  text-align: left;
  transition: all 0.2s, max-width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, height 0.3s ease 0.25s;
}


#form-close {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 10px;
    fill: 
    #fff;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
}
.icon::before {
  cursor: pointer;
  font-size: 30px;
  line-height: 60px;
  display: block;
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.icon:hover::before {
  animation: wiggle 0.1s linear infinite;
}
.fa-pencil::before {
  display: block;
}
.fa-times::before {
  display: none;
}
.expand.fa-pencil::before {
  display: none;
}
.expand.fa-times::before {
  display: block;
  animation: none;
}
#form-content {
  transform: translateY(150%);
  width: 100%;
  opacity: 0;
  text-align: left;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s 0.2s;
}
#form-content.expand {
  transform: translateY(0px);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, opacity 0s;
}
#form-content form {
  color: #FFF;
  width: 100%;
  height: 100%;
  padding: 0;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
#form-head {
  font-size: 100%;
  padding: 0;
  margin: 0;
  color: #FFF;
  text-align: left;
  position: relative;
  transition: all 0.8s 0.6s;
}
#form-head h2, #form-head p {
}
#form-head h2 {
    font-size: 23px;
    width: 100%;
    line-height: 33px;
    padding: 2.5rem 0;
    margin: 0rem 0 auto;
    display: block;
    text-transform: none;
    font-weight: 400;
}
#form-head .label--line {
    top: 0;
    left: 0;
    display: block;
    color: var(--color-bg-item1);
    position: absolute;
    z-index: 1000;
    font-size: 0.85rem;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
}
#form-head .pre {
    display: inline-block;
    border-color: 
    #fff;
}
#form-head .post {
  display: none;
}
.form-submitted#form-head {
  transform: translateY(250%);
}
.form-submitted#form-head .pre {
  display: none;
}
.form-submitted#form-head .post {
  display: block;
}
.input {
    background: rgba(0, 0, 0, 0.2);
    display: block;
    height: 60px;
    width: 100%;
    margin: 10px 0;
    padding: 0 25px;
    border-width: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    box-shadow: none;
    transform: translateX(0);
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
}
::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}
/* Firefox 18- */
:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
   font-size: 0.9rem;
}
/* Firefox 19+ */
::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
   font-size: 0.9rem;
}
/* IE 10+ */
:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}
/* Edge */
::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}
/* Default */
:placeholder-shown {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}
input, select, textarea {
  color: #FFF;
}
.input.message {
    resize: none;
    height: 150px;
    padding: 20px 25px;
}
.input.submit {
    background-color: 
    #FFF;
/*    font-size: 120%;
*/    height: 70px;
    transition: all 0.1s, transform 0s 0.6s;
}
.input.submit:active {
  margin-top: 15px;
  box-shadow: 0 0 rgba(0, 0, 0, 0.5);
}
.input.form-error {
  animation: error 0.8s ease;
  background: rgba(0, 0, 0, 0.7);
}
select option {
  background: #f72f4e;
  color: #FFF;
  border: none;
  box-shadow: none;
  outline: none;
}
select option:disabled {
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  font-size: 90%;
}
.input {
  transition: transform 0s 1s;
}
.form-submitted .input {
  transform: translateX(150%);
  opacity: 0;
  transition: all 0.5s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.form-submitted .input:nth-child(1) {
  transition-delay: 0.1s;
}
.form-submitted .input:nth-child(2) {
  transition-delay: 0.2s;
}
.form-submitted .input:nth-child(3) {
  transition-delay: 0.3s;
}
.form-submitted .input:nth-child(4) {
  transition-delay: 0.4s;
}
.form-submitted .input:nth-child(5) {
  transition-delay: 0.5s;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
@media (max-width: 600px) {
  #form-container.expand {
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow: initial;
    overflow-x: hidden;
    bottom: 0;
  }
  #form-container h2 {
    font-size: 300%;
  }
  .icon:hover::before {
    animation: none;
  }
  .form-overlay {
    display: none;
    transition: none;
  }
}
@keyframes error {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-6px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(6px);
  }
}
@keyframes wiggle {
  0%, 100% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
}





ul.accordion {
    list-style-type: none;
    padding: 0;
    margin-bottom: 2rem;
    margin-top: 2.5rem;
}

ul.accordion li {
    display: block;
    cursor: pointer;
    border-bottom: 1px solid 
    rgba(0,0,0,0);
    position: relative;
    padding: 0 0 15px;
    margin: 0;
}

ul.accordion .accordion-content {
    padding-left: 5px;
    overflow: hidden;
    display: none;
    padding-right: 3em;
}

ul.accordion .accordion-content.show {
  /*display: block;*/
}

ul.accordion .accordion-content p {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

ul.accordion .accordion-arrow,
ul.accordion .accordion-arrow:before,
ul.accordion .accordion-arrow:after
{
  transition: all 0.3s ease-in-out;
}

ul.accordion h3 {
    line-height: 2em;
    margin-bottom: 0px;
}

.accordion-arrow {
    position: absolute;
    right: 35px;
    top: 20px;
}

.accordion-arrow::after {
    content: " ";
    width: 12px;
    height: 2px;
    background-color: #f20c40;
    position: absolute;
    right: -10px;
    transform: rotate(-45deg);
}
.accordion-arrow::before {
    content: " ";
    width: 12px;
    height: 2px;
    left: 50%;
    margin-left: -10px;
    background-color: #f20c40;
    position: absolute;
    transform: rotate(45deg);
}

.show .accordion-arrow:before {
  transform: rotate(-45deg);
}

.show .accordion-arrow:after {
  transform: rotate(45deg);
}





/* Arrow Animation Styles Start */


/*

.accordion ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.accordion ul li {

    display: block;
    cursor: pointer;
    border-bottom: 1px solid rgba(0,0,0,0);
    position: relative;
    padding: 30px 0;
    overflow: hidden;
    height: 90px;
    margin: 0;

}

.accordion ul li.open {
  height: 100%;
  cursor: default;
}

.accordion ul li:hover {
  background: rgba(0,0,0,0.5);
}

.accordion ul li.open:hover {
  background: none;
}

div.accordion {
  position: relative;
}

.accordion .accordion-content {
  opacity: 0;
}

.open .accordion-content {
  opacity: 1;
}*/



/* #Cursor
================================================== */
.cursor,
.cursor2,
.cursor3{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: 0;
	top: 0;
    -webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.cursor{
	background-color: rgba(231, 55, 73);
    height: 7px;
    width: 7px;
    z-index: 99999;
}
.cursor2,.cursor3{
	height: 36px;
	width: 36px;
	z-index:99998;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.cursor2.hover,
.cursor3.hover,
.cursor2.hover-slide{
    height: 70px;
    width: 70px;
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none;
}
.cursor2{
	border: 2px solid rgba(255, 255, 255, 0.75);
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}
.cursor2.hover,
.cursor2.hover-slide{
	background: rgba(0,0,0,0.5);
	box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
}

.cursor.hover-slide{
    opacity: 0;
}

.cursor2.hover-slide.drag {
     width:36px;
     height:36px;
     top:0;
     left:0
}
.cursor2.hover-slide.drag span {
     opacity:0;
}
.cursor2.hover-slide span {
     opacity:1;
}
.cursor2 span {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.2s ease-out;
    color: #fff;
    line-height: 0.8em;
}


/* #NAV Primary
================================================== */

#menu__primary {
    position: fixed;
    top: 1.5rem;
    z-index: 9;
    right: 6.5rem;
}
#menu__primary ul {
	 display: inline-block;
	 transform: translate3d(0, 0, 0);
     margin: 0;
}
#menu__primary li {
	 display: inline-block;
}
#menu__primary a {
    font-family: poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 0 30px;
    line-height: 50px;
    text-decoration: none;
    color: #fff;
}
#menu__primary a:after {
	 position: absolute;
	 left: 50%;
	 right: 50%;
	 height: 2px;
	 bottom: 10px;
	 content: "";
	 background-color: #f20c40;
	 transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	 transform: translate3d(0, 0, 0);
}
#menu__primary a:hover:after {
	 left: 40px;
	 right: 42px;
}

@media (max-width: 1050px) {
     #menu__primary {
        display: none;
    }   
}


/* #NAV Overlay
================================================== */

#menu__overlay-wrap {
     display: none;
     width: 100%;
     min-height: 100vh;
     height: 100%;
     background: #0f161a;
     opacity: 0;
     position: fixed;
     top: 0;
     padding: 80px 0;
     overflow: hidden;
	 z-index: 15;
}

.menu__overlay-wrap-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: -2;
/*    animation: animate 20s linear infinite;*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url('/img/indivisualz-logo-solo-dark.svg');
    opacity: 0.4;
}

@keyframes animate
{
    0% { transform: scale(1); opacity: 0.2;}
    100% { transform: scale(1.2); opacity: 0.8;}
}

#menu__overlay-primary ul {
    list-style-type: none;
    padding: 0;
    counter-reset: menuitem;
    margin-bottom: 2rem;
}

#menu__overlay-primary ul li {
     
}




#menu__overlay-primary a {
    font-family: poppins, sans-serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: 
    #fff;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    margin: 0.5rem 0 0 1.25rem;
    padding: 0 0.5rem;
    position: relative;
    display: inline-block;
    font-size: 3vw;
    line-height: 1.2em;
}


#menu__overlay-primary a:hover {
    color: #959595;
}

#menu__overlay-primary a::before {
    counter-increment: menuitem;
    content: counters(menuitem, "", decimal-leading-zero);
    position: absolute;
    font-size: 0.85rem;
    bottom: -15%;
    left: -1.25rem;
    color: #494d54;
    font-weight: 300;
}

#menu__overlay-primary a::after {
    content: '';
	width: 100%;
	top: 47%;
	height: 4px;
	background: var(--color-link-hover);
	position: absolute;
	left: 0;
	opacity: 0;
	transform: scale3d(0,1,1);
	transition: transform 0.3s, opacity 0.3s;
	transform-origin: 100% 50%;
}
#menu__overlay-primary a:hover::after {
	opacity: 1;
	transform: scale3d(1,1,1);
}

#menu__overlay-secondary {
    border-top: 1px solid #696D6F;
    padding-top: 1.85rem;
}

#menu__overlay-secondary ul {
     list-style-type: none;
     padding: 0;
}
#menu__overlay-secondary ul li {
     overflow: hidden;
}
#menu__overlay-secondary a {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    margin: 0 0 0.5rem;
    padding: 0;
    position: relative;
    display: inline-block;
}
#menu__overlay-secondary a:hover {
    color: #959595;
}




.menu__toggle {
    position: fixed;
    top: 1.5rem;
    right: 2.3rem;
    width: 50px;
    height: 50px;
    z-index: 20;
    cursor: pointer;
}

.menu__toggle .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 10px;
    fill: #fff;
    -o-transition:.3s;
     -ms-transition:.3s;
     -moz-transition:.3s;
     -webkit-transition:.3s;
     transition:.3s;
}

.menu__toggle .icon.icon--close {
    width: 55px;
    height: 48px;
}

.menu__toggle-open {
    position: absolute; 
}

.menu__toggle-close {
    position: absolute; 
    display: none;
    opacity: 0;
}

.menu__toggle .icon:hover {
    fill: #f20c40;
}

/* #NAV Overlay Social Links
================================================== */

.menu__footer-social {
    position: fixed;
    bottom: 2.15rem;
    z-index: 6;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    color: #b1b1b1;
}

.menu__footer-social li {
    display: block;
    margin: 0 0.5rem;
    position: relative;
    text-align: center;
    float: left;
    transition: all 0.6s ease;
}

.menu__footer-social li a {
    color: rgba(255,255,255,0.4);
    font-size: 1em;
    width: 2.5rem;
    height: 2.5rem;
	line-height: 2.5rem;
    position: relative;
    text-align: center;
    display: inline-block;
	transition: all 0.6s ease;
    -webkit-backface-visibility: hidden;
	pointer-events: auto;
}

.menu__footer-social li a:hover {
    color: #f92c42;
}


@media (max-width: 750px) {
     #menu__overlay-primary a {
         font-size: 25px;		 	 
    }
	.menu__footer-social {
        position: relative;
        margin: 60px 10px 10px -15px;
        display: block;
    }
	#menu__overlay-secondary a {
		margin: 0.4rem 0;
		font-size: 0.8rem;
	}
}


.social-links {
    font-size: 1.3rem;
    margin: 0 0 1.65rem -15px;
    padding: 0;
    color: #bc2b2b;
    display: inline-block;
}

.social-links li {
    display: block;
    margin: 0 0.5rem;
    position: relative;
    text-align: center;
    float: left;
    transition: all 0.6s ease;
}

.social-links li a {
    color: rgb(255, 255, 255);
    font-size: 1em;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    position: relative;
    text-align: center;
    display: inline-block;
    transition: all 0.6s ease;
    -webkit-backface-visibility: hidden;
    pointer-events: auto;
}

.social-links li a:hover {
    color: #f92c42;
}


span.label-mail,
span.label-phone {
    font-family: poppins, sans-serif;
    font-weight: 800;
    color: #fff;
    padding-right: 5px;
}







/* ===========================================
   SmoothState styling
   =========================================== */
.m-scene .scene-main {
  -webkit-animation-duration: .25s;
          animation-duration: .25s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.m-scene .scene-main--fadein {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.m-scene.is-exiting .scene-main {
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse;
}
.m-scene .scene-nav {
  -webkit-animation-duration: .25s;
          animation-duration: .25s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: width;
          animation-name: width;
}
.m-scene.is-exiting .scene-nav {
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes width {
  0% {
    width: 300px;
  }
  100% {
    width: 50vw;
  }
}
@keyframes width {
  0% {
    width: 300px;
  }
  100% {
    width: 50vw;
  }
}






.loading-page {
    background: 
    #0d0d0d;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
}
.loading-page .counter {
  text-align: center;
}
.loading-page .counter p {
  font-size: 40px;
  font-weight: 100;
  color: #f60d54;
}
.loading-page .counter h1 {
  color: white;
  font-size: 60px;
  margin-top: -10px;
}
.loading-page .counter hr {
  background: #f60d54;
  border: none;
  height: 1px;
}
.loading-page .counter {
  position: relative;
  width: 200px;
}
.loading-page .counter h1.abs {
  position: absolute;
  top: 0;
  width: 100%;
}
.loading-page .counter .color {
  width: 0px;
  overflow: hidden;
  color: #f60d54;
}



.videoBG {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}




.nav-projects-item {
}

.nav-projects-link {
    color: var(--color-text);
    line-height: 30px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-weight: 400;
}

.nav-projects-link ion-icon {
     font-size: 30px;
}

.nav-projects-link span {
    padding: 0 10px;
    letter-spacing: 0.07em;
    display: block;
}

.nav-projects-link.previous {
    text-align: left;    
}

.nav-projects-link.next {
    text-align: right;    
}

.nav-projects-link span.nav-projects-description {
    font-size: 14px;
    font-weight: 200;
    padding: 0 10px;
}

.nav-projects-link span.nav-projects-previous,
.nav-projects-link span.nav-projects-next {
    
}

a.nav-projects-link:hover {
    text-decoration: none;
}


.noise {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.4;
}



.fp-tableCell {
    z-index: 4;
    position: relative;
}


.fa {
     color: #484848;
     padding-right: 12px;
     font-size: 1.8em !important;
     -o-transition:.3s;
     -ms-transition:.3s;
     -moz-transition:.3s;
     -webkit-transition:.3s;
     transition:.3s;
}
.fa:hover {
     color:#F24738;
}



/* =============================================================================
   Kontakt
   ========================================================================== */

#contact-content {
	min-height: 100vh;
}

#contact .label {
    border-color: #fff !important;
}

#contact p, #contact h2 {
    color: #fff;
}

#contact .btn.contact-bottom {
    display: none;
}

#contact a {
    color: #fff;
}



/* =============================================================================
   Kontaktformular
   ========================================================================== */

#formular {
	padding-bottom:50px;
	width:100%;
  	margin: 0 auto;
}

.feedback-input {
	color:#fff;
	font-family: 'Raleway', sans-serif;
    font-weight:400;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: rgba(62, 64, 70, 0.5);
	padding: 13px 13px 13px 54px;
	margin: 0 0 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    border: 3px solid rgba(255,255,255,0.03);
}

.feedback-input:focus{
	background: #e0e0e0;
	box-shadow: none;
	border: 3px solid rgba(62, 64, 70, 0.4);
	color: #000;
	outline: none;
    padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(../images/name-icon.svg);
	background-size: 24px 24px;
	background-position: 11px 11px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(../images/name-icon.svg);
	background-size: 24px 24px;
    background-position: 11px 11px;
	background-repeat: no-repeat;
}

#phone{
	background-image: url(../images/phone-icon.svg);
	background-size: 22px 29px;
	background-position: 11px 10px;
	background-repeat: no-repeat;
}

#phone:focus{
	background-image: url(../images/phone-icon.svg);
	background-size: 22px 29px;
    background-position: 11px 10px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(../images/mail-icon.svg);
	background-size: 22px 28px;
	background-position: 11px 10px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(../images/mail-icon.svg);
	background-size: 22px 28px;
    background-position: 11px 10px;
	background-repeat: no-repeat;
}

#message{
	background-image: url(../images/write-icon.svg);
	background-size: 23px 23px;
	background-position: 11px 11px;
	background-repeat: no-repeat;
}

#formular .formblock {
	float: left;
    margin-right: 1.5%;
    width: 32.333%;
}

#formular .email {
    margin-right: 0;
}

#formular .message {
	float:left;
	width: 100%;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

#formular legend {
	display:none;
}

input, textarea {	
	transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
	outline:none;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border: 3px solid rgba(83, 84, 90, 0.6);
}

.submit {
	margin-top: 23px;
}

#button-blue{	
	float:left;
	width: 100%;
	border: #f92c42 solid 4px;
	cursor:pointer;
	background-color: transparent;
	color:#949494;
	font-size:24px;
	text-transform:uppercase;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    margin-top: 0;
    font-weight:900;
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
	outline:none;
}

#button-blue::-moz-focus-inner {
  border: 0;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #202C35;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 77px;
	background-color:#f92c42;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:#f92c42;
}

#successmessage {
	background-color: rgba(14, 15, 19, 0.75);
    color: #727478;
    margin: 2em 0 0;
    padding: 1.5em;
    text-align: center;
	display:none;
	transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;	
}

span.TectiteFieldError {
	display: block;
    padding: 0 0 0.6em 1em;
}


.animsition-loading, .animsition-loading::after {
    width: 50px !important;
    height: 50px !important;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -25px !important;
    margin-left: -25px !important;
    border-radius: 50%;
    z-index: 999 !important;
    border: none !important;
    animation-duration: 1s !important;
}

#map {
    border: none;
    height: 100%;
    width: 100%;
    z-index: 80;
    min-height: 50vh;
}

@media screen and (min-width: 768px) {
    #map { width: 23%; position: fixed !important; right: 0; z-index: 80; top: 0; }
}


@media screen and (max-width: 768px) {
	
/*  Base ============================================= */
	.btn.contact-bottom { display: none; }
}

@media screen and (max-width: 768px) {
	
/*  Base ============================================= */
	#brand { left: 2rem; top:2rem; }
	#fp-nav { display: none; }
	.menu__toggle { right: 1.4rem; top: 1rem;}
    .container { padding: 0 2rem; }
	.copyright { left: 2rem; bottom: 2rem; }
	.btn.contact-bottom { right: 2rem; }
    .moveSectionDown { display:none;}
    #footer { display: none; }
    .label--scrolldown.nextSection {bottom: 1.5rem;}
    ul.accordion { margin-top: 0rem; margin-bottom: 1rem;}
    ul.accordion h3 { font-size: 16px; }
    .accordion-arrow { position: absolute; right: 10px; top: 15px; }
	
/*  Typo ============================================= */
	p { font-size: 13px; line-height: 25px; margin-bottom: 1.3rem; }
	.headline-lg { font-size: 3em; line-height: 1em; margin-bottom: 15px; }
	.headline-md { font-size: 2.2em; line-height: 1.1em; }
	.project-title { font-size: 2.2em; line-height: 1.1em; }
	.tagline { font-size: 16px; line-height: 30px; }
    ul.list { margin-bottom: 1.3rem; }
	ul.list li { font-size: 13px; line-height: 25px; }
    ul.list li::before { top: 16px;}
    dl dt, dl dd { font-size: 13px; }	
	
/*  Cursor =========================================== */	
	.cursor, .cursor2, .cursor3 { display: none; }
}
