/* === Allgemein ===*/

/* Schriften */
/* nunito-regular - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Nunito Regular'), local('Nunito-Regular'),
       url('../fonts/nunito-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-v14-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}
body {
	position: relative;
    background: #fff;
}

.container {
  max-width:1080px;
    padding-bottom: 25px; /*Testweise!*/
}

.content {
  padding: 40px 0;
  position: relative; }


body,
p {
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
    font-size: 18px;
    color: #303030;
}

h1 {
	font-family: 'Nunito', sans-serif;
    font-size: 32px;
     color: #fff;
}

h2 {
	font-family: 'Nunito', sans-serif;
    font-size: 30px;
     color: #454545;
}

h3 {
   font-family: 'Nunito', sans-serif;
    font-size: 28px;
     color: #454545; 
}

h3,
h5,
h6,
.font-alt {
	font-family: 'Nunito', sans-serif;
    color: #454545;
}

h4 {
  font-family: 'Nunito', sans-serif;
    font-size: 28px;
     color: #454545; 
    text-align: center;
}

a {
    color: #fff;
}

a:hover {
    color: #df001d;
}

/* Section */
section {
	padding: 140px 0;
}

/*EINFACHE SECTION*/
.section {
    max-width: 1080px;
   /* box-shadow: 4px 8px 25px rgba(0, 0, 0, 0.2);*/
	margin: 2% auto;
	margin-top: /*1.5%;*/0;
	margin-bottom: /*1.5%;*/0;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 1.5%; 
	padding-bottom: 0; 
	background-color: #fff;
    border-left: 2px solid #df001d;
    border-right: 2px solid #df001d;
}

.section p {
	color: #454545;
	padding-top: 1%;
	padding-bottom: 0.5%;
	margin-bottom: 1%;
    font-family: 'Nunito', sans-serif;
    text-align: left;}

.section h2  {
	text-align: center;
    font-size: 32px;
}

.section h3 {
    text-align: center;
    font-size: 30px;
    color: #df001d;
}

.section h4 {
   text-align: center;
    font-size: 30px; 
}


.section ul li {
    text-align: left;
}

.section span {
    background: #7c7f88;
    color: #fff;
}

.section a.first {
      background: #fff;
      color: #454545;
      font-size: 26px;
      border: 2px solid #fff;
       }
      .section a.first:hover {
        background: none;
        border: 2px solid #454545;
        color: #fff;
       }

.section img {
    box-shadow: 2px 6px 25px rgba(0, 0, 0, 0.2);
}
/*Alternative Section-2*/
.section-2 {
    max-width: 1080px;
   /* box-shadow: 4px 8px 25px rgba(0, 0, 0, 0.2);*/
	margin: 2% auto;
	margin-top: /*1.5%;*/0;
	margin-bottom: /*1.5%;*/0;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 1.5%; 
	padding-bottom: 0; 
	background-color: #fff;
    border-left: 2px solid #df001d;
    border-right: 2px solid #df001d;
}

.section-2 p {
	color: #454545;
	padding-top: 1%;
	padding-bottom: 0.5%;
	margin-bottom: 1%;
    font-family: 'Nunito', sans-serif;
    text-align: left;}

.section-2 h2  {
	text-align: center;
    font-size: 32px;
}

.section-2 h3 {
    text-align: left;
    font-size: 30px;
    color: #df001d;
}

.section-2 h4 {
   text-align: left;
    font-size: 24px;
     color: #df001d;
}


.section-2 ul li {
    text-align: left;
}

.section-2 a {
    color: #454545;
}

.section-2 a:hover {
    color: #df001d;
}

.section-2 a.first {
      background: #fff;
      color: #454545;
      font-size: 26px;
      border: 2px solid #454545;
       }
      .section a.first:hover {
        background: none;
        border: 2px solid #454545;
        color: #fff;
       }
/*Section mit 2 Spalten */

.sectionspalten {
	-webkit-column-count: 2;
	-webkit-column-gap: 25px;
	-moz-column-count: 2;
	-moz-column-gap: 25px;
	column-count: 2;
	column-gap: 25px;
	width: auto;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	padding-left: 10%;
	padding-right: 10%;
	}

.sectionspalten p {
	color: #fff;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	margin: 0 0 12px 0;
}

.element {
   /*transform: skewY(-1.25deg);*/
   transform: translate(0px, -95px);
 }

/* Navigation und Header */
header {
   background: #7c7f88; 
    padding-top: 1.25%;
    padding-bottom: 1.25%;
}

nav {
    background: #7c7f88;
    border-bottom: 4px solid #df001d;
}

nav ul .dropdown-toggle:after, nav li .dropdown-toggle:after {
        margin-left: 0.455em;
        vertical-align: .1em; }

nav ul .dropdown-menu, nav li .dropdown-menu {
        left: -15px !important;
          margin-top: 0px;
          margin-left: 0;
        border: 1px solid #df001d;
        }

nav ul .dropdown-menu a, nav li .dropdown-menu a {
        display: inline-block;
        font-family: 'Nunito', sans-serif;
        font-weight: 600;
        font-size: 14px;
        }

nav ul .dropdown-menu a:hover, *
        nav li .dropdown-menu a:hover {
          color: #fff;
          background: #df001d;
          }

nav ul a:hover {
    color: #fff;
          background: #df001d;
}

nav li {
    list-style: none;
    display: inline;
    }

