body {
  	font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  }
  
  .clear {
  	clear: both;
  }
  
  h3 {
  	font-size: 3.0em;
	color: #fff;
  }
  
  a {
    color: #fff !important;
    text-decoration: underline;
}

 
  /* Intro */
  #intro {
    height: 100vh;
    display: block;
    align-items: end;
    justify-content: center;
    background-image: url('../img/intro-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ff9743;
    padding-bottom: 15%;
    text-align: center;
    
  }
  
  #ribbon {
    position: absolute;
    right: 30px;
    top: 0px;
    background-image: url(../img/ribbon.png);
    background-repeat: no-repeat;
    height: 317px;
    width: 220px;
    }

  
  #logo {
  	position: relative;
	margin: auto;
	background-image: url('../img/promo_logo.png');
	background-repeat: no-repeat;
	height: 246px;
    width: 446px;
    top: 50px;
	
  }
  
  #introtitle {
    position: relative;
  	margin: auto;
	background-image: url('../img/intro_title.png');
	background-repeat: no-repeat;
	height: 148px;
	width: 1608px;
	top: 100px;
    }
    
	#introcontent {
    position: relative;
  	margin: auto;
	top: 150px;
	text-decoration: none;
    }
    
    #introcontent a {
    color: #212529 !important;
    text-decoration: none;
}

  /* Teilnahmeformular */
  #teilnahmeformular, #teilnahmeok, #teilnahmedone {
      justify-content: center;
    min-height: 600px;
     background-color: #ff9743;
     padding: 70px;
     text-align: center;
  }
    
    /* Submit */
  #submit {
      justify-content: center;
    min-height: 500px;
     background-color: #ff9743;
     padding: 70px;
     text-align: center;
  }
  
  .carousel-controls {
  	display: none !important;
  }

  /* So gehts */
  #so-gehts {
    min-height: 600px;
    background-color: #ffd133;
     padding: 70px;
     text-align: center;
  }
  
 .so-gehts-block {
 	float: left;
 	width: 25%;
 	margin: 50px;
 	text-align: center;
 }

  /* Preise */
  #preise {
	min-height: 500px;
   background-color: #87d6f4;
	padding: 70px;
  }
  
  #preiseinner {
	display: block;
  	flex-direction: column;
  }
  
  #preise-block1 {
  	width: 45%;
  	float: left;
  	margin-right: 100px;
  }
  
   #preise-block2 {
  	width: 45%;
  	float: right;
  	text-align: right;
  } 
  
  .preis-bild {
  	max-width:100%;
  } 
  
  .infoblock_img {
  height: 12em;
  
  }

  /* Footer */
  #footer {
    height: 250px;
    background-color: #3a1c05;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer-icons img {
    margin: 30px 10px;
    width: 50px;
    height: 50px;
  }

  .footer-links {
    margin-top: 10px;
  }

  .footer-links a {
    margin-right: 5px;
    color: #fff;
  }


  .popup {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: bottom 0.3s ease;
}

.popup.active {
  bottom: 0;
}

.popup-content {
  position: absolute;
  bottom: -20;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 50px 100px;
  overflow-y: auto;
  max-height: calc(100% - 40px); /* Adjust the value if needed */
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: url("../img/close-image.png") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
  
.popup h3 {
  font-size: 1.5em;
   color: #3a1c05;
  }
  
  .radioButtons {
  	font-size: 30px;
  }
  
  input[type="radio"] {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
  transform: scale(1.5);
  height: 21px;
}

.btn-primary {
    color: #fff;
    background-color: #3a1c05;
    border-color: #3a1c05;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #603b1e;
    border-color: #603b1e;
    box-shadow: 0 0 0 0.2rem rgba(58,28,5,.5);
}
.btn-primary:hover {
    color: #fff;
    background-color: #603b1e;
    border-color: #603b1e;
}

.btn-secondary {
    color: #3a1c05 !important;
    background-color: #fff;
    border-color: #fff;
    text-decoration:none;
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #3a1c05 !important;
    background-color: #fff;
    border-color: #fff;
}

.btn-secondary:hover {
    color: #3a1c05 !important;
    background-color: #fff;
    border-color: #fff;
}

.error-message {
	color: #bf0000;
	font-size: 16px;
	line-height: 40px;
}


  
/* Scroll Button in intro */  

  *, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 100px;
	margin-top: 50px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid #3b1d05;
  border-bottom: 2px solid #3b1d05;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid #3b1d05;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #3b1d05;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #3b1d05;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}


/*Bootstrap Adaption */

#step2 > .form-group, #step3 > .form-group {
	width: 30%;
	margin: 20px auto;
}

/* Mobile Settings */

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

#ribbon {
background-size: contain;
    position: absolute;
    right: 20px;
    top: 0px;
    width: 150px;
    }

  
  #logo {
  background-size: contain;
    width: 350px;
    top: 50px;
	
  }
  
  #introtitle {
  	background-size: contain;
	width: 1000px;
	top: 20px;
    }
    
	#introcontent {
    position: relative;
  	margin: auto;
	top: 0px;
    }
}


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

h2 {
	font-size: 1.5em;
	}

h3 {
	font-size: 1.5em;
	font-weight:600;
	}


/* Intro */
  #intro {
    height: 100vh;
    display: flex;
    align-items: end;
    justify-content: center;
    background-image: url('../img/intro-background_mobile.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ff9743;
    padding-bottom: 25%;
  }
  
   #logo {
  display: none;
  }
  
  #ribbon {
  display: none !important;
  }
  
  #introtitle {
  display: none ;
  }
  
  #introcontent {
  top: 190px !important;
  font-size: 0.9em;
  line-height: 1.3em;
  }
  
  .mouse_scroll {
	margin-top: 10px;
}

  /* Teilnahmeformular */
  #teilnahmeformular {
    min-height: 100vh;
    padding: 70px 30px;
  }
  
    /* Teilnahmeformular */
  #teilnahmeok {
    min-height: 70vh;
    padding: 30px;
  }

  /* So gehts */
  #so-gehts {
    min-height: 500px;
     padding: 20px;
  }
  
  .so-gehts-block {
    float: left;
    width: 100%;
    margin: 0px;
    text-align: center;
}

  /* Preise */
  #preise {
	min-height: 500px;
	padding: 30px;
  }
  
    #preiseinner {
   	display: flex;
	flex-direction: column-reverse;
  }
  
  #preise-block1 {
  	width: 100%;
  	float: unset;
  }
  
   #preise-block2 {
  	width: 100%;
  	float: unset;
  	text-align: center;
  }  
  
  .preis-bild {
  	padding: 20px 0px;
  }
  
  .popup-content {
  padding: 30px;
}

/*Bootstrap Adaption */

#step2 > .form-group, #step3 > .form-group  {
	width: 100%;
	margin: 20px auto;
}

.form-check {
    padding-left: 10px !important;
}

}

