@charset "UTF-8";
/* CSS Document */

/* Global Settings */

body {
	margin:0;
	padding:0;
	font-size:16px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior:smooth;
}

a,
a:link,
a:visited,
a:hover,
a:focus {
	text-decoration:none;
	outline:none;
	transition:all 0.2s;
}

h1 {
	font-size:3rem;
	color:#3573e7;
}

h3 {
	font-size:2.6rem;
}

h4 {
	font-size:1.2rem;
}

.mainframe {
	width:100%;
	max-width:1280px;
	position:relative;
	margin:auto;
}

li {
	margin-top:5px;
	margin-bottom:0px;
	margin-left:-23px;
}

::selection {
	background-color:#2e2f2e;
	color:#fff;
}

::-moz-selection {
	background-color:#2e2f2e;
	color:#fff;
}

::-ms-selection {
	background-color:#2e2f2e;
	color:#fff;
}

::-o-selection {
	background-color:#2e2f2e;
	color:#fff;
}

::-webkit-selection {
	background-color:#2e2f2e;
	color:#fff;
}

/* Ende Global Settings */


/* Header */

header {
	width:100%;
	height:800px;
	box-sizing:border-box;
	overflow:hidden;
	position:relative;
}

header#normal {
	height:120px;
	position:fixed;
	z-index:9999;
	background-color:#fff;
	transition:all 0.2s;
	box-shadow:0px 20px 40px rgba(0,0,0,0.1);
	padding-left:50px;
	padding-right:50px;
	box-sizing:border-box;
}

header#normal.fixed {
	transition:all 0.2s;
	height:80px;
}

header#normal.fixed .logo {
	width:200px;
	margin-top:12px;
	margin-left:-10px;
}

header#normal.fixed .navigation {
	margin-top:29px;
}

header#normal.fixed .navigation a {
	padding-bottom:28px;
	margin:0;
	padding-left:20px;
	padding-right:20px;
}

header#normal.fixed .navigation {
	margin-right:-20px;
}

header#normal.fixed .navigation a.active {
	background-image:linear-gradient(180deg, #fff, rgba(53,115,231,0.1));
}

header#normal.fixed .burger-menu {
	margin-top:15px;
}

.scroll-target {
	display:none;
	transition:all 0.2s;
}

.scroll-target.fixed {
	display:block;
}

.logo-klein {
	width:43px;
	height:auto;
	left:0;
	position:absolute;
	margin-left:-1px;
	padding-top:13px;
	background-color:#fff;
}

.logo-klein img {
	width:100%;
}

.logo {
	float:left;
	width:300px;
	margin:20px 0px;
	margin-left:-15px;
	transition:all 0.2s;
}

.logo img {
	width:100%;
}

.logo.fixed {
	margin-top:-200px;
	opacity:0;
	animation:0.4s logo ease-out;
}

@keyframes logo {
	from {margin-top:20px; opacity:1}
	to {margin-top:-100px; opacity:0;}
}

@media (max-width:600px) {
	header#normal {
		padding-left:5%;
		padding-right:5%;
	}
	
	.logo {
		margin-left:-10px!important;
	}
}

.seitenbezeichnung {
	font-size:2rem;
	float:left;
	color:#3573e7;
	font-family:"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:300;
	margin-top:19px;
	margin-left:70px;
	position:absolute;
	display:none;
}

@media (max-width:420px) {
	.seitenbezeichnung {
		font-size:1.7rem;
		margin-top:22px;
		margin-left:55px;
	}
}

.scroll-target.fixed .seitenbezeichnung {
	display:block;
	animation:0.4s seitenbezeichnung ease-out;
}

@keyframes seitenbezeichnung {
	from {margin-top:200px; opacity:0}
	to {}
}

.navigation {
	float:right;
	text-align:right;
	margin:48px 0px;
	transition:all 0.2s;
	margin-right:-20px;
}

.navigation a {
	color:#3573e7;
	font-size:1.1rem;
	border-bottom:2px solid #fff;
	padding:20px 20px 49px 20px;
	transition:all 0.2s;
}

.navigation a:hover {
	color:#333;
	border-bottom:2px solid #3573e7;
	transition:all 0.2s;
}

