html, button, input, select, textarea {
	color: #222;
	overflow-x: hidden;
	height: auto;
}
body {
	font-size: 1em;
	line-height: 1.4;
	overflow-x: hidden;
	height: auto;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
   Schmuckfarbe rot: #E41F00
 */
/*
::-moz-selection {
 background: #f2c2c9;
 color: #a4003a;
 text-shadow: none;
}
 */
::selection {
	background: #cbcbcb; /*#38b5c9 - - - > ex-türkis*/
	color: #a4003a;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1.25px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #747474, #747474, #747474);  
	background-image: -moz-linear-gradient(left, #747474, #747474, #747474); 
	background-image: -ms-linear-gradient(left, #747474 #747474, #747474); 
	background-image: -o-linear-gradient(left, #747474, #747474, #747474); 
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}

.left    { text-align: left; }

img {
	vertical-align: top;
	text-align: left;
}

.blurring {
	animation: blurringImage 5s linear; /* infinite*/
}

.blurringFast {
	animation: blurringImage 2s linear; /* infinite*/
}

@keyframes blurringImage {
	0%  {filter: blur(20px)}
	100% {filter: blur(0px)}
}


/*  Allow only vertical resizing of textareas. */

textarea {
	resize: vertical;
}
/* ==========================================================================
   General styles
   ========================================================================== */

html, body {
	height: 100%;
}
body {
	font-family: QuanRounded-Regular; /* font-family: QuanRounded-SemiLight; */
	font-weight: normal;
	font-size: 22px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	letter-spacing: 1px;
}
.col-md-4 {
	padding-bottom: 0px; /*-30px*/
}
.row {
	margin-right: 7px;
	margin-left: 7px; /*-15px*/
}

.row-header {
	margin-right: 30px;
	margin-left: 30px; /*-15px*/
}

.modal-header {
	background: #cbcbcb; /*#38b5c9 - - - > ex-türkis*/
	cursor: pointer;
}
.modal-header h4 {
	color:  #000000;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 1px;
}
.modal-footer {
	background: #cbcbcb; /*#38b5c9 - - - > ex-türkis*/
}


.modal-footer .btn-modal {
	padding: 10px 6px 10px 6px;
	font-weight: 500;
	font-family: Quan-RoundedBold;
	font-size: 16px;
	letter-spacing: 1px;
	background-color: #E41F00; /* background-color: rgba(255,255,255,0);*/
	color: #fff;
	border-radius: 20px;
}

.modal-footer .btn-modal:hover, #headerwrap .btn:focus {
    	inset 3.5em 0 0 0 var(--hover);  
	color: #555;
	background-color: #fff;
	outline: 0px;
} 


/* ==========================================================================
   Navigationsleiste
   ========================================================================== */

.navbar-default {
	background-color: #fff;
	padding: 0 0; /*geändert 12px 0     - -   - -  - -  - - - - - - -  - -*/
	box-shadow: 0 0 3px #ccc;
	font-family: QuanRounded-Regular;
	font-weight: normal;
}

.navbar-default .navbar-nav > li > a {
  color: #555;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > 
	a:focus {
	color: #d3231c; /* Mouseover #38b5c9 - - - > ex-türkis. ex #000000 */	
        transform: scale(1.05);
          -webkit-transition: transform 0.2s ease-in-out;
          -moz-transition: transform 0.2s ease-in-out;
    	  -ms-transition: transform 0.2s ease-in-out;
}


a img {
	background: none;
}
.odd a img {
	background: #f5f5f5;
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #d3231c;  /*#38b5c9 - - - > ex-türkis ex #cbcbcb */
  background-color: #fff;
}


.navbar-brand .fa > a:hover, a:focus {
	transform: scale(1.07); 
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
} 

.navbar-default .navbar-brand {
	font-weight: normal;
	font-size: 22px;
	/* gcolor: #666; */
}
.navbar-brand .fa {
	color: #cbcbcb; /*#38b5c9 - - - > ex-türkis*/
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
} 

img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

a:hover img {
          transform: scale(1.07);
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
    	  -ms-transition: all 0.25s ease-in-out;
}


.navbar-toggle {
	border-color: transparent;
	border: 0px solid transparent;
}

/* ==========================================================================
   Text im Bild
   ========================================================================== */


.subline-header > a,
.subline-header > a:hover,
.subline-header > a:focus {
  	color: #d3231c;   
	text-decoration: none #FF3028; /* text-decoration: underline #FF3028; */
	/* text-decoration-thickness: from-font; */
	text-decoration-thickness: 3px
	-webkit-transition: transform 0.2s ease-in-out;
        -moz-transition: transform 0.2s ease-in-out;
    	-ms-transition: transform 0.2s ease-in-out;
}


/* Titles */

h1 a:link {color: white; text-decoration: none; }
h1 a:active {color: white; text-decoration: none; }
h1 a:visited {color: white; text-decoration: underline; } 
h1 a:hover {color: white; text-decoration: underline; }


h1, h2, h3, h4, h5, h6 {
	font-family: Quan-RoundedBold;
	font-weight: 400;
	color: #555;
	-webkit-font-smoothing: antialiased;
}

h2 {
	font-size: 34px;
	color: #666;
	font-weight: normal;
}

h3 {
	font-size: 25px;
	font-weight: normal;
}

h4 {
	font-family: Quan-RoundedBold;
	font-weight: normal;
	font-size: 30px;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	letter-spacing: 1px;
}

h5 {
	font-family: QuanRounded-Regular; /* QuanRounded-SemiLight   QuanRounded-Regular*/
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 2px;
}

headfont { /*Navigation*/
	font-family: Quan-RoundedBold;
	font-weight: normal;
	font-size: 22px;
	color: #00000;
	letter-spacing: 2px;
}
/* Paragraph & Typographic */
p {
	line-height: 30px;
	margin-bottom: 20px;
}
p.large {
	font-size: 23px;
	margin-bottom: 50px;
}
.centered {
	text-align: center;
}

.left {
	text-align: left;
}

.blinking {
	animation: blinkingText 2s linear infinite;
}

.subline-header {
	font-size: 23px !important;
}

@keyframes blinkingText{
0%  {color: 787878;} /* opacity: .3; ff8080 */
30% {color: 787878;} /* opacity: .6; ff8080 */ 
50% {color: #000000;} /* opacity: 1.0; #d3231c */
70% {color: ff8080;} /* opacity: .6; */ 
100% {color: ff8080;} /* opacity: .3; */ 

}

strong {
	font-weight: normal;
}

em {
	font-weight: normal;
}

pre {
	background: #ebebeb;
	border: none;
	font-family: Quan-RoundedLight;
	font-size: 16px;
	color: #666;
	padding: 20px;
	line-height: 28px;
}
small {
	font-size: 12px;
}
blockquote, blockquote p {
	line-height: 28px;
	color: #999;
	font-weight: 300;
	font-style: italic;
}
blockquote {
	position: relative;
	margin: 0 0 40px -30px;
	padding-left: 30px;
	border-left: 5px solid #3b3b3b; /*#38b5c9 - - - > ex-türkis*/
}
blockquote cite {
	position: absolute;
	bottom: -25px;
	right: 0;
	font-size: 12px;
	font-style: italic;
	color: #333;
	font-weight: 300;
}
blockquote cite:before {
	content: "-- "
}

/* Images */

.overflow-image {
	margin-top: -65px;
}

/* Links - Email*/
a {
	color: #3b3b3b; /*#38b5c9 - - - > ex-türkis ex #3b3b3b */
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: #d3231c; /*#38b5c9 - - - > ex-türkis ex #000000  */
	/* border-bottom: 6px solid;  - - - - - - - - - - - - - - - - - - - - - - - NEU - - - - - - - - - - - - - - - - - */
	text-decoration: none;
	outline: 0;
 	}

}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
/* ==========================================================================
   Header Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/header_bg.jpg) no-repeat center top;
	padding-top: 200px; /*200px 340px*/
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px; /*640px  400px */
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 50px;
	margin-top: 40px;
	scroll-behavior: smooth;
}


#headerwrap_illustration {
	background: url(../img/header_illustration_bg.jpg) no-repeat center top;
	padding-top: 350px; /*200px 340px*/
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px; /*640px*/
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 30px;
	margin-top: 40px;
	scroll-behavior: smooth;
}


#headerwrap h1 {
	color: #fff;
	font-size: 4.5vw;
	font-weight: 400;
	/*text-align: center;*/
	letter-spacing: 2px;
	padding-bottom: 0px; /5px/
	line-height: 0.9;
	padding-top: 80px; 	/*100px*/
}


#headerwrap h4 {
	color: #fff;
	font-size: 25px;
	font-weight: 400;
	/* text-align: left;*/
	letter-spacing: 2px;
	line-height: 0.8;
	padding-bottom: 5px;
}


