:root {
	--black: #000;
	--white: #fff;
	--red: #f14141; /* rgb(241,65,65) *//*Links*/
	--green: #79c74b; /* rgb(121,199,75) */
	--grey: #818181; /*Button Kachel hover*/
	--darkgrey: #3d3d3d; /*Schrift*/
	--rosa: #f39ca3; /* rgb(243,156,163) */
	--lila: #6455a0; /* rgb(100,85,160) */
	--green2: #93d170; /* rgb(147,209,112) */
	--orange: #ff7906; /* rgb(255,121,6) */
	--hellblau: #b0e6e4; /* rgb(176,230,228) */
}

*, ::before, ::after {
	position: relative;
}

html {
	scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    transition: 0.25s;
    scroll-behavior: smooth;
}

#get {
    background: url(https://http-get.de/get.gif) no-repeat;
}

::-moz-selection { 
   color: #000;
   background: #b0e6e4;
   text-shadow: none; 
}

::selection { 
   color: #000; 
   background: #b0e6e4;
   text-shadow: none; 
}

a, button, .btn {
	cursor: pointer;
}
a:active, button:active, .btn:active {
	cursor: progress;
}
button, .btn {
	border-radius: 0;
	background-color: #f14141;
	color: #fff;
	font-weight: 600;
	transition: 0.25s;
}
button:hover, .btn:hover {
	background-color: #818181;
	outline: 2px solid #000;
	color: #fff;
}
button:focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,0,0,.25);
}
.btn.disabled, .btn:disabled {
	cursor: not-allowed;
	background-color: #818181;
	outline: 0px;
}

.form-control {
	border-radius: 0;
}
.form-control:focus {
    border-color: #b0e6e4;
    box-shadow: 0 0 0 .2rem rgba(176,230,228,.25);
}
.form-control.text-danger {
	border-color: red;
}

.kachel {
	width: 95px;
	height: 95px;
	text-transform: uppercase;
	display: block;
	left: 30px;
	font-size: 1.3rem;
	font-weight: bold;
	position: absolute;
	top: 30px;
	color: #fff;
	line-height: 1.3em;
	background-color: transparent;
	transition: 0.25s;
}
.kachel:hover, .kachel:focus, 
.close, .close:hover, .close:active, .close:focus,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close, .mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover .mfp-zoom-out-cur .mfp-image-holder .mfp-close:active, .mfp-zoom-out-cur .mfp-image-holder .mfp-close:focus {
	background-color: transparent;
	outline: 0px solid #000;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close, .mfp-zoom-out-cur .mfp-image-holder .mfp-close:active, .mfp-zoom-out-cur .mfp-image-holder .mfp-close:focus {
	box-shadow: none;
}
.kachel::before {
	content: "";
	height: inherit;
	width: inherit;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f14141;
	transform: rotate(45deg);
	box-shadow: 5px 0px 10px rgba(0,0,0,0.5);
	transition: 0.25s;
}
.kachel:hover::before {
	background-color: #818181;
	border: 2px solid #fff;
}
.kachel span {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 130%;
	text-align: center;
	color: #fff;
}

textarea {
    resize: vertical;
}

@media screen and (min-width:350px) {
	.d-xs-inline {
		display: inline !important;
	}
}

/* Header */
.header-main {
	background-image: url(/images/header-papeterie-petersen992.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	min-height: 650px;
	height: 100vh;
	overflow: hidden;
}
.header-main .grandient-w {
	background-image: linear-gradient(rgba(255,255,255,0.6),transparent);
	height: 258px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: 1s;
}
.header-main .grandient-w.fixed {
	z-index: 499;
	height: 90px;
}
.header-main .navbar-light {
	position: fixed;
	width: 50%;
	z-index: 500;
	right: 0;
	top: 0;
	font-size: 0.9rem;
}
.header-main .navbar-light .navbar-brand {
	display: inline-block;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 500;
	left: -100vw;
	transition: opacity 0.25s;
}
.header-main .navbar-light .navbar-brand img {
	width: 200px;
	top: 15px;
	left: 10px;
}
.header-main .navbar-light .navbar-toggler {
	margin: 4px 10px 4px auto;
	border: 0px;
	height: 50px;
	width: 50px;
	background-color: rgba(241,65,65,1);
	transform: rotate(45deg);
	box-shadow: 5px 0px 10px rgba(0,0,0,0.5);
	transition: 0.25s;
	border-radius: 0px;
}
.header-main .navbar-light .navbar-toggler:hover {
	background-color: #818181;
	outline: 2px solid #fff;
}
.header-main .navbar-light.active .navbar-toggler {
	transform: rotate(225deg);
	z-index: 200;
}
.header-main .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    transform: rotate(-45deg);
    margin-left: -2px;
    margin-top:-1px;
}
.header-main .navbar-light.active .navbar-toggler .navbar-toggler-icon {
	opacity: 0;
	transition: 0.25s;
}
.header-main .navbar-light .navbar-toggler .navbar-toggler-close {
	opacity:0;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	position: absolute;
	top: 8px;
	transform: rotate(-45deg);
	left: 13px;
}
.header-main .navbar-light.active .navbar-toggler .navbar-toggler-close {
	opacity: 1;
}
.header-main .navbar-light .navbar-toggler:hover .navbar-toggler-close {
	top: 7px;
	left: 12px !important;
}
.navbar-light a.navbar-toggler {
	display: inline-block;
	position: absolute;
	right: 0px;
	top: -29px;
}
.header-main .navbar-light .navbar-toggler-icon {
	position: absolute;
	right: 10px;
	top: 9px;
}
.navbar-light .navbar-collapse {
	z-index: 100;
	width: 100vw;
	right: 0;
	position: absolute;
	top: 50px;
	display: none;
}
.navbar-light.active .navbar-collapse {
	display: block;
}
.navbar-light .navbar-nav {
	display: inline-block;
	position: absolute;
	text-align: right;
	top: 32px;
	width: 100%;
	left: auto;
	right: auto;
	margin: 0 auto;
}