.navigation a.active {
	border-bottom:2px solid #3573e7;
	font-weight:bold;
	background-image:linear-gradient(180deg, #fff, rgba(53,115,231,0.1));
	transition:all 0.2s;
}

.pattern {
	width:100%;
	height:100%;
	background-image:url(../images/kolbtec-bild-2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.pattern-text {
	width:500px;
	padding-top:200px;
	float:left;
}



.pattern-text h1 {
	margin-top:0;
	line-height:55px;
	margin-bottom:20px;
}

.pattern-text h2 {
	color:#3D3D3D;
	margin-bottom:30px;
}


.pattern-text1 h2 {
	color:#3D3D3D;
	margin-bottom:30px;
	font-size: 1.2rem;
}

/*@media(max-width: 335px) {
	
	.pattern-text1 h2 {
    padding: 0px;
	margin: 15px 0px;
	font-size: 1.2rem;
}

}*/




.button-down {
	width:50px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	animation-name:down;
	animation-duration:2s;
	animation-delay:1s;
	scroll-behavior:smooth;
}

@keyframes down {
	from {}
	33% {margin-bottom:0;}
	to {}
}

.button-down img {
	width:100%;
}

/*.pattern {
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	overflow:hidden;
}*/

/*.rechteck-1 {
	width:700px;
	height:700px;
	background-image:linear-gradient(0deg, transparent, #eee);
	transform:rotate(45deg);
	float:left;
	margin-top:-140px;
	margin-left:-90px;
	position:absolute;
}

.rechteck-2 {
	width:700px;
	height:700px;
	background-image:linear-gradient(90deg, transparent, #eee);
	transform:rotate(45deg);
	float:left;
	position:absolute;
	margin-left:450px;
	margin-top:-700px;
}

.rechteck-3 {
	width:700px;
	height:700px;
	background-image:linear-gradient(-45deg, transparent, #eee);
	transform:rotate(45deg);
	float:left;
	position:absolute;
	right:0;
	margin-right:-200px;
}

.rechteck-4 {
	width:700px;
	height:700px;
	background-image:linear-gradient(0deg, transparent, #eee);
	transform:rotate(45deg);
	float:left;
}*/

/* Ende Header */


/* Section */

.kategorien-slider {
	width:100%;
	height:500px;
	overflow:hidden;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
}

.kategorien-slider-klein {
	width:100%;
	height:300px;
	overflow:hidden;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
}

.slide-1 {
	width:100%;
	height:500px;
	background-image:url(../images/Kategorie-rollaeden-2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}

.slide-1 h1 {
	color:#fff;
	margin-top:0;
	line-height:55px;
	margin-bottom:20px;
}

.slide-1 h2 {
	color:#fff;
	font-weight:600;
	margin-bottom:30px;
}

.slide-1-klein {
	width:100%;
	height:100%;
	background-image:url(../images/Kategorie-rollaeden-2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}

.slide-1-klein h1 {
	color:#fff;
	font-size:2.5rem;
	margin-top:-45px;
	line-height:55px;
	margin-bottom:10px;
}

.slide-1-klein h2 {
	color:#fff;
	font-weight:600;
	margin-bottom:30px;
}

.slide-2 {
	width:100%;
	height:500px;
	background-image:url(../images/Kategorie-insektenschutz.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}

.slide-2 h1 {
	color:#fff;
	margin-top:0;
	line-height:55px;
	margin-bottom:20px;
}

.slide-2 h2 {
	color:#fff;
	font-weight:600;
	margin-bottom:30px;
}

.slide-2-klein {
	width:100%;
	height:100%;
	background-image:url(../images/Kategorie-insektenschutz.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}

.slide-2-klein h1 {
	color:#fff;
	margin-top:-45px;
	font-size:2.5rem;
	line-height:55px;
	margin-bottom:20px;
}

.slide-2-klein h2 {
	color:#fff;
	font-weight:600;
	margin-bottom:30px;
}

.slide-3 {
	width:100%;
	height:500px;
	background-image:url(../images/Kategorie-sonnenschutz.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}

.slide-3 h1 {
	color:#fff;
	margin-top:0;
	line-height:55px;
	margin-bottom:20px;
}

.slide-3 h2 {
	color:#fff;
	font-weight:600;
	margin-bottom:30px;
}

.slide-3-klein {
	width:100%;
	height:100%;
	background-image:url(../images/Kategorie-sonnenschutz.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}

.slide-3-klein h1 {
	color:#fff;
	margin-top:-45px;
	font-size:2.5rem;
	line-height:55px;
	margin-bottom:20px;
}

.slide-3-klein h2 {
	color:#fff;
	font-weight:600;
	margin-bottom:30px;
}

.kategorie-text {
	float:right;
	padding-right:50px;
	text-align:right;
	width:100px;
	margin-top:80px;
	z-index:999;
}

.left {
	float:left;
	text-align:left;
	padding-right:0;
	padding-left:50px;
}

.button-white {
	color:#fff;
	border:2px solid #fff;
	float:right;
	padding:3px 15px 6px 15px;
	transition:all 0.2s;
}

.button-white:hover {
	background-color:#fff;
	color:#3573e7;
}

.left a .button-white {
	float:left;
}

.button-blau {
	color:#3573e7;
	border:2px solid #3573e7;
	background-color:rgba(53,115,231,0.1);
	float:left;
	padding:9px 20px 12px 20px;
	transition:all 0.2s;
}

.button-blau:hover {
	background-color:#3573e7;
	color:#fff;
}


.button-blau1 {
	color:#3573e7;
	border:2px solid #3573e7;
	float:left;
	padding:3px 15px 6px 15px;
	transition:all 0.2s;
	margin-top: -5px;
}

.button-blau1:hover {
	background-color:#3573e7;
	color:#fff;
}

.zwei {
	margin-right:10px;
	width:130px;
	text-align:center;
	float:left;
}

.zwei img {
	height:17px;
	vertical-align:sub;
	width:auto;
	margin-right:3px;
}

.weiss {
	display:none;
}

.zwei:hover img.blau {
	display:none;
}

.zwei:hover img.weiss {
	display:inline;
}

.buttons-support {
	width:350px;
	margin:auto;
	margin-top:30px;
}

section#kategorien {
	scroll-behavior:smooth;
}

section#kategorien a {
	color:#000;
	border-bottom:1px solid #3573e7;
}

section#kategorien a:hover {
	color:#3573e7;
	border-bottom:1px solid #3573e7;
}

section#kontakt {
	width:100%;
	height:400px;
	background-image:url(../images/kolbtec-muster.svg);
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
	padding-top:100px;
	box-sizing:border-box;
	border-bottom:5px solid #fff;
}

section#kontakt h1 {
	margin-top:0;
	margin-bottom:10px;
}

section#kontakt h2 {
	width:600px;
	margin:auto;
	color:#3D3D3D;
}

section#icons {
	background-color:#3573e7;
	width:100%;
	height:auto;
}

.wide {
	width:70%;
}

@media (max-width:985px) {
	.wide {
		width:100%;
	}
}

.banner {
	width:100%;
	height:400px;
	overflow:hidden;
	padding-top:150px;
}

.banner img {
	width:100%;
	margin-top:-400px;
}

.banner.not img {
	margin-top:-100px;
}

@media (max-width:1410px) {
	.banner img {
		margin-top:-200px;
	}
	
	.banner.not img {
		margin-top:-100px;
	}
}

@media (max-width:890px) {
	.banner img {
		margin-top:-70px;
	}
	
	.banner.not img {
		margin-top:-70px;
	}
}

@media (max-width:645px) {
	.banner img {
		width:150%;
		margin-top:-140px;
	}
	
	.banner.not img {
		width:150%;
		margin-top:-140px;
	}
}

@media (max-width:420px) {
	.banner img {
		width:150%;
		margin-top:-100px;
	}
	
	.banner.not img {
		width:150%;
		margin-top:-100px;
	}
}

@media (max-width:375px) {
	.banner img {
		width:170%;
		margin-top:-80px;
		margin-left:-15%;
	}
	
	.banner.not img {
		width:170%;
		margin-top:-80px;
		margin-left:-15%;
	}
}

.icons-box {
	width:100%;
	height:auto;
	padding-top:45px;
	transition:all 0.2s;
	padding-bottom:45px;
}
.icon {
	width:25%;
	float:left;
	transition:all 0.2s;
}

.icon-img {
	width:140px;
	margin:auto;
	height:170px;
	transition:all 0.2s;
	margin-top:0;
	margin-bottom:0;
}

.icon-img img {
	width:140px;
	height:auto;
	transition:all 0.2s;
}

.icon-titel {
	color:#fff;
	font-size:1.4rem;
	text-align:center;
	margin-top:20px;
	transition:all 0.2s;
}

.icon:hover .icon-img img {
	width:160px;
	margin-left:-10px;
	margin-top:-15px;
	margin-bottom:-8.5px;
	transition:all 0.2s;
}

@media (max-width:750px) {
	.icon {
		width:50%;
		margin-bottom:30px;
		margin-top:30px;
	}  
		
	.icon:hover .icon-img img {
		width:140px;
		margin-bottom:0;
		margin-top:0;
		margin-left:0;
	}
}

@media (max-width:425px) {
	.icon-titel {
		font-size:1.2rem;
	}
	
	.icon-img img {
		width:120px;
		margin-left:10px;
	}
	
	.icon-img {
		height:140px;
	}
	
	.icon:hover .icon-img img {
		width:120px;
		margin-bottom:0;
		margin-top:0;
		margin-left:10px;
	}
}

.balken-fixed {
	position:fixed;
	display:none;
	top:0;
	left:0;
	z-index:999;
	background-color:rgba(255,255,255,0.98);
	width:100%;
	height:70px;
	box-sizing:border-box;
	box-shadow:0px 30px 40px rgba(0,0,0,0.1);
	-webkit-backdrop-filter:blur(20px);
}

.balken-fixed.fixed {
	display:block;
	animation-name:head;
	animation-duration:0.5s;
}

@keyframes head {
	from {opacity:0;margin-top:-50px;}
	to {opacity:1;}
}

@keyframes head-re {
	from {opacity:0;margin-top:-50px;}
	to {opacity:1;}
}

.fixed-logo {
	height:50px;
	float:left;
	margin-left:40px;
	padding:10px;
}

.fixed-logo img {
	height:50px;
	width:auto;
}

.navigation-fixed {
	float:right;
	height:70px;
	margin-right:50px;
}

.navigation-fixed a {
	color:#3573e7;
	font-size:1.1rem;
	padding:20px 0px 45px 0px;
	margin-left:40px;
	box-sizing:border-box;
	height:70px;
	float:left;
	border-bottom:2px solid transparent;
}

.navigation-fixed a:hover {
	border-bottom:2px solid #3573e7;
	color:#000;
}

.navigation-fixed a.active {
	border-bottom:2px solid #3573e7;
	font-weight:bold;
}

@media (max-width:1085px) {
	.navigation a,
	.navigation-fixed a {
		padding-left:10px;
		padding-right:10px;
	}
	
	.navigation {
		margin-right:-5px;
	}
}

@media (min-width:956px) {
	.nav-close-btn {
		display:none!important;
	}
	
	.burger-menu {
		display:none;
	}
}

@media (max-width:955px) {
	.navigation {
		display:none;
	}
	
	.navigation-fixed {
		display:none;
	}
}

.navi-m {
	position:absolute;
	top:0;
	left:0;
	background-color:#fff;
	padding:20px 50px;
	width:100%;
	box-sizing:border-box;
	display:none;
	animation-name:navigation;
	animation-duration:0.5s;
}

.navi-m-fix {
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(255,255,255,0.98);
	-webkit-backdrop-filter:blur(20px);
	padding:20px 50px;
	width:100%;
	box-sizing:border-box;
	display:none;
	animation-name:navigation;
	animation-duration:0.5s;
}

@keyframes navigation {
	from {opacity:0}
	to {opacity:1}
}

.navis {
	float:right;
	text-align:right;
	margin-top:25px;
}

.navis a {
	color:#3573e7;
	margin-left:30px;
	font-size:1.1rem;
	transition:all 0.2s;
}

.navis a:hover {
	color:#000;
	transition:all 0.2s;
}

.nav-close-btn {
	float:right;
	font-size:2.2rem;
	font-weight:lighter;
	color:#3573e7;
	padding:0px 7px 6px 7px;
	margin-top:11px;
	margin-left:10px;
	margin-right:-22px;
}

.nav-close-btn:hover {
	color:#000;
}

.logo-m {
	width:65px;
	float:left;
	margin-right:100px;
	margin-left:1px;
	margin-top:1px;
}

.logo-m img {
	width:100%;
}

.navi-m:target {
	display:block;
}

.navi-m-fix:target {
	display:block;
}

.burger-menu {
	width:auto;
	transition:all 0.2s;
	padding:15px;
	margin-bottom:-7px;
	float:right;
	margin-top:35px;
	margin-right:-15px;
	position:absolute;
	top:0;
	right:0;
	z-index:99;
}

.burger-menu.fix {
	margin-top:10px;
}

.burger-bar {
	width:30px;
	height:2px;
	background-color:#3573e7;
	margin-bottom:7px;
	transition:all 0.2s;
}

.burger-bar-mid {
	width:23px;
	height:2px;
	border-radius:1px;
	background-color:#3573e7;
	margin-bottom:7px;
	margin-left:7px;
	transition:all 0.2s;
}

.nav-m {
	position:fixed;
	z-index:99999;
	width:100%;
	height:auto;
	background-color:#fff;
	display:none;
	border-bottom:5px solid #3573e7;
}

.nav-m a {
	width:100%;
	float:left;
	border-bottom:1px solid #eee;
	padding:13.5px 50px;
	color:#3573e7;
}

.nav-m a:hover {
	background-color:rgba(53,115,231,0.1);
}

.nav-m a:last-of-type {
	border-bottom:none;
}

.close-btn {
	font-size:30px;
	width:100%;
	text-align:center;
	margin-left:-50px;
}

.main {
	width:100%;
	height:100%;
	transition:all 0.2s;
	filter:none;
}

.nav-m:target {
	display:block;
	animation:0.2s navigation;
}

.nav-m:target + .main {
	filter:blur(15px);
	overflow:hidden;
	width:100vw;
	height:100vh;
	transition:all 0.2s;
}

@keyframes navigation {
	from {margin-top:-300px; opacity:0}
}

.nav-m:target + header#normal {
	height:300px!important;
}

@media (max-width:600px) {
	.nav-m a {
		padding:13.5px 5%;
	}
	
	.close-btn {
		margin-left:-5%;
	}
}

.content {
	padding:70px 50px 50px 50px;
	background-image:url(../images/muster-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	border-top:6px solid #3573e7;
}

.content-left.gross {
	font-size:1.1rem;
}

@media (max-width:1000px) {
	.content-left.gross {
		padding-bottom:20px;
		margin-bottom:30px;
		font-size:1rem;
	}
}

.title {
	background-color:#fff;
	margin-top:-100px;
	margin-bottom:50px;
	margin-left:-20px;
	box-shadow:0px 10px 20px rgba(0,0,0,0.1);
	float:left;
	position:absolute;
	padding:0px 20px 7px 20px;
}

.title h3 {
	background-color:#fff;
	margin-top:0;
	margin-bottom:0;
	color:#2e2f2e;
}

.content h4 {
	color:#3573e7;
	margin-top:0;
	margin-bottom:10px;
}

.content-left {
	width:50%;
	float:left;
	padding-right:50px;
	box-sizing:border-box;
	margin-top:20px;
}

.content-left.siebzig {
	width:70%;
}

@media (max-width:940px) {
	.content-left.siebzig {
		width:100%;
	}
}

.content-right {
	width:50%;
	float:right;
	padding-left:50px;
	box-sizing:border-box;
}

.content-left-bild {
	width:50%;
	box-sizing:border-box;
	box-shadow:0px 20px 30px rgba(0,0,0,0.1);
	margin-bottom: -15px;
}

.content-left-bild img {
	width:100%;
	border-bottom:0px;
	margin-bottom:-5px;
}

.content-right-bild {
	width:50%;
	height:auto;
	float:left;
	box-sizing:border-box;
	box-shadow:0px 20px 30px rgba(0,0,0,0.1);
}

.content-right-bild.height {
	height:400px;
}

.content-right-bild img {
	width:100%;
	border-bottom:0px;
	margin-bottom:-5px;
}

.content-right-bild iframe {
	width:100%;
	height:100%;
	border-bottom:0px;
}

@media (max-width:768px) {
	.content-left {
		width:100%;
		padding-right:0;
	}
	
	.content-left-bild {
		width:100%;
		margin-top:80px;
	}
	
	.content-right {
		width:100%;
		padding-left:0;
	}
	
	.content-right-bild {
		width:100%;
		padding-left:0;
		margin-top:50px;
	}
}

.bilder-unten {
	width:100%;
	height:auto;
	background-color:rgba(53,115,231,0.1);
	overflow:hidden;
	padding-top:30px;
	padding-bottom:30px;
}

.bild-unten {
	width:32%;
	height:auto;
	float:left;
}

.bild-unten.eins {
	margin-right:1%;
}

.bild-unten.zwei {
	margin-right:1%;
	margin-left:1%;
}

.bild-unten.drei {
	margin-left:1%;
}

.bild-unten img {
	width:100%;
	height:auto;
}

.bild-lightbox {
	position:fixed;
	top:0;
	left:0;
	z-index:9999999;
	background-color:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
	display:none;
}

.bild-lightbox:target {
	display:block;
	animation:0.5s lightbox-bg ease;
	transition:all 0.2s;
}

.bild-lightbox:target .bild-light-box {
	transition:all 0.2s;
	animation:0.2s lightbox ease;
}

@keyframes lightbox-bg {
	from {opacity:0;}
}

@keyframes lightbox {
	from {opacity:0; max-width:30%;}
}

.relative-frame {
	width:100%;
	height:100%;
	position:relative;
}

.bild-light-box {
	width:100%;
	max-width:1000px;
	height:auto;
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background-color:#3573e7;
	box-sizing:border-box;
	padding:5px;
}

.lightbox-bild {
	width:100%;
	height:auto;
}

.lightbox-bild img {
	width:100%;
	height:auto;
	margin-bottom:-4px;
}

.lightbox-close-btn {
	width:50px;
	height:50px;
	position:absolute;
	right:0;
	top:0;
	margin-top:-11px;
	margin-right:-11px;
	transition:all 0.2s;
}

.lightbox-close-btn img {
	width:100%;
	height:auto;
}

.lightbox-close-btn:hover {
	filter:brightness(0.6);
	transition:all 0.2s;
}

@media (max-width:1380px) {
	.bilder-unten {
		padding-left:50px;
		padding-right:50px;
		box-sizing:border-box;
	}
}

@media (max-width:600px) {
	.bilder-unten {
		padding-left:5%;
		padding-right:5%;
	}
	
	.bild-unten {
		width:100%;
		height:150px;
		overflow:hidden;
	}
	
	.bild-unten:nth-child(1) {
		margin-right:0%;
		margin-bottom:30px;
	}

	.bild-unten:nth-child(2) {
		margin-right:0%;
		margin-left:0%;
		margin-bottom:30px;
	}

	.bild-unten:nth-child(3) {
		margin-left:0%;
	}
	
	.bild-light-box {
		padding:10px;
	}
	
	.lightbox-close-btn {
		margin-top:-30px;
	}
}

/* Ende Section */


/*********************************************** Start Slider ******************************************/

.diashow {
	width:100%;
	height:auto;
	overflow:hidden;
}

.diashow img {
	margin-left:10px;
	margin-right:10px;
	float:left;
	transition:all 0.2s;
	cursor:pointer;
	height: 400px;
}

.diashow-bilder {
	margin-left:10px;
	margin-right:10px;
	float:left;
	transition:all 0.2s;
	cursor:pointer;
	height:200px;
	overflow:hidden!important;
}

.diashow-bilder img {
	width:100%;
	margin-left:0px;
	margin-right:0px;
}

.diashow img:hover {
	opacity:0.7;
	transition:all 0.2s;
}




.modal {
	display: none;
	position: fixed;
	z-index: 999999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	overflow:hidden;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
}

.modal-content {
	position: relative;
	padding: 0;
	width:800px;
	height:auto;
	display:inline-block;
	border:5px solid #3573e7;
}

.modal-content img {
	margin-bottom:-4px;
	width:100%;
	height:auto;
}

.mySlides {
	text-align:center;
}

.schliessen {
	top:0;
	right:0;
	margin-right:-17px;
	margin-top:-12px;
	transition:all 0.2s;
	position:absolute;
}

.schliessen:hover {
	color: rgb(53, 115, 231);
	text-decoration: none;
	cursor: pointer;
	transition:all 0.2s;
}

.mySlides {
	display: none;
}

.cursor {
	cursor: pointer;
}

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	height:83px;
	width:40px;
	color: #fff;
	transition: all 0.2s;
	user-select: none;
	-webkit-user-select: none;
	overflow:hidden;
	margin-top:-41.5px;
}

a.prev,
a.next {
	border-bottom:0!important;
}

.prev img,
.next img {
	width:100%;
	height:auto;
}

.next {
	right:0;
	margin-right:-44px;
	background-image:url("../images/kolbtec-play-for.svg");
	background-repeat:no-repeat;
	background-size:contain;
}

.prev {
	left: 0;
	margin-left:-44px;
	background-image:url("../images/kolbtec-play-back.svg");
	background-repeat:no-repeat;
	background-size:contain;
}

.prev:hover,
.next:hover {
	filter:brightness(0.6);
	transition:all 0.2s;
}

.numbertext {
	color: #fff;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top:0;
	left:0;
	margin-top:-25px;
	margin-left:-5.5px;
	background-image:url("../images/seitenzahl-lighbox.svg");
	background-repeat:no-repeat;
	background-size:contain;
}

@media (max-width:890px) {
	.modal{
		padding-top:50px;
	}
	
	.next,
	.prev {
		margin-left:0;
		margin-right:0;
	}
	
	.prev {
		background-image:url(../images/lightbox-play-back-for.svg);
		background-repeat:no-repeat;
		background-size:contain;
		margin-left:-1px;
	}
	
	.next {
		background-image:url(../images/lighbox-play-for-back.svg);
		background-repeat:no-repeat;
		background-size:contain;
		margin-right:-1px;
	}
	
	.schliessen {
		margin-right:6px;
	}
}

@media (max-width:810px) {
	.modal-content {
		width:95%;
		height:auto!important;
	}
	
	.modal-content img {
		height:auto!important;
	}
	
	.schliessen {
		margin-top:-50px;
	}
	
	.modal {
		padding-top:90px;
	}
	
	.next {
		background-image:url(../images/lightbox-play-m-for.svg);
		background-repeat:no-repeat;
		background-size:contain;
		width:85px;
		height:50px;
		margin-right:-5.5px;
		margin-left:0;
		margin-top:0;
		top:auto;
		bottom:0;
		margin-bottom:-54px;
	}
	
	.prev {
		background-image:url(../images/lightbox-play-m-back.svg);
		background-repeat:no-repeat;
		background-size:contain;
		width:85px;
		height:50px;
		margin-left:-5.5px;
		margin-right:0;
		margin-top:0;
		top:auto;
		bottom:0;
		margin-bottom:-54px;
	}
}

@media (max-width:690px) {
	
	.diashow img {
		width: 80%;
	}
}

@media (max-width:355px) {
	.mySlides video {
		height:auto!important;
		width:100%!important;
	}
	
	.mySlides video.lightbox-landscape {
		height:auto!important;
		width: 100% !important;
	}
}

.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

/*********************************************** Ende Slider ********************************************/

/* Article */

/* Ende Article */


/* Footer */

footer {
	width:100%;
	height:auto;
	padding:20px 50px;
	box-sizing:border-box;
	background-color:#444444;
	border-bottom: solid 6px #3573e7;
}

footer#grau {
	background-color:#2e2f2e;
}