#headerwrap_illustration h1 {
	color: #fff;
	font-size: 3.2vw;
	font-weight: 400;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 5px;
	line-height: 0.8;
	padding-top: 80px; 	/*100px*/
}

#headerwrap p {
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.0;
}

#headerwrap_illustration p {
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
}

#headerwrap .btn {
	padding: 13px 8px 13px 8px;
	font-weight: 500;
	font-size: 21px;
	margin: 20px 0;
	background-color: #E41F00; /* background-color: rgba(255,255,255,0);*/
	color: #fff;
	border-radius: 25px;
	/* border: 1px solid #fff; */
}
#headerwrap_illustration .btn {
	padding: 13px 8px 13px 8px;
	font-weight: 500;
	font-size: 21px;
	margin: 20px 0;
	background-color: #E41F00; /* background-color: rgba(255,255,255,0);*/
	color: #fff;
	border-radius: 25px;
	/* border: 1px solid #fff; */
}

#headerwrap .btn:hover, #headerwrap .btn:focus {
    	inset 3.5em 0 0 0 var(--hover);  
	color: #555;
	background-color: #fff;
	outline: 0px;
	/* border: 1px solid #fff; */
} 
#headerwrap_illustration .btn:hover, #headerwrap_illustration .btn:focus {
    	inset 3.5em 0 0 0 var(--hover);  
	color: #555;
	background-color: #fff;
	outline: 0px;
	/* border: 1px solid #fff; */
}