nav li > a {
      font-family: 'Nunito', sans-serif;
      font-size: 14px;
      font-weight: 600;
      display: inline-block;
      padding: 10px;
      border-radius: 5px; 
      margin-left: 0.2em;    
      transition: 0.3s all ease-in-out;
      color: #454545}
      nav li > a:hover {
        color: #fff;
        background: #df001d;;
        text-decoration: none;}


.navbar-toggler {
    background-color: #7c7f88;
    margin: 0 auto;
}

.dropdown:hover>.dropdown-menu {
 display: block;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;   // Add this, to prevent clicking dropdown's default click function
}

/*Animation Dropdown Menu*/
.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* ------ Carousel ------ */
#sliderbox {
  /*background: #fff;
  padding: 0;
  margin: 0; */
   position: relative;
  height: 512px;
  width: 100%;  
}

#sliderbox .carousel-caption {
   position: absolute;
    top: 35%;
    left: 0;
    z-index: 60;
    width: 100%;
    color: #333;
    transform: translateY(-50%);
    text-align: center;
}

#sliderbox .carousel-caption h1 {
   font-size: 38px;
      font-weight: 600;
      margin-bottom: 1em;
      margin-top: 1em; 
}

#sliderbox .carousel-caption h2 {
    font-size: 30px;
      font-weight: 600;
      margin-bottom: 1em;
}

#sliderbox .carousel-caption h1 span {
    font-size: 60px;
        font-weight: 600;
        display: block;
}

.carousel-item{
    height: 512px;
} 
.carousel-item img{
    height: 512px;
}

.caption-text {color: #fff;background: rgba(0, 0, 0, 0.4);padding-top: 25px; padding-bottom: 25px; margin-left: 2.5%; margin-right: 2.5%; margin-bottom: 0.5%; margin-top: -0.75%;box-shadow: 2px 6px 45px #303030;}
.caption-text h1{margin-top: 0;margin-bottom: 0;text-transform: uppercase;font-weight: 600;color: #fff;font-size: 20px;margin-bottom: 2.5%;margin-top: 2.5%;letter-spacing: 2px;text-shadow: 1px 2px #000;}
.caption-text h2{margin-top: 0;margin-bottom: 0;text-transform: uppercase;font-weight: 600;color: #fff;font-size: 20px;margin-bottom: 2.5%;margin-top: 2.5%;letter-spacing: 2px;text-shadow: 1px 2px #000;}


/*.carousel-indicators li {
     text-indent: 0px;
     text-align: center;
     color: red;
     margin: 0 2px;
     width: 30px;
     height: 30px;
     border: none;
     border-radius: 100%;
     line-height: 30px;
     background-color: #999;
     transition: all 0.25s ease;
}
 .carousel-indicators .active, .hover {
     margin: 0 2px;
     width: 30px;
     height: 30px;
     background-color: #df001d;
}*/

/* HERO */
#hero {
  position: relative;
  height: 512px;
  width: 100%;
  background: url("../img/pflaster.jpg");
  background-size: cover;
     -webkit-background-size: 100% 100%;
            -moz-background-size:  100% 100%;
            -o-background-size:  100% 100%;
            background-size:  100% 100%;
            display:table;
  background-attachment:fixed;}
  
  #hero .hero-content {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 60;
    width: 100%;
    color: #333;
    transform: translateY(-50%);
    text-align: center;
    }
  #hero .hero-content h1 {
      font-size: 38px;
      font-weight: 600;
      margin-top: 1em;
      margin-bottom: 1em;
       }
  #hero .hero-content h2 {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 1em;
       }
  #hero .hero-content h1 span {
        font-size: 60px;
        font-weight: 600;
        display: block;
       }
.hero-content h1 {
     /*background: rgba(0, 0, 0, 0.7);*/
}

.hero content h1 span {
    /*background: rgba(0, 0, 0, 0.4);*/
}
    #hero .hero-content a {
      margin: 0 .5em; 
        }
    #hero .hero-content a.first {
      background: #7c7f88;
      color: #fff;
      font-size: 24px;
      border: 2px solid #fff;
       }
      #hero .hero-content a.first:hover {
        background: none;
        border: 2px solid #fff;
        color: #fff;
       }
    #hero .hero-content a.second {
      border: 2px solid #7c7f88;
      color: #fff;
      font-size: 24px;
       }
      #hero .hero-content a.second:hover {
        background: #fff;
        color: #333; 
        }

        
#hero1 {
  position: relative;
  height: 512px;
  width: 100%;
  background: url("../img/Strassenbau2.JPG");
  background-size: cover;
     -webkit-background-size: 100% 100%;
            -moz-background-size:  100% 100%;
            -o-background-size:  100% 100%;
            background-size:  100% 100%;
            display:table;
  background-attachment:fixed;}
  
  #hero1 .hero-content {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 60;
    width: 100%;
    color: #333;
    transform: translateY(-50%);
    text-align: center;
    }
  #hero1 .hero-content h1 {
      font-size: 38px;
      font-weight: 600;
      margin-bottom: 1em;
      margin-top: 1em;
       }
  #hero1 .hero-content h2 {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 1em;
       }
  #hero1 .hero-content h1 span {
        font-size: 60px;
        font-weight: 600;
        display: block;
       }
.hero-content h1 {
     /*background: rgba(0, 0, 0, 0.7);*/
}

.hero content h1 span {
    /*background: rgba(0, 0, 0, 0.4);*/
}
    #hero1 .hero-content a {
      margin: 0 .5em; 
        }
    #hero1 .hero-content a.first {
      background: #01a755;
      color: #fff;
      font-size: 24px;
      border: 2px solid #fff;
       }
      #hero1 .hero-content a.first:hover {
        background: none;
        border: 2px solid #fff;
        color: #fff;
       }
    #hero1 .hero-content a.second {
      border: 2px solid #01a755;
      color: #fff;
      font-size: 24px;
       }
      #hero1 .hero-content a.second:hover {
        background: #fff;
        color: #333; 
        }

