@charset "utf-8";
/* copyright 2020 - 2025 webQ GmbH */

@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/futural.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/futural.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/futural.woff') format('woff'), /* Modern Browsers */
       url('../fonts/futural.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/futural.svg#Futura') format('svg'); /* Legacy iOS */
  font-display: block ;
}
@media (prefers-color-scheme: dark) {
    body {
	  background-color: #111;
	  color: #eee;
    }
}
* {
	margin:0px;
	padding:0px;
	outline:none;
	border:0;
	box-sizing: border-box;
}
html, body {
	width: 100%;
}
body {
	font-family: "Futura", "Open Sans", "Quattrocento Sans",  Verdana, Helvetica, Arial, sans-serif;
	font-size:18px;
	line-height: 150%;
	color: #2B2B2B;
	background-color: #fff;
}
body#notfound {
	background-image:url(/images/broken.png);
	background-repeat:no-repeat;
}
/* if header image */
body#homepage {
 	/*	background-image:url(/images/webQ_Weihnachten_2024.webp);
	background-image:url(/images/Rockstar_BG.webp);
	background-repeat:no-repeat;
	background-size: contain;
	/*background-position-y: 2em;*/
}
html { 
	scroll-behavior: smooth; 
} 
div, article, aside, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
div.header_image {
	position:relative;
	padding:0;
	overflow:hidden;
	border:0px solid red;
	margin-top: -0.6rem;
	background-image: url(/images/25_Jahre_webQ.webp);
	background-repeat: no-repeat;
	background-size: cover;
	/*margin-top: -8.2rem;*/
}
div.header_image img {
	width:100%;
	height: auto;
	vertical-align: bottom;
}
@media only screen and (min-width: 811px){
	div.header_image {
		margin-top:-15rem;
	}
}
/* if header image */
@media only screen and (min-width: 810px){
body#homepage header .nav li a {
		color: #fff;
	}
}

a {
	/*color: #6893C5;*/
	color: #526e8e;
}
/*, .story u:hover*/

a:hover {  
	font-weight: bold; 
	color: #6893C5;
}
h1, h2, h3 {
	font-size: 1.8em;
	line-height:1.5em;
	font-style: normal;
	margin:0.5em 0 0.5em 0;
}
h3 span {
	font-size: 0.5em;
}
h3.invisible {
	visibility: hidden;
}
h4 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
h1, h2.hide, h3.hide {
	display:none;
}
p {
	margin-bottom: 1em;
}
.text {
	word-wrap: break-word;
}
table {
	width: 100%;
}
td {
	line-height: 3em;
}
td span {
	color: #6893C5;
	font-size:1.2em;
}

/* over the top */
.headerline {
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
	height:2.4em;
	background-color:#eee;
	border-bottom:2px solid #6893C5;
}
.progress-container {
	width: 100%;
}
.progress-bar {
	position: absolute;
	top:0;
    height: 0.4em;
    background: #6893C5;
    width: 0%;
}
.progress-contact {
	margin:0 auto;
	padding-top:0.5em;
	text-align: center;
}

#mailicon, #phoneicon {
	display:inline-block;
	width:65px;
	height:25px;
}
#mailicon {
	background:url(/images/icon_mail.svg) no-repeat;
}
#phoneicon {
	background:url(/images/icon_phone.svg) no-repeat;
}
#phoneicon:hover {
	background:url(/images/icon_phone_up.svg) no-repeat;
}
#mailicon:hover {
	background:url(/images/icon_mail_up.svg) no-repeat;
}

/* page content */ 
.container {
	max-width:84em;
	max-width:1476px;
	margin: 1em auto;
	padding: 0em;
	overflow: auto;
	border:0px solid red;
	/*z-index: 2;*/
	position: relative;
}
header {
	padding: 2em 2em 1em 2em;
	overflow: auto;
    z-index: 2;
    position: relative;
}

.logo {
		float:left;
		background:url(/images/webq-4c.svg) no-repeat;
	}

/* if header image */
@media only screen and (min-width: 810px){
	body#homepage .logo {
		float:left;
		background: url(/images/webq-w.svg) no-repeat;
	}
}

.logo img {
    max-width: 70%;
    height: auto;
    opacity: 0;
}

/* Main Navigation */
.nav {
    margin-top: 2em;
	float: right;
}
.nav li {
	list-style:none;
	display: table-cell;
	width: 30%;
}
.nav li a {
	display: block;
	padding: 0.3em 0.6em;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	font-size:1.2em;
	font-weight:bolder;
}