.navbar-light.active .navbar-nav::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.7);
}

.navbar-light .navbar-nav .nav-item {
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	max-width: 100%;
	margin-left: 0;
	width: 100%;
	height: 30px;
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
	width: 160px;
	height: 100%;
	margin: 0 auto;
	display: block;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link::before {
	content: "";
	position: absolute;
	background-color: #f14141;
	box-shadow: 5px 0px 10px rgba(0,0,0,0.5);
	display: block;
	top: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	transform: skewX(-45deg);
}
.navbar-light .navbar-nav .nav-link:hover::before {
	background-color: #818181;
	outline: 2px solid #fff;
}
.navbar-light .navbar-nav .nav-link span {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.header-main .kachel.aktion span {
    transform: translate(-50%,-50%) scale(0.75,1);
}
.header-main .text {
	color: #f14141;
	position: absolute;
	top: 162px;
	left: -14px;
	padding: 0 8px;
	font-size: 1.6rem;
	max-width: 400px;
	transform: scale(0.9,1);
	text-shadow: 2px 2px 5px #000000;
	z-index: 1;
}
.header-main .viereck {
	padding: 15px 15px 0;
	position: absolute;
	bottom: 200px;
	left: 0;
	width: 75%;
	max-width: 675px;
}
.header-main .viereck::before {
	content:"";
	background-color: rgba(255,255,255,0.8);
	height: 300%;
	width: 150%;
	position: absolute;
	top: -15px;
	left: -45%;
	transform: rotate(-13deg);
}
.header-main .viereck img {
	width: 100%;
	height: auto;
}
.header-main .viereck hr {
	border-top: 3px solid rgba(0,0,0,1);
	margin: 5px 0 0 -15px;
}
.header-main .viereck ul {
	margin-top: 25px;
	list-style-type: none;
	padding: 0;
	width: 50%;
	float: left;
	font-weight: 600;
	display: none;
}
.header-main .dreieck {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 214px;
	width: 400px;
	background-size: cover;
	color: #fff;
}
.header-main .dreieck-bg {
	background-color: #79c74b;
	transform: rotate(-13deg);
	height: 50%;
	width: 150%;
	position: absolute;
	bottom: -27%;
	right: -30%;
}
.header-main .dreieck #adresse {
	opacity: 0;
	transition: .25s;
	position: absolute;
	bottom: 15px;
	right: 40px;
	padding: 0 8px;
}
.header-main .dreieck #zeiten {
	opacity: 0;
	transition: .25s;
	position: absolute;
	bottom: 19px;
	right: 40px;
	padding: 0 8px 12px;
}
.header-main .dreieck #zeiten td {
	padding: 0 0.2rem;
}
.header-main .dreieck .buttons {
	position: absolute;
	bottom: 0;
	right: 2px;
	width: 45px;
	height: 100%;
	padding-top: 10px;
}
.header-main .dreieck .btn {
	height: 50px;
	width: 50px;
	position: relative;
	background-color: transparent;
	border: 0px;
	color: #fff;
	font-size: 2.1rem;
	padding: 0;
	margin-top: 17px;
	outline: 0px solid #000;
}
.header-main .dreieck .btn:hover {
	opacity: 0.8;
}
.header-main .dreieck .btn:focus {
	box-shadow: none;
	border-radius: 0px;
}
.header-main .dreieck .btn:focus::before {
	content: "";
	box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);
	display: block;
	width: 80%;
	height: 80%;
	position: absolute;
	top: 10%;
	left: 10%;
	transform: rotate(45deg);
}
.header-main .dreieck .btn.uhr img {
	margin-top: -5px;
	z-index: 100;
}
.header-main .dreieck .btn.fa-chevron-down::before {
	top: 7px;
}
@media screen and (orientation: portrait) {
	.header-main {
		max-height: 800px;
	}
	.header-main .dreieck .buttons {
		padding-top: 25px;
	}
	.header-main .dreieck .btn {
		margin-top: 10px;
	}
}
@media screen and (min-width:350px) {
	.header-main .dreieck .buttons {
		right: 18px;
	}
	.header-main .dreieck #adresse,
	.header-main .dreieck #zeiten {
		right: 85px;
	}
}
@media screen and (min-width: 367px) {
	.header-main .text {
		top: 27.5%;
	}
}
@media screen and (min-width: 500px) {
	.header-main .text {
		font-size: 1.8rem;
		max-width: 430px;
	}
	.header-main .dreieck-bg {
		bottom: -26%;
	}
}
@media screen and (min-width: 576px) {
	.header-main {
		min-height: 700px;
	}
	.navbar-light .navbar-nav .nav-item {
		width: 50%;
		height: 32px;
	}
	.header-main .text {
		font-size: 2.2rem;
		max-width: 520px;
		top: 24%;
	}
	.header-main .viereck {
		width: 60%;
	}
	.header-main .dreieck-bg {
		bottom: -27%;
	}
}
@media screen and and (min-width: 768px) and (orientation: portrait) {
	.header-main {
		max-height: 1024px;
	}
}
@media screen and (min-width: 768px) {
	.header-main {
		min-height: 900px;
	}
	.navbar-light .navbar-nav .nav-item {
		width: 33%;
		height: 48px;
	}
	.header-main .kachel.aktion {
		width: 120px;
		height: 120px;
		font-size: 1.5rem;
		top: 40px;
		left: 40px;
	}
	.header-main .text {
		font-size: 2.1rem;
		top: 22%;
		left: 20px;
		max-width: 100%;
	}
	.header-main .viereck {
		padding: 20px 75px 20px 60px;
		bottom: 160px;
		width: 90%;
		padding-bottom: 15px;
	}
	.header-main .viereck img {
		width: 91%;
	}
	.header-main .viereck hr {
		margin-left: -60px;
		margin-right: 47px;
	}
	.header-main .viereck ul {
		display: block;
	}
	.header-main .dreieck-bg {
		bottom: -30%;
	}
	.header-main .dreieck {
		width: 600px;
	}
	.header-main .dreieck #adresse {
		opacity: 1;
		right: 250px;
		bottom: 20px;
	}
	.header-main .dreieck #zeiten {
		opacity: 1;
		right: 15px;
		bottom: 24px;
	}
	.header-main .dreieck .buttons {
		display: none;
	}
}
@media screen and (min-width: 992px) {
	.header-main {
		background-image: url(/images/header-papeterie-petersen.jpg);
	}
	.navbar-light .navbar-nav {
		top: 24px;
		padding-right: 1%;
	}
	.navbar-light .navbar-nav .nav-item {
		width: 156px;
		height: 110px;
		margin-bottom: 40px;
	}
	.navbar-light .navbar-nav .nav-link {
		width: 110px;
	}
	.navbar-light .navbar-nav .nav-link::before {
		transform: rotate(45deg);
	}
	.header-main .text {
		top: 23%;
		font-size: 2.2rem;
	}
	.header-main .viereck {
		bottom: 120px;
	}
	.header-main .viereck img {
		width: 91%;
	}
}
@media screen and (min-width: 1200px) {
	.header-main .dreieck #adresse {
		right: 320px;
	}
	.header-main .dreieck #zeiten {
		right: 50px;
	}
}
@media screen and (min-width: 1400px) {
	.header-main {
		min-height: 768px;
	}
	.header-main .kachel.aktion {
		top: 100px;
		left: 75px;
	}
	.header-main .text {
		left: 46%;
		width: 53%;
		font-size: 2.8rem;
		top: 27%;
	}
	.header-main .viereck {
		bottom: 100px;
	}
	.header-main .viereck::before {
	    top: -30px;
	}
	.header-main .dreieck {
	    width: 700px;
	}
	.header-main .dreieck #adresse {
		right: 390px;
	}
	.header-main .dreieck #zeiten {
		right: 85px;
	}
}
@media screen and (min-width: 1890px) {
	.navbar-light .navbar-nav::before {
		display: none;
	}
	.header-main .grandient-w {
		position: fixed;
	}
	.header-main .grandient-w.fixed {
		height: 100px;
		background-image: none;
		background-color: rgba(255,255,255,0.8);
		box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	}
	.navbar-light {
		width: 90%;
	}
	.header-main .navbar-light .navbar-brand img {
		top: 50px;
		left: 40px;
	}
	.navbar-light .navbar-collapse {
	    display: -ms-flexbox !important;
	    display: flex !important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	    top: 0px;
	}
	.navbar-light .navbar-toggler {
	    display: none;
	}
	.navbar-light .navbar-nav {
	    -ms-flex-direction: row;
	    flex-direction: row;
	    top: 22px;
	    padding-right: 22px;
	    left: auto;
		width: 1685px;
		right: 3px;
		height: 78px;
	}
	.navbar-light .navbar-nav .nav-item {
		max-width: 105px;
		margin-left: 40px;
		margin-bottom: 0;
	}
	.navbar-light .navbar-nav .nav-link {
		color: #000;
		width: 105px;
		height: 105px;
	    padding-right: .5rem;
	    padding-left: .5rem;
	}
	.navbar-light .navbar-nav .nav-link::before {
		opacity: 0;
	}
	.navbar-light .navbar-nav .nav-link:hover::before {
		opacity: 1;
		outline: 0px;
		background-color: #f14141;
	}
	.header-main .text {
		font-size: 3.4rem;
		left: 38%;
		top: 25%;
		width: 60%;
	}
	.header-main .viereck {
		width: 100%;
		padding-right: 60px;
		font-size: 1.1rem;
	}
	.header-main .viereck::before {
		width: 155%;
		left: -40%;
		margin-top: -15px;
	}
	.header-main .viereck img {
		width: 100%;
	}
	.header-main .viereck hr {
		margin-right: 0px;
	}
	.header-main .dreieck-bg {
		bottom: -82%;
		height: 100%;
	}
}