#hero2 {
  position: relative;
  height: 512px;
  width: 100%;
  background: url("../img/Tiefbau2.JPG");
  background-size: cover;
     -webkit-background-size: 100% 100%;
            -moz-background-size:  100% 100%;
            -o-background-size:  100% 100%;
            background-size:  100% 100%;
            display:table;
  background-attachment:fixed;}
  
  #hero2 .hero-content {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 60;
    width: 100%;
    color: #333;
    transform: translateY(-50%);
    text-align: center;
    }
  #hero2 .hero-content h1 {
      font-size: 38px;
      font-weight: 600;
      margin-bottom: 1em;
      margin-top: 1em;
       }
  #hero2 .hero-content h2 {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 1em;
       }
  #hero2 .hero-content h1 span {
        font-size: 60px;
        font-weight: 600;
        display: block;
       }
.hero-content h1 {
     /*background: rgba(0, 0, 0, 0.7);*/
}

.hero content h1 span {
    /*background: rgba(0, 0, 0, 0.4);*/
}
    #hero2 .hero-content a {
      margin: 0 .5em; 
        }
    #hero2 .hero-content a.first {
      background: #868789;
      color: #fff;
      font-size: 24px;
      border: 2px solid #454545;
       }
      #hero2 .hero-content a.first:hover {
        background: none;
        border: 2px solid #fff;
        color: #fff;
       }
    #hero2 .hero-content a.second {
      border: 2px solid #454545;
      color: #fff;
      font-size: 24px;
       }
      #hero2 .hero-content a.second:hover {
        background: #fff;
        color: #333; 
        }

#hero3 {
  position: relative;
  height: 512px;
  width: 100%;
  background: url("../img/Start.jpg");
  background-size: cover;
     -webkit-background-size: 100% 100%;
            -moz-background-size:  100% 100%;
            -o-background-size:  100% 100%;
            background-size:  100% 100%;
            display:table;
  background-attachment:fixed;}
  
  #hero3 .hero-content {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 60;
    width: 100%;
    color: #333;
    transform: translateY(-50%);
    text-align: center;
    }
  #hero3 .hero-content h1 {
      font-size: 38px;
      font-weight: 600;
      margin-bottom: 1em;
      margin-top: 1em;
       }
  #hero3 .hero-content h2 {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 1em;
       }
  #hero3 .hero-content h1 span {
        font-size: 60px;
        font-weight: 600;
        display: block;
       }
.hero-content h1 {
     /*background: rgba(0, 0, 0, 0.7);*/
}

.hero content h1 span {
    /*background: rgba(0, 0, 0, 0.4);*/
}
    #hero3 .hero-content a {
      margin: 0 .5em; 
        }
    #hero3 .hero-content a.first {
      background: #01a755;
      color: #fff;
      font-size: 24px;
      border: 2px solid #fff;
       }
      #hero3 .hero-content a.first:hover {
        background: none;
        border: 2px solid #fff;
        color: #fff;
       }
    #hero3 .hero-content a.second {
      border: 2px solid #01a755;
      color: #fff;
      font-size: 24px;
       }
      #hero3 .hero-content a.second:hover {
        background: #fff;
        color: #333; 
        }

#hero4 {
  position: relative;
  height: 512px;
  width: 100%;
  background: url("../img/Entwaesserung2.JPG");
  background-size: cover;
     -webkit-background-size: 100% 100%;
            -moz-background-size:  100% 100%;
            -o-background-size:  100% 100%;
            background-size:  100% 100%;
            display:table;
  background-attachment:fixed;}
  
  #hero4 .hero-content {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 60;
    width: 100%;
    color: #333;
    transform: translateY(-50%);
    text-align: center;
    }
  #hero4 .hero-content h1 {
      font-size: 38px;
      font-weight: 600;
      margin-bottom: 1em;
      margin-top: 1em;
       }
  #hero4 .hero-content h2 {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 1em;
       }
  #hero4 .hero-content h1 span {
        font-size: 60px;
        font-weight: 600;
        display: block;
       }
.hero-content h1 {
     /*background: rgba(0, 0, 0, 0.7);*/
}

.hero content h1 span {
    /*background: rgba(0, 0, 0, 0.4);*/
}
    #hero4 .hero-content a {
      margin: 0 .5em; 
        }
    #hero4 .hero-content a.first {
      background: #01a755;
      color: #fff;
      font-size: 24px;
      border: 2px solid #fff;
       }
      #hero4 .hero-content a.first:hover {
        background: none;
        border: 2px solid #fff;
        color: #fff;
       }
    #hero4 .hero-content a.second {
      border: 2px solid #01a755;
      color: #fff;
      font-size: 24px;
       }
      #hero4 .hero-content a.second:hover {
        background: #fff;
        color: #333; 
        }

#hero5 {
  position: relative;
  height: 512px;
  width: 100%;
  background: url("../img/Pflasterungen6.jpg");
  background-size: cover;
     -webkit-background-size: 100% 100%;
            -moz-background-size:  100% 100%;
            -o-background-size:  100% 100%;
            background-size:  100% 100%;
            display:table;
  background-attachment:fixed;}
  
  #hero5 .hero-content {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 60;
    width: 100%;
    color: #333;
    transform: translateY(-50%);
    text-align: center;
    }
  #hero5 .hero-content h1 {
      font-size: 38px;
      font-weight: 600;
      margin-bottom: 1em;
      margin-top: 1em;
       }
  #hero5 .hero-content h2 {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 1em;
       }
  #hero5 .hero-content h1 span {
        font-size: 60px;
        font-weight: 600;
        display: block;
       }