.nav li a:hover {
	color: #6893C5;
	font-weight: normal;
	font-weight:bolder; 
}
.nav li.on a {
	font-style: italic;
    color:#6893C5;
} 
section {
	border:0px solid red;
	padding: 1.0em 0;
}
article {
	margin-bottom:3em;
}
.content {
	clear:both;
	height:100%;
	overflow: hidden;
}
.one_col {
	width:100%;	
	padding:0 2em;	
}
.two_cols {
	width: 50%;
	padding:0 2em;	
}
.three_cols {
	width: 33.33%;	
	padding:0 2em;	
}
.four_cols {
	width: 25%;	
	padding:0;	
}
.padd_r {
	padding-right:2em;
}
.padd_l {
	padding-left: 2em;
}
.float_l {
	float: left;
	width:50%;
}
.float_r {
	float: right;
	text-align:right;
	margin:0 0 1em 1em;
}
.float_l img {
	max-width: 100%;
	height: auto;
}
.flexbox {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: flex-start;
}

/* home page */
#showreel {
	max-width: 100%;
    cursor: pointer;
}
.ext_media{
	 position:relative;
	 padding-bottom:56.15%;
	 padding-top:0px;
	 height:0;
	 overflow:hidden;
	 border-radius: 20px;
}
#homepage button.playPause {
	display:none;
}
#counter {
	text-align: center;
}
.counter-value {
	font-size: 3em;
	color: #6893C5;
	line-height: 150%;
	font-weight: bold;
}
.facts {
	width: calc(25% - 2em);
	margin: 1em;
}
@media only screen and (max-width: 810px) {
	.facts {
			width: calc(50% - 2em);
		}
}
#customers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.customer {
	border: 0px solid #6893C5;
	width: 250px;
	padding: 1em;
	text-align: center;
}
.customer img {
	height: auto;
	width: auto;
	max-width: 190px;
	max-height: 90px;
}
.customer img:hover, .customer img:focus, .customer img:active {	
	filter: none;
}

/* project page */
#projectContainer {
	padding: 1em 4em 1em 1em;
}
.center {
	text-align:center;
}
figure {	
	position:relative;
	padding:1em;
	/* width:50%; */
	width:25%;
	border:0px solid red;
	margin-bottom:6em;
	overflow:visible;
}
figure img {
	height:auto;
	max-width:100%;
	border:1px solid #bbb;
	clip-path: polygon(0 0, 0 100%, 180% 0);
}
.project a:hover > .icon {
	background-color: #6893C5;
}
.content .project img {	
	filter: none;
}
/*figure.print.show, figure.cd.show {
	width:50%;
}
figure.print.show img, figure.cd.show img {
	width: 680px;
}*/
figure.all.show {
	width:25%;
}
figure.all.show figcaption{
	/*font-size:0.8em;*/
}
figcaption {
	border:0px solid red;
	position:absolute;
	top:70%;
	right:2em;
	width: 60%;
	text-align:right;
}

/* Team page */
.team, .partner, .jobs {	
	position:relative;
	padding:0;
}
.team a:hover > .icon {
	background-color: #6893C5;
}
.team video {
	width:100%;
/*	border-radius: 50%; */
	clip-path: polygon(1% 1%, 99% 1%, 99% 99%, 1% 99%);
}
.dark-video {
    display: none;
  }
.vidcontainer {
    margin-bottom: 3em;
}
.team p {
	float:left;
	margin-left:5em;
	text-align: left;
}
.team button {
	display: none;
	top:50%;
	left: 50%;
}

.partner {	
	text-align:center;
}
.partner img {	
	max-width: 150px;
}
.partner img:hover {	
	filter: none;
}
.partner img.profile {
	max-width: 240px;
    overflow: hidden;
    border-radius: 100%;
	vertical-align: bottom;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.partner img.profile:hover, .partner img.profile:focus, .partner img.profile:active {
	  transform: scale(1.2);
	  -webkit-transform: scaleX(-1);
	  transform: scaleX(-1);
      filter: none;
}

/* icons */
.blank {
    background: url(/images/icon_blank.svg) no-repeat center center;
}
.large {
    background: url(/images/icon_large.svg) no-repeat center center;
}
.info {
    background: url(/images/icon_info.svg) no-repeat center center;
}
.icon {
    position: absolute;
    width: 48px;
    height: 48px;
	background-color: #eee;
    background-size: 24px 24px;
    z-index: 1;
    border-radius: 50%;
    left: 0rem;
    bottom: 0rem;
}
.team .icon {
    left: 1em;
    bottom: 0rem;
}
.icon:hover {
	background-color: #6893C5;
}

@media only screen and (max-width: 1280px){
	figure, figure.all.show {	
		width:33.33%;
	}
}
@media only screen and (max-width: 768px){
	figure.aktuell.show, figure.print.show, figure.cd.show, figure.media.show, figure.web.show {
		/* width:100%; */
	}
	figure, figure.all.show {	
		width:50%;
	}
}
@media only screen and (max-width: 440px){
	figure, figure.all.show{	
		width:100%;
	}
}
.aktuell {
	/*width: 50%;*/
}

/* Side buttons */
#ColsContainer {
    display: flex;
    text-align: center;
    position: fixed;
    right: 0;
	top: 15.5em;
    flex-direction: column;
	z-index:999;
}
#ColsContainer button {
    background-color: #eee;
    margin: 1rem;
    padding: 0.563rem;
    cursor: pointer;
    border-radius: 50%;
    font-size: 0.1em;
    flex: 1;
	transition: all 0.5s ease 0s;
}
#ColsContainer button:hover {
	background:#6893C5;
}

