@charset "utf-8";
/*
webdesign-buxtehude.com
*/

/* Farbwerte 
Türkis: 
rgba(36,181,184,1)
#4b5b8

Hellblau:
rgba(170,218,230,.1)
#aadae6

 Grau-lila: 
 rgba(74,78,95,1)
 #4a4e5f
 
Hellgrau: 
 rgba(245,245,245,1)
 #f5f5f5
 */

/* Webfonts-Einbindung */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:wght@400;500&display=swap');



* {
	margin: 0;
	padding: 0;
	-mozbox-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* Basisformatierung */

body {
	font: 400 1rem/1.5 'Open Sans', Helvetica, Arial, sans-serif;
	/* Langform: 
	font-size: 16px;
	font-size: 1rem;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	line-height: 24px;
	font-weight: 400; */
	color: #4a4e5f;
	background: #fff;
}

header {
	background: #f5f5f5;
	margin: -15px 0 0 -15px;
}

img {
	max-width: 100%;
	height: auto;
}

#logo {
	max-height: 80px;
}


/* Layout */

.wrapper {
	max-width: 1250px;
	padding: 0 25px;
	margin: 0 auto;
}

.column {
	float: left;
	margin: 25px 0 8px 5%;
}

.column:first-child {
	margin-left: 0;
}

section {
	padding: 75px 0;
}

.light-neu {
	background: rgba(170, 218, 230, .5);
	padding: 0;
	margin: 0;
}

.no-gutter .column {
	margin: 0;
	padding: 60px;
}

.no-gutter .col_1_2 {
	width: 50%;
}

.no-gutter .col_1_3 {
	width: 33.33%;
}

.no-gutter .col_2_3 {
	width: 66.66%;
}

.no-gutter .col_1_4 {
	width: 25%;
}

.no-gutter .col_3_4 {
	width: 75%;
}

.zentrieren {
	text-align: center;
}


.nach-oben {
	margin: 40px 0 -200px;
}

/* Konzeption Seite */

.screendesign {
	padding: 0;
	background: #aadae6;
}

.screen {
	background: #aadae6 url('../img/screen_work.jpg') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 400px;
}

/* Screendesign Seite */

.hero-screendesign {
	background: #fff url('../img/hero_work.jpg') center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.tastatur {
	background: rgba(74, 78, 95, 1) url('../img/tastatur.jpg') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 400px;
}

.hero-screendesign p {
	color: #4a4e5f;
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}


/* Webentwicklung Seite */
.hero-video {
	position: relative;
	overflow: hidden;
	z-index: -1;
	object-position: center;
}

.back-video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}

.webentwicklung {
	padding: 0;
	background: rgba(74, 78, 95, .3);

}

.hero-video p {
	color: #fff;
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

/* Optional: Overlay für bessere Lesbarkeit */
.hero-video::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(74, 78, 95, .5);
	/* Dunkler Filter */
	z-index: 0;
}

.content-video {
	z-index: 1;
	/* Über dem Video */
	position: relative;
}

.content-video h1 {
	color: #fff;
	text-align: center;
}

.content-video p {
	color: #fff;
	font-size: 22px;
	text-align: center;
}


/* Clearfix */

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row::after {
	clear: both;
}


/* Spalten */

.col_1 {
	width: 100%;
}

.col_1_2 {
	width: 47.5%;
}

.col_1_3 {
	width: 30%;
}

.col_2_3 {
	width: 65%;
}

.col_1_4 {
	width: 21.25%;
}

.col_3_4 {
	width: 73.75%;
}

/* Navigation */

#navigation {
	float: right;
	margin-top: 26px;
}

#navigation li {
	display: inline;
	list-style: none;
	margin-left: 35px;
}

#navigation li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	padding: 15px 0;
	color: #4a4e5f;
}

#navigation li a:hover {
	color: #24b5b8;
}

/* Drop-Down-Menue */
#navigation ul {
	position: absolute;
	top: 35px;
	left: -14px;
	background: #f5f5f5;
	width: 190px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	display: none;
}

#navigation li {
	position: relative;
}

#navigation ul li a {
	display: block;
	font-size: 1.125rem;
	/* 18 Pixel */
	text-transform: none;
	padding: 10px 35px 10px 15px;
	border-bottom: 1px solid rgba(74, 78, 95, .2);
}

#navigation ul li {
	margin-left: 0;
}

#navigation ul li a:hover {
	background: rgb(36, 181, 184, 1);
	color: #fff;
}