.hero-content h1 {
     /*background: rgba(0, 0, 0, 0.7);*/
}

.hero content h1 span {
    /*background: rgba(0, 0, 0, 0.4);*/
}
    #hero5 .hero-content a {
      margin: 0 .5em; 
        }
    #hero5 .hero-content a.first {
      background: #01a755;
      color: #fff;
      font-size: 24px;
      border: 2px solid #fff;
       }
      #hero5 .hero-content a.first:hover {
        background: none;
        border: 2px solid #fff;
        color: #fff;
       }
    #hero5 .hero-content a.second {
      border: 2px solid #01a755;
      color: #fff;
      font-size: 24px;
       }
      #hero5 .hero-content a.second:hover {
        background: #fff;
        color: #333; 
        }

#hero6 {
  position: relative;
  height:512px;
  width: 100%;
  background: url("../img/Erdarbeiten1.JPG");
  background-size: cover;
     -webkit-background-size: 100% 100%;
            -moz-background-size:  100% 100%;
            -o-background-size:  100% 100%;
            background-size:  100% 100%;
            display:table;
  background-attachment:fixed;}
  
   #hero6 .hero-content {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 60;
    width: 100%;
    color: #333;
    transform: translateY(-50%);
    text-align: center;
    }
  #hero6 .hero-content h1 {
      font-size: 38px;
      font-weight: 600;
      margin-bottom: 1em;
      margin-top: 1em;
       }
  #hero6 .hero-content h2 {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 1em;
       }
  #hero6 .hero-content h1 span {
        font-size: 60px;
        font-weight: 600;
        display: block;
       }
.hero-content h1 {
     /*background: rgba(0, 0, 0, 0.7);*/
}

.hero content h1 span {
    /*background: rgba(0, 0, 0, 0.4);*/
}
    #hero6 .hero-content a {
      margin: 0 .5em; 
        }
    #hero6 .hero-content a.first {
      background: #fff;
      color: #333;
      font-size: 24px;
      border: 2px solid #fff;
       }
      #hero6 .hero-content a.first:hover {
        background: none;
        border: 2px solid #fff;
        color: #fff;
       }
    #hero6 .hero-content a.second {
      border: 2px solid #fff;
      color: #fff;
      font-size: 24px;
       }
      #hero6 .hero-content a.second:hover {
        background: #fff;
        color: #333; 
        }

#hero7 {
  position: relative;
  height:512px;
  width: 100%;
  background: url("../img/kontakt.JPG");
  background-size: cover;
     -webkit-background-size: 100% 100%;
            -moz-background-size:  100% 100%;
            -o-background-size:  100% 100%;
            background-size:  100% 100%;
            display:table;
  background-attachment:fixed;}
  
   #hero7 .hero-content {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 60;
    width: 100%;
    color: #333;
    transform: translateY(-50%);
    text-align: center;
    }
  #hero7 .hero-content h1 {
      font-size: 38px;
      font-weight: 600;
      margin-bottom: 1em;
      margin-top: 1em;
       }
  #hero7 .hero-content h2 {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 1em;
       }
  #hero7 .hero-content h1 span {
        font-size: 60px;
        font-weight: 600;
        display: block;
       }
.hero-content h1 {
     /*background: rgba(0, 0, 0, 0.7);*/
}

.hero content h1 span {
    /*background: rgba(0, 0, 0, 0.4);*/
}
    #hero7 .hero-content a {
      margin: 0 .5em; 
        }
    #hero7 .hero-content a.first {
      background: #fff;
      color: #333;
      font-size: 24px;
      border: 2px solid #fff;
       }
      #hero7 .hero-content a.first:hover {
        background: none;
        border: 2px solid #fff;
        color: #fff;
       }
    #hero7 .hero-content a.second {
      border: 2px solid #fff;
      color: #fff;
      font-size: 24px;
       }
      #hero7 .hero-content a.second:hover {
        background: #fff;
        color: #333; 
        }

#hero8 {
  position: relative;
  height: 512px;
  width: 100%;
  background: url("../img/Natursteinarbeiten1.JPG");
  background-size: cover;
     -webkit-background-size: 100% 100%;
            -moz-background-size:  100% 100%;
            -o-background-size:  100% 100%;
            background-size:  100% 100%;
            display:table;
  background-attachment:fixed;}
  
  #hero8 .hero-content {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 60;
    width: 100%;
    color: #333;
    transform: translateY(-50%);
    text-align: center;
    }
  #hero8 .hero-content h1 {
      font-size: 38px;
      font-weight: 600;
      margin-bottom: 1em;
      margin-top: 1em;
       }
  #hero8 .hero-content h2 {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 1em;
       }
  #hero8 .hero-content h1 span {
        font-size: 60px;
        font-weight: 600;
        display: block;
       }
.hero-content h1 {
     /*background: rgba(0, 0, 0, 0.7);*/
}

.hero content h1 span {
    /*background: rgba(0, 0, 0, 0.4);*/
}
    #hero8 .hero-content a {
      margin: 0 .5em; 
        }
    #hero8 .hero-content a.first {
      background: #fff;
      color: #333;
      font-size: 24px;
      border: 2px solid #fff;
       }
      #hero8 .hero-content a.first:hover {
        background: none;
        border: 2px solid #fff;
        color: #fff;
       }
    #hero8 .hero-content a.second {
      border: 2px solid #fff;
      color: #fff;
      font-size: 24px;
       }
      #hero8 .hero-content a.second:hover {
        background: #fff;
        color: #333; 
        }