#ColsContainer button.selected {
	background:#6893C5;
}

@media only screen and (max-width: 768px){
	#ColsContainer {
		display:none;
	}
	#projectContainer {
		padding-right: 1rem;
	}
}

@media only screen and (min-width: 1560px){
	#projectContainer {
		padding-right: 1rem;
	}
}

/* contact page */
#contact input, #contact textarea {
	border: 2px solid #6893C5;	
	font-size: 1em;
	padding:0.5em;
	width: 100%;
	border-radius: 6px;
	color: #2B2B2B;
	background: #526e8e3d;
}
textarea {
	margin-top: 0.5em;
	font-family: "Futura", "Quattrocento Sans", "Open Sans",  Verdana, Helvetica, Arial, sans-serif; 
}
#BotBootInput {
	width:4em !important;
	float: right;
}
.error {
	background: #6893C5 !important;
	opacity: 0.8;
}
.ok {
	background: #eeeeee;
	opacity: 0.8;
}
.uffbasse {
	display: none;
}
#contactpage article.one_col span {
	/*background-color: #6893C5;*/
	border:1px solid #666;
}
.extl {
	margin-left: 10px;
	vertical-align: middle;
}
#contactpage figure {
	width:100%;
	padding: 0 2em 0 0;
	margin-bottom: 1em;
}
#contactpage figure img {
	clip-path: polygon(-100% 0, 100% 0, 100% 100% );
	clip-path: polygon(0 0, 0 100%, 180% 0);
}
#contactpage .icon {
left:-1em;	
/*
right: 1em; 
*/
}
#contactpage figcaption {
/*    left: 0.2em;
    width: 60%;
    text-align: left;
*/
}

figure a:hover > .icon {
    background-color: #6893C5;
}
/* #contactpage .content img:hover */
#contactpage .content img {	
	filter: none;
}
.moreless {
	text-align:center;
}
#more {
	margin-left: 50% !important;
	transform:translateX(-50%);
}
#dsinfotxt {
	font-weight: bold;
}
#dsinfo {
	transition: all 0.9s ease-in-out;
}
.dshide {
	height:0;
	overflow: hidden;
}
.dsshow {
	height:auto;
	overflow: hidden;
}
#more.up::after {
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: -9.75px;
	margin-top: -6px;
}
#more.dwn::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-left: -9.75px;
    margin-top: 2px;
}

/* Footer Elements */
footer {
	padding:1em 2em;
	background-color:#eee;
	position: relative;
}
.foot {
	 padding: 1em;
	 width:22%;
	 position: relative;
	 margin-bottom:0.5em;
}
.foot_reg {
	white-space: nowrap;
}
.foot_small {
	width: 14%;
}
.foot_large {
	width: 40%;
	/*padding-right:1em;*/
}
footer li {
    display: inline-block;
    list-style: none;
    width: auto;
	position: relative;
}
footer li span {
    position: absolute;
    height: 16px;
    width: 16px;
    right: -9px;
    top: -5px;
    background-color: #6893C5;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 14px;
	font-weight:bold;
    line-height: 16px;
	text-align: center;
	display:none;
}
footer .nav {
	margin-top:0;
	float: left;
}
footer .nav li {
    display:block;
	list-style: none;
	width: auto;
} 
footer .nav li a {
    display: inline;
	text-align:left;
    padding: 0;
    white-space: nowrap;
    text-decoration: underline;
    font-size: 1em;
    font-weight: normal;
	/*color: #6893C5;*/
}


