
body {
  width: 100%;
  height: 100%;
  font-family: "Oswald", sans-serif;
  font-weight:300;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  background-color: #dadada;
}
html {
  width: 100%;
  height: 100%;
}

h1,
h3 {
  	margin: 0 0 25px;
  	font-weight: 300;
/*  letter-spacing: 1px; */
}
h2 {
	margin: 0 0 90px;
	font-weight: 200;
	font-size:30px;
}
h2 span {
 font-weight: 400;
}
h3 {
	font-size:18px;
  	font-style: italic;
}
h3 span {
  	font-weight:400;
  	font-size:26px;
} 
h4 {
	font-weight:400;
	font-style: italic;
	margin:60px 0 30px 0;
}
p {
  margin: 0 0 25px;
}
p span {
	font-weight:400;
}


header, section {
	overflow:hidden;
}

a {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}
.clear  { clear: both; }


.navbar-custom {
  margin-bottom: 0;
}


.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: left;
  color: #000;
  background: url(../img/01_Pusteblume_4K.jpg) no-repeat top;
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
/*  background-attachment: fixed; */
}
.intro .intro-body {
  display: table-cell;
/*  vertical-align: middle; */
	padding-top:10%;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
#intrologo img {
	width:80%;
	height:auto;
}
#introimg1 {
	padding-top: 14%;
}
.intro-text {
  padding-top:40px;
} 
img.intro1 {
	width: 70%;
	height:auto;
	padding-left:18px;
}

.content-section {
  padding-top: 100px;
}
#head1 img {
	margin:0 0 60px 0;
}
#head6 {
		margin-bottom:20px;
	}

#chapter1 {
	background: url(../img/02_Fraurechts1_4K.jpg) no-repeat right;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	background-size: cover;
  	-o-background-size: cover;
  	color:#fff;
}
#lebenssituationen1 {
	background: url(../img/03_Schnee_4K.jpg) no-repeat top;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	background-size: cover;
  	-o-background-size: cover;
  	color:#000;
}
#lebenssituationen1 h2 {
	margin:0 0 65px;
}
.situationen1text {
	padding-top: 130px;
}
.situationen2text ul, .situationen3text ul, .uebermich1text ul {
	list-style: none;
	padding-left: 0rem;
}
.situationen2text ul li, .uebermich1text ul li {
    background-image: url(../img/list.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0.7em;
    padding-left: 1.4em;
}
.situationen3text ul li {
    background-image: url(../img/listw.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0.7em;
    padding-left: 1.4em;
}
.situationen2text li, .situationen3text li, .uebermich1text li {
	padding: 0 0 29px 0;
}
#lebenssituationen2 {
	background: url(../img/04_Fraurechts2_4K.jpg) no-repeat right;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	background-size: cover;
  	-o-background-size: cover;
  	color:#fff;
}
#angebot {
	background: url(../img/05_Himmel_Meer_4K.jpg) no-repeat bottom;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	background-size: cover;
  	-o-background-size: cover;
  	color:#000;
}
img.angebot1 {
	width: 70%;
	max-width: 375px;
	height:auto;
	padding:70px 0 120px 0;
}
img.uebermich1 {
	width: 77%;
	max-width: 412px;
	height:auto;
}
.uebermich1text {
	padding-top:90px;
}

#map {
  width: 100%;
  height: 500px;
}

footer {
  padding: 20px 0;
  background:#000;
  color:#fff;
}
footer p {
  margin: 0;
}
footer a {
	text-decoration: none;
}