#hero9 {
  position: relative;
  height: 512px;
  width: 100%;
  background: url("../img/minibagger2.jpg");
  background-size: cover;
     -webkit-background-size: 100% 100%;
            -moz-background-size:  100% 100%;
            -o-background-size:  100% 100%;
            background-size:  100% 100%;
            display:table;
  background-attachment:fixed;}
  
  #hero9 .hero-content {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 60;
    width: 100%;
    color: #333;
    transform: translateY(-50%);
    text-align: center;
    }
  #hero9 .hero-content h1 {
      font-size: 38px;
      font-weight: 600;
      margin-bottom: 1em;
      margin-top: 1em;
       }
  #hero9 .hero-content h2 {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 1em;
       }
  #hero9 .hero-content h1 span {
        font-size: 60px;
        font-weight: 600;
        display: block;
       }
.hero-content h1 {
     /*background: rgba(0, 0, 0, 0.7);*/
}

.hero content h1 span {
    /*background: rgba(0, 0, 0, 0.4);*/
    
}
    #hero9 .hero-content a {
      margin: 0 .5em; 
        }
    #hero9 .hero-content a.first {
      background: #fff;
      color: #333;
      font-size: 24px;
      border: 2px solid #fff;
       }
      #hero9 .hero-content a.first:hover {
        background: none;
        border: 2px solid #fff;
        color: #fff;
       }
    #hero9 .hero-content a.second {
      border: 2px solid #fff;
      color: #fff;
      font-size: 24px;
       }
      #hero9 .hero-content a.second:hover {
        background: #fff;
        color: #333; 
        }

#hero10 {
  position: relative;
  height: 512px;
  width: 100%;
  background: url("../img/Radladerarbeiten1.jpg");
  background-size: cover;
     -webkit-background-size: 100% 100%;
            -moz-background-size:  100% 100%;
            -o-background-size:  100% 100%;
            background-size:  100% 100%;
            display:table;
  background-attachment:fixed;}
  
  #hero10 .hero-content {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 60;
    width: 100%;
    color: #333;
    transform: translateY(-50%);
    text-align: center;
    }
  #hero10 .hero-content h1 {
      font-size: 38px;
      font-weight: 600;
      margin-bottom: 1em;
      margin-top: 1em;
       }
  #hero10 .hero-content h2 {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 1em;
       }
  #hero10 .hero-content h1 span {
        font-size: 60px;
        font-weight: 600;
        display: block;
       }
.hero-content h1 {
     /*background: rgba(0, 0, 0, 0.7);*/
}

.hero content h1 span {
    /*background: rgba(0, 0, 0, 0.4);*/
}
    #hero10 .hero-content a {
      margin: 0 .5em; 
        }
    #hero10 .hero-content a.first {
      background: #fff;
      color: #333;
      font-size: 24px;
      border: 2px solid #fff;
       }
      #hero10 .hero-content a.first:hover {
        background: none;
        border: 2px solid #fff;
        color: #fff;
       }
    #hero10 .hero-content a.second {
      border: 2px solid #fff;
      color: #fff;
      font-size: 24px;
       }
      #hero10 .hero-content a.second:hover {
        background: #fff;
        color: #333; 
        }

#hero11 {
  position: relative;
  height: 512px;
  width: 100%;
  background: url("../img/Impressum.jpg");
  background-size: cover;
     -webkit-background-size: 100% 100%;
            -moz-background-size:  100% 100%;
            -o-background-size:  100% 100%;
            background-size:  100% 100%;
            display:table;
  background-attachment:fixed;}
  
  #hero11 .hero-content {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 60;
    width: 100%;
    color: #333;
    transform: translateY(-50%);
    text-align: center;
    }
  #hero11 .hero-content h1 {
      font-size: 38px;
      font-weight: 600;
      margin-bottom: 1em;
      margin-top: 1em;
       }
  #hero11 .hero-content h2 {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 1em;
       }
  #hero11 .hero-content h1 span {
        font-size: 60px;
        font-weight: 600;
        display: block;
       }
.hero-content h1 {
     /*background: rgba(0, 0, 0, 0.7);*/
}

.hero content h1 span {
    /*background: rgba(0, 0, 0, 0.4);*/
}
    #hero11 .hero-content a {
      margin: 0 .5em; 
        }
    #hero11 .hero-content a.first {
      background: #fff;
      color: #333;
      font-size: 24px;
      border: 2px solid #fff;
       }
      #hero11 .hero-content a.first:hover {
        background: none;
        border: 2px solid #fff;
        color: #fff;
       }
    #hero11 .hero-content a.second {
      border: 2px solid #fff;
      color: #fff;
      font-size: 24px;
       }
      #hero11 .hero-content a.second:hover {
        background: #fff;
        color: #333; 
        }

 /* HEADER TEXT */