/* ==========================================================================
   ÜBER / ERFAHRUNG
   ========================================================================== */
#about {
	background: #f5f5f5;  /* #fcf0c5; #fefbef #f5f5f5 */;
	/*background: url(../img/bg.jpg) no-repeat center center fixed;   - Verlauf*/
	padding: 110px 0 0 0; /*60px Position Sprung navbar*/
	text-align: center;
	background-size: cover;
	scroll-behavior: smooth;
}

/*
#about hr {
	display: block;
	height: 1.25px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #747474, #747474, #747474);
	background-image: -moz-linear-gradient(left, #747474, #747474, #747474); 
	background-image: -ms-linear-gradient(left, #747474 #747474, #747474); 
	background-image: -o-linear-gradient(left, #747474, #747474, #747474); 
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}*/

#about img {
	margin-top: 0;
	margin-bottom: 40px;
}

/* ==========================================================================
   LEISTUNGEN
   ========================================================================== */
#services {
	background: url(../img/bg.jpg) no-repeat center center fixed;
	padding: 110px 0; /*60px Position Sprung navbar*/
	text-align: center;
	background-size: cover;
	scroll-behavior: smooth;
}

#services .fa {
	color: #000000; /*  Farbe Icons Leistungen #9d9d9d */
}

 /*  Trennlinie */
/*
#services hr {
	display: block;
	height: 1.25px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #747474, #747474, #747474); 
	background-image: -moz-linear-gradient(left, #747474, #747474, #747474); 
	background-image: -ms-linear-gradient(left, #747474 #747474, #747474); 
	background-image: -o-linear-gradient(left, #747474, #747474, #747474); 
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}*/

#services p {
	text-align: center;
}
#services h2 {
	color: #666;
	font-family: Quan-RoundedBold;
}

#services h3 {
	color: #666;
	font-family: Quan-RoundedBold;
}