.impressum-modal .modal-content{
	border-radius:0;
	background-clip:border-box;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:0;
	min-height:100%;
	padding:90px 0;
	background:#000;
	color:#fff; }
	
.impressum-modal .close-modal {
    position: absolute;
    width: 55px;
    height: 55px;
    background-color: #000;
    border:3px solid #4e4e4e;
    top: 20px;
    right: 20px;
    cursor: pointer;
    padding-left: 0rem;
}
.impressum-modal .close-modal:hover {
    opacity: .5;
}
.impressum-modal .close-modal .lr{
	height:50px;
	width:3px;
	margin-left:23px;
	background-color:#4e4e4e;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	z-index:1051}
.impressum-modal .close-modal .lr .rl{
	height:50px;
	width:3px;
	background-color:#4e4e4e;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	z-index:1052}


@media (min-width: 768px) and (max-width: 1198px) { 
  body {
  	font-size:18px;
  	line-height:22px;
  } 
   .navbar-nav > li > a {
    padding: 15px 20px 15px 20px;
	}
  h2 {
  	font-size:38px;
  }
  .navbar-nav > li > a {
  	font-size:20px;
  }
	.content-section {
    padding: 100px 0 65px 0;
  }
  #kontakttext1 {
  	font-size:24px;
  }
  #map {
 	width: 100%;
  	height: 600px;
	}
	.contactfloat {
	z-index:10;
	margin-top:-600px;
	height:600px;	
	}
}

@media (min-width: 767px) {  
  .content-section {
    padding: 145px 0 85px 0;
  }
  #map {
    height: 960px;
  }
  .contactfloat {
	z-index:10;
	margin-top:-960px;
	height:960px;	
	}
	#kontakttext1 {
	font-size:46px;
	color:#fff;
	line-height:1.2em;
	}
	.modal-dialog {
    width: 80%;
    max-width:80%;
    margin: 80px auto;
	}
	.bigspace {
	margin-top: 140px;
	}

}
@media (min-width: 768px) {
  #mainNav.navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  #mainNav.navbar-custom.navbar-shrink {
    padding: 0;
    background: #67043a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .navbar-nav > li > a {
    padding: 15px 37px 15px 37px;
	}
	.intro {
	height: auto;
	}

  .intro {
    height: 100%;
    padding: 0;
  }

}
@media (min-width: 992px) {
	body {
  	font-size:23px;
  	line-height: 29px;
  	}  
	p {
    margin: 0 0 35px;
  	}
  	h2 {
  	font-size:48px;
  	}
  	h3 {
  	font-size:23px;
  	font-style: italic;
  	margin: 0 0 38px;
  	}
  	h3 span {
  	font-weight:400;
  	font-size:34px;
  	}  
  	h4 {
  	font-size:23px;
  	}	
	.navbar-dark .navbar-nav .nav-link {
    	color: rgba(0,0,0,1);
	}
	.navbar-dark .navbar-nav .nav-link:hover {
    	color: rgba(0,0,0,0.5);
	}
	.navbar-dark.navbar-shrink .navbar-nav .nav-link {
    	color: rgba(255,255,255,1);
	}
	.navbar-dark.navbar-shrink .navbar-nav .nav-link:hover,
	.navbar-dark.navbar-shrink .navbar-nav .nav-link.active {
    	color: rgba(255,255,255,0.7);
	}
	.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
	}
	.homelink {
		display:none;
	}
	.navbar-shrink .homelink {
		display:block;
	}
}

@media (max-width: 991px) {
	.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    padding-top:15px;
    }
	.navbar-expand-lg .navbar-nav .nav-link {
   	padding: 20px 15px;
	}
	#mainNav {
    background-color: #67043a;
	}
	#chapter1 {
	background: url(../img/02_Fraurechts1_4K.jpg) no-repeat top;
	}
	#lebenssituationen2 {
	background: url(../img/04_Fraurechts2_4K.jpg) no-repeat;
	}
	.situationen1text {
	padding-top: 0px;
	}
	.uebermich1text {
		padding-bottom: 180px;
	}
	.ds-space {
		padding-top:40px;
	}
	h2 {
    margin: 0 0 60px;
   }
}
	
@media (max-width: 767px) {

	h4 {
    margin: 40px 0 20px 0;
	}
	#kontakttext1 a {
		color:#000;
	}

}