.header-text {color: #fff;background: rgba(0, 0, 0, 0.4);padding-top: 25px; padding-bottom: 25px; margin-left: 2.5%; margin-right: 2.5%; margin-bottom: 0.5%; margin-top: 8.5%;box-shadow: 2px 6px 45px #303030;}
.header-text h1{margin-top: 0;margin-bottom: 0;text-transform: uppercase;font-weight: 600;color: #fff;font-size: 20px;margin-bottom: 2.5%;margin-top: 2.5%;letter-spacing: 2px;text-shadow: 1px 2px #000;}
.header-text h2{margin-top: 0;margin-bottom: 0;text-transform: uppercase;font-weight: 600;color: #fff;font-size: 20px;margin-bottom: 2.5%;margin-top: 2.5%;letter-spacing: 2px;text-shadow: 1px 2px #000;}

/* Cards */
.card {
  background: #fff;
  border: 1px solid #df001d;
  /*transform: translate(0, -80px);*/
  font-family: 'Nunito', sans-serif;
  box-shadow: 2px 6px 25px rgba(0, 0, 0, 0.1);     
     }
  .card .card-title {
    font-size: 28px;
    margin-bottom: 10px;
    display: block; }
.card-footer {
    background-color: #fff;
    border: 0;
    margin: auto;
}
  .card p {
    font-family: 'Nunito', sans-serif;
    color: #454545;}
  .card .btn-teaser {
    background: #7c7f88;
    color: #fff;
    border: 2px solid #303030;  
    font-size: 17px; }
    .card .btn-teaser:hover {
      background: #454545;
      color: #fff;    
      box-shadow: 2px 6px 30px rgba(0, 0, 0, 0.2);}

/*Cards transform */
.transform: translate(-180px, -250px);

/*Bild 50 / Text 50*/
#flex-container {
  width: 70%;
  margin: 0% 15%;
  text-align: center;
}

.left {
  height: 600px;
  width: 50%;
  margin-left: 0%;
  margin-bottom: 2%;
  margin-top: -4%;  
  background-color: #7c7f88;
  float: left;
  font-family: 'Nunito', sans-serif;
  display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

.left p {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    margin-left: 25%;
}

.left  ul {
    font-size: 22px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    margin-left: 25%;
}

.left .btn-teaser {
    background: #888;
    color: #fff;
    font-size: 17px; 
    border-radius: 30px;}
    .left .btn-teaser:hover {
      background: #333; }

.left-2 {
  height: 600px;
  width: 50%;
  margin-right: 0%;
  margin-bottom: 2%;
  margin-top: -4%;  
  background-color: #e3e3e3;
  float: left;
  color: white;
  background-image: url(../img/galerie2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;  
}

.right {
  height: 600px;
  width: 50%;
  margin-right: 0%;
  margin-bottom: 2%;
  margin-top: -4%;  
  background-color: #7c7f88;
  float: left;
  color: white;
  background-image: url(../img/Pflasterungen1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;  
}

.right h3, .left h3 {
  font-size: 26px;
  margin-bottom: 40px;
  text-transform: uppercase;
  Letter-spacing: 6px;
  color: #fff;
}

.right p, .left p {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}


.right-1 {
  height: 600px;
  width: 50%;
  margin-right: 0%;
  margin-bottom: 2%;
  margin-top: -4%;  
  background-color: #e3e3e3;
  float: left;
  color: white;
  background-image: url(../img/galerie2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;  
}


.right-2 {
  height: 600px;
  width: 50%;
  margin-right: 0%;
  margin-bottom: 2%;
  margin-top: -4%;  
  background-color: #e3e3e3;
  float: left;
  color: white;
  background-image: url(../img/galerie14.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;  
}
/* Button */

.btn-round {
	border-radius: 30px;
}

.btn-preis {
    background: #c47902;
    color: #fff;
}

/* Galerie */
  .galerie {
    margin-left: 17.5%;
    max-width: 700px;
}

.galerie img {
    border: 1px solid #333;
     margin-bottom: 1%;
}


/* Ãœber uns */
.background {
margin-top: 15%;
background: #fff;
padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 10px;
border-radius: 15px;}

.background h1 {
	font-size: 28px;
	color: #333;
}

.background p {
	color: #333;
	font-size: 20px;
}

/* Jumbotron */
.jumbotron {
    margin-bottom: 0;
	padding-top: 10.5%;
	padding-bottom: 10.5%;
    background-image: url('../img/Header.jpg');
    background-size:cover;
    background-position:center center;
    background-attachment:fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.jumbotron h3 {
	color: #01a755;
	font-size: 44px;
	text-align: center;
	padding-right: 2.5%;
	font-family: 'Caveat', cursive;
	text-shadow: 2px 2px 2px #000;
}

.jumbotron p {
	color: #01a755;
	font-size: 30px;
	text-align: center;
	padding-right: 2.5%;
	font-family: 'Nunito', sans-serif;
	text-shadow: 2px 2px 2px #000;
}

/*BildZoom*/
.zoom {
  padding: 50px;
  
  transition: transform .2s; /* Animation */
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.3);
  transition: 0.3s all ease-in-out; 
}

/* Kontakt */
.card-header h3 a {
    color: #454545;
}

.form-group label {
  display: none; }

.form-group .submit {
  cursor: pointer;
  background: #df001d;
  border: none; }

.form-group input:focus, .form-group textarea:focus {
  border-color: #454545; }

#accordion .card-header, #accordion .card {
  background: none; }

#accordion .card-header {
  padding: 0;
  border: 0;
}

#accordion .card-body {
  padding-top: 8px;
  padding-bottom: 8px;
}


#accordion .card-header h3 {
  font-size: 25px;
  font-family: 'Nunito', sans-serif; }
  #accordion .card-header h3 a {
    text-decoration: none;
    display: block;
    padding: 0.75rem 1.25em 0 1.25rem;
    border: none;
    background: url("../img/arrow-down.png") no-repeat center right; }
    #accordion .card-header h3 a.collapsed {
      border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
      padding: 0.75rem 1.25rem;
      background: url("../img/arrow-right.png") no-repeat center right; }

.form-style-6{
    font: 95% Arial, Helvetica, sans-serif;
    font-family: 'Nunito', sans-serif;
    width: auto;
    max-width: 100%;
    margin: 0px auto;
    padding: 16px;
    background: #fff;
    border: 1px solid #df001d;
}
.form-style-6 h1{
    background: #7c7f88;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="tel"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #df001d;
    padding: 3%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
    font-family: 'Nunito', sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="tel"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
    box-shadow: 0 0 5px #df001d;
    padding: 3%;
    border: 1px solid #df001d;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background: #7c7f88;
    border-bottom: 2px solid #454545;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;   
    color: #fff;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
    background: #303030;
    color: #fff;
}

a.third {
      background: #df001d;
      color: #fff;
      font-size: 12px;
      border: 1px solid #454545;
       }
       a.third:hover {
        background: #7c7f88;
        border: 1px solid #df001d;
        color: #fff;
       }

/* Google Maps */
#google {
	width: auto;
	max-width: 100%;
    background-color: #fff;
	margin-top: 2%;
	margin-left: 1%;
	margin-right: 1%;
    margin-bottom: /*0.3%;*/2%;
    padding-top: 0%;
    padding-bottom: 0%;
	bottom: 0;
}

#map {
	width: 100%;
   height: 400px;
   background-color: grey;
}

/* aside */
.alert  {
    background-color: #000;
    border: 2px solid #fff;
}

.alert h3 {
    color: #fff;
}

.alert p {
    color: #fff;
}

.alert ul li {
    color: #fff;
}

/* Footer */
footer {
  background-color:#868789;
  border-top: 4px solid #454545;
  text-align:center;
  color:#fff;
  padding:15px;
  margin-top:0%;
}

footer p {
	font-family: 'Nunito' sans-serif;
    text-decoration: none;
    color: #fff;
	font-size: 16px;
}

footer a {
	font-family: 'Nunito' sans-serif;
    text-decoration: none;
    color: #fff;
	
}

footer a:hover {
    color: #454545;
    text-decoration: none;
}

/*Skip-Link*/
#toTop{
	position: fixed;
	bottom: 5px;
	right: 5px;
	cursor: pointer;
	display: none;
	background-color:#868789 ;
	color: #fff;
    border-radius: 30px;
    border-color: #df001d;
}


@media screen and (max-width: 1024px) {
   nav li > a {
      color: #454545;
      font-family: 'Nunito', sans-serif;
      font-size: 16px;
      font-weight: 600;
      display: inline-block;
      padding: 10px;
      border-radius: 5px;
      margin-left: 0.2em;    
      transition: 0.3s all ease-in-out;
      width: 70%;}
      nav li > a:hover {
        color: #cfcfcf;
        background: #fff;
        text-decoration: none;}


#hero, #hero1, #hero2, #hero3, #hero4, #hero5, #hero6, #hero7, #hero8, #hero9, #hero10, #hero11 {
    background-attachment: scroll;
    margin-top: 0em;
}

.left {
  height: 600px;
  width: 50%;
  margin-left: 0%;
  margin-bottom: 2%;
  margin-top: -4%;  
  float: left;
  font-family: 'Nunito', sans-serif;
  display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}
    
    .left ul {
        font-size: 14px;
    }

.right {
  height: 600px;
  width: 50%;
  margin-right: 0%;
  margin-bottom: 2%;
  margin-top: -4%;  
  float: left;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;  
}

#flex-container {
  width: 70%;
  margin: 0% 15%;
  text-align: center;
}