#services h3 a:link {color: #666; text-decoration: none; }
#services h3 a:active {color: #666; text-decoration: none; }
#services h3 a:visited {color: #666; text-decoration: underline !important; } 
#services h3 a:hover {color: #666; text-decoration: underline !important; }


/* ==========================================================================
   PORTFOLIO
   ========================================================================== */
#portfolio {
	background-color: #fff;
	padding: 110px 0;
}
#portfolio .btn-default {
	border: 0; /* border: 1px solid #E41F00;  */
}
#portfolio img {
	margin-top: 0;
	margin-bottom: 0;
}

/* ==========================================================================
   PERSON
   ========================================================================== */
#team {
	background: url(../img/bg.jpg) no-repeat center center fixed;
	padding: 110px 0; /*60px Position Sprung navbar*/
	text-align: center;
	background-size: cover;
	scroll-behavior: smooth;
}

/*
#team hr {
	display: block;
	height: 1.25px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #747474, #747474, #747474);  
	background-image: -moz-linear-gradient(left, #747474, #747474, #747474); 
	background-image: -ms-linear-gradient(left, #747474 #747474, #747474); 
	background-image: -o-linear-gradient(left, #747474, #747474, #747474); 
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
} */

#team h2 {
	color: #555;
}
#team p {
	color: #555;
}
#team h4 {
	padding-top: 10px;
	color: #555;
}
#team p.large {
	margin-top: 60px;
	margin-bottom: 30px;
}
#team .fa {
	width: 30px;
	height: 30px;
	margin: 0 3px;
	border-radius: 100%;
	font-size: 15px;
	line-height: 30px;
	outline: 0;
	color: #fff;
	background-color: #7e7e7e;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
#team .fa:hover {
	background-color: #E41F00; /*#38b5c9 - - - > ex-türkis*/
	transform: scale(1.2); 
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}


/* ==========================================================================
   KONTAKT
   ========================================================================== */
#contact {
	background: #f5f5f5;
	padding: 110px 0 120px 0;
	text-align: center;
}
#contact .form {
	padding: 30px 0;
}
#contact .fa { 
	color: #8b8b8b; /*#8b8b8b  #38b5c9 - - - > ex-türkis*/
	margin-bottom: 10px;
}
#contact .btn {
	font-weight: 500;
	font-size: 18px;
	margin-top: 50px;
	background-color: #000000; /*#38b5c9 - - - > ex-türkis*/
	color: #fff;
	border: 0;
}
#contact .btn:hover, #contact .btn:focus {
	background-color: E41F00; /* #000000 #38b5c9 - - - > ex-türkis*/
	outline: 0px;
}
#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding: 50px 0;
	border-bottom: 1px solid #eee;
	text-align: center;
}
#greywrap .btn {
	font-family: Quan-RoundedBold;
	font-size: 20px;
	margin: 0 25px;
	background-color: #fff;
	border-color: #e2e2e2;
	color: #888;
	border-bottom: 0;
	letter-spacing: 1px;
}
#greywrap .btn:hover, #greywrap .btn:focus {
	margin: 0 25px;
	background-color: #fff;
	border-color: #000000; /*#38b5c9 - - - > ex-türkis*/
	border-bottom: 0;
	outline: 0px;
	color:#000000; /*#38b5c9 - - - > ex-türkis*/
}
#greywrap h2 {
	font-size: 30px;
}
#greywrap .callout {
	margin-bottom: 20px;
}
#greywrap p {
	font-size: 30px;
}
#greywrap .fa {
	font-size: 18px;
	margin-right: 4px;
}
/* ==========================================================================
   NACHHALTIGKEIT
   ========================================================================== */
#nachhaltigkeit {
	background: url(../img/bg_nachhaltigkeit.jpg) no-repeat center center fixed;
	padding: 110px 0;
	text-align: center;
	background-size: cover;
	scroll-behavior: smooth;
}

/*
#nachhaltigkeit hr {
	display: block;
	height: 1.25px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #747474, #747474, #747474); 
	background-image: -moz-linear-gradient(left, #747474, #747474, #747474); 
	background-image: -ms-linear-gradient(left, #747474 #747474, #747474); 
	background-image: -o-linear-gradient(left, #747474, #747474, #747474); 
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}*/

