html, body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

hr {
  width: 12%;
  border-top: 3px solid #29B0E1;
}

h1 {
  color: #29B0E1 !important;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

/*==================ScrollBar=====================*/
::-webkit-scrollbar {
  background-color: #fafafa;
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background-color: #fafafa;
}

::-webkit-scrollbar-thumb {
  background-color: #29B0E1;
  border-radius: 0px;
  box-shadow: 1px 1px 22px 1px #222;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #111;
  border-radius: 0px;
  box-shadow: none;
}

/*==================ScrollBar=====================*/


/*---------------------Text-Markieren--------------------*/
::selection {
  background: #29B0E1;
  color: #fafafa;
}

::-moz-selection {
  background: #29B0E1;
  color: #fafafa;
}

/*---------------------Text-Markieren--------------------*/

/*================== Navbar =====================*/
.nav-item {
  font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
  color: #29B0E1;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #aaa;
  transition: all .2s linear
}

.nav-item .active {
  color: #3A5BA2 !important;
}

.navbar .col-9 a {
  color: #29B0E1 !important;
}

.navbar .col-9 a:hover,
.navbar .col-9 a:active {
  text-decoration: none;
  color: #fff
}

@media only screen and (max-width:991px) {
  .navbar-nav {
    float: right;
  }
  #myNavbar li a {
    background-color: #111;
    color: #fafafa;
    padding: 15px;
  }

  #myNavbar li .active {
    color: #fafafa !important;
    background-color: #3A5BA2;
  }
}

@media only screen and (max-width:991px) {
  a.navbar-brand {
    width: 100px;
  }
}
/*================== Navbar =====================*/

/*================== carousel =====================*/
@media only screen and (max-width:991px) {
  #mainCarousel {
    display: none;
  }
}
/*================== carousel =====================*/

/*================== ueber_uns =====================*/
.colorized_icon {
  color: #3A5BA2;
}
/*================== ueber_uns =====================*/

/*==================service=====================*/
#service .card {
  border: 2px solid #29B0E1;
  cursor: default;
}

@media only screen and (min-width: 991px) {
  #service .card:hover {
    transition: linear all 0.3s;
    transform: scale(0.9);
  }
}
/*==================service=====================*/

/*================== ueber_uns2 =====================*/
#ueber_uns2 {
  background-color: #212121;
}
/*================== ueber_uns2 =====================*/


/*================== kontakt =====================*/
#kontakt {
  background-image: url('../img/Kontaktformular.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form-control, .form-control:focus, .form-control:active, .form-control:hover {
  border: none;
  overflow: auto;
}

input, input:focus, input:active {
  border-bottom-color: black;
  border-bottom-style: solid;
  border-bottom-width: medium;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none !important;
}

.FormElement input {
  background-color: #fafafa;
  border: 1px solid #e2e2e2;
  padding: 16px;
  width: 100%;
}

.FormElement textarea {
  background-color: #fafafa;
  border: 1px solid #e2e2e2;
  padding: 16px;
  width: 100%;
}

#validation {
  background-color: #fafafa;
  border: 1px solid #e2e2e2;
  color: #111;
  width: 100%;
  /* height: 24px; */
}

#checkbox {
  width: 10%;
}

#validation:focus, #validation:hover, #validation:active {
  background-color: #29B0E1;
  border: 1px solid #29B0E1;
  color: white;
  transition: linear all 0.2s;
}

.FormElement input:focus, .FormElement input:hover, .FormElement input:active {
  background-color: #29B0E1;
  border: 1px solid #29B0E1;
  color: white;
  transition: linear all 0.2s;
}

.FormElement textarea:focus, .FormElement textarea:hover, .FormElement textarea:active {
  background-color: #29B0E1;
  border: 1px solid #29B0E1;
  color: white;
  transition: linear all 0.2s;
}

/*================== kontakt =====================*/


/* ============map================ */
#map {
  text-align: center;
  height: 300px;
}
/* ============map================ */


/*================== impressum =====================*/
#impressum {
  background-color: #212121;
  color: #fafafa;
}

#impressum h1 {
  color: #fafafa !important;
}
#impressum a {
  color: #29B0E1 !important;
}

#impressum a:hover, a:active {
  text-decoration: none;
  color: #fff
}
/*================== impressum =====================*/


/*================== Footer =====================*/

#footer {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #111;
  color: #fafafa;
}

#brand_color {
  color: #29B0E1;
}

#footer .card1 {
  width: 100%;
  height: 60px;
  transition: transform 1s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
  background: #111;
  margin: 0 auto;
}

#footer .card1.is-flipped {
  transform: rotateX(180deg);
}

#footer .card__face {
  position: absolute;
  width: 100%;
  color: white;
  text-align: center;
  backface-visibility: hidden;
  background-color: #111;
}

#footer .card__face--back {
  background: #111;
  transform: rotateY(180deg);
}

#footer .card__face--back p {
  transform: rotate(180deg);
  margin-bottom: 0;
  color: #f39200;
  line-height: 60px;
}

@media only screen and (max-width:576px) {
  #footer {
    font-size: 0.8em;
  }
}

/*================== Footer =====================*/

/*-------------------ToTopButton-----------------------*/
#knopf {
  position: fixed;
  right: 5%;
  top: 88%;
  cursor: pointer;
  background-color: #212121;
  color: #fafafa;
  border: 2px solid #29B0E1;
  width: 60px;
  height: 60px;
  padding-top: 10px !important;
}

#knopf:hover {
  box-shadow: 0px 1px 5px #212121;
  background-color: #29B0E1;
  color: #212121;
  transition: linear all 0.3s;
}

.btn:focus, .btn:active {
  outline: none !important;
}

/*-------------------ToTopButton-----------------------*/


/*-------------------Alert for Cookies-----------------------*/
.alert-success {
  color: #fafafa;
  background-color: rgba(45,46,131, 0.85);
  border: 0;
  border-radius: 0px;
}

.alert-success .close {
  color: #fafafa;
  text-shadow: none;
  font-size: 2.5rem;
}

.alert-success .close:hover {
  background: #fafafa;
}

.alert-success p {
  margin-bottom: 0.4rem;
}
/*-------------------Alert for Cookies-----------------------*/