#navigation li:hover ul {
	display: block;
}

#navigation li a:hover,
#navigation li a.active {
	color: #24b5b8;
}

/* Responsive Navigation */

.nav-toggle {
	display: none;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-size: larger;
}

.nav-toggle {
	background: #f5f5f5;
	padding: 10px 15px;
	color: #4a4e5f;
	text-decoration: none;
}

.nav-toggle:hover {
	background: #4a4e5f;
	text-decoration: none;
	color: #f5f5f5;
}

/* Typo */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
	color: #4a4e5f;
	line-height: 1.5;
	/* 24px; */
}

h1 {
	font-size: 3rem;
	/* 48px; */
	margin-bottom: 25px;
	font-weight: 600;
}

h2 {
	font-size: 1.875rem;
	/* 30px; */
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

h3 {
	font-size: 1.625rem;
	/* 26px; */
}

h4 {
	font-size: 1.5rem;
	/* 24px; */
}

h5 {
	font-size: 1.375rem;
	/* 22px; */
}

h6 {
	font-size: 1.250rem;
	/* 20px; */
}


p {
	margin: 0 0 15px;
}

a {
	color: #24b5b8;
	text-decoration: underline;
}

a:hover {
	color: #24b5b8;
	text-decoration: underline;
}

blockquote {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #555;
	margin: 40px 50px;
}

ul,
ol {
	margin: 0 0 15px 20px;
}

.alignright {
	float: right;
	margin: 5px 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 5px 15px 15px 0;
}

hr {
	border: 1px solid #aadae6;
	margin: 35px auto;
	max-width: 300px;
}

#subnavigation li {
	list-style: none;
	border-bottom: 1px solid #4a4e5f;
}

#subnavigation li a {
	text-decoration: none;
	color: #4a4e5f;
	font-weight: 300;
	font-size: 18px;
}


/* Kontakt */
.headline {
	color: #4a4e5f;
	text-transform: uppercase;
}

.subline {
	color: #4a4e5f;
	font-style: italic;
	text-transform: none;
}

.team img,
.portrait {
	max-width: 220px;
	margin-bottom: 15px;
	filter: sepia(1) hue-rotate(130deg) contrast(.7);
	transition: all .2s ease-in-out;
}

/* Subnavigation */
#subnavigation {
	border-top: 1px solid #4a4e5f;
}

#subnavigation li {
	list-style: none;
	border-bottom: 1px solid #4a4e5f;
}

#subnavigation li a {
	text-decoration: none;
	color: #4a4e5f;
	font-weight: 400;
	font-size: 18px;
	display: block;
	padding: 15px 0 15px 0px;
}

#subnavigation li a:hover,
#subnavigation li a.active {
	color: #24b5b8;
}

/* Tabelle */

table {
	border-collapse: collapse;
	margin: 30px 0;
	width: 100%;
}

thead {
	background: #24b5b8;
	color: #fff;
}

th,
td {
	border-top: 3px solid #fff;
	padding: 5px 12px;
	border-right: 3px solid #fff;
}

tbody tr:nth-child(1) {
	background-color: #ECF4F6;
}

tbody tr:nth-child(3) {
	background-color: #ECF4F6;
}

tbody tr:nth-child(5) {
	background-color: #ECF4F6;
}


/* Hero-Teaser */

.hero {
	background: rgba(36, 181, 184, 1);
}

.hero h1 {
	color: #fff;
	letter-spacing: 0.2rem;
}

.hero p {
	color: #000;
	font-size: 22px;
}

.button {
	background: #4a4e5f;
	padding: 10px 20px 8px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: inline-block;
	transition: all 0.15s ease-out 0s;
	margin: 20px 25px 20px 0;
}

.button:hover {
	background: #f5f5f5;
	color: #4a4e5f;
	text-decoration: none;
}

/* Leistungen */

#leistungen {
	padding-top: 200px;
	text-align: center;
}

.leistungen h2 {
	text-align: center;
}

.leistungen img {
	margin: 20px 20px 0 20px;
	max-height: 91px;
}

.leistungen .column {
	position: relative;
	min-height: 420px;
	transition: all 0.15s ease-out 0s;
}

.hellblau {
	background: #aadae6;
}

.hellblau .link:hover {
	color: #000;
}

.tuerkis,
.tuerkis h3 {
	background: #24b5b8;
	color: #000;
}

.tuerkis .link:hover {
	color: #fff;
}