.left p {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  margin-left: -5%;  
}

.left  ul {
    color: #fff;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    margin-left: -5%;
}
    

.jumbotron {
	padding-top: 17.5%;
	padding-bottom: 12.5%;
    background-size:cover;
    background-position:center center;
    background-attachment:scroll;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
    
    .jumbotron h3 {
	color: #fff;
	font-size: 28px;
	text-align: center;
	padding-right: 2.5%;
	text-shadow: 2px 2px 2px #000;
}

.jumbotron p {
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding-right: 2.5%;
	font-family: 'Nunito', sans-serif;
	text-shadow: 2px 2px 2px #000;
}


.jumbotron1 {
	padding-top: 17.5%;
	padding-bottom: 12.5%;
    background-size:cover;
    background-position:center center;
    background-attachment:scroll;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
    
    .jumbotron1 h3 {
	color: #fff;
	font-size: 28pt;
	text-align: center;
	padding-right: 2.5%;
	text-shadow: 2px 2px 2px #000;
}

.jumbotron1 p {
	color: #fff;
	font-size: 24pt;
	text-align: center;
	padding-right: 2.5%;
	font-family: 'Nunito', sans-serif;
	text-shadow: 2px 2px 2px #000;
}
}

@media screen and (max-width: 800px) {
    .card .btn-teaser {
    background: #01a755;
    color: #fff;
    border: 2px solid #303030;  
    font-size: 15px; }
    .card .btn-teaser:hover {
      background: #454545;
      color: #fff;    
      box-shadow: 2px 6px 30px rgba(0, 0, 0, 0.2);}

#hero, #hero1, #hero2, #hero3, #hero4, #hero5, #hero6, #hero7, #hero8, #hero9, #hero10 {
    background-attachment: scroll;
    margin-top: 0em;
}
    
    .galerie {
    margin-left: 27.5%;
    max-width: 700px;
}
}

@media screen and (max-width: 480px) {

    .galerie {
    margin-left: 5%;
}
 
/* ------ Carousel ------ */
#sliderbox .carousel-caption h1 {
   font-size: 30px;
      font-weight: 500;
      margin-bottom:0em;
      margin-top: 0em; 
}


#sliderbox .carousel-caption h1 span {
   font-size: 40px;
        font-weight: 600;
        display: block; 
}

    .caption-text {
       color: #fff;background: rgba(0, 0, 0, 0.4);padding-top: 25px; padding-bottom: 25px; margin-left: 2.5%; margin-right: 2.5%; margin-bottom: 5%; margin-top: -5%;box-shadow: 2px 6px 45px #303030;
    }
    
    .caption-text h1 {
       margin-top: 0;margin-bottom: 0;text-transform: uppercase;font-weight: 600;color: #fff;font-size: 20px;margin-bottom: 2.5%;margin-top: 2.5%;letter-spacing: 2px;text-shadow: 1px 2px #000;
    }
    
    .caption-text h2 {
       margin-top: 0;margin-bottom: 0;text-transform: uppercase;font-weight: 600;color: #fff;font-size: 20px;margin-bottom: 2.5%;margin-top: 2.5%;letter-spacing: 2px;text-shadow: 1px 2px #000;
    }
    
    
