@font-face {
    font-family: 'Open Sans';
    src: url('media/files/fonts/OpenSans-Light.woff2') format('woff2'),
        url('media/files/fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('media/files/fonts/OpenSans.woff2') format('woff2'),
        url('media/files/fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('media/files/fonts/OpenSans-Semibold.woff2') format('woff2'),
        url('media/files/fonts/OpenSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('media/files/fonts/OpenSans-Bold.woff2') format('woff2'),
        url('media/files/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bunken Tech';
    src: url('media/files/fonts/Bunken-Tech-md.woff2') format('woff2'),
        url('media/files/fonts/Bunken-Tech-md.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.mobile {
	 display: none;	
}	
html, body {
    scroll-behavior: smooth;
}
body {
    font-size: 17px;
    font-family: 'Open Sans', Tahoma, Verdana, sans serif;
    color: #fff;
    margin: 0px;
    background-color: #595959;
}

td {
	 letter-spacing: 1px}

img {
	 max-width: 100%;
	 border-top: 0px;
	 height: auto;
	 border-right: 0px;
	 border-bottom: 0px;
	 border-left: 0px;
	 padding-right: 0px;
	 margin-right: 0px;
	 -moz-transition: all 0.3s;
	 -webkit-transition: all 0.3s;
	 transition: all 0.3s}
table {
    width: 100%;
}
form {
	 padding-bottom: 0px;
	 padding-top: 0px;
	 padding-left: 0px;
	 margin: 0px;
	 padding-right: 0px}

input {
	 border-top: #999999 1px solid;
	 border-right: #999999 1px solid;
	 border-bottom: #999999 1px solid;
	 text-align: left;
	 border-left: #999999 1px solid;
	 background-color: #ffffff}

textarea {
	 border-top: #999999 1px solid;
	 border-right: #999999 1px solid;
	 border-bottom: #999999 1px solid;
	 text-align: left;
	 border-left: #999999 1px solid;
	 background-color: #ffffff}

select {
	 border-top: #999999 1px solid;
	 border-right: #999999 1px solid;
	 border-bottom: #999999 1px solid;
	 border-left: #999999 1px solid;
	 background-color: #ffffff}

p, ul {
    margin-bottom: 1vw;
    margin-top: 1vw;
    line-height: 1.6;
}
ul {
    padding-left: .8vw;
}
h1 {
    font-family: 'Bunken Tech', Sans;
    font-weight: normal;
    color: #fff;
    font-size: 52px;
    margin-top: 40px;
    margin-bottom: 60px;
    display: inline-block;
}

h2 {
    font-weight: normal;
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-weight: 400;
    font-size: 2.5vw;
    line-height: 1.2;
    color: #fff;
}
hr {
    position: relative;
    width: 400px;
    border-bottom: none !important;
    color: #d891a2 !important;
    height: 1px;
    background: #d891a2;
    background: linear-gradient(90deg, transparent, #d891a2, transparent);
    overflow: visible;
    margin-bottom: 8vh !important;
    margin-top: 8vh !important;
    opacity: 1;
    border: none;
}

h3 {
    font-weight: 600;
    font-size: 1.3vw;
    margin: 40px 0 10px 0;
    /* display: inline-block; */
}
h4 {
    font-weight: normal;
}
a {
	text-decoration: underline 1px #fff;
    text-underline-offset: 3px;
    color: #fff;
    transition: all .3s;
}

a:hover {
	text-decoration: underline 2px #fff;
	color: #fff;
}
a:hover img {
    transform: scale(1.1);
}
ul {
    padding-left: 12px;
}

li {
	 list-style-type: none;
	 padding-bottom: 2px;
	 padding-top: 2px;
	 padding-left: 12px;
	 padding-right: 0px;
	 position: relative;
	 }
li:before {
    content: "\2713";
    /* font-size: 17px; */
    /* color: #a94813; */
    padding-right: 7px;
    position: absolute;
    top: .1vw;
    left: -.5vw;
}
	 
.section-content li:before {
    font-weight: bold;
}	 
li.links {
    margin-left: 10px;
}
.links li:before, li.links:before {
    content: "\203A";
    font-size: 22px;
    color: #a94813;
    padding-right: 7px;
    line-height: 17px;
}
.center {
    text-align: center;
} 

/* Hero */

.hero-bg {
    background-image: url(media/images/hero-bauplanung.webp);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    width: 100%;
    height: calc(100vh - 6vw);
    filter: opacity(.8) brightness(.6);
    position: fixed;
    left: 0;
    top: 6vw;
}
section.hero-content {
    width: 100%;
    height: calc(100vh - 6vw);
}
.caption {
    position: absolute;
    text-align: center;
    left: 17%;
    top: 60vh;
    padding: 6% 0 6% 0;
    padding: 0;
    width: 66%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
    background: transparent;
    transition: background .6s;
    font-size: 1.4vw;
}
.caption .headline_1 {
    font-weight: normal;
    font-size: 4vw;
    margin-left: calc(50% - 600px);
    margin-right: calc(50% - 600px);
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 0;
}
.caption .headline_2 {
    font-family: 'Open Sans', Tahoma, Verdana, sans serif;
    font-size: 30px;
    font-weight: 300;
    margin-top: 0;
    margin-left: calc(50% - 600px);
    margin-right: calc(50% - 600px);
    line-height: 1.2;
    margin-bottom: 0;
}
.caption .headline_1, .caption .headline_2 {
    color: #fff;	
	transition: color .6s;	
    text-transform: none;
}

.content .headline_1 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: normal;
}
.content .headline_2 {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 1.4vw;
}

a, input, ul, li, p, div, .button, .submit_button {
	 -moz-transition: background, background-color, color 0.2s;
	 -webkit-transition: background, background-color, color 0.2s;
	 transition: background, background-color, color 0.2s}
input[type="text"], textarea, select {
    background-color: #ffffff;
    border: 1px solid #aaa;
    /* box-shadow: 0 0 10px 0 #cfcfcf inset; */
    border-radius: 4px;
    padding: 10px 2%;
    /* text-align: left; */
    margin: 4px 0 4px 0;
    font-family: 'Open Sans';
    font-size: 16px;
}
input[type=radio] {
    border: 0;
    box-shadow: none;
}	 
input[type="text"], input[type="password"], textarea, select {
    width: 96%;
    width: calc(96% - 2px);
}
#ort {
	display: none;
}
.labelinside {
    margin: 2px 0 2px 0;
    position: relative;
    width: 100%;
    display: inline-block;
}
.labelinside label {
    color: #888888;
    cursor: text;
    display: none;
    font-size: 15px;
    left: 0;
    line-height: 15px;
    padding: 9px 9px;
    position: absolute;
    top: 0;
}
.input_form {
    border: 1px solid #ccc;
    /* border-radius: 3px; */
    padding: 3%;
    background: #fafafa;
    font-size: 16px;
    color: #000;
}
figure {
    width: 100%;
    margin: 0;
    padding: 0;
}

.grundrahmen {
    width: 100%;
}
.header {
    width: 100%;
    background-color: #2e2e2e;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes logo {
    0%  {opacity: 0}
    5%  {opacity: 0}
    25%  {opacity: 1}
    50%  {opacity: 1;left: 50%;top: 50%;transform: translate(-50%, -50%);}
    100%  {opacity: 1;left: 3%;top: 12px;transform: translate(0, 0);}
}
.logo {
    width: 10vw;
    transition: all .6s;
    position: relative;
    display: inline-block;
    padding: .7vw 1vw;
}
.logo:hover {
    text-decoration: none;
}
/*
.sticky .logo a, .legal .logo a {
	color: #a94813;
	padding: 5px 0;	
    filter: unset;
}
*/

.section-content.center p {
    line-height: 1.8;
    font-size: 110%;
}

.section-content.flex.box2col {
    display: flex;
    gap: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    background: rgba(255, 255, 255, .1);
}
.flex.box2col figure {
    width: 48%;
}
figure img {
    display: flex;
    object-fit: cover;
    /* max-width: initial; */
    min-width: 100%;
}
.flex.box2col .text {
    width: 52%;
    padding: 4% 5%;
}
.text > h2 {
    margin-top: 0;	
    font-size: 2vw;
}

#bauservice {
	background: rgba(255, 255, 255, .08)
}
.section-content.box3col {
    max-width: 1600px;
    display: flex;
    gap: 5%;
    margin-top: 6vw;
}
.box3col .servicebox {
    flex-basis: 33%;
}
.servicebox h2 {
    font-size: 1.8vw;
}

/* Kontakt */

#drdsgvo_map {
    background: #fff;
    margin-top: 8vh;
}	 

.nav {
    width: 920px;
    width: calc(95% - 350px);
    float: right;
    text-align: right;
    margin: 0 2% 0 0;
    will-change: padding, background, color;
}

.nav A {
    color: #fff;
    padding: 35px 2% 35px 2%;
    float: right;
    transition: padding .3s, background .3s, color .3s;
    font-weight: normal;
    font-size: 20px;
}
.sticky .nav A, .gruppe1 .nav A, .gruppe2 .nav A {
    color: #000;
    padding: 20px 2% 20px 2%;
    font-weight: normal;
}
.nav A:hover {
    background: rgba(0,0,0,0.2);
    text-decoration: none;
}
.sticky .nav .selected, .sticky .nav .selected:hover {
	 color: #a94813}


.arrow-down {
    background-image: url(media/images/layout/arrow-down.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    bottom: 3%;
    width: 40px;
    height: 20px;
    cursor: pointer;
    display: block;
    opacity: 0.5;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 99;
}
.arrow-down:hover {
    opacity: 1;
}
.button.top div {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    padding: 0 0 5px 4px;
}	
.slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@keyframes fadeSlide {
    0%  {opacity: 0;transform:scale(1)}
    12%  {opacity: 1;}
    33%  {opacity: 1;}
    45%  {opacity: 0;}
    100%  {opacity: 0;transform:scale(1.1)}
}
.slide {	
	-webkit-animation:fadeSlide ease;
    -moz-animation:fadeSlide ease;
    animation:fadeSlide ease;
	
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	
    -webkit-animation-duration:12s;
    -moz-animation-duration:12s;
    animation-duration:12s;
	
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.slide#slide-1 {		
	opacity: 0;	
    -webkit-animation-delay:1s;
    -moz-animation-delay:1s;
    animation-delay:1s;
}
.slide#slide-2 {	
	opacity: 0;
    -webkit-animation-delay:5s;
    -moz-animation-delay:5s;
    animation-delay:5s;
}
.slide#slide-3 {
    opacity: 0;
    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s;
    animation-delay: 9s;
    filter: brightness(0.9);
}
/* ENDE Slideshow */

section#willkommen {
    padding-top: 4vw;
    padding-bottom: 4vw;
}
#willkommen h1 {
    text-align: center;
    width: 90%;
    margin-left: 5%;
}

.button.pfeil {
    font-size: 40px;
    line-height: 32px;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    margin: 0 2px;
}
.button.top div {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    padding: 0 0 5px 4px;
}	 
.clear {
	 clear: both
}

.content {
    width: 100%;
    z-index: 11;
    position: relative;
    background-color: #595959;
}
section, .section {
    width: 100%;
    padding-bottom: 14vh;
    padding-top: 0;
    padding-left: 0px;
    clear: both;
    padding-right: 0px;
    /* display: inline-block; */
    overflow: hidden;
    max-width: 100vw;
}
.section.grau {
}

.section-content {
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
    width: 90%;
}
#willkommen .section-content {
    max-width: 1400px;
    width: 100%;
}
.section-content.slim {
    max-width: 1000px;
}
.bildlinks {
	 width: 49%;
	 float: left;
	 margin-right: 3%;
	 text-align: center}
	 
.col2 {
    width: 48%;
    margin-right: 4%;
    float: left;
}	
.col2.last {
	margin-right: 0
}	
.col2.right {
    float: right;
    margin-right: 0;
}
.col3 {
    width: 29%;
    margin-right: 4%;
    float: left;
}	
.col3.last {
    margin-right: 0;
    width: 33%;
}		  
	 
.col32 {
    width: 62%;
    margin-right: 5%;
    float: left;
}	 
	 
.col4 {
    width: 22%;
    margin-right: 3%;
    float: left;
}
.col43 {
    float: left;
    width: 67%;
    width: calc(68% - 6px);
    margin-right: 3%;
}
.col43 ul {
    background: #fcfcfc;
    border: 3px solid #ddd;
    border-radius: 3px;
    padding: 4% 5%;
}

.mt0 {
    margin-top: 0;
}
.mt2 {
    margin-top: 2vw;
}
.mt4 {
    margin-top: 4vw;
}
.pts {
    padding-top: 18px;
}


.footer {
    width: 100%;
    background: #666;
    margin: 0 auto;
    float: left;
    position: relative;
    z-index: 11;
    border-top: 1px solid #bbb;
    box-shadow: 0 0 30px inset rgb(0 0 0 / 20%);
    padding-top: 20px;
}
.footer .headline_2 {
    color: #0163AD;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 20px 0;
}
.footer ul {
    margin-bottom: 30px;
}
.google {
    text-align: center;
    margin-top: 10px;
}
.google img {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    margin-right: 15px;
    border-radius: 3px;
}
.siegel {
    text-align: right;
    margin-top: 10px;
}
.footer2 .footercontent {
    text-align: center;
    margin: 3% auto;
}	
.footer a.squarelink {
    border-left: 12px solid #0163AD;
    line-height: 13px;
    /* height: 10px; */
    /* overflow: hidden; */
    padding-left: 5px;
    display: inline-block;
    margin-right: 15px;
}
.footercontent {
    max-width: 1200px;
    width: 100%;
    margin: 2% auto 4% auto;
    text-align: center;
}
.footer li:before, .footer .links li:before, .footer li.links:before {
    color: #0163AD;
}
 
.footer .col2 {
    width: 39%;
    margin-right: 3%;
    float: left;
}	 
.footer .col4 {
    width: 26%;
    margin-right: 3%;
    float: left;
}	  
p.tel {
    font-size: 34px;
    color: #0163AD;
    font-weight: bold;
    line-height: 1.5;
}	  
p.tel img {
    width: 40px;
    transform: translateY(7px);
    margin-right: 10px;
}
.clear {
	 clear: both}

	  

/* Impressum etc */
.legal section#section1 {
    padding-top: 10vw;
}
.legal h1 {
    font-size: 3.5vw;
    font-weight: normal;
    text-transform: uppercase;
}
.legal h2 {
    font-family: 'Open Sans';
    color: #fff;
    font-size: 28px;
    margin-top: 5vh;
    margin-bottom: 3vh;
    text-align: left;
}
.legal h3 {
    font-size: 22px;
    margin: 20px 0 5px 0;
}
.legal p, .legal ul {
    margin-bottom: 12px;
    margin-top: 12px;
}


.fehler {
    border: 2px solid #ff0000;
    padding: 2%;
    margin-right: 5%;
    margin-bottom: 2%;
    border-radius: 3px;
    background: #ffeeee;
}
#www {
	display: none;
}

