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: 155px;
}

/*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: 150px;
    padding-top: 10px;
	height: auto;
	width: 150px;
}

.fixlogo{
	width: 95px;
}

.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;
}
.mod_onepage_navigation{
	margin-top: -125px;
	width: 100%;
	float: left;
}
/*Main Navigation*/
.mod_onepage_navigation ul li{
	display: inline;
	list-style-type: none;
	padding-right: 25px;
	padding-left: 25px;

}

.mod_onepage_navigation ul{
	margin-top: 100px;
	margin-right: 10%;
	float: right;
	text-transform: uppercase;
	
}
.mod_onepage_navigation a{
	text-decoration: none;
	color: #5f4a49;
	padding-left: 4px;
}
.mod_onepage_navigation a:hover{
	color:#86a3af;
}
/*Sticky Navigation*/
#Navigation{
	background-color: #fff;
	height: 155px;
	border-bottom: 2px solid rgb(185,207,49);	
}

/*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, .mod_rocksolid_slider{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.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: 'Luckiest Guy', cursive;
	line-height: 75px;
	font-size: 55px;
	text-decoration: none;
	color: rgb(185,207,49);
/*	margin-bottom: 60px;	*/
	font-weight: 500;
	letter-spacing: 0.13em;
}
.rsts-slide h3{
	font-family: 'Luckiest Guy', cursive;
	line-height: 35px;
	font-size: 25px;
	text-decoration: none;
	color: rgb(185,207,49);
/*	margin-bottom: 60px;	*/
	font-weight: 500;
	letter-spacing: 0.13em;
	margin-top: -5px;
}

.rsts-skin-default .rsts-nav ul{
	display: none;
}

/*h1, h2, h2 a, h4{
	font-family: 'Courgette', cursive;
	font-size: 2.5em;
	color: rgb(175,163,111);
	text-shadow: -1px 0 #8c8151, 0 1px #8c8151, 1px 0 #8c8151, 0 -1px #8c8151;
}*/

h2{
	/*margin-top: 130px;
	text-transform: uppercase;*/
}
/*h2::after{
	content: url('../layout/bg/pusteblume.png');
	display: block;
	height: 150px;
	float: right;
	margin-right: 10%;
	margin-top: -120px;
}*/
#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;
}


/*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;
	
}



/*Formular*/

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 rgb(185,207,49);
	border-radius: 2px;
}
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;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	padding: 20px;
	margin-left: 0;
	width: 95%;
	height: 150px;
	margin-bottom: 20px;
	background-color: #fafafa;
	border: 1px solid rgb(185,207,49);
	border-radius: 2px;
}

select {
	
	width: 310px;
	height: 45px;
	margin-bottom: 20px;
}

.submit{
	font-family: 'Luckiest Guy', cursive;
	font-size: 20px;
	letter-spacing: 0.1em;
	color: rgb(185,207,49);
	background-color: #fff;
	border: 1px solid rgb(185,207,49);
	border-radius: 2px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 16px;
	padding-right: 16px;	
}
/*Footer*/
#footer{
	background-color: #5f5f5f;
	color:#fff;
	border-top: 8px solid rgb(185,207,49);
}
#footer .inside{
	background-color: #5f5f5f;
	width: 1000px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top:0;
	margin-left: auto;
	margin-right: auto;
}

#footer .ce_text{
	width: 75%;
	margin-left: 25%;
	
}
#footer a {
	color:#fff;
}
#footer ul{
     text-align: center;
     margin: 0;
     padding: 0;
}
#footer ul li{
	list-style: none;
	line-height: 22px;
	display: inline;
}

#footer ul li .first::after{
	content: ' | ';
}

#footer p {
	line-height: 10px;
}

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

/*BG Artikel*/

#article-1{
	background-image: url('../layout/bg/mhs_code.png');
	background-size: cover;
	background-position: center;
	height: 80vh;
	position: relative;


}

#article-1 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;
}

#article-9 h1, #article-9 h2, #article-10 h1, #article-10 h2 {
	font-size: 25px;
	
}

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

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


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

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

.mobil{
	display: none;
}

/*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 #b8cf31; 
	/*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 #b8cf31;
	/*top: -45px;*/
	right: 45px !important;
	}
.rsts-slide-image {
	height: 650px;
}

#portfolio .rsts-slide-image
{
	height: 250px;
}
    .display-mobil{
        display: none;
    }
/*Abständen*/


.top-150{
	margin-top: 150px;
}
.top-100{
	margin-top: 100px;
}
.top-75{
	margin-top: 75px;
}
.top-50{
	margin-top: 50px;
}
.top-45{
	margin-top: 45px;
}
.top-40{
	margin-top: 40px;
}
.top-35{
	margin-top: 35px;
}
.top-30{
	margin-top: 30px;
}
.top-25{
	margin-top:25px;
}
.top-10{
	margin-top:10px;
}


.bottom-150{
    margin-bottom: 150px;
}
.bottom-100{
    margin-bottom: 100px;
}
.bottom-75{
	margin-bottom: 75px;
}
.bottom-50{
	margin-bottom: 50px;
}
.bottom-45{
	margin-bottom: 45px;
}
.bottom-40{
	margin-bottom: 40px;
}
.bottom-35{
	margin-bottom: 35px;
}
.bottom-30{
	margin-bottom: 30px;
}
.bottom-25{
	margin-bottom: 25px;
}
.bottom-10{
	margin-bottom: 10px;
}

/*Media Query*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
	header{
		height: 157px !important;
	}

	.mod_onepage_navigation {
		width: 100%;
		float: right;
		margin-top: -130px;
	}
	.mod_onepage_navigation ul {
    margin-right: 1%;
    float: right;
    text-transform: uppercase;
	}
	.mod_onepage_navigation ul li {
    padding-right: 15px;
    padding-left: 15px;
	}
	
	
	.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 (min-device-width : 350px) 
and (max-device-width : 767px) {
    
    #Navigation{
        height: 160px;
    }
    .mod_onepage_navigation{
        margin-top: -110px;
    }
    .fixlogo{
	width: 75px;
}

    .mod_onepage_navigation ul li {
    display: inline;
    list-style-type: none;
    padding-right: 2px;
    padding-left: 3px;
    }
    .ce_text{
        padding-left: 10px;
        padding-right: 10px;
    }
    .display-desktop{
        display: none;
    }
        .display-mobil{
        display: block;
    }
    #footer .inside{
        width: 100%;
    }
    #footer .ce_text{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0;
        text-align: center;
        line-height: 10px !important;
    }
    form{
        width: 90%;
        padding: 0 10px;
    }
    input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], input[type="number"]{
        width: 100%;
    }
}


@media only screen and (max-height: 800px){
    #home img {
    	padding-top: 50vh;
	}
	.home-img{
		width: 100px !important;
	}
	#home h1{
		font-size: 3em;
	}
}	