body{
  font-family: 'Segoe UI', sans-serif;
  background-color: #F5F5F5;
}

.main-page {
  font-family: 'Segoe UI', sans-serif;
  background-color: #F5F5F5;
}

.main-page form {
  margin-bottom: 60px;
}

.nav-item>.nav-link:hover{
  background-color: #F5F5F5;
  color: #383838!important;
  text-decoration: none;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .nav-item>.nav-link{
    padding-left: 10px!important;
  }
  .nav-item>.nav-link:hover{
    border-radius: 5px;
  }
}

.main-body {
  text-align: justify;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  /* margin: 0 auto -60px; */
}

footer{
  width: 100%;
  height: auto;
  background:#424e59;
  color:#CFDDD9;
  padding-bottom: 12px;
  text-align: center;
  margin-top:10%;
}

.footer-custom a{
  color: #F5F5F5;
  text-decoration: none;
  font-size: 15px;
}

.footer-custom a:hover {
  background-color: #F5F5F5;
  color: #383838!important;
  text-decoration: none;
  border-radius: 5px;
}

.footer-field {
  padding-top: 8px;
  text-align: center;
  border-radius: 15px;
  margin-top: 10px;
}

.footer-field a{
  padding:5px;
  vertical-align: middle;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  
}

hr.footer-line {
  border-top: 1px solid #F5F5F5;
  width: 100%;
  margin-top: 20px;
}


pre {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    padding:40px;
 }

 h1 {
  font-family: 'Segoe UI', sans-serif;
  font-size: 25px;
  padding-bottom: 20px;
 }

 .h_home {
  font-family: 'Segoe UI', sans-serif;
  font-size: 30px;
  padding-bottom: 20px;
 }

.landing-contact{
  margin-top: 5%;
  margin-bottom: 5%;
}

.contact{
  margin: auto;
  border: solid;
  border-color: white;
  border-width: 1px;
  /* margin-top: 5%; */
  padding-top:20px;
  padding-bottom: 20px;
  background-color: white;
  border-radius: 15px;
  text-align: center;
}

.contact-intro-text{
  padding-bottom: 30px;
}

.contact-field{
  margin:auto;
  width: 50%;
}

@media only screen and (max-width: 990px) {
  .contact-field{
    width: 95%;
  }
}

.contact_img{
  float:right;
  padding:20px;
}

.contact_btn{
	background-color: black;
	color:white;
	border:solid;
	border-color: white;
	border-width: 1px;
}


.contact_btn:hover{
	background-color: #CFDDD9;
  color:black;
}

.form-control{
	margin-top: 5px;
	margin-bottom: 10px;
}

#messages{
	color:rgb(33, 192, 12);
}

.template_faq {
  background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
  background: #fff none repeat scroll 0 0;
  margin: auto;
  border: solid;
  border-color: white;
  border-width: 1px;
  /* padding:20px; */
  background-color: white;
  border-radius: 15px;
  margin-top: 2%;
  margin-bottom: 2%;
  /* max-width: 800px; */
  max-width: 90%;
}

#accordion .panel {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 15px 10px;
}
#accordion .panel-heading {
  border-radius: 15px;
  padding: 0;
}
#accordion .panel-title a {
  background: #CC4645 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 15px;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 600;
  padding: 12px 20px 12px 50px;
  position: relative;
  transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #333;
}

/* pfeile */
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
  background: #CC4645 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
  color: #fff;
  content: "";
  font-family: fontawesome;
  font-size: 20px;
  height: 55px;
  left: -20px;
  line-height: 55px;
  position: absolute;
  text-align: center;
  top: -5px;
  transition: all 0.3s ease 0s;
  width: 55px;
}
#accordion .panel-title a.collapsed::after {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  box-shadow: none;
  color: #333;
  content: "";
}
#accordion .panel-body {
  background: transparent none repeat scroll 0 0;
  border-top: medium none;
  padding: 20px 25px 10px 9px;
  position: relative;
}
#accordion .panel-body p {
  border-left: 1px dashed #8c8c8c;
  padding-left: 25px;
}

.contactRe_btn{
	background-color: #f5f5f5;
	color:black;
	padding:1px;
	border:solid;
	border-color: white;
	border-width: 1px;
}

.contactRe_btn:hover{
	background-color: #CFDDD9;
  color:black;
	}


.homeInfo_btn{
	background-color: #CC4645;
	color:white;
	padding-left: 10px;
  padding-right: 10px;
	padding-top:2px;
  padding-bottom: 2px;
	border:solid;
	border-color: white;
	border-width:2px;
  margin-bottom: 5px;
  border-radius: 15px;
  cursor: pointer;
}

.homeInfo_btn:hover{
	background-color: white;
  color:#CC4645;
	}

.re_btn{
  background-color: #CC4645;
	color:white;
  padding-left: 10px;
  padding-right: 10px;
	padding-top:2px;
  padding-bottom: 2px;
	border:solid;
	border-color: white;
	border-width:2px;
  border-radius: 15px;
  cursor: pointer;
}

.re_btn:hover{
	background-color: white;
  color:#CC4645;
	}


.landing{
  margin:auto;
  margin-top: 5%;
  margin-bottom: 5%;
  background-color: white;
  border: solid;
  border-color: white;
  border-width: 1px;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "text picture";
}

.home-text {
  padding:20px;
  text-align: left;
  grid-area: text;
  margin-bottom: 5%;
}

.home-img{
  padding-bottom:30px;
  padding-right: 30px;
  padding-top:35%;
  grid-area: picture;

}


@media only screen and (max-width: 1000px) {
  .home-img{
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 10px;
  }
  .home-image-elem{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%!important;
  }
  .landing {
    grid-template-columns: 1fr;
    grid-template-rows: 0.3fr 1fr;
    grid-template-areas: "picture"
                          "text";
  }
}
@media only screen and (max-width: 768px) {
  .home-image-elem{
    max-width: 100%!important;
  }
}

.faq-intro{
  padding: 10px;
  margin:auto;
  /* width: 50%; */
  text-align: center;
}

.faq-intro-txt{
  padding-top: 5%;
  padding-left:5%;
  padding-right:5%;
  text-align: justify;
}

.faq-img{
  padding:20px;
  padding-top:75px;
  width:10%;
  height:10%;
  justify-content: center;
}

.faq-box{
  margin: auto;
  border: solid;
  border-color: white;
  border-width: 1px;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-bottom: 20px;
  padding:20px;
  background-color: white;
  border-radius: 15px;
  text-align: left;
}

.homeInfo{
  margin-bottom:10px;
}


.figure {
  position: relative;
  /* width: 360px; */
  max-width: 100%;
}
.figure img.logo-hover {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
object-fit: contain;
opacity: 0;
transition: opacity .5s;
}
.figure:hover img.logo-hover {
opacity: 1;
}

.about {
  display: block;
  background-color: white;
  margin: auto;
  border: solid;
  border-color: white;
  border-width: 1px;
  padding:0px;
  border-radius: 15px;
  margin-bottom: 5%;
  margin-top: 5%;
}

.about-text{
  padding-left: 25px;
  padding-right: 25px;
}

.social-icons{
  border: solid;
  border-width: 0.1px;
  background-color: #F5F5F5;
  padding:10px;
  margin:5px;
  border-radius: 50%;
  width: 50px;
}

.social-icons:hover{
  background-color: red;
}

.fa {
  padding: 12px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 10px 2px;
  border-radius: 5px;
}

.fa:hover {
  opacity: 0.7;
  background-color: #010101;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

img {
  pointer-events: none;
}

strong {
  font-weight: 600;
  color: #3a5166;
}  