body{
	color: #4f4f4f;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 25px;
}

a {
	text-decoration: none;
	font-weight: 400;
	color: #4f4f4f;
}

strong{
	font-weight: 700;
}

/*Aufbau Header*/

header{
	height: 110px;
}

/*Navigation Header Top*/
.header-top-line{
	background-color:rgba(175,163,111,1.00);
	background-color:rgb(175,163,111);
	height: 30px;
	width: 100%;
}
.header-navigation{
	background-color:rgba(175,163,111,1.00);
	background-color:rgb(175,163,111);
	height: 30px;
	width: 100%;
	margin-top:-14px;
}
.logo {
    float: left;
    padding-left: 30px;
    padding-top: 10px;
	height: 55px;
	width: 150px;
}
.top-navigation{

	
}
.top-navigation ul{
	margin-right: 2%;
	
}
.top-navigation ul li{
	float: right;
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;

}
.top-navigation .border{
		border-left: 0px solid #4f4f4f;
}

.top-navigation a{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}
.module-onepage-navigation{
	width: 100%;
	float: right;
	margin-top: -50px;
}
/*Main Navigation*/
.module-onepage-navigation ul li{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;

}

.module-onepage-navigation ul{
	/*margin-top: 100px;*/
	margin-right: 2%;
	float: right;
	text-transform: uppercase;
	
}
.module-onepage-navigation a{
	text-decoration: none;
	color: #5f4a49;
	padding-left: 4px;
}
.module-onepage-navigation a:hover{
	color:#86a3af;
}
/*Sticky Navigation*/
#Navigation{
	background-color: #fff;
	height: 92px;
	border-bottom: 1px solid rgb(175,163,111);
	
}

/*BG Slider*/

.parallax-window {
    min-height: 400px;
    background: transparent;
}
.gold{
	width: 100%;
	height:10px;
	background-color: #afa36f;
}

/*Content*/
.mod_eventlist, .ce_text, .ce_download, .mod_mitglieder, .ce_form, .bread-navi-content,.ce_image,.footer-text{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.footer-text{
	max-width: 52%;
}
.ce_image img{
    display: block;
    margin: 0 auto;
}

.mod_eventlist .teaser, .mod_eventlist .more{
	margin-left: 20px;
}
.mod_eventlist .more a {
	text-decoration: none;
	color: #034694;
}

.ce_download{
	
	margin-bottom: 50px;
}

h1, h2, h2 a, h4{
	font-family: 'Raleway', sans-serif;
	line-height: 35px;
	font-size: 2em;
	text-decoration: none;
	color: rgb(175,163,111);
/*	margin-bottom: 60px;	*/
	font-weight: 500;
}

#impressum h2::after, #datenschutz h2::after{
	display: none;
}

h2 a, .ce_text h2, .ce_form h2, .ce_text h1,#termine-seminare-detail h1{
	/*padding-left:10px;	*/
}

.ce_text ul {
	margin-top: 30px;
}
.ce_text ul li{
	list-style-type: none;
	margin-left: -40px;
}

h3 {
	color:#afa36f;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: -10px;
	text-transform: uppercase;
}

p,h3, h4 {
	/*margin-left: 20px;*/
}

/*Zitat*/
.ce_text .first,.ce_text .second{
	font-size:25px;
}
.ce_text .first{
	margin-left:220px
}
.ce_text .second{
	margin-left:165px
}

/*Mitglieder*/

.mitglieder-box{
	width: 100%;
	float: left;
	background-color: #edefef;
	margin-bottom: 20px;
}
.mitglieder-bild{
	float: left;
	width: 25%;
	padding-top: 15px;
	padding-left: 20px;	
}

.mitglieder-info{
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.kreis {
    border-radius: 50%;
	width: 150px;
	height: 150px;
	
}

/*Galerie*/
.content-gallery {
	display:none;
}
/*Formular*/

/*Formulare Checkbox Hack*/
input[type="checkbox"] + label::before, input[type="radio"] + label::before {
    font-family: Fontawesome;
    display: inline-block;
    padding-right: 3.75px;
    min-width: 1em;
}
input[type="checkbox"] + label::before {
    content: "\f096";
}
input[type="checkbox"]:checked + label::before {
    content: "\f046";
}
input[type="checkbox"], input[type="radio"] {
    position: absolute;
    left: -1000em;
}

#ctrl_22{
	border:0;
	margin-bottom: 20px;
}

