/* === Allgemein ===*/

/* Schriften */

body {
	position: relative;
    background: #fff;
}

.container {
  max-width:1164px;
    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: #ff8c00;
}

h2 {
	font-family: 'Nunito', sans-serif;
    font-size: 28px;
     color: #303030;
}

h3 {
   font-family: 'Nunito', sans-serif;
    font-size: 26px;
     color: #303030; 
}

h4,
h5,
h6,
.font-alt {
	font-family: 'Nunito', sans-serif;
    color: #303030;
    font-size: 20px;
}


a {
    color: #303030;
}

a:hover {
    color: #ff8c00;
}


/* Section */
section {
	padding: 0px 0;
}

/*EINFACHE SECTION*/
.section {
    max-width: 1164px;
   /* 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;
}

.section p {
	color: #303030;
	padding-top: 1%;
	padding-bottom: 0.5%;
	margin-bottom: 1%;
    font-family: 'Nunito', sans-serif;
    text-align: left;}

.section h2  {
	text-align: left;
    font-size: 32px;
}

.section h3 {
    text-align: left;
    font-size: 28px;
    color: #ff8c00;
}

.section h4 {
   text-align: left;
    font-size: 24px; 
    color: #ff8c00;
}


.section ul li {
    text-align: left;
}

.section span {
    background: #ff8c00;
    color: #fff;
}

.section a.first {
      background: #fff;
      color: #303030;
      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);*/007c37
}
/*Alternative Section-2*/
.section-2 {
    max-width: 1164px;
   /* 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;
}

.section-2 p {
	color: #303030;
	padding-top: 1%;
	padding-bottom: 0.5%;
	margin-bottom: 1%;
    font-family: 'Nunito', sans-serif;
    text-align: left;}

.section-2 h2  {
	text-align: left;
    font-size: 30px;
}

.section-2 h3 {
    text-align: left;
    font-size: 26px;
    color: #ff8c00;
}

.section-2 h4 {
   text-align: left;
    font-size: 22px;
     color: #ff8c00;
}


.section-2 ul li {
    text-align: left;
}

.section-2 a {
    color: #ff8c00;
}

.section-2 a:hover {
    color: #ff8c00;
    text-decoration: underline;
}

.section-2 a.first {
      background: #fff;
      color: #303030;
      font-size: 26px;
      border: 2px solid #454545;
       }
      .section a.first:hover {
        background: none;
        border: 2px solid #454545;
        color: #fff;
       }

.section-2 img {
    margin-left: 0%;
}
/*iFrame Section-2*/
.section-2 iframe {
    height: 800px;
    width: 725px;
    margin-left: 27.5%;
    border: none;
}

/*Alternative Section-3*/
.section-3 {
    max-width: 1164px;
   /* 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;
}

.section-3 h3 {
    text-align: left;
    font-size: 26px;
    color: #ff8c00;
}

.section-3 img {
    border: 1px solid #303030;
    margin-left: 7.5%;
}

/*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: #fff; 
    padding-top: 1.25%;
    padding-bottom: 1.25%;
}

nav {
    background: #ff8c00;
    border-bottom: 4px solid #303030;
}

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 #ff8c00;
        }

nav ul .dropdown-menu a, nav li .dropdown-menu a {
        display: inline-block;
        font-family: 'Nunito', sans-serif;
        font-weight: 600;
        font-size: 14px;
        color: #303030;!important
        }

nav ul .dropdown-menu a:hover, *
        nav li .dropdown-menu a:hover {
          color: #fff;
          background: #ff8c00;
          }

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: #303030;
     }
      nav li > a:hover {
        color: #fff;
        background: #303030;
        text-decoration: none;}



.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #fff;
    background: #ee7600;!important
}

.navbar-custom .nav-item .nav-link {
    color: #fff;!important
}

.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: 912px;
  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;
     /*color: #ff8c00;*/ 
        font-weight: 600;
        display: block;
}

.carousel-item{
    height: 912px;
} 
.carousel-item img{
    height: 912px;
}

.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: 7.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;}

 /* 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;}


/* StB aktuell integriert*/
/*Bild 50 / Text 50*/
#flex-container {
  width: 70%;
  margin: 0% 15%;
  text-align: center;
}