.hella-button {
	background-color:rgba(53,115,231,0.1);
	padding:15px 15px 1px 15px;
	width:auto;
	height:auto;
	float:left;
	border:2px solid #3573e7;
	transition:all 0.2s;
}

.hella-button:hover {
	background-color:#3573e7;
}

.hella-logo {
	width:100px;
	height:auto;
	bottom:0;
	margin-bottom:10px;
	float:left;
}

.hella-logo img {
	width:100%;
	height:auto;
}

.pfeil-danach {
	width:auto;
	height:20px;
	float:left;
	padding-left:15px;
}

.pfeil-danach img {
	width:auto;
	height:100%;
}

.footer-logo {
	width:100px;
	float:left;
	margin-top:10px;
}

.footer-logo img {
	width:100%;
}

.footer-kontakt {
	color:#fff;
	float:left;
	margin-left:300px;
	margin-top:10px;
}

.footer-kontakt a {
	color:#fff;
	border-bottom:1px solid #5298E4;
}

.footer-kontakt a:hover {
	color:#5298E4;
}

.footer-links {
	float:right;
	text-align:right;
	margin-top:10px;
}

.footer-links a {
	color:#fff;
}

.footer-links a:hover {
	color:#5298E4;
}

.box-1 {
	float:left;
	margin-right:50px;
}