form{
	width: 90%;
}

input[type="text"], input[type="email"], input[type="tel"],input[type="submit"],input[type="number"]{
	color:#5f5f5f;
	width: 50%;
	height: 40px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	background-color: #fafafa;
	border: 1px solid #85A3AE;
	border-radius: 5px;
}
input[type="tel"]{
	margin-left: 0;
	margin-bottom: 20px;
}
input[type="submit"]{
	width: 100%;
	color: #fff;
	background-color: #5f5f5f;
	margin-left: auto;
	margin-right: auto;
	height: 45px;
	border: 1px solid #5f5f5f;
}
input[type="submit"]:hover{
	width: 100%;
	color: #5f5f5f;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}
textarea {
	color: #5f5f5f;
	background-color: #fafafa;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	padding: 20px;
	margin-left: 0;
	width: 48%;
	height: 150px;
	margin-bottom: 20px;
	border: 1px solid #85A3AE;
	border-radius: 2px;
}
select {	
	width: 310px;
	height: 45px;
	margin-bottom: 20px;
	}
#ctrl_28, fieldset{
	border:0;
	}
.button {
  border-radius: 4px;
  background-color: #5f5f5f;
  border: none;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 10px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\f101';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

/*Footer*/
#footer{
	color:#fff;
	border-top: 25px solid #afa36f;
}
#footer .inside{
	background-color: #5f5f5f;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top:0;
}

#footer .ce_text{
	width: 75%;
	margin-left: 25%;
}
#footer a {
	color:#fff;
}
#footer ul{
	margin-top: 5px;
}
#footer ul li{
	list-style: none;
	line-height: 22px;
}
#footer p {
	line-height: 10px;
}


/*.rsts-view{
	height:250px;
}*/

/*BG Artikel*/

#home{
	background-image: url('../layout/bg/Logo-neu-Oldesloe.jpg');
	background-size: cover;
	background-position: center;
	height: 90vh;
	position: relative;


}

#home h1{
	text-align: center;
	font-family: 'Courgette', cursive;
	font-size: 5em;
	color: #fff;	
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#home h1:after, #home h1:before {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 10%;
}
#home h1:before {
    right: 0.5em;
    margin-left: -50%;
}
#home h1:after {
    left: 0.5em;
    margin-right: -50%;
}

#home img{
	padding-top: 60vh;
	
}
	.home-img{
		display: block; 
		margin-left: auto; 
		margin-right: auto;
		height: auto;
		width: 130px;
	}


/*Content*/
.textelement, .content-box{
	width:60%;
	margin-left: auto;
	margin-right: auto;
}
.content-box{
	float:left;
	margin-bottom:0;
}
.content-left,.content-right{
	float: left;
	width: 50%;
}

.img-circel img{
	border-radius: 50%;
	width: 250px !important;
	height: 250px !important;
}

.mobil{
	display: none;
}
/*Netzwerk*/
.network {
	margin: 50px 0 0;
	display: flex;
  	flex-wrap: wrap;
	justify-content: center;
}
.network > div {
  	width: 260px;
	min-height: 330px;
	margin: 25px 25px;
	padding: 10px 5px 1px 5px;
	-webkit-box-shadow: 2px 11px 13px 2px rgba(75,73,70,0.25); 
	box-shadow: 2px 11px 13px 2px rgba(75,73,70,0.25);
	text-align: center;
}
.network > div:hover {
	-webkit-box-shadow: 2px 11px 13px 2px rgba(32, 22, 8, 0.32); 
	box-shadow: 2px 11px 13px 2px rrgba(32, 22, 8, 0.32);
}
.network-link, .network-name{
	margin-top: 20px;
}


/*Galerie verstecken der Galerie*/

