/* Fonts from Adobe */
 	@import url("https://use.typekit.net/ssr2pba.css");


/* Element-Colors */
.ligreen {
  color:#6C8C00;
}

.lired {
  color:#8C006C;
}

.libluegreen {
  color:#006C8C;
}

.ligrey {
  color:#777882;
}

.lidarkgrey {
  color:#3C3C41;
}

.ligreengrey {
  color:#5C6971;
}
.white {
  color:#FFF;
}

/* Element-Background-Colors */
.ligreen-bg {
  background-color:#6C8C00;
}

.lired-bg {
  background-color:#8C006C;
}

.libluegreen-bg {
  background-color:#006C8C;
}

.ligrey-bg {
  background-color:#777882;
}

.lidarkgrey-bg {
  background-color:#3C3C41;
}

.ligreengrey-bg {
  background-color:#5C6971;
}

.white-bg {
  background-color:#FFF;
}

/* ------ >> Ab hier Custom-Styles der Site <<---------- */
body::before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
  z-index: 1100;
}

/* Anfang Styles fuer Hauptnavigation */
#header .header-nav-main nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    color: #5C6971;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding: 0.5rem 1rem;
    letter-spacing: 0.01rem;
    text-transform: uppercase;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #f7f7f7;
    color: #5C6971;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 6px 18px 6px 18px;
    position: relative;
    text-transform: none;
    letter-spacing: 0;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #006C8C;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a::after {
	color:#006C8C;
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-weight: 900;
    position: absolute;
    top: 50%;
    font-size: 0.7rem;
    opacity: 0.7;
    right: 20px;
    transform: translateY(-50%);
    transition: all .2s ease-out;
}

/* Ende Styles fuer Hauptnavigation */

/* Anfang Styles allgemein */
/* Header */
#header.header-effect-shrink .header-body {
	max-width: 100%;
	margin:0;
}

.page-header h1 {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 600;
    position: relative;
    top: 1px;
}


.lead {
    letter-spacing: 0.01em;
	color: #5C6971;
	font-weight: 400;
	font-size: 1.1em;
}

italic {
font-family: myriad-pro,sans-serif;
font-style: italic;
}

/* buttons */
.btn-modern {
	font-size:15px;
    text-transform: uppercase;
    padding:15px 28px 12px 28px;
    font-weight: 400;
	letter-spacing: 0.055em!important;
}

html .btn-primary {
    background-color: #365972;
    border-color: #365972 #365972 #253D4E;
    color: #FFF;
}

html .btn-primary:hover {
    background-color: #143953;
    border-color: #143953 #143953 #0A1F2E;
    color: #FFF;
}

/* Button fuer fbbutton */
html .btn-faceb {
    background-color: #FEEBAF;
    border-color: #be0c30 #be0c30 #be0c30;
    color: #be0c30;
}

html .btn-faceb:hover {
    background-color: #be0c30;
    border-color: #be0c30 #be0c30 #be0c30;
    color: #FEEBAF;
}


/* Button fuer Startseite */
html .btn-start {
    background-color: transparent;
	border:2px solid #FFF;
    color: #FFF;
	font-weight: 700;
}

html .btn-start:hover {
	background-color: #FFF;
    border:2px solid #FFF;
    color: #596E7E;
}

/* Logo-Container fuer Slider */
.logo-kategorienslider {
    z-index: 100;
    position: absolute;
    display: inline-flex;
    text-align: right;
}

.lit-slider {
	display: flex;
  	align-items: flex-end;
	justify-content: flex-end;
}

/* Bildbeschreibung fuer Immo-PDFs */
.thumb-info .thumb-info-title {
    transition: all 0.3s;
    background: rgba(33, 37, 41, 0.8);
    color: #FFF;
    font-weight: 400;
    left: 0;
    letter-spacing: .05em;
    position: absolute;
    z-index: 2;
    max-width: 90%;
    font-size: 17px;
    padding: 8px 13px;
    bottom: 13%;
}

.ligrey-border {
  border: 1px solid #C8C9CF;
	padding:4px 4px 4px 0;
}

/* Button-Container fuer Startseite */
.buttons-kategoriestart {
	z-index: 100;
    position: absolute;
	display:flex;
	justify-content: center;

}

.startslider {
	display: flex;
  	justify-content: center;
  	align-items: flex-end;
}

.slidertext {
  color: white;
  text-shadow: 0px 10px 10px #3C3C41;
}

.relief {
  background-color: #3a50d9;
  color: #e0eff2;
  font: italic bold 100px Georgia, Serif;
  text-shadow: -4px 3px 0 #3a50d9, -14px 7px 0 #0a0e27;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: none;
}

p {
    color: #3C3C41;
    line-height: 26px;
    margin: 0 0 20px;
    margin-bottom: 20px;
	letter-spacing: 0.01em;
}

strong {
	font-weight: 600;
	font-style: normal;
}


html .scroll-to-top {
    background: #8c006c!important;
}
html .scroll-to-top a:hover {
    color: #FFF!important;
}
/* Ende Styles allgemein */

.startlogo {
  width:75%;
  height:auto;
  margin:50px auto;
}

@media only screen and (min-width:200px) and (max-width: 767px) {

  .startlogo {
    width:95%;
    height:auto;
    margin:50px auto;
  }

	#nomobile {
		display:none;
	}

	.nomobile2 {
		display:none;
	}
}

@media only screen and (min-width:768px) and (max-width: 1023px) {
	.nomobile2 {
		display:none;
	}
}