.box-2 {
	float:left;
}

.copyright {
	float:left;
	color:#fff;
	margin-top:15px;
}

.impressum-datenschutz {
	float:right;
	margin-top:15px;
}

.impressum-datenschutz a {
	color:#fff;
}

/* Ende Footer */

@media (max-width:1380px) {
	header {
		padding-left:50px;
	}
	
	nav#start {
		padding-right:50px;
	}
}

@media (max-width:1065px) {
	header {
		height:600px;
	}
	
	.pattern {
		height:600px;
	}

	.pattern-text {
		width:400px;
		padding-top:80px;
	}
	
	.pattern-text h1 {
		font-size:2.5rem;
		line-height:normal;
	}
	
	.pattern-text h2 {
		font-size:1.4rem;
	}
	
	.footer-kontakt {
		margin-left:90px;
		margin-top:10px;
	}
}

@media (max-width:1000px) {
	.content-left {
		width:80%;
	}
	
	.content-right {
		width:100%;
		padding-left:0;
	}
	
	.diashow {
		width:100%;
		height:auto;
	}
	
	.diashow img {
		width:100%;
		height:auto;
		margin-left:0;
		margin-right:0;
	}
}

@media (max-width:900px) {
	.banner {
		height:300px;
	}
}

@media (max-width:840px) {
	.box-1 {
		float:none;
		margin-right:0;
	}
	
	.box-2 {
		float:none;
	}
}