/* noscript nav */
.noscript-btn {
	position: fixed;
	right: 15px;
	top: 9px;
	z-index: 500;
	margin: 4px 10px 4px auto;
	border: 0px;
	height: 50px;
	width: 50px;
	background-color: rgba(241,65,65,1);
	transform: rotate(45deg);
	box-shadow: 5px 0px 10px rgba(0,0,0,0.5);
	transition: 0.25s;
	border-radius: 0px;
	display: block;
}
.noscript-btn:hover {
	background-color: #818181;
	outline: 2px solid #fff;
}
.noscript-btn .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	transform: rotate(-45deg);
	position: absolute;
	margin: 0;
	font-size: 1.2rem;
	top: 9px;
	right: 10px;
}
.nav-noscript {
	display: block;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	overflow: auto;
}
#nav-noscript {
	position: absolute;
	top: -100px;
}
.nav-ul-noscript {
	list-style: none;
	padding: 1rem;
	margin: 3px 0 0;
	text-align: center;
}
.nav-noscript  .nav-item {
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	max-width: 100%;
	margin-left: 0;
	height: 30px;
	width: 170px;
}
.nav-noscript .nav-link {
	color: #000;
	width: 160px;
	height: 100%;
	margin: 0 auto;
	display: block;
}
.nav-noscript .nav-link:hover {
    color: #fff;
}
.nav-noscript .nav-link::before {
	content: "";
	position: absolute;
	background-color: #f14141;
	box-shadow: 5px 0px 10px rgba(0,0,0,0.5);
	display: block;
	top: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	transform: skewX(-45deg);
}
.nav-noscript  .nav-link:hover::before {
	background-color: #818181;
	outline: 2px solid #fff;
}
.nav-noscript  .nav-link span {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.nav-bg-noscript {
	display: none;
}
.header-main .dreieck noscript {
	height: 100%;
	width: 100%;
	display: block;
}
.header-main .dreieck .buttons-noscript {
	position: absolute;
	width: 50px;
	background-color: #79c74b;
	height: 180px;
	z-index: 100;
	right: 11px;
	bottom: 10px;
	top: 30px;
	border-radius: 25px;
	float: right;
}
@media screen and (min-width: 641px) {
	.header-main .dreieck .buttons-noscript {
		height: 200px;
		top: 10px;
	}
}
@media screen and (min-width: 768px) {
	.header-main .dreieck .buttons-noscript {
		display: none;
	}
}
@media screen and (min-width: 1890px) {
	.noscript-btn, .nav-noscript {
		display: none;
	}
	.nav-bg-noscript {
		height: 100px;
		background-image: none;
		background-color: rgba(255,255,255,0.8);
		box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
		z-index: 499;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		transition: 1s;
		display: block;
	}
}

/*Content*/
.content-main {
    min-height: 50vh;
    overflow-x: hidden;
    max-width: 100vw;
}
.content-main #inhalt {
    top: -100px;
	position: absolute;
}
.content-main .container-fluid {
	padding: 40px 3vw 15px;
	max-width: 1519px;
}
.content-main article::after {
	content: "";
	display: block;
	width: 100%;
	height: 0px;
	clear: both;
}
.content-main h1,
.content-main h2,
.content-main h3,
.content-main h4,
.content-main h5,
.content-main h6 {
	color: #f14141;
	font-weight: bold;
	margin-bottom: 1rem;
	padding-top: 1rem;
}
.content-main h2:first-child {
	padding-top: 0;
}
.content-main h1 {
	font-size: 1.6rem;
}
.content-main h2 {
	font-size: 1.5rem;
}
.content-main h3 {
	font-size: 1.4rem;
}
.content-main h4 {
	font-size: 1.3rem;
}
.content-main h5 {
	font-size: 1.2rem;
}
.content-main h6 {
	font-size: 1.1rem;
}
.content-main .hyphens {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}
.content-main .carousel {
	display: none;
}
.content-main a {
	cursor: pointer;
	color: #000;
}
.content-main a:hover {
	color: #f14141;
}
.content-main a.btn {
	color: #fff;
}
.content-main .linkinfo {
	display: none;
}
.content-main .kachel {
	height: 50px;
	width: 50px;
	font-size: 2rem;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 15px;
}
.content-main .btn.kachel::before {
	box-shadow: none;
}
.content-main .clearboth {
	clear: both
}
.content-main #box2 {
	background-image: url('/images/schraege-box2.png'), url('/images/schraege2-box2.png'), url('/images/papeterie-petersen-schulbedarf.jpg');
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: contain, contain, cover;
	background-position: left top, left bottom, center center;
}
.content-main #box2 .container-fluid {
	padding: 100px 5px;
	width: 290px;
	display: block;
}
.content-main #box2 .kachel {
	height: 125px;
	width: 125px;
	font-size: 1rem;
	margin: -21px 30px;
}
.content-main #box2 .kachel:hover::before {
	background-color: rgba(241,65,65, 0.8);
	border: 0px solid #fff;
}
.content-main #box2 .kachel:nth-child(even) {
	margin-left: 121px;
}
.content-main #box2 .kachel:nth-child(1)::before {
	background-color: rgba(243,156,163,1); /*rosa*/
}
.content-main #box2 .kachel:nth-child(2)::before {
	background-color: rgba(241,65,65,1); /*rot*/
}
.content-main #box2 .kachel:nth-child(3)::before {
	background-color: rgba(255,121,6,1); /*orange*/
}
.content-main #box2 .kachel:nth-child(4)::before {
	background-color: rgba(255,255,255,1); /*weiß*/
}
.content-main #box2 .kachel:nth-child(5)::before {
	background-color: rgba(100,85,160,1); /*lila*/
}
.content-main #box2 .kachel:nth-child(6)::before {
	background-color: rgba(147,209,112,1); /*grün*/
}
.content-main #box2 .kachel:nth-child(7)::before {
	background-color: rgba(176,230,228,1); /*blau*/
}
.content-main #box2 .kachel:nth-child(1):hover::before {
	background-color: rgba(243,156,163,0.8); /*rosa*/
}
.content-main #box2 .kachel:nth-child(2):hover::before {
	background-color: rgba(241,65,65,0.8); /*rot*/
}
.content-main #box2 .kachel:nth-child(3):hover::before {
	background-color: rgba(255,121,6,0.8); /*orange*/
}
.content-main #box2 .kachel:nth-child(4):hover::before {
	background-color: rgba(255,255,255,0.8); /*weiß*/
}
.content-main #box2 .kachel:nth-child(5):hover::before {
	background-color: rgba(100,85,160,0.8); /*lila*/
}
.content-main #box2 .kachel:nth-child(6):hover::before {
	background-color: rgba(147,209,112,0.8); /*grün*/
}
.content-main #box2 .kachel:nth-child(7):hover::before {
	background-color: rgba(176,230,228,0.8); /*blau*/
}
.content-main #box2 .kachel:nth-child(4) span {
	color: #f14141;
}
.content-main #box2 .kachel span {
	transform: translate(-50%,-50%) scale(0.9,1);
}
.content-main #aktuelle-aktion { /*box3*/
	background-color: #ff7906;
	color: #fff;
}
.content-main #aktuelle-aktion-lesen {
    margin-top: -33vh;
    position: absolute;
    top:0;
    left: 0;
}
.content-main #aktuelle-aktion h1,
.content-main #aktuelle-aktion h2,
.content-main #aktuelle-aktion h3,
.content-main #aktuelle-aktion h4,
.content-main #aktuelle-aktion h5,
.content-main #aktuelle-aktion h6 {
	color: #fff;
	margin-bottom: 30px;
}
.content-main #aktuelle-aktion h1 {
	font-size: 2.6rem;
}
.content-main #aktuelle-aktion h2 {
	font-size: 2.4rem;
	max-width: 100%;
}
.content-main #aktuelle-aktion h3 {
	font-size: 2.2rem;
}
.content-main #aktuelle-aktion h4 {
	font-size: 2rem;
}
.content-main #aktuelle-aktion h5 {
	font-size: 1.8rem;
}
.content-main #aktuelle-aktion h6 {
	font-size: 1.6rem;
}
.content-main #aktuelle-aktion h6 {
	font-size: 1.4rem;
}
.content-main #aktuelle-aktion .container-fluid {
	padding: 18px 2vw 1px;
}
.content-main #aktuelle-aktion article {
	text-align: center;
	font-size: 1.4rem;
}
.content-main #aktuelle-aktion article p {
	margin-bottom: 30px;
}
.content-main #produktsortiment { /*box4*/
	background-image: url('/images/papeterie-petersen-basteln_992.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 25vw;
}
.content-main #produktsortiment::before {
	content: "";
	background-color: rgba(255,255,255,0.7);
	background-image: url('/images/schraege-box4.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.content-main #produktsortiment .container-fluid {
	padding: 21vw 2vw 9vw;
}
.content-main #produktsortiment article {
	width: 310px;
	margin: 0 auto;
	font-weight: bold;
}
.content-main #produktsortiment h1,
.content-main #produktsortiment h2,
.content-main #produktsortiment h3,
.content-main #produktsortiment h4,
.content-main #produktsortiment h5,
.content-main #produktsortiment h6 {
	color: #000;
	margin-bottom: 2rem;
}
.content-main ol,
.content-main ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 24px;
}
.content-main ul {
	list-style: none;
}
.content-main ul li::before {
	content: "";
	height: 10px;
	width: 10px;
	background-color: #f14141;
	display: inline-block;
	transform: rotate(45deg);
	margin: 0 10px 0 -20px;
	top: -1px;
}
.content-main ol + p,
.content-main ul + p {
	margin-top: 16px;
}
.content-main .routenplaner iframe {
	width: 100%;
}
@media screen and (min-width: 375px) {
	.content-main #box2 .container-fluid {
		width: 375px;
		display: block;
		padding: 125px 0px;
	}
	.content-main #box2 .kachel:nth-child(even) {
		margin-left: 30px;
	}
	.content-main #box2 .kachel:nth-child(3),
	.content-main #box2 .kachel:nth-child(6) {
		margin-left: 121px;
	}
	.content-main #box2 .kachel:nth-child(2),
	.content-main #box2 .kachel:nth-child(5) {
		margin-left: 26px;
	}
}
@media screen and (min-width: 576px) {
	.content-main #box2 .container-fluid {
	    width: 456px;
	}
	.content-main #box2 .kachel:nth-child(4) {
		margin-left: 25px;
	}
	.content-main #box2 .kachel:nth-child(5) {
		margin-left: 30px;
	}
	.content-main #box2 .kachel:nth-child(6) {
	    margin-left: 26px;
	}
	.content-main #box2 .kachel:nth-child(7) {
	    margin-left: 121px;
	}
}
@media screen and (min-width: 768px) {
	.content-main .box:first-child {
		padding-top: 50px;
	}
	.content-main .container-fluid {
		padding: 50px 21px 0;
	}
	.content-main .carousel {
		display: block;
	}
	.content-main .carousel-indicators {
		left: auto;
		margin-right: 18px;
		bottom: 10px;
	}
	.content-main .carousel-indicators li {
		cursor: pointer;
		border-radius: 50%;
		height: 18px;
		width: 18px;
	}
	.content-main .carousel-item {
		height: 300px;
	}
	.content-main .carousel-item a {
		overflow: hidden;
		display: block;
		height: 100%;
	}
	.content-main .carousel-item img {
		min-width: 100%;
		left: 50%;
		transform: translate(-50%,0);
		display: block;
		height: 100%;
	}
	.content-main h1, .content-main h2, .content-main h3, .content-main h4, .content-main h5, .content-main h6 {
		margin-bottom: 1.1rem;
		padding-top: 1.1rem;
	}
	.content-main .twocols .left {
		float: left;
		width: 60%;
	}
	.content-main .twocols .right {
		float: left;
		width: 40%;
		padding-left: 25px;
	}
	.content-main .twocols .box-orange {
		width: 100%;
	}
	.content-main .start1 .twocols .left {
		float: left;
		width: 40%;
	}
	.content-main .start1 .twocols .right {
		float: left;
		width: 60%;
		padding-left: 25px;
	}
	.content-main .linkinfo {
		display: inline-block;
		margin-right: 0.5rem;
	}
	.content-main .twocols .clearboth {
		padding: 15px 0;
	}
	.content-main #box2 .container-fluid {
	    width: 576px;
	    padding: 170px 0 200px;
	}
	.content-main #box2 .kachel:nth-child(3) {
		margin-left: 25px;
	}
	.content-main #box2 .kachel:nth-child(4) {
		margin-left: 121px;
	}
	.content-main #box2 .kachel:nth-child(5) {
		margin-left: 25px;
	}
	.content-main #box2 .kachel:nth-child(6) {
	    margin-left: 30px;
	}
	.content-main #box2 .kachel:nth-child(7) {
	    margin-left: 206px;
	}
	.content-main #produktsortiment article {
		width: 620px;
		margin: 0 auto;
		font-weight: bold;
		overflow: auto;
	}
	.content-main #produktsortiment h1,
	.content-main #produktsortiment h2,
	.content-main #produktsortiment h3,
	.content-main #produktsortiment h4,
	.content-main #produktsortiment h5,
	.content-main #produktsortiment h6 {
		text-align: center;
		max-width: 100%;
	}
	.content-main #produktsortiment article ul {
		float: left;
		width: 50%;
		padding-right: 1rem;
	}
}
@media screen and (min-width: 992px) {
	.content-main .container-fluid {
		padding: 60px 34px;
	}
	.content-main .twocols .left {
		width: 55%;
	}
	.content-main .start1 .twocols .left {
		width: 45%;
	}
	.content-main .twocols .right {
		width: 45%;
		padding-left: 34px;
	}
	.content-main .start1 .twocols .right {
		width: 55%;
		padding-left: 34px;
	}
	.content-main .carousel-item {
		height: 350px;
	}
	.content-main h1, .content-main h2, .content-main h3, .content-main h4, .content-main h5, .content-main h6 {
		margin-bottom: 1.2rem;
		padding-top: 1.2rem;
	}
	.content-main h2:first-child {
		max-width: 66%;
	}
	.content-main .twocols h2:first-child {
		max-width: 100%;
	}
	.content-main .zweispalt {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
		column-count: 2;
		column-gap: 30px;
	}
	.content-main h1 {
		font-size: 2.2rem;
	}
	.content-main h2 {
		font-size: 2rem;
	}
	.content-main h3 {
		font-size: 1.8rem;
	}
	.content-main h4 {
		font-size: 1.6rem;
	}
	.content-main h5 {
		font-size: 1.4rem;
	}
	.content-main h6 {
		font-size: 1.2rem;
	}
	.content-main #box2 .container-fluid {
	    width: 785px;
	    padding: 210px 0 250px;
	}
	.content-main #box2 .kachel {
		height: 170px;
		width: 170px;
		font-size: 1.4rem;
		margin: -26px 55px;
	}
	.content-main #box2 .kachel:nth-child(4) {
	    margin-left: 181px;
	}
	.content-main #box2 .kachel:nth-child(6) {
	    margin-left: 55px;
	}
	.content-main #box2 .kachel:nth-child(7) {
	    margin-left: 275px;
	}
	.content-main #produktsortiment { /*box4*/
		background-image: url('/images/papeterie-petersen-basteln.jpg');
	}
}
@media screen and (min-width: 1200px) {
	.content-main .box:first-child {
		padding-top: 100px;
	}
	.content-main .container-fluid {
		padding: 40px 47px;
	}
	.content-main .twocols .left {
		width: 50%;
	}
	.content-main .carousel-item {
		height: 400px;
	}
	.content-main .twocols .right {
		width: 50%;
		padding-left: 47px;
	}
	.content-main #box2 .container-fluid {
		width: 1035px;
		padding: 270px 0 300px;
	}
	.content-main #box2 .kachel {
		margin: -25px 55px;
	}
	.content-main #box2 .kachel:nth-child(4) {
		margin-left: 25px;
	}
	.content-main #box2 .kachel:nth-child(5) {
	    margin-left: 181px;
	}
	.content-main #box2 .kachel:nth-child(6),
	.content-main #box2 .kachel:nth-child(7) {
	    margin-left: 25px;
	}
}
@media screen and (min-width: 1400px) {
	.content-main .carousel-item {
		height: 450px;
	}
	.content-main #box2 .container-fluid {
		width: 1226px;
		padding: 290px 0 325px;
	}
	.content-main #box2 .kachel {
		height: 200px;
		width: 200px;
		font-size: 1.7rem;
		margin: -30px 70px;
	}
	.content-main #box2 .kachel:nth-child(5) {
		margin-left: 218px;
	}
}
@media screen and (min-width: 1600px) {
	.content-main .carousel-item {
		height: 500px;
	}
	.content-main #box2 .container-fluid {
		width: 1470px;
		padding: 320px 0 370px;
	}
	.content-main #box2 .kachel {
		height: 240px;
		width: 240px;
		font-size: 1.9rem;
		margin: -35px 86px;
	}
	.content-main #box2 .kachel:nth-child(5) {
	    margin-left: 262px;
	}
}
@media screen and (min-width: 1870px) {
	.content-main #box2 .container-fluid {
		width: 1470px;
		padding: 370px 0 430px;
	}
}
@media screen and (min-width: 3000px) {
	.content-main #box2 .container-fluid {
		padding: 500px 0 550px;
	}
}