.above {
    height: 125px;
    width: 100%;
    margin-right: 0%;
  margin-bottom: 2%;
  margin-top: -4%;  
  background-color: #303030;
  float: left;
  color: white;
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; 
  border: 2px solid #303030; 
}

.above h3 {
    font-size: 34px;
    color: #fff;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    padding-top: 2.5%;
}

.above-left {
  height: 700px;
  width: 50%;
  margin-left: 0%;
  margin-bottom: 2%;
  margin-top: -4%;  
  background-color: #fff;
  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;
   border-top: 2px solid #303030;
  border-bottom: 2px solid #303030;
  border-right: 2px solid #303030;
}

.above-left p {
    color: #303030;
    font-family: 'Nunito', sans-serif;
    margin-left: 12.5%;
}

.above-left  ul {
    font-size: 22px;
    color: #303030;
    font-family: 'Nunito', sans-serif;
    margin-left: 25%;
}

.above-left a.efvEditorlinks {
  text-decoration: none;
  color: #4b4d4c;
}
#stb-aktuell a.efvEditorlinks {
  font-weight: bold;
}

#modaltext a.linkbuttongross {
  margin-top: 15px;
  display: inline-block;
}
#modaltext h1 {
  color: orange;
}
a.efvEditorlinks:hover {
  text-decoration: underline;
}

.above-left .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */

  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.above-left .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-height: calc(100% - 200px);
  overflow-y: scroll;
}

.above-right {
  height: 700px;
  width: 50%;
  margin-right: 0%;
  margin-bottom: 2%;
  margin-top: -4%;  
  float: left;
  color: white;
  background: #ff8c00;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; 
  border-top: 2px solid #303030;
  border-bottom: 2px solid #303030;
  border-left: 2px solid #303030;    
}

.above-right h3 {
  font-size: 22px;
  margin: 40px;
  text-transform: uppercase;
  Letter-spacing: 6px;
  color: #fff;
}

.above-left h4 {
  font-size: 20px;
  margin: 40px;
  text-transform: uppercase;
  Letter-spacing: 6px;
  color: #1a1818;
}

.above-right p {
  font-size: 16px;
  line-height: 28px;
  margin: 40px;  
  color: #fff;
}

.above-left p {
  font-size: 16px;
  line-height: 28px;
  margin: 40px;  
  color: #fff;
}
/* Button */

.btn-round {
	border-radius: 30px;
    background: #ff8c00;
    color: #fff;
    font-size: 28px;
}

.btn-round:hover {
    border-radius: 30px;
    background: #fff;
    color: #ff8c00;
}

.btn-ende {
    background: #fff;
    color: #ff8c00;
    font-size: 28px;
}

.btn-ende:hover {
    text-decoration: underline;
    background: #fff;
    color: #ff8c00;
}

.btn-preis {
    background: #c47902;
    color: #fff;
    font-size: 28px;
}

.section-2  a.first {
      background: #ff8c00;
      color: #fff;
      font-size: 18px;
      border: 2px solid #303030;
      border-radius: 30px;
}

.section-2  a.first:hover {
      background: #fff;
      color: #ff8c00;
      font-size: 18px;
      border: 2px solid #ff8c00;
      border-radius: 30px;
}

/* Submit Button*/
button .first {
    background: #ff8c00;
    color: #fff;
    font-size: 18px;
}

button .first:hover {
    background: #fff;
    color: #ff8c00;
    font-size: 18px;
    border: 1px solid #ff8c00;
    border-radius: 1500px;
}

/* Galerie */
  .galerie {
    margin-left: 7.5%;
    max-width: 1164px;
}

.galerie img {
    border: 1px solid #333;
     margin-bottom: 1%;
}