#nachhaltigkeit .fa { 
	color: #8b8b8b; /*#38b5c9 - - - > ex-türkis*/
	margin-bottom: 10px;
}
#nachhaltigkeit .btn {
	font-weight: 500;
	font-size: 18px;
	margin-top: 50px;
	background-color: #000000; /*#38b5c9 - - - > ex-türkis*/
	color: #fff;
	border: 0;
}
#nachhaltigkeit .btn:hover, #nachhaltigkeit .btn:focus {
	background-color: #000000; /*#38b5c9 - - - > ex-türkis*/
	outline: 0px;
}
#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding: 50px 0;
	border-bottom: 1px solid #eee;
	text-align: center;
}
#greywrap .btn {
	font-family: Quan-RoundedBold;
	/* font-weight: 300; */
	font-size: 20px;
	margin: 0 25px;
	background-color: #fff;
	border-color: #e2e2e2;
	color: #888;
	border-bottom: 0;
	letter-spacing: 1px;
}
#greywrap .btn:hover, #greywrap .btn:focus {
	margin: 0 25px;
	background-color: #fff;
	border-color: #000000; /*#38b5c9 - - - > ex-türkis*/
	border-bottom: 0;
	outline: 0px;
	color:#000000; /*#38b5c9 - - - > ex-türkis*/
}
#greywrap h2 {
	font-size: 30px;
}
#greywrap .callout {
	margin-bottom: 20px;
}
#greywrap p {
	font-size: 30px;
}
#greywrap .fa {
	font-size: 18px;
	margin-right: 4px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */


#footerwrap {
	background: #2b2b2b;
	padding: 30px 0 30px 0; /*30px 0 25px 0*/
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#footerwrap span.copyright {
	font-family: Quan-RoundedBold;
	line-height: 20px; /*150px*/
	color: #8a8a8a;
	font-weight: normal;
}

#footerwrap span.copyright a {
	color: #888;
	/*border-bottom: 1px dotted;*/
}

#footerwrap span.copyright a:hover {
	color: #E41F00; /*#38b5c9 - - - > ex-türkis*/
	text-decoration: none;
}

#footerwrap h4 {
	color: white;
}

ul.social-buttons {
	margin: 0;
}
ul.social-buttons li a {
	font-size: 0px;
	outline: 0;
	color: #999;
}

ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #E41F00; /*#38b5c9 - - - > ex-türkis*/
}
/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	color: #999;
}
.white p {
	padding-top: 25px;
}

/* ==========================================================================
   PORTFOLIO BOXEN
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
	border: 1px solid #ddd;
}
.grid figure img {
	width: 100%;
	display: block;
	position: relative;
	
}
.grid figcaption {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background-color:#a1a1a1;
}
.grid figcaption h5 {
	margin: 0;
	padding: 0px 20px 5px 3px; /* top, right, bottom left */
	/* padding-top: 0px; 
	padding-left: 15px;
	padding-bottom: 5px; */
	color: #fff;
	font-family: Quan-RoundedBold;
	letter-spacing: 1.0px;
	/* font-weight: 700; */
	text-align: left;
	/* text-transform: uppercase; */
}

/* BUTTON-TEXTE */
.grid figcaption a {
	text-align: left;
	padding: 3px 3px 5px 4px; /* 5px 10 px */
	margin-left: 20px;
	display: inline-block;
	background: #E41F00; /* #2f2f2f;*/
	color: #fff;
	font-size: 17px; /*18*/
	font-family: Quan-RoundedBold;
	letter-spacing: 1.0px;
	border-radius: 12px;
	/* text-transform: uppercase; */
}
/* Caption Style */
.mask figure {
	overflow: hidden;
}

/* ================
   PORTFOLIO Bild
 */

/* - - - - - - - - - - - - - - - - PORTFOLIO Desktop - - - - - - - - - - - - - - - - - - - - */
/* ================
   PORTFOLIO Bild
 */


.no-touch .mask figure img {

	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	-o-transition: -o-transform 0.4s;
}