/* rz 21.11.2021 
figure img {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
figure.show img {
	opacity: 1;
	visibility:visible;
}
*/
/* lazy images */
img {
	opacity: 1;
	transition: opacity 0.9s ease-in-out;
	/*	
	max-width:100%;*/
	height:auto;
}
img.lazy {
	opacity: 0;
}

@media only screen and (max-width: 1060px){
	.container {
		font-size: 0.8em;
		line-height: 150%;
	} 
	footer .foot_large {
		/*padding-right: 2em;*/
	}
}
@media only screen and (max-width: 810px){
	
	body#homepage {
		background-position-y: 9em;
	}
	.progress-contact {
		font-size:0.8em;
	}
	.nav li {
		list-style: none;
		display: table-cell;
		width: auto; 
		padding-right: 0;
		padding-bottom: 0; 
	}
	.nav li.wrap {
    	display:table-row;
	}
	.nav li:last-child {
		padding-right:0.5em;
	}
	.two_cols {
		width: 100%;	
	}
	#teampage .flexbox {
		justify-content: center;
	}
	.four_cols, .three_cols {
		width: 50%;	
	}
	.foot {
		 width:50%;
	 }
	.padd_r {
		padding-right:0;
	}
	.padd_l {
		padding-left:0;
	}
}

@media only screen and (max-width: 570px){
	.container {
		padding: 1em 0;				
	}
	.navi { 
		padding-bottom:0;
	}
	section.header_image {
		margin-top: -1.6rem;
	}
	header {
		padding: 2em 2em 0em 2em;
	}
	.logo {
		width: 35vw;
		height:7em;
	}
	.nav {
		margin-top: 1em;
	}
	.nav li a {
		padding:0.3em 0.4em;
		font-size: 1em;
		font-weight: normal;
	}
	figure {	
		float:none;
		margin-right: 0;
	}
	figcaption {
		height:3.0em;
	}
	.four_cols, .three_cols {
		width: 100%;	
	}
	input {  width:160px; }
	textarea { width:160px;}
	footer .foot_large {
		/*padding-right:0;*/
	}

}

@media only screen and (max-width: 440px){
	.logo {
		height: 4em;
		width: 23vw;
	}
	section.header_image {
		margin-top: 2rem;
	}
	header {
		padding: 3.5em 2em 0em 2em;
	}
	.nav {
		margin-top: 0;
	}
	 .foot {
		 width:100%;
	 }
	.float_l {
		float: none;
		width:100%;
	}
}

.scrollToTop {
    text-align: center;
    padding: 1em;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
    font-size: 1em;
    width: 3rem;
    height: 3rem;
    text-decoration: none;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    background: url(/images/top-icon.svg) no-repeat center center;
    background-size: auto;
    background-size: 28px 26px;
	background-color: #eee;
	opacity:0;
	font-size:0;
	cursor:pointer;
	z-index: 999;
}
.scrollToTop:hover {
	background-color: #6893C5;
}

/* overlay Elements */
#overlay {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 10em;
    left: 0;
    height: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 1.0);
    padding: 0rem;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
	scroll-behavior: smooth; 
}
#overlay.open {
    top: 0em;
    height: 100%;
    opacity: 1;
    pointer-events: all;
    transition: all 0.5s ease;
}
#overlay .close {
    position: fixed;
    top: 1rem;
	right: 1rem;
    display: block;
	border-radius:50%;
	height:48px;
	width:48px;
    background: #eee url(/images/button_x.svg) no-repeat center center;
    text-indent: 1000em;
    z-index: 100000;
	color: #000;
}
#overlay .close:hover {
	background-color: #6893C5;
}
#overlay img {
	vertical-align: bottom;
}
.overlay_media {
	height:100%;
	width: 100%;
	position:relative;
	text-align: center;
}
#overlay_info {
    position: fixed;
    width: 33%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0px solid white;
	padding:1em;
	text-shadow: 2px 2px 8px #000;
	color:#eee;
	text-align: left;
}
#projectpage #overlay_info {
	background-color:#11111194;
}
.overlay_media.portrait #overlay_info {
    width: 70%;
}
.overlay_media video {
	height:100%;
}
.overlay_media.portrait img {
	width:auto;
	height: 100%;
}
.overlay_media.landscape img {
	/*max-width: 100%;*/
	width: 100%;
	height:auto;
}
#prevnext {
	border: 0px solid red;
	position:fixed;
	top: 50%;
	right:1rem;
}
#prev, #next, #more {
	background-color:#eee;
	transition: all 0.5s ease 0s;
	padding:1rem;
	border-radius:50%;
	height:48px;
	width:48px;
	cursor:pointer;
	margin:1rem 0;
}
#prev:hover, #next:hover, #more:hover {
	background-color: #6893C5;
}
#prev::after, #next::after, #more::after {
    content: '';
    border: solid #515151;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
	position:absolute;
	padding: 8px;
	margin-left: -5px;
	margin-top: -2px;
}
#prev::after {
    -webkit-transform: rotate(140deg);
	transform: rotate(140deg);
	margin-left: 2px;
}