/* Unterseiten */
.content-main .pb-more {
	padding-bottom: 100px;
}
.modal .close {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 10;
}
h2.modal-title {
	width: 100%;
	margin: 0;
	padding: 0;
}
.modal-body a {
	color: #f14141;
}
#error_dse_check {
	margin-top: 1rem;
}
.box-orange {
	color: #fff;
	padding: 1rem;
	text-align: center;
	line-height: 1.9em;
	margin: 110px 0;
}
.box-orange::before {
	content: "";
	display: block;
	height: 150%;
	background-color: #ff7906;
	position: absolute;
	top: -25%;
	left: -5%;
	width: 110%;
	transform: rotate(-13deg);
}
.content-main .pb-aktuelles {
	padding-bottom: 50px;
}
.content-main h2.h-aktuelles {
	text-align: center;
}

.content-main .big {
	font-size: 1.5em;
}
.qrbox-impressum {
	margin: 10px 0;
	text-align: center;
	max-width: 268px;
}
.map {
    width: 100%;
    position: relative;
    height: 300px;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map iframe {
    border: none;
}

.map.active {
    z-index: 1
}

.wpt img {
    max-width: 100px;
}

.powered-by {
    font-size: 14px;
    font-weight: 500;
}

.powered-by small {
    font-size: 10px;
}

.wpt-adress {
    font-size: 12px;
}
.wpt-adress a:hover {
	color: #000;
	text-decoration: none;
}
@media screen and (min-width: 500px) {
	.box-orange {
		width: 90%;
		margin: 120px auto;
		padding: 20px;
	}
}
@media screen and (min-width: 576px) {
	.box-orange {
		width: 80%;
		padding: 30px;
	}
}
@media screen and (min-width: 768px) {
	.box-orange {
		width: 70%;
		padding: 40px;
		margin: 130px auto;
	}
}
@media screen and (min-width: 992px) {
	.box-orange {
		width: 60%;
		padding: 50px;
		font-size: 1.1rem;
		margin: 140px auto;
	}
	.content-main h2.h-aktuelles {
		max-width: 100%;
	}
	.qrbox-impressum {
		margin-top: -10px;
	}
}
@media screen and (min-width: 1200px) {
	.box-orange {
		width: 50%;
		padding: 60px;
	}
}
@media screen and (min-width: 1400px) {
	.col-xxl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xxl-5 {
		-ms-flex: 0 0 41.666666%;
		flex: 0 0 41.666666%;
		max-width: 41.666666%;
	}
	.box-orange {
		margin: 150px auto;
	}
}
@media screen and (min-width: 1890px) {
	.box-orange {
		margin: 160px auto;
	}
}

/*Footer*/
.footer-main {
    padding: 27px 0;
    background-color: #3d3d3d;
    color: #fff;
    font-size: 0.84rem;
    font-size: 0.9rem;
    overflow-y: auto;
    overflow-x: hidden;
}
.footer-main .container-fluid {
    max-width: 370px;
    padding: 0;
    overflow: auto;
}
.footer-main .logo {
	border-bottom: 2px solid #fff;
	padding-bottom: 9px;
	margin: 0 10px 27px;
}
.footer-main .logo img {
	max-width: 100%;
	height: auto;
}
.footer-main .col {
	margin: 0 auto 20px auto;
	overflow: auto;
}
.footer-main .kontaktdaten .fa {
	float: left;
	margin: 4px 0.5rem 0 0;
	position: relative;
}
.footer-main .kontaktdaten .fa-map-marker {
	margin-top: 12px;
}
.footer-main .col.zeiten td {
	padding-right: 0.2rem;
}
.footer-main .col.facebook {
	width: 50%;
	max-width: 50%;
	margin: 0 auto 0px 0;
	float: left;
}
.footer-main .col.kontaktieren {
	width: 50%;
	max-width: 50%;
	margin: 0 0 0px auto;
}
.footer-main .col.routenplaner {
	margin-bottom: 50px;
}
.footer-main .kachel {
	font-size: 2rem;
	margin-top: 15px;
}
.footer-main a {
	color: #fff;
}
.footer-main .kachel {
	position: relative;
	height: 66px;
	width: 66px;
	top: 0;
	left: 0;
	margin: 15px auto 0px;
	font-size: 2.5rem;
}
.footer-main .map {
	display: none;
}
.footer-main .navBottom {
	position: absolute;
	left: 0;
	bottom: 0;
}
.footer-main .navBottom td {
	vertical-align: bottom;
	padding: 0 1px 0 0;
}
.footer-main .navBottom .nav-link {
	background-color: #f14141;
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	padding: 9px 10px;
	float: left;
	text-transform: uppercase;
	margin-right: 10px;
}
.footer-main .navBottom .nav-link:hover {
	background-color: #818181;
	outline: 2px solid #fff;
	transform: scale(1.05,1.05);
}
.footer-main .toTop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.footer-main .toTop .nav-link {
	background-color: #f14141;
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	padding: 9px 9px 8px;
	float: left;
	text-transform: uppercase;
}
.footer-main .toTop .nav-link:hover {
	background-color: #818181;
	outline: 2px solid #fff;
	transform: scale(1.05,1.05);
}
.footer-main .toTop .fa {
	font-size: 1.1rem;
}
@media  only screen and (min-width: 768px) {
	.footer-main .logo {
		margin: 0 20px 27px;
	}
	.footer-main .container-fluid {
		width: 768px;
		max-width: 100%;
	}
	.footer-main .col {
		float: left;
		min-width: 300px;
		width: 50%;
		padding: 0 50px;
		min-height: 160px;
	}
	.footer-main .kontaktieren {
		margin-top: 55px;
		margin-bottom: 150px;
	}
	.footer-main .map {
		display: block;
		clear: both;
		margin: 40px 0 11px;
	}
}
@media only screen and (min-width: 992px) {
	.footer-main {
		font-size: 0.92rem;
	}
	.footer-main .logo {
		margin: 0 30px 27px;
	}
	.footer-main .container-fluid {
	    width: 900px;
	}
	.footer-main .kontaktieren {
	    margin-top: 0;
	    margin-bottom: 50px;
	}
	.footer-main .toTop,
	.footer-main .navBottom {
		z-index: 100;
	}
}
@media only screen and (min-width: 1400px) {
	.footer-main .logo {
		margin: 0 43px 27px;
	}
	.footer-main .container-fluid {
		width: 100%;
	}
	.footer-main .container-fluid .col {
		width: 25%;
	}
	.footer-main .container-fluid .col.zeiten {
		width: 20%;
	}
	.footer-main .container-fluid .col.kontaktieren {
		width: 28%;
	}
}
@media only screen and (min-width: 1870px) {
	.footer-main .logo {
		margin: 0 66px 27px;
	}
	.footer-main {
		font-size: 1rem;
	}
	.footer-main .container-fluid {
		width: 100%;
		max-width: 1920px;
		padding: 0 28px 45px;
	}
	.footer-main .col.kontaktieren .kachel {
		margin: -40px 28px 0 auto;
	}
}

/*CSSHack IE*/
@media all and (-ms-high-contrast:none) {
     input.form-control {
		height: 37px;
	} /* IE10 */
     *::-ms-backdrop, input.form-control {
		height: 37px;
	} /* IE11 */
}

/* Portal Login */
.login-fenster{
	position:fixed !important;
	height:410px !important;
}
.login-fenster div:nth-child(2){
	height:245px !important;
}
.login-fenster #form_login > input[type="submit"] {
    top: 160px !important;
    left: 150px !important;
    z-index: 1;
    cursor: pointer;
}