.ce_gallery {
    display: none;
}

#cboxCurrent{
	display: none !important;
}

#cboxOverlay {
    background: #000;
    opacity: 1 !important;
    filter: alpha(opacity = 100);
}

/*Custom Elements */

.kundenmeinung{
	width: 100%;
}
.kundenname{
}
.kundenname span{
	font-size: 13px;
	font-style: italic;
	font-weight: 500;
	padding-bottom: 10px;
	padding-right: 5px;
}
.kundenname_links{
 float: left;
}
.kundenname_rechts{
 	float: right;
	padding-right: 5px;
}

.ce_rsce_kundenmeinungen{
	border-bottom: 1px solid rgb(175,163,111);
}

/*Slide Elemente Portfolio*/

.bounceInRight{
    margin-left: 5vw;
}
.bounceInLeft{
    margin-left: 5vw;
}
.rsts-next{
	background-image: url("arrow-right-2x.png") !important;
	background-size: 32px 32px;
    background-repeat: no-repeat;
	border: 1px solid #327fb4; 
	top: -45px;
	right: 10px !important;
	}
	.rsts-prev{
	background-image: url("arrow-left-2x.png") !important;
	background-size: 32px 32px;
    background-repeat: no-repeat;
	border: 1px solid #327fb4;
	top: -45px;
	right: 45px !important;
	}
.rsts-slide-image {
	height: 650px;
}

#portfolio .rsts-slide-image
{
	height: 250px;
}

/*Hack Light Box*/
#cboxTitle{
	display: none !important;
}

/*Media Query*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
	header{
		/*height: 250px !important;*/
	}
	
	.module-onepage-navigation {
		width: 100%;
		float: right;
		margin-top: -50px;
	}
	.module-onepage-navigation ul {
    /*margin-right: 1%;*/
    float: right;
    text-transform: uppercase;
	}
	.module-onepage-navigation ul li {
    padding-right: 10px;
    padding-left: 10px;
	}
	
	.rsts-slide-image {
	height: 250px;
	}
	.mod_eventlist, .ce_text, .ce_download, .mod_mitglieder, .ce_form, .bread-navi-content, .ce_image, .footer-text {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
	}
	.ce_text .first {
    	margin-left: 115px;
	}
	p{
		padding-right:10px;
	}
	
	.img-circel img{
	border-radius: 50%;
	width: 200px !important;
	height: 200px !important;
	}
	#home h1{
	font-size: 3em;
	}
	#home img {
    padding-top: 55vh;
	}
	.home-img{
		display: block; 
		margin-left: auto; 
		margin-right: auto;
		height: auto;
		width: 100px;
	}
	.content-box {
    float: left;
    margin-bottom: 0;
	}
	.textelement, .content-box{
		max-width: 750px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
}
@media only screen and (max-width: 1000px) {
	header{
		height: 130px;
	}
	#Navigation{
		height: 120px;
	}
	.textelement, .content-box {
	  width: 90%;
	  margin-left: auto;
	  margin-right: auto;
	}
	.main-navigation{
		width: 100%;
		float: left;
		margin-top: 35px;
	}
	.logo {
	  float: left;
	  padding-left: 30px;
	  padding-top: 10px;
	  height: 55px;
	  width: 100%;
	}
		input[type="text"], input[type="email"], input[type="tel"],input[type="submit"],input[type="number"]{
		color:#5f5f5f;
		width: 100%;
	}

	input[type="submit"]{
		width: 100%;
	}
	input[type="submit"]:hover{
		width: 100%;
	}
	textarea {
		width: 95%;
	}
	.footer-text {
		max-width: 100%;
	}
	#footer ul {
	  margin-top: 5px;
	  margin-left: -30px;
	}
	#footer{
		padding: 20px 0;
	}
	#footer .content-text{
		padding-left: 10px;
	}
}
@media only screen and (max-height: 800px){
    #home img {
    	padding-top: 50vh;
	}
	.home-img{
		width: 100px !important;
	}
	#home h1{
		font-size: 3em;
	}
}	