.no-touch .mask figure:hover img, .mask figure.cs-hover img {

	-webkit-transform: translate(0,-30px); /* -30px */
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);

        animation: blurringAndGraying 1.0s linear;
}

@keyframes blurringAndGraying {
0% {filter: blur(2px) brightness(70%)}
10% {filter: blur(0px) brightness(70%)}
100% {filter: blur(0px) brightness(100%)}

}

/* ================
   PORTFOLIO Bildunterschrift
 */

.no-touch .mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;

	-webkit-transform: translate(0,100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);

   	-ms-transition: -ms-transform 0.4s, opacity 0.1s 0.3s;  
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption, .mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translate(0,0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}


/* - - - - - - - - - - - - - - - - Touch Screen Image - - - - - - - - - - - - - - - - - - - - */

/* ================
   PORTFOLIO Bild
 */

.touch .mask figure img {

	-webkit-transition: -webkit-transform 0.4s;
    	-webkit-transition-delay: 0s; 

	-moz-transition: -moz-transform 0.4s;
    	-moz-transition-delay: 0s; 

	-o-transition: -o-transform 0.4s;
    	-o-transition-delay: 0s; 

	transition: transform 0.4s;
    	transition-delay: 0s; 
}

.touch  .mask figure:active img, .mask figure:hover img {

	-webkit-transform: translate(0,-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);

}

/* - - - - - - - - - - - - - - - - Touch Screen Caption - - - - - - - - - - - - - - - - - - - - */

/* ================
   PORTFOLIO Bildunterschrift
 */

.touch .mask figcaption {

	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;

    -webkit-transform: translate(0,100%);  
    -webkit-transition: -webkit-transform 0.4s, opacity 2.1s 2.3s; 
    -webkit-transition-delay: 2s; 

    -moz-transform: translateY(100%);   
    -moz-transition: -moz-transform 0.4s, opacity 2.1s 2.3s;
    -moz-transition-delay: 2s; 

    -ms-transform: translateY(100%); 
    -ms-transition: -ms-transform 0.4s, opacity 2.1s 2.3s;  
    -ms-transition-delay: 2s; 

    -o-transform: translateY(100%);   
    -o-transition: -o-transform 0.4s, opacity 2.1s 2.3s;
    -o-transition-delay: 2s; 

    transform: translateY(100%);   
    transition: transform 0.4s, opacity 2.1s 2.3s;
    transition-delay: 2s; 
}


.touch .mask figure:active figcaption, .mask figure:hover figcaption {
	opacity: 1;

	-webkit-transform: translate(0,0px);
	-webkit-transition: -webkit-transform 0.05s, opacity 0.1s;
   	-webkit-transition-delay: 0s;

	-moz-transform: translateY(0px);
	-moz-transition: -moz-transform 0.05s, opacity 0.1s;
   	-moz-transition-delay: 0s;

	-ms-transform: translateY(0px);
	-ms-transition: -ms-transform 0.05s, opacity 0.1s;
  	-ms-transition-delay: 0s;

	-o-transform: translateY(0px);
	-o-transition: -o-transform 0.05s, opacity 0.1s;
  	-o-transition-delay: 0s;

	transform: translateY(0px);
	transition: transform 0.05s, opacity 0.1s;
   	transition-delay: 0s;
}



/* - - - - - - - - - - - - - - - - Smartphones - - - - - - - - - - - - - - - - - - - - */
/* ================
   PORTFOLIO Bild
 */


@media (hover:none) { 
	.mask figure img {

	-webkit-transition: 
	-webkit-transform 0.4s;
	-webkit-transition-delay: 0s; 

	-moz-transition:
	-moz-transform 0.4s;
	-moz-transition-delay: 0s; 

	-o-transition: 
	-o-transform 0.4s;
	-o-transition-delay: 0s; 

	transition: 
	transform 0.4s;
	transition-delay: 0s; 

	}
}