/* 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:#4b4c4d;
  border-top: 4px solid #ff8c00;
  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!important;
	
}

footer a:hover {
    color: limegreen!important;
    text-decoration: none;
}

/*Skip-Link*/
#toTop{
	position: fixed;
	bottom: 5px;
	right: 5px;
	cursor: pointer;
	display: none;
	background-color:#ff8c00 ;
	color: #fff;
    border-radius: 30px;
    border-color: #303030;
}

@media screen and (max-width: 1440px) {
    /* ------ Carousel ------ */
#sliderbox {
  /*background: #fff;
  padding: 0;
  margin: 0; */
   position: relative;
  height: 912px;
  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: 912px;
} 
.carousel-item img{
    height: 912px;
}
}

@media screen and (max-width: 1366px) {
   /* ------ Carousel ------ */
#sliderbox {
  /*background: #fff;
  padding: 0;
  margin: 0; */
   position: relative;
  height: 812px;
  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: 812px;
} 
.carousel-item img{
    height: 812px;
} 
}

@media screen and (max-width: 1280px) {
  /* ------ Carousel ------ */
#sliderbox {
  /*background: #fff;
  padding: 0;
  margin: 0; */
   position: relative;
  height: 712px;
  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: 712px;
} 
.carousel-item img{
    height: 712px;
}
}

@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;}


.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%;
}
}

@media screen and (max-width: 800px) {
    .card .btn-teaser {
    background: #ff8c00;
    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);}

    
    .galerie {
    margin-left: 27.5%;
    max-width: 700px;
}
   .above-left {
  height: 800px;
  width: 100%;
  margin-left: 2%;
  margin-bottom: 2%;
  margin-top: -2%;
  border-top: none;
  border-bottom: none;
  border-right: none;       
  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;  
}
    

.above-right {
  height: 800px;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 2%;
  margin-top: -4%;  
  float: left;
  color: white;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; 
} 
 .section-2 iframe {
    height: 800px;
    width: 650px;
    margin-left: -6.75%;
    border: none;
}      
}

@media screen and (max-width: 480px) {

    .galerie {
    margin-left: 5%;
}
    
/*Integration stb aktuell */
     .above-left {
  height: 975px;
  width: 100%;
  margin-left: -12%;
  margin-bottom: 2%;
  margin-top: 17.5%;
  border-top: none;
  border-bottom: none;
  border-right: none;       
  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;  
}
    

.above-right {
  height: 975px;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 2%;
  margin-top: -4%;  
  float: left;
  color: white;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; 
}
    
.above h3 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}   

#flex-container {
  width: 100%;
  margin: 0% 15%;
  text-align: center;
}

.above-left p {
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  margin-left: -17.5%;  
} 
 
/* ------ Carousel ------ */
 #sliderbox {
  /*background: #fff;
  padding: 0;
  margin: 0; */
   position: relative;
  height: 525px;
  width: 100%;  
}
    
#sliderbox .carousel-caption h1 {
   font-size: 22px;
      font-weight: 500;
      margin-bottom:0em;
      margin-top: 0em; 
}


#sliderbox .carousel-caption h1 span {
   font-size: 26px;
        font-weight: 600;
        display: block; 
}
    
#sliderbox .carousel-caption h2 {
      font-size: 20px;
      font-weight: 500;
      margin-bottom:0em;
      margin-top: 0em; 
}
    
.carousel-item{
    height: 525px;
} 
.carousel-item img{
    height: 525px;
}

.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: 18px;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: 18px;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: 18px;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: 18px;margin-bottom: 2.5%;margin-top: 2.5%;letter-spacing: 2px;text-shadow: 1px 2px #000;}
    
    
    .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%;
	}
    
    
.section-2 img {
        max-width: 300px;
        border: 1px solid #007c37;
        margin-bottom: 2.5%;
        margin-left: 5%;
    }
  .section-2 iframe {
    height: 1150px;
    width: auto;
    margin-left: 0;
    border: none;
}
}