.parallax-section {
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-bottom: 14%;
    padding-top: 14%;
    position: relative;
}
.parallax-section.kontakt {
    background-image: url(media/images/kontakt-par.webp);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 30vw;
}
.parallax-section.kontakt .overlay {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.parallax-section.kontakt h2 {
    margin: 0;
    font-size: 6vw;
    font-family: 'Bunken Tech';
    z-index: 9;
}
section#kontakt {
    padding-top: 4vw;
}
#kontakt h2 {
    margin-bottom: 4vh;
    /* margin-top: auto; */
}

/* Leistungen */

.mehr, button, .button, .guestbook .button-gb {
    border: 1px solid #a94813;
    background: #a94813;
    padding: 8px 25px;
    margin-top: 20px;
    color: #fff;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: normal;
    font-size: 19px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    font-family: 'Open Sans';
    margin-right: 15px;
    text-decoration: none;
}
.mehr, button, .button {
    border: 1px solid #a94813;
    background: #a94813;
    padding: 8px 25px;
    margin-top: 20px;
    color: #fff;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: normal;
    font-size: 19px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    font-family: 'Open Sans';
    margin-right: 15px;
    text-decoration: none;
}
.mehr:hover, button:hover, .button:hover {
    text-decoration: none;
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.logobox {
	text-align:right;
	margin-top:30px
}

.shariff {
    margin-top: 30px;
    padding-top: 30px;
	display: inline-block;
}
.shariff li {
    padding: 0;
}
.shariff li:before {
    display: none;
}
.shariff .orientation-horizontal {
    flex-wrap: nowrap!important;
    justify-content: center;
}

/* Unterseiten */

.box-rot {
    background: #a94813;
    color: #fff;
    padding: 3% 4% 4% 9%;
    margin-top: 35px;
}
.box-rot h3 {
	font-weight: bold;
    font-size: 24px;
}
.box-rot li:before {
    color: #fff;
}

.content.info h2 {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 30px;
}
img.logoimg {
    max-width: 60%;
    margin-top: 15px;
}


	

