:root { color-scheme: only light !important; }
@charset "utf-8";
@font-face { 
font-family: "Poppins"; 
src: url("Poppins-Light.ttf"); 
  font-display: optional;
}
/* Reset */
body{
    font-family: "Poppins", sans-serif;
    color:rgb(30,0,0);
    margin: 0;
    padding: 0;
	font-size:18px;
}
a{
    color:rgba(30,0,0,.7);
}
/* Header */
.header{
    position: relative;
    top: 0;
    width: 100%;
}
/* Logo */
.logo{
    display: inline-block;
    margin-top: 10px;
	margin:auto;
    margin-left:calc(50% - 95px);
	text-align:center;
}
.logo img{
    margin-left:0%;
    margin-top: 10px;
	width:190px;
}
/* Nav menu */
.nav{
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color:rgba(26, 46, 65,.9);
}
.menu a{
    display: block;
    text-decoration: none;
    padding:14px 30px;
    font-size: 18px;
    color:rgb(255,255,255);
}
.menu a:hover{
    color:rgba(255,255,255,.7) !important;
}
.nav{
    max-height: 0;
     margin: 0;
    padding: 0;
   transition: max-height .5s ease-out;
}
.nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Menu Icon */
.hamb{
    cursor: pointer;
    float: right;
    padding: 35px 20px 35px 0px;
}/* Style label tag */
.nav p{
	text-align:center;
	color:#fff
}
.nav p a{
	color:#fff
}
.hamb-line {
    background:rgba(255,255,255,1);
    display: block;
    height: 4px;
    position: relative;
    width: 34px;

} /* Style span tag */