.graulila,
.graulila h3,
.graulila link {
	background: #4a4e5f;
	color: #fff;
}

.link:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.leistungen_text {
	padding: 20px;
}

.leistungen .column:hover h3 {
	color: #000;
}

/* Über mich */

.ueber {
	background: rgba(170, 218, 230, .5);
}

/* Projekte */

.projekte {
	text-align: center;
	background: #f5f5f5;
}

.projekte h4 {
	font-size: 1.5rem;
}

.projekte img {
	filter: none;
}

.projekte img:hover {
	filter: sepia(1) hue-rotate(130deg) contrast(.8);
	transition: all .2s ease-in-out;
}

/* Kundenstimme */

.kunde {
	color: #4a4e5f;
}

.zitat {
	text-align: center;
	background-color: #aadae6;
	padding: 40px 10px;
}

.zitat blockquote {
	max-width: 900px;
	margin: 20px auto;
	font-size: 1.875rem;
}

/* Projekte-Seite */

.hero-projekte {
	background: #fff url('../img/hero_projekte.jpg') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 400px;
}

.hero-projekte h1 {
	color: #fff;
	text-align: left;
	padding: 85px 0 85px 85px;
}

.projekte-gross {
	text-align: left;
	background: #f5f5f5;
}

.projekte-gross img {
	margin-top: 15px;
	filter: none;
}

.projekte-gross img:hover {
	filter: sepia(1) hue-rotate(130deg) contrast(.8);
	transition: all .2s ease-in-out;
}

.projekte-gross h4 {
	font-size: 1.5rem;
}

.linien_liste li {
	list-style: none;
	padding: 12px 0;
	border-bottom: 1px solid #4a4e5f;
}

.linien_liste {
	/* Linienliste oben */
	margin: 15px 0;
	border-top: 1px solid #4a4e5f;
}

.faq {
	text-align: center;
	background-color: #fff;
}

.faq blockquote {
	max-width: 900px;
	margin: 20px auto;
	font-size: 1.875rem;
}

.example-image img a:hover,
.example-image img a.active {
	border: 10px solid #24b5b8;
}

/* Über mich - Seite */

.ueber-mich h1 {
	margin-top: 10px;
	line-height: 1.3;
}

.ueber-mich h2 {
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 300;
	text-transform: none;
}

.back-about {
	background: #fff url('../img/hero_Ueber.jpg') center center no-repeat;
	min-height: 380px;
	background-size: cover;
}

.width-800 {
	max-width: 800px;
}

.ueber-projekte {
	background: #f5f5f5;
}

.light-ueber {
	padding: 0;
	background: rgba(170, 218, 230, .5);
}

/* Breadcrumb */
.breadcrumb {
	background: rgba(170, 218, 230, .5);
	padding: 10px;
}

.breadcrumb .column {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1rem;
}


/* Slider */

.slick-prev::before,
.slick-next::before {
	color: #000;
}

.slick-dots li button::before {
	font-size: 26px;
}

.your-class img {
	padding: 25px 10px;
}

#slider {
	background-color: #aadae6;
}

/* Footer */

footer {
	background: rgba(36, 181, 184, 1);
	color: #fff;
	padding: 50px 0;
}

footer h3 {
	color: #fff;
	margin-bottom: 5px;
}

footer h2,
footer p,
footer a {
	color: #fff;
}

footer a:hover {
	color: #4a4e5f;
}

footer .col_1 {
	font-size: 14px;
	color: rgba(245, 245, 245, .8);
	margin: 0 0 20px;
}

/* Formular */

form label {
	display: block;
	font-weight: 400;
	margin: 20px 0 10px;
}

input[type='text'],
input[type='checkbox'],
input[type='radio'],
input[type='email'],
textarea,
select {
	margin-bottom: 10px;
}

input[type='text'],
input[type='email'],
textarea,
select {
	width: 100%;
	border: 1px solid #4a4e5f;
	padding: 5px;
	font: 400 1rem/1.5 'Open Sans', Helvetica, Arial, sans-serif;
}

textarea {
	height: 140px;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
	border: 1px solid #24b5b8;
}

input[type='submit'] {
	font-size: 18px;
	white-space: normal;
	cursor: pointer;
	border-style: none;
}

input[type='submit']:hover {
	background: #f5f5f5;
	color: #4a4e5f;
	border-style: none;
}

/* Newsletter */


