* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
  font-size: 1.6rem;
  line-height: 2.0rem
}


/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}



* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */

#social .col-twelve {
  max-height: 50px;
}

.column-Angebotspakete {
  float: left;
  width: 33.33%;
  padding: 10px;
}

.innen-Angebotspakete {
  border:1px solid #37353d;
  padding: 40px 10px 20px 10px;
  height: 705px;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (min-width: 767px) and (max-width: 991px) {
  #Angebotspakete .column-Angebotspakete {
    width: 50%;
  }

  #Angebotspakete .column-Angebotspakete:last-child {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  #Angebotspakete .column-Angebotspakete {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .column-Angebotspakete {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .innen-Angebotspakete {
    width: 100%;
  }
}


/* Anfragen-preis */

#bestellt {
		text-align: center;
}

ul.a {
    list-style-type: none;
	margin: 0;
	font-size: 1.8rem;
	font-family: "Prompt-Regular", sans-serif;
	color: #353535;
	text-align: left;
	border:0px solid black;
	border-radius: 20px;
	background: #ccc;
	padding: 30px;
}

ul.b {
    list-style-type: none;
	margin: 0;
	font-size: 1.8rem;
	font-family: "Prompt-Regular", sans-serif;
	color: #353535;
	text-align: left;
	border:0px solid black;
	border-radius: 20px;
	background: #ffde13;
	padding: 30px;
}

ul.c {
    list-style-type: none;
	margin: 0;
	font-size: 1.8rem;
	font-family: "Prompt-Regular", sans-serif;
	color: #fff;
	text-align: left;
	border:0px solid black;
	border-radius: 20px;
	background: #353535;
	padding: 30px;
}


.list-group-item {
  position: relative;
  display: block;
  padding: 0px 20px 20px 20px;
  font-size: 1.6rem;
  font-family: "Prompt-Regular", sans-serif;
  text-align: center;
  line-height: 2rem;
}

.list-group-item_preis {
  position: relative;
  display: block;
  padding: 0px 20px 20px 20px;
  font-size: 5rem;
  font-family: "Prompt-BoldItalic", sans-serif;
  text-align: center;
}


.list-anfrage-item {
  position: relative;
  display: block;
  padding: 20px 5px;
  margin-bottom: -1px;
  font-size: 4rem;
  font-family: "Prompt-BoldItalic", sans-serif;
  text-align: center;
}

.list-group-item-left {
  position: relative;
  display: block;
  padding: 0px 20px 0px 20px;
  font-size: 1.6rem;
  font-family: "Prompt-Regular", sans-serif;
  text-align: left;
  line-height: 2.2rem;
}

.list-group-item-klein {
  position: relative;
  display: block;
  padding: 20px 0px 0px 0px;
  font-size: 1.0rem;
  font-family: "Prompt-Regular", sans-serif;
  text-align: left;
  line-height: 1.5rem;
  
}

/* buttonAnfrage */

.buttonAnfrage,
a.buttonAnfrage,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: "Prompt-BoldItalic", serif;
  font-size: 1.7rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  height: 5.4rem;
  line-height: 5.4rem;
  padding: 0 3rem;
  margin: 0 .3rem 1.2rem 0;
  color: #fff;
  background: #353535;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
}


button.stroke:hover, .buttonAnfrage.stroke:hover {
  background: #fff;
  color: #353535;
}

/* buttonAnfrage_white */

.buttonAnfrage_white,
a.buttonAnfrage_white,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: "Prompt-BoldItalic", serif;
  font-size: 1.7rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  height: 5.4rem;
  line-height: 5.4rem;
  padding: 0 3rem;
  margin: 0 .3rem 1.2rem 0;
  color: #353535;
  background: #fff;
  text-decoration: none;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}


button.stroke:hover, .buttonAnfrage_white.stroke:hover {
  background: #ffde13;
  color: #fff;
}


.footer-logo {
  margin-top: 0rem;
  text-align: center;
  font-family: "Prompt-Regular", sans-serif;
  font-size: 1.4rem;
  line-height: 2.2rem;
}


.owl-carousel-about {
  display: none;
  width: 50%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* buttonRock */

.buttonRock,
a.buttonRock,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  text-transform: none;
  line-height: 5.4rem;
  padding: 0 3rem;
  margin: 10rem .3rem 1.2rem 0;
  color: #ffde13;
  border: 3px solid #ffde13;
  text-decoration: none;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}


button.stroke:hover, .buttonRock.stroke:hover {
  border: 3px solid #fff;
  color: #fff;
}



/* kontakt envelope */
.kontakt-envelope {
  display: block;
  position: fixed;
  right: 80px;
  top: 40px;
  height: 42px;
  width: 42px;
  border-radius: none;
	paddind: 0px;
}

/* button-textcenter */
.button-textcenter {
   padding-top: 50px;
	text-align: center;
	margin-top: 50px;
}

.noround {
  max-width: 100%;
  height: auto;
  border-radius: 0px;
  padding: 0px;
}

/* FAQ */

.accordion {
  background-color: #eee;
  color: #444;
  width: 100%;
  border: none;
  padding: 15px;
  text-align: left;
  outline: none;
  font-size: 2.0rem;
  font-family: "Prompt-BoldItalic", serif;
  text-transform: none;
  border-radius: 20px;
}

/* .active, .accordion:hover {
  background-color: #ccc; 
}*/


.panel {
  padding: 15px 0px 0px 25px;
  margin-bottom: 20px;
  text-align: left;
  background-color: #ccc;
  max-height: 20px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
 
}

.buttonaccordion,
a.buttonaccordion,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: "Prompt-BoldItalic", serif;
  font-size: 1.7rem;
  text-transform: uppercase;
  letter-spacing: 0rem;
  height: 100%;
  line-height: 4rem;
  padding: 0 3rem;
  margin: 0 .3rem 1.2rem 0;
  color: #353535;
  background: #fff;
  text-decoration: none;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}


button.stroke:hover, .buttonAnfrage_white.stroke:hover {
  background: #ffde13;
  color: #fff;
}