@media (hover:hover) {
	.mask figure:active img, .mask figure:hover img {

	-webkit-transform: translate(0,-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
	}
}


/* ================
   PORTFOLIO Bildunterschrift
 */



@media (hover:none) {
	.mask figcaption {

    	display: inline-block;
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;

    -webkit-transform: translate(0,100%);  /* translateY(100%);  */ 
    -webkit-transition: -webkit-transform 0.4s, opacity 2.1s 2.3s; 
    -webkit-transition-delay: 2s; 

    -moz-transform: translateY(100%);   
    -moz-transition: -moz-transform 0.4s, opacity 2.1s 2.3s;
    -moz-transition-delay: 2s; 

    -ms-transform: translateY(100%); 
    -ms-transition: -ms-transform 0.4s, opacity 2.1s 2.3s;  
    -ms-transition-delay: 2s; 

    -o-transform: translateY(100%);   
    -o-transition: -o-transform 0.4s, opacity 2.1s 2.3s;
    -o-transition-delay: 2s; 

    transform: translateY(100%);   
    transition: transform 0.4s, opacity 2.1s 2.3s;
    transition-delay: 2s; 
    }
}

@media (hover:hover) { 
	.mask figure:active figcaption, .mask figure:hover figcaption {
	opacity: 1;

	-webkit-transform: translate(0,0px); /* translateY(0px); */
	-webkit-transition: -webkit-transform 0.05s, opacity 0.1s;
   	-webkit-transition-delay: 0s;

	-moz-transform: translateY(0px);
	-moz-transition: -moz-transform 0.05s, opacity 0.1s;
   	-moz-transition-delay: 0s;

	-ms-transform: translateY(0px);
	-ms-transition: -ms-transform 0.05s, opacity 0.1s;
  	-ms-transition-delay: 0s;

	-o-transform: translateY(0px);
	-o-transition: -o-transform 0.05s, opacity 0.1s;
  	-o-transition-delay: 0s;

	transform: translateY(0px);
	transition: transform 0.05s, opacity 0.1s;
   	transition-delay: 0s;
	}
}

.mask figcaption a {
	position: absolute;
	z-index: 5; /* NEW 2022-09-28 */
	top: 10px;
	bottom: 10px;
	right: 30px;
}

/* ==========================================================================
   DATENSCHUTZ POPUP
   ========================================================================== */

#cookie-popup { 
  text-align: center; 
  background: #939393;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  color: #ccc;
  top: 0px; 
  left: 0;
  right: 0;
  line-height: 1.0;
  z-index: 9999;
  font-size:16px; 
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
  }

.hinweis{
	font-size: 16px; 
	line-height: 1.0;
	letter-spacing: 1px;
}

.more a {
	letter-spacing: 1px;
	line-height: 18px;
	display: block;
	color: #ccc;
}

.no-touch .more a:hover, .more a:focus {
	text-decoration: none;
	color: #fff;

}

.more a:active, {
	color: #e52323;
}

 
#cookie-popup .hidden {
  display: none;
}

#cookie-popup .btn {
	padding: 10px 6px 10px 6px;
	letter-spacing: 0.7px;
	font-weight: 500;
	font-size: 16px;
	margin: 5px 0; /* 5px */
	background-color: #E41F00; /* background-color: rgba(255,255,255,0); */
	font-family: Quan-RoundedBold;
	letter-spacing: 1.0px;
	color: #fff;
	border-radius: 18px;
	/* border: 1px solid #fff; */
}
#cookie-popup .btn:hover, #cookie-popup .btn:focus {
	color: #555;
	background-color: #fff;
	outline: 0px;
	/* border: 1px solid #E41F00; */
}



/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width:1050px), screen and (max-device-width:1050px) {
body .header {
	background-attachment: scroll;
	}
}

/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait) {
.header {
	background-attachment: scroll;
}
}

@media screen and (max-width:768px) {

#headerwrap p {
	font-size: 20px;
}
#headerwrap h1 {
        font-size: 45px;
    }
}

@media screen and (max-width:1024px) {

#headerwrap_illustration h1 {
        font-size: 45px;
    }
}

@media screen and (max-width:768px) {

#headerwrap p {
	font-size: 20px;
}
#headerwrap h1 {
        font-size: 45px;
    }
}

@media screen and (max-width:1024px) {

#headerwrap_illustration h1 {
        font-size: 45px;
    }
}