#newsletter {
	background: #4A4E5F;
	background: linear-gradient(90deg, rgba(74, 78, 95, 1) 50%, rgba(170, 218, 230, 1) 50%);
	padding: 110px 0;
}

#newsletter input {
	width: 400px;
	margin: 0 0 20px;
	text-align: center;
	color: #f5f5f5;
	padding: 13px;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(74, 78, 95, 1) 100%);
}


#newsletter h2 {
	color: #f5f5f5;
	font-size: 30px;
}

#newsletter p {
	color: #000;
}

#newsletter small {
	color: #000;
}

/* Lightbox */
#images img {
	max-width: 320px;
	margin: 15px 35px;
}

/* Zertifikat */
/* Container, um das Bild zu begrenzen */
.zoom-container {
	overflow: hidden;
	/* Verhindert, dass das Bild über den Rand hinauswächst */
	max-width: 500px;
}

/* Bild-Styling */
.zoom-container img {
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease;
	/* Weicher Übergang */
}

/* Zoom-Effekt bei Mouseover */
.zoom-container:hover img {
	transform: scale(.9);
	/* Vergrößert das Bild auf 100% */
}

/* Akkordeon – https://codepen.io/vinsongrant/pen/qbGKed  */

.accordion {
	margin: 30px auto;
}

.toggle {
	display: none;
}

.option {
	position: relative;
	border-bottom: 1px solid #4a4e5f;
}

.title,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.title {
	padding: 10px 0 10px 30px;
	display: block;
	color: #4a4e5f;
	font-weight: bold;
}

.title:after,
.title:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 17px;
	width: 2px;
	height: 0.75em;
	background-color: #4a4e5f;
	transition: all 0.2s;
}

.title:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.content {
	max-height: 0;
	overflow: hidden;
}

.content p {
	margin: 0;
	padding: 0 0 1em;
	font-size: 0.9em;
	line-height: 1.5;
}

.toggle:checked+.title+.content {
	max-height: 500px;
}

.toggle:checked+.title:before {
	-webkit-transform: rotate(90deg) !important;
	transform: rotate(90deg) !important;
}

label {
	cursor: pointer;
	margin: 10px 0 10px;
}

/* Media Queries */

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

	.col_1_2,
	.col_1_3,
	.col_2_3,
	.col_1_4,
	.col_3_4,
	.no-gutter .col_1_2,
	.no-gutter .col_1_3,
	.no-gutter .col_2_3,
	.no-gutter .col_1_4,
	.no-gutter .col_3_4 {
		width: 100%;
	}

	/* 
	html {
		font-size: 85%;
	}
 */
	header {
		background: #f5f5f5;
		margin: auto;
	}

	section {
		padding: 40px 0;
	}

	.light {
		margin: 40px 0;
	}


	footer .wrapper .column {
		max-width: 360px;
		margin: 25px auto 50px;
		float: none;
	}

	.column {
		margin: 15px 0 5px;
	}

	.arbeitsweise {
		margin-top: 0;
	}

	#logo {
		max-height: 120px;
	}

	.leistungen .column {
		min-height: auto;
	}

	.hero-projekte h1 {
		color: #fff;
		text-align: left;
		padding: 85px 40px;
	}

	.your-class {
		display: none;
	}

	.screen {
		display: none;
	}

	.tastatur {
		display: none;
	}

	.hero-projekte {
		display: none;
	}

	/* Responsive Navigation */
	nav {
		height: 0;
		transition: height .2s ease-in-out;
		overflow: hidden;
	}

	.nav-toggle {
		display: block;
	}

	#nav-open:target .nav-closed {
		display: block;
	}

	.nav-closed,
	#nav-closed:target .nav-closed,
	#nav-open:target .nav-open {
		display: none;
	}

	#nav-open:target nav {
		height: 500px;
	}

	#navigation {
		margin-top: 15px;
		float: none;
		border-bottom: 1px solid #4a4e5f;
	}

	#navigation li {
		display: block;
		margin-left: 0;
		text-align: left;
		border-top: 1px solid #4a4e5f;
	}

	#navigation li a {
		margin-left: 0;
		display: block;
		padding: 15px 30px;
	}

	#navigation ul {
		position: relative;
		display: block;
		top: 0;
		left: 0;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		width: 100%;
		margin-bottom: 0;
	}

	#navigation ul li a {
		border-bottom: 0;
		padding: 15px 15px 15px 60px;
	}

	header .col_3_4 {
		margin-top: 0;
	}
}