@media (max-width:768px) {
	.footer-links {
		display:none;
	}
	
	.footer-kontakt {
		margin-left:0;
		float:right;
	}
}

@media (max-width:750px) {
	.pattern {
		background-size:contain;
		background-image:url(../images/kolbtec-bild-3.jpg)
	}
	
	.pattern-text {
		padding-top:40%;
	}
	
	header {
		height:700px;
	}
	
	.content-left {
		width:100%;
	}
}

@media (max-width:710px) {
	.diashow {
		width:100%;
		height:auto!important;
	}
	
	.diashow img {
		width:100%;
		margin-right:0;
		margin-left:0;
	}
	
	.content-right {
		float:left;
		padding-right:0;
	}
}

@media (max-width:640px) {
	.pattern-text {
		padding-top:50%;
	}
	
	header {
		height:700px;
	}
	
	.pattern-text h2 {
		padding-left:0;
	}
}

@media (max-width:600px) {
	header {
		padding-left:5%;
		padding-right:5%;
	}
	
	nav#start {
		padding-right:0;
	}
	
	.pattern {
		width:106%;
	}
	
	.logo {
		margin-left:1%;
	}
	
	.fixed-logo {
		margin-left:1.5%;
	}
	
	.content {
		padding:70px 5% 50px 5%;
	}
	
	footer {
		padding:20px 5%;
	}
	
	.burger-menu {
		margin-right:-15px;
	}
	
	h2 {
		width:100%!important;
		box-sizing:border-box;
	}
	
	section#kontakt {
		height:450px;
	}
	
	section#kontakt h1 {
		width:100%!important;
		padding-left:5%;
		padding-right:5%;
		box-sizing:border-box;
		margin-top:-50px;
	}
	
	.button-blau.zwei {
		width:90%;
		max-width:100%;
		float:left;
		margin-bottom:10px;
		box-sizing:border-box;
		padding-left:0;
		padding-right:0;
		margin-right:5%;
		margin-left:5%;
	}
}

@media (max-width:530px) {
	.pattern-text {
		padding-top:55%;
	}
	
	header {
		height:700px;
	}
}

@media (max-width:520px) {
	.banner {
		height:220px;
	}
}

@media (max-width:480px) {
	.logo {
		width:250px;
	}
	
	header#normal {
		height:110px;
	}
	
	.burger-menu {
		margin-top:30px;
	}
}

@media (max-width:465px) {
	header {
		height:650px;
	}
}

@media (max-width:425px) {
	.pattern-text h1 {
		font-size:2rem;
	}
	
	.pattern-text h2 {
		font-size:1.1rem;
	}
	
	.pattern-text {
		width:300px;
	}
	
	header {
		height:600px;
	}
}

@media (max-width:420px) {
	.footer-kontakt {
		width:100%;
		float:left;
		margin-top:30px;
		margin-bottom:30px;
	}
	
	.footer-logo {
		width:100%;
		text-align:center;
	}
	
	.footer-logo img {
		width:80px;
	}
	
	.impressum-datenschutz {
		width:100%;
		float:left;
	}
}

@media (max-width:375px) {
	header {
		height:560px;
	}
}