button.playPause {
	position: absolute;
    margin: -1.5rem 0 0 -1.5rem;
	width:48px;
	height: 48px;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
    cursor: pointer;
	background: url(/images/icon_play.png) no-repeat center center;
	background-color: #eee;
    background-size: auto;
    background-size: 30px 30px;
	z-index: 2;
}
button.playPause:hover {
    background-color: #6893C5;
}

#play .content img {	
	filter: none;
	max-width:100%;
	height:auto;
	border-radius: 20px;
}
img.story_image {
	max-width:100%;
}
.scrollouter {
	overflow-y: scroll;
	padding-bottom: 57.45%;
	padding-top: 0px;
	height: 0;
	border-radius: 20px;
}
.scrollouter img {
	margin-bottom: -57%;
}

/* Overlay Home */ 
.story {
	padding:2em;
	width:62%;
	margin: 0 auto;
	text-align:left;
	font-size: 1.5em;
	line-height: 1.5;
}

.teaser {
	position:absolute;
	/*z-index:99;
	color: white;
	font-size:5vw;
	letter-spacing: 0.027em;
	line-height: 1em;
	background-color: #11111194;
	transform: rotate(-20deg);*/
	left:50%;
	top:80%;
	transform: translate(-50%, -50%);
	padding:0.1em;
	text-align:center;
}
.teaser a {
	text-decoration:none;
	color: #fff;
}
.teaser span  {
	display:block;
	font-size: 1.8em;
	line-height: 1.5em;	
	transition: all 0.5s ease;	
}
.teaser a:hover span {
	font-size: 2em;
	color:#FFF;
}
.teaser .icon {
	left: -2rem;
	bottom: -2.5rem; 
}
#rockt {
	float:left;
	margin-right:20px;
	max-width:60px;
}
div.header_image img.rock_stamp{
	/*width: 250px;
	width: 30vw;
	width: 20vw;
	max-width: 250px;*/
	height: auto;
}
@media only screen and (max-width: 810px){
	.teaser{
		top: 84%;
	}
	div.header_image img.rock_stamp{
		/*width: 23vw;*/
	}
	.teaser span  {
		font-size: 1.4em;
		line-height: 1.2em;
	}
}
.rock_stamp {
	animation: zoom-in-zoom-out 1.85s ease infinite;
}
.rock_btn {
	width: 30vw;
	max-width: 250px;
	height: auto;
}
@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(0.8, 0.8);
	  }
	50% {
		transform: scale(1, 1);
	  }
	100% {
		transform: scale(0.8, 0.8);
	  }
}
.acc {
	cursor: pointer;
	padding: 0.25em 1em 0.25em 2.0em;
	width: 100%;
	transition: all 0.5s ease;
	background: transparent url(/images/icon_star.svg) no-repeat top 11px left;
	background-size: 24px;
	font-size: 1.5rem;
}
.acc.active {
	background: transparent url(/images/icon_star_active.svg) no-repeat top 11px left;
	background-size: 24px;
}
.panel {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	padding-left: 2.5em;	
	/*border-bottom: 1px solid #fff;*/
	margin-bottom: 1em;
	font-size: 1.2rem;
	width: 100%;
}
.zugabebutton {
	padding: 0.2em;
	background-color: #fff;
	display: inline-block;
	/* */
	float: right; 
}
.zugabebutton b {
	border: 1px solid #7b1a2f;
	display: inline-block;
	color: #7b1a2f;
	padding: 0em 0.5em;
	font-weight:bold;
}

.contactbutton {
	display: inline-block;
	width:250px;
}

@media only screen and (max-width: 1024px){
	.story {
		width:100%;
		padding: 2em 0.5em;
		font-size: 1.1rem;
	}
	.acc {
		width:100%;
		font-size: 1.1rem;
		background: transparent url(/images/icon_star.svg) no-repeat top 8px left;
		background-size: 20px;
	} 
	.acc.active {
		background: transparent url(/images/icon_star_active.svg) no-repeat top 8px left;
		background-size: 20px;
	}
	.panel {
		font-size: 1.1rem;
	}	
}

