/* Theming */
@font-face { 
font-family: "Akzelerat Condensed"; 
src: url("AkzeleratCondensed_Normal.ttf"); 
}
/* Reset */
body{
    font-family: "Akzelerat Condensed", sans-serif;
    color:rgb(30,0,0);
    margin: 0;
    padding: 0;
	font-size:27px;
}
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;
	text-align:center;
}
.logo img{
    margin-left: 10px;
    margin-top: 10px;
	width:210px;
}
/* Nav menu */
.nav{
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color:rgba(48,190,220,.9);
}
.menu a{
    display: block;
    text-decoration: none;
    padding:14px 30px;
    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 30px;
}/* Style label tag */

.hamb-line {
    background:rgba(48,190,220,1);
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

} /* Style span tag */

.hamb-line::before,
.hamb-line::after{
    background:rgba(48,190,220,1);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.hamb-line::before{
    top: 5px;
}
.hamb-line::after{
    top: -5px;
}

.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: fit-content;
    margin: 0;
    padding: 0;
	width:100%;
    }
    .menu{
	width:100%;
    }
    .menu li{
        float: left;
    margin: 0;
    padding: 0;
	width:calc(100% / 7);
	text-align:center
    }
	.menu a{
		padding:15px 0px;
	}
    .menu a:hover{
        background-color: transparent;
        color: rgb(255,155,0);

    }

    .hamb{
        display: none;
    }
}

#head_bild {
	background-image:url(../img/bg.webp);
	background-position:top right;
	background-repeat: no-repeat ;
	background-size:cover;
	width:calc(100% - 50px);
	padding-left:50px;
	height:350px;
	float:left
}
#head_bild h2 {
	padding:10px 0px;
	font-size:36px;
	font-weight:normal;
	text-align:left;
}
#head_bild img {
	width: 200px;
}
section {
	width:calc(100% - 100px);
	padding:20px 50px;
	background: rgba(0, 0, 0, .1);
	float:left;
	border-top: 20px solid rgb(24,94,137);
}
section hr {
	border:0;
	background:rgba(0,0,0,.1);
	height:10px;
	clear:both;
}
.teil_50 {
	float:left;
	padding:0 20px;
	width:calc(100% / 2 - 40px)
}
#left {
	float:left;
	padding-right:40px;
	width:calc(100% - 370px)
}
#right {
	float:left;
	width:300px;
	padding-left:20px;
	border-left:10px solid rgba(0,0,0,.1)
}
iframe {
	border:0;
	width:50%;
	float:left;
	height:300px;
	margin-top:50px
}
form {
	width:45%;
	margin-right:5%;
	float:left;
}
input[type=text],
input[type=email],
textarea {
	background:#FFFFFF;
	font-size:16px;
	padding:5px;
	border:1px solid #666;
	margin:5px 0;
	width:calc(100% - 10px);
    font-family: "Poppins", sans-serif;
}
input[type=submit],.button {
	background:rgba(255,155,0,1);
	font-size:22px;
	padding:5px 30px;
	margin:5px 0;
	border:0;
	color:#FFFFFF;
	text-decoration: none;
}
input[name=Submit_n] {
	display:none;
}
h1 {
	font-size:32px
}
h2 {
	font-size:28px
}
h3 {
	font-size:24px
}
#drei div {
	float: left;
	width: calc(100% / 3);
}
#drei div img {
	width:100%;
}
footer {
	float:left;
	width:100%;
	text-align:center;
    background-color:rgba(118,184,42,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);
    text-decoration: none;
}
footer img {
	width:70px
}
.mobile_br {
	float:left
}
.leistungen_ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
.bild_rechts_ohne {
	float:right;
	margin:20px
}
@media screen and (max-width: 750px) {
body {
	font-size:22px;
}
#drei div {
	width: calc(100% / 1);
}
.leistungen_ul {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
#galerie a {
	width:calc(50% - 20px);
}

#head_bild h2 {
	padding:5px 20px;
	margin-right:25px;
	background-color: rgba(255,255,255,.7);
}
#head_bild img {
	width: 180px;
}
section {
	width:calc(100% - 50px);
	padding:25px
}
iframe {
	width:100%;
	height:300px;
}
form {
	width:100%;
	margin-right:0%;
}
footer hr {
	width:60%;
	margin:20px 20% 0px 20%;
}
footer p {
	width:100%;
	padding:10px 0;
}
.mobile_br {
	float: none
}
.teil_50 {
	padding:0;
	width:100%
}
.bild {
	max-width:100%
}
#left {
	padding-right:0px;
	width:calc(100%)
}
#right {
	width:calc(100%);
	padding-left:0;
	border-left:0px;
	border-top:10px solid rgba(0,0,0,.1)
}
}