.header-text {color: #fff;background: rgba(0, 0, 0, 0.4);padding-top: 25px; padding-bottom: 25px; margin-left: 2.5%; margin-right: 2.5%; margin-bottom: 5%; margin-top: 5%;box-shadow: 2px 6px 45px #303030;}
.header-text h1{margin-top: 0;margin-bottom: 0;text-transform: uppercase;font-weight: 600;color: #fff;font-size: 20px;margin-bottom: 2.5%;margin-top: 2.5%;letter-spacing: 2px;text-shadow: 1px 2px #000;}
.header-text h2{margin-top: 0;margin-bottom: 0;text-transform: uppercase;font-weight: 600;color: #fff;font-size: 20px;margin-bottom: 2.5%;margin-top: 2.5%;letter-spacing: 2px;text-shadow: 1px 2px #000;}
    
    #hero .hero-content h1 {
      font-size: 30px;
      font-weight: 500;
      margin-bottom:0em;
      margin-top: 0em;
       }
    
    #hero .hero-content h1 span {
        font-size: 40px;
        font-weight: 600;
        display: block;
       }
    
    #hero1 .hero-content h1 {
      font-size: 30px;
      font-weight: 500;
      margin-bottom:0em;
      margin-top: 0em;
       }
    
    #hero1 .hero-content h1 span {
        font-size: 60px;
        font-weight: 600;
        display: block;
       }
    
    #hero2 .hero-content h1 {
      font-size: 30px;
      font-weight: 500;
      margin-bottom:0em;
      margin-top: 0em;
       }
    
    #hero2 .hero-content h1 span {
        font-size: 40px;
        font-weight: 600;
        display: block;
       }
    
    #hero3 .hero-content h1 {
      font-size: 30px;
      font-weight: 500;
      margin-bottom:0em;
      margin-top: 0em;
       }
    
    #hero3 .hero-content h1 span {
        font-size: 40px;
        font-weight: 600;
        display: block;
       }
    
    #hero4 .hero-content h1 {
      font-size: 30px;
      font-weight: 500;
      margin-bottom:0em;
      margin-top: 0em;
       }
    
    #hero4 .hero-content h1 span {
        font-size: 40px;
        font-weight: 600;
        display: block;
       }
    
    #hero5 .hero-content h1 {
      font-size: 30px;
      font-weight: 500;
      margin-bottom:0em;
      margin-top: 0em;
       }
    
    #hero5 .hero-content h1 span {
        font-size: 40px;
        font-weight: 600;
        display: block;
       }
    
    #hero6 .hero-content h1 {
      font-size: 30px;
      font-weight: 500;
      margin-bottom:0em;
      margin-top: 0em;
       }
    
    #hero6 .hero-content h1 span {
        font-size: 40px;
        font-weight: 600;
        display: block;
       }
    
    #hero7 .hero-content h1 {
      font-size: 30px;
      font-weight: 500;
      margin-bottom:0em;
      margin-top: 0em;
       }
    
    #hero7 .hero-content h1 span {
        font-size: 40px;
        font-weight: 600;
        display: block;
       }
    
    #hero8 .hero-content h1 {
      font-size: 30px;
      font-weight: 500;
      margin-bottom:0em;
      margin-top: 0em;
       }
    
    #hero8 .hero-content h1 span {
        font-size: 40px;
        font-weight: 600;
        display: block;
       }
    
    #hero9 .hero-content h1 {
      font-size: 30px;
      font-weight: 500;
      margin-bottom:0em;
      margin-top: 0em;
       }
    
    #hero9 .hero-content h1 span {
        font-size: 40px;
        font-weight: 600;
        display: block;
       }
    
    #hero10 .hero-content h1 {
      font-size: 30px;
      font-weight: 500;
      margin-bottom:0em;
      margin-top: 0em;
       }
    
    #hero10 .hero-content h1 span {
        font-size: 40px;
        font-weight: 600;
        display: block;
       }
    
     #hero11 .hero-content h1 {
      font-size: 30px;
      font-weight: 500;
      margin-bottom:0em;
      margin-top: 0em;
       }
    
    #hero11 .hero-content h1 span {
        font-size: 40px;
        font-weight: 600;
        display: block;
       }
    
    .sectionspalten {
	-webkit-column-count: 1;
	-webkit-column-gap: 25px;
	-moz-column-count: 1;
	-moz-column-gap: 25px;
	column-count: 1;
	column-gap: 25px;
	width: auto;
	max-width: 1440px;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	padding-left: 10%;
	padding-right: 10%;
	}
    
    .left {
  height: 600px;
  width: 62%;
  margin-left: 0%;
  margin-bottom: 2%;
  margin-top: -4%;  
  float: left;
  font-family: 'Nunito', sans-serif;
  display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}
    

.right {
  height: 600px;
  width: 38%;
  margin-right: 0%;
  margin-bottom: 2%;
  margin-top: -4%;  
  float: left;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;  
}

#flex-container {
  width: 70%;
  margin: 0% 15%;
  text-align: center;
}

.left p {
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  margin-left: -17.5%;  
}
  
.left  ul {
    font-size: 20px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    margin-left: -27.5%;
}
}

