/* Import font */
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.ttf");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body,
html {
  font-display: swap;
  margin: 0;
  padding: 0;
  font-family: "Montserrat-Regular";
  font-weight: 100;
  color: #707070;
  background-color: #fff;
  font-size: 16px;
  overflow-x: hidden;
}

html.prevent-scroll {
  overflow: hidden;
}

header {
  background-color: #fff;
}
header .item-menu {
  position: relative;
}
header .item-menu .submenu {
  position: absolute;
  display: none;
  background-color: #fff;
  padding-top: 45px;
  font-family: "Montserrat-Regular";
  min-width: 240px;
}
header .item-menu:hover .submenu {
  display: block;
}

.menu-mobile, .menu-icon, header li.menu-mobile--option {
  display: none;
}

footer {
  background-color: #5067A9;
  color: #fff;
  font-size: 14px;
}
footer a:hover {
  color: inherit;
  text-decoration: underline;
}

/* Form */
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #5067A9 !important;
}

input[type=text],
input[type=tel],
input[type=email],
select,
.custom-select,
textarea {
  border: 1px solid #5067A9;
  color: #5067A9;
  padding: 8px 6px;
  border-radius: 0;
}

select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  width: 100%;
  outline: none;
}
select::-ms-expand {
  display: none;
}

.custom-select {
  width: 100%;
  border: 1px solid #5067A9;
  background-color: #fff;
}

textarea {
  resize: none;
  width: 100%;
  height: 340px;
}

.form-send {
  background-color: #f0f0f0;
  color: #5067A9;
  font-family: "Montserrat-SemiBold";
  transition: all 0.25s;
}
.form-send:hover {
  color: #fff;
  background-color: #5067A9;
}

/* Text */
b,
strong {
  font-family: "Montserrat-Bold";
}

#impressum a {
  color: #5067A9;
}

a {
  transition: all 0.25s;
}
a:hover {
  color: #5067A9;
  cursor: pointer;
}

li.active {
  color: #5067A9;
}
li.active .submenu {
  color: #707070;
  font-family: "Montserrat-Regular";
}

.submenu a.active {
  color: #5067A9;
}

.blue-title {
  color: #5067A9;
  font-family: "Montserrat-SemiBold";
}

.blue-content {
  color: #5067A9 !important;
}
.blue-content a:hover {
  text-decoration: underline;
}

/* Container */
.grey-background {
  background-color: #f0f0f0;
}

.blue-background {
  background-color: #5067A9;
  color: #fff !important;
}
.blue-background a, .blue-background a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

/* Home */
.home-categorie,
.miet-categorie {
  background-color: #f0f0f0;
  color: #5067A9;
}
.home-categorie h1,
.miet-categorie h1 {
  font-family: "Montserrat-Bold";
}
.home-categorie a:hover,
.miet-categorie a:hover {
  cursor: pointer;
  background-color: #5067A9 !important;
  color: #fff;
}

.bubble {
  background-color: #fff;
  color: #5067A9;
  width: 250px;
  height: 250px;
  border-radius: 100%;
}
.bubble span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

/* Dienstleistungen */
#dienstleistungen-content a:hover {
  color: #fff !important;
}

/* Inserat */
.object {
  background-color: #fff;
}
.object a {
  text-decoration: underline;
}
.object .object-img img {
  width: auto;
  height: 100%;
  position: absolute;
  max-width: inherit !important;
}

/* Team */
.team {
  background-color: #f0f0f0;
}
.team a {
  text-decoration: underline;
}

/* Downloads */
#links {
  font-family: "Montserrat-SemiBold";
}
#links li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 1.5rem;
}
#links li:before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  transform: translateY(-50%);
  left: 0;
  height: 35px;
  width: 45px;
  background-image: url("../images/Pfeil_SollbergerTreuhand_RGB.svg");
  background-repeat: no-repeat;
  background-size: 45px auto;
  display: inline-block;
}

/* Contact */
.alert {
  font-family: "Montserrat-Bold";
  color: #5067A9;
}

/*# sourceMappingURL=style-frontend.css.map */