.hamb-line::before,
.hamb-line::after{
    background:rgba(255,255,255,1);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.hamb-line::before{
    top: 12px;
}
.hamb-line::after{
    top: -12px;
}

.side-menu {
    display: none;
} /* Hide checkbox */
/* Toggle menu icon */
.side-menu:checked ~ nav{
    max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}

/* Responsiveness Deskop */
@media (min-width: 768px) {
.logo{
    display: inline-block;
    margin-top: 10px;
	margin:auto;
	width:100%;
	text-align:center;
}
	.logo img{
		margin: 20px 0;
		width:400px;
	}
    .nav{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width:100%;
    margin: 0;
    padding: 0;
	text-align:center
    }
    .menu{
	display:inline-flex;
    gap: 40px;       
    }
    .menu li{
        float: left;
    margin: 0;
    padding: 0;
  white-space: nowrap; 	/*width:calc(100% / 6);*/
  	text-align:center
    }
	.menu a{
		padding:15px 0px;
		font-size: 20px;
	}
    .menu a:hover{
        background-color: transparent;
        color: rgb(255,155,0);

    }

    .hamb,.nav p{
        display: none;
    }
}

header {
	/*background-image:url(https://www.shirt84.de/img/trikotflock_erneuern.jpg);*/
	background-position:center;
	background-size:cover;
    background-color:rgba(26, 46, 65,1);
	float:left
}
#usp {
		width: 100%;
		background: rgba(0,0,0,.15);
		padding: 5px 0;
		float: left;
		text-align: center;

}
#head_bild h2 {
	background:rgba(255,255,255,.7);
	padding:10px 40px;
	font-size:36px;
	font-weight:normal;
	float:right;
	text-align:right;
	margin-right:50px;
	margin-top:200px;
}
section {
	width:calc(100% - 100px);
	margin:0px 50px;
	float:left;
}
section hr {
	border:0;
	background:rgba(0,0,0,.1);
	height:10px;
	clear:both;
}
input[type=text],
input[type=email],
input[type=file],
input[type=date],
select,
textarea {
	background:rgba(0,0,0,.15);
	font-size:16px;
	padding:5px;
	border:0px solid #666;
	margin:5px 0;
	width:calc(100% - 10px);
    font-family: "Poppins", sans-serif;
}
input[type=date],select {
	width: auto;
}
input[type=submit],.button {
	background:rgba(217, 170, 0,1);
	font-size:20px;
	padding:5px 30px;
	margin:5px 0;
	border:0;
	cursor: pointer;
	color:#FFFFFF;
	text-decoration: none;
    font-family: "Poppins", sans-serif;
}
input[name=Submit_n] {
	display:none;
}
h1 {
	font-size:30px
}
h2 {
	font-size:25px
}
h3 {
	font-size:20px
}
footer {
	float:left;
	width:calc(100% - 20px);
	padding: 0 10px;
	text-align:center;
    background-color:rgba(26, 46, 65,1);
    color:rgb(255,255,255);
}
footer hr {
	width:30%;
	border:0;
	background:rgba(255,255,255,.5);
	height:5px;
	clear:both;
	float:left;
	margin-left:35%
}
footer p {
	float:left;
	padding:30px 0;
	width:33.3333%;
}
footer p:last-child {
	width:100%;
}
footer a {
    color:rgb(255,255,255);
}
footer p:last-child a {
    text-decoration: none;
}
footer img,.nav p img {
	height: 50px;
	margin: 0 5px;
}
footer p:first-child img {
	height: 70px !important;
}
.mobile_br {
	float:left
}
.leistungen_ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
.bild_rechts_ohne {
	float:right;
	margin:20px
}
#galerie a {
	float:left;
	width:calc(33% - 20px);
	margin:10px;
	height:300px;
	background-size:cover;
	background-position:center;
}
aside {
	text-align: center;
	float: left;
	width: 100%;
}
aside a img {
	float:left;
	width:calc(100% / 2);
	object-fit: cover;
	height:250px;
}
.wunschflock {
	float:left;
	object-fit: cover;
	width:100%;
	height:250px;
}
#blog {
	margin:20px 15%;
	width:70%;
	float:left
}
#blog div {
	clear:both;
	margin-bottom:50px;
	float:left
}
#blog img {
	float:left;
	border-radius:50%;
	margin-right:50px;
	object-fit: cover;
	width:350px;
	height:350px;
	clear:both
}
#blog div:nth-child(2n) {
	text-align:right
}
#blog div:nth-child(2n) img {
	margin-left:50px;
	margin-right:0px;
	float:right;
}
#frage_icon {
	background:rgba(217, 170, 0,1);
	background-image:url(../img/sprechblase.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:60%;
	width:40px;
	height:40px;
	font-size:28px;
	color:#FFFFFF;
	text-align:center;
	border-radius:50%;
	position:fixed;
	right:10px;
	bottom:10px;
	z-index: 999999999999999;
	box-shadow:0px 0px 10px rgba(0,0,0,.5);
	cursor:pointer;
	animation: perspect 4s infinite linear;
}
#blog_3 a {
	float:left;
	width:calc(100% / 3);
	height:200px;
	margin:0;
	background-size:cover;
	background-position:center;
}
#blog_3 a:nth-child(2) {
	text-align:center;
	padding-top:30px;
	text-decoration:underline
}
#blog_3 a:nth-child(3) {
	text-align:right;
}
#blog_3 a h4 {
	float:left;
	background:rgb(255,255,255,.8);
	padding:5px 10px;
	margin:10px
}
#blog_3 a:nth-child(3) h4 {
	float:right;
}
.bild_rechts {
	float:right;
	margin:20px
}
#blog_galerie a img {
	float:left;
	width:calc(100% / 4 - 20px);
	object-fit: cover;
	height:300px;
	margin:10px;
}
#blog_galerie video {
	float:left;
	object-fit: cover;
	height:300px;
	margin:10px;
}
#feedback div {
	float:left;
	width:calc(100% / 3 - 20px);
	padding:0 10px;
	font-size:16px
}
#feedback div p {
	width:calc(100% - 40px);
	padding:20px;
	background:rgba(0,0,0,.1);
	display:none
}
#feedback div:nth-child(1) p:nth-child(3n+1),
#feedback div:nth-child(2) p:nth-child(3n+2),
#feedback div:nth-child(3) p:nth-child(3n+3) {
	display:block
}
.galerie video, .galerie img {
	width:calc(100% / 3 - 20px);
	object-fit: cover;
	height:300px;
	margin:10px;
	float:left
}
#usp_4 div {
	float:left;
	text-align:center;
	background:rgba(26, 46, 65,.8);
	border-radius:10px;
	padding:0px 10px;
	width:calc(100% / 2 - 40px);
	margin:10px;
	color:#fff
}
@media screen and (max-width: 750px) {
#usp_4 div {
	width:calc(100% / 1 - 20px);
	margin:10px 0;
}
#feedback div {
	float:left;
	width:calc(100% / 2 - 10px);
	padding:0 5px;
	font-size:12px
}
#feedback div p {
	width:calc(100% - 20px);
	padding:10px;
	display:none
}
#feedback div:nth-child(1) p:nth-child(3n+1),
#feedback div:nth-child(2) p:nth-child(3n+2),
#feedback div:nth-child(3) {
	display:none
}
#feedback div:nth-child(1) p:nth-child(2n+1),
#feedback div:nth-child(2) p:nth-child(2n+2) {
	display:block
}
body {
	font-size:14px;
}
.leistungen_ul {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
#galerie a {
	width:calc(50% - 20px);
}
#referenzen_akt {
	width:calc(100% + 50px);
	margin-left:-25px;
}
#referenzen a,#referenzen_akt a {
	width:calc(100% / 1);
	height:200px;
	margin-bottom:10px
}
#referenzen a span,#referenzen_akt a span {
	margin-top:100px;
}#head_bild {
	background-position:20% top;
}
#head_bild h2 {
	padding:5px 20px;
	margin-right:25px;
	margin-top:180px;
}
section {
	width:calc(100% - 50px);
	margin:0px 25px
}
footer hr {
	width:60%;
	margin:20px 20% 0px 20%;
}
footer p {
	width:100%;
	padding:10px 0;
}
input[type=submit],.button {
	font-size:16px;
	padding:5px 10px;
}
.mobile_br {
	float: none
}
h1 {
	font-size:20px
}
h2 {
	font-size:18px
}
h3 {
	font-size:16px
}
.bild {
	max-width:100%
}
.galerie video, .galerie img {
	width:calc(100% / 2 - 20px);
	height:130px
}
aside a img {
	height:100px;
}
.bild_rechts {
	width:50%;
	margin:10px
}
#blog {
	margin:20px 0%;
	width:100%;
}
#blog div {
	clear:both;
	margin-bottom:50px;
	float:left;
	text-align: center;
}
#blog img {
	margin-right:calc(50% - 125px);
	margin-left:calc(50% - 125px);
	margin-bottom:20px;
	width:250px;
	height:250px
}
#blog div:nth-child(2n) {
	text-align:center
}
#blog div:nth-child(2n) img {
	margin-left:calc(50% - 125px);
	margin-left:calc(50% - 125px);
	float:left;
}
#blog_galerie a img {
	width:calc(100% / 2 - 10px);
	height:150px;
	margin:5px;
}
#blog_galerie video {
	width:calc(100% - 10px);
	height:auto
}
#blog_3 a {
	width:100%;
	height:90px;
}
#blog_3 a:nth-child(2) {
	height:50px;
}
.wunschflock {
	height:150px;
}
}