/* CSS Document */
html {
	margin:0px 0 0 0; 
	padding:0; 
	min-height: 100%;
	width:100%; 
	height:100%;
	top: 0px;
	bottom: 0px;
}
*+html {
	overflow: scroll; /*Scrollbar bei Firefox anzeigen*/ 
	height:100%	
}
body {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	border: 0;
	min-height: 100%;
	height:100%;
	width:100%; 
	bottom: 0px;
	top: 0px;
	line-height: 1.8em;
	color:#39322b;
	padding:10px;
	word-spacing:1px;

}


.shariff .theme-white .shariff-button a {
    background-color: transparent;
}
div.dynpg_A .icons .article-media li a {
    background-color: transparent;
}

td {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;

}


p {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;

}

tr {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;

}

.text_einzug_aufzaehlungen {
	margin-left:5%;
	width:95%;
	display:inline-block;
}

.text_einzug_rechts {
	padding-right:10%;
}


h1 {
	font-weight: bold;
	font-size: 24px;
	line-height:24px;
	
}


h3 {
	font-size: 24px;
	line-height:1.5em;
	color:rgb(255,255,255);
	
}

ul, ol {
    margin-bottom: 0px;
    margin-top: 0;
	margin-left:-24px;
}

/*------------------------------- Link Colors ---------------------------------*/
a:link,
a:visited {
	color: rgb(0,0,0);
	
	text-decoration: none;
}
a:hover {
	color: #d2d5cf;
	text-decoration: none;
}

a:active {
	color: rgb(0,0,0);
	text-decoration: none;
}



/*---border--*/
.container-fluid {
	
	
}

.background {
	position:fixed; 
	z-index:1; 
	width:100%; 
	height:100%;
	top: 0px;
	left: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
	border-top: 8px solid #dfe8bf;
	border-left: 8px solid #dfe8bf;
	
}




/*---inhalt--*/
.news {

	top:50px;
	background-color:#ff5046;
	min-height:30px;
	z-index:250;
	padding:20px;
}

.news div.dynpg_A_header_lead {
	padding-left:20px;
	padding-bottom:20px;
	padding-right:150px;
}



.news div.dynpg_A_parentgroup {
	display:none;
}


.news div.dynpg_H_header div.dynpg_H_header_text {
    font-weight: bold;
	font-size: 24px;
	line-height: 24px;
}

.news div.dynpg_H_header div.dynpg_H_header {
    font-weight: bold;
	font-size: 24px;
	line-height: 24px;
    margin: 0px;
}



.top {
	position:fixed;
	top:30px;
	float:left;
	z-index:150;
	min-height:22vH;
		
}



.logo {
	text-align:center;
	
}



.navigation {
	text-align:center;
	min-height:50px;
	margin-top:20px;

}

.nav ul ul li:first-child {
	display: none;
}

.inhalt {
	z-index:200;
	margin-top:20px;	
}


.main {

}

.main_left {
	
}

.main_right {
	

}

.main_index {

}

.main_news {

}

.main_news div.dynpg_H_header div.dynpg_H_header_text {
    font-size: 16px;
    font-weight: bold;
   	background-color:#ff5046;
	line-height:1.5em;
	color: rgb(255,255,255);
	text-align:center;	
}

.main_news h1 {

    font-weight: bold;
    font-size: 20px;
    line-height: 20px;

}

.main_inhalt div.dynpg_AG_breadcrumb_navi {
	display:none;

}


.imagebild_news {
	margin-top:8px;
}

.imagebild {
	text-align:center;
	
}

.imagebild img {
	width:100%;
	height:auto !important;

}



.icons {
    clear: both;
    float: right;
    width: 260px;
}

.article-media {
    margin-left: 15px;
}


.main_inhalt {
	margin-top:15px;
	padding-bottom:40px;
	
		
}

.main_inhalt .dynpg_AA_row_DescriptionA {
    padding-bottom:60px;

}

.main_inhalt .dynpg_AA_row_DescriptionB {
    padding-bottom:60px;

	
}

.main_inhalt .image {
   	max-width:100%;
}





/*-----bottom----*/

.bottom {
	position:relative;
	width: 100%;
	height: auto !important;
	bottom: 0px;
	left: 0px;
	text-align:left;
	z-index:1000;
	float:left;
	margin-top:40px;
	padding-bottom:50px;

}

.footer {
	
	font-size:14px;
	line-height:1.4em;
}

.adresse {
	float:left;
}

.oeffnungszeiten {
	float:left;	
}

.team {
	float:left;

}

.team p {
	font-size:14px;
	line-height:1.4em;
	
}

/*------------------------------- accordion ---------------------------------*/
.content_acc .dynpg_AA_row_HeadtextA > a:after,
.content_acc .dynpg_AA_row_HeadtextB > a:after {
	content:"+";
	float:right;
}
.content_acc .dynpg_AA_row_MainA {
    clear: both;
}
.content_acc .dynpg_AA_row_MainA,
.content_acc .dynpg_AA_row_MainB {
    background-color: transparent;
    border: 1px solid #5f5881;
	border-radius: 5px;
    float: left;
    margin: 3px 0 3px 3px;
    padding: 8px 5px 0px 5px;
    width: 100%;
}
.content_acc h1 {
	margin-left: 8px;
}
.content_acc td {
	vertical-align: bottom;
	padding: 4px 2px;
}
.content_acc .dynpg_AA_row_HeadtextA,
.content_acc .dynpg_AA_row_HeadtextB {
	font-size: 16px;
}
.content_acc .dynpg_A_content {
	padding-bottom: 10px;
}
.content_acc img {
	margin: 0 10px 10px 0;
}
/*------------------------------- helpbar ----------------------------*/



/*------------------------------- google-maps und youtube ---------------------------------*/
.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 1px;
}

.google-maps iframe {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
	clear:both;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/*------------------------------- config_general.css ---------------------------------*/
.parentgroup,
.newsdate {
	display: none;
}

.content .article-media a:link,
.content .article-media a:visited {
	color: inherit;
	font-size: 12px;
	float: left;
	margin: 5px 15px 0 0;
}
.content .shariff::after, .shariff::before {
    content: " ";
    display: inherit;
	clear: none;
	float: left;
}


/*------------------------------- bootstrap css ---------------------------------*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

/*------------------------------- mobile devices ---------------------------------*/
@media (min-width: 1200px) {
	
}


@media (min-width: 768px) and (max-width: 1200px) {



}


@media (max-width: 320px)
{

h3 {
	font-weight: bold;
	font-size: 18px;
	line-height:1.5em;
	color:rgb(255,255,255);
	
}

	
.logo {
	text-align:center;

}

.logo img {
	max-width:96%;
	height:auto !important;

}


.inhalt {
	margin-left:10px;

		
}


.news div.dynpg_A_header_lead {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 20px;
}

.main_left {
	
}

.main_right {
	margin-top:10px;

}


.main_inhalt {
	width:100%;
	padding-bottom:20px;
		
}

.text_einzug {
    display: inline-block;
    margin-left: 5%;
    width: 95%;
}


.bottom {
	position: relative;
	width: 100%;
	height: auto !important;
	text-align:left;
	z-index:1000;
	float:left;

}

	
.footer {
	margin-top:20px;
	font-size:12px;
	line-height:1.4em;

}


.adresse {
	margin-top:20px;

}
.team {
	margin-top:20px;
	padding-bottom:30px;
}
	
}


@media (max-width: 480px) {
h3 {
	font-weight: bold;
	font-size: 18px;
	line-height:1.5em;
	color:rgb(255,255,255);
	
}


.logo {
	text-align:center;

}

.logo img {
	max-width:96%;
	height:auto !important;

}

.inhalt {
	margin-left:10px;

		
}


.news div.dynpg_A_header_lead {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 20px;
}

.main_left {
	
}

.main_right {
	margin-top:10px;

}

.main_inhalt {
	width:100%;
	padding-bottom:20px;
		
}

.text_einzug {
    display: inline-block;
    margin-left: 5%;
    width: 95%;
}

.bottom {
	position: relative;
	width: 100%;
	height: auto !important;
	text-align:left;
	z-index:1000;
	float:left;

}

.footer {
	margin-top:20px;
	font-size:12px;
	line-height:1.4em;
	margin-bottom:30px;
}

.adresse {
	margin-top:20px;

}
.team {
	margin-top:20px;
	padding-bottom:30px;
}

nav {
    position: fixed;
    background: #f1f2f2;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 999;
}

nav .theader-menu .tmenu-icon {
  display:none;
}

nav .theader-menu .tmenu-icon span {
   display:none;
}

nav .theader-menu .tmenus {
    width: auto;
    float: left;
    padding: 4px 0 4px 5px;
    -webkit-transform: translateX(-95%);
    -moz-transform: translateX(-95%);
    -ms-transform: translateX(-95%);
    -o-transform: translateX(-95%);
    transform: translateX(-95%);
    -webkit-transition: all 0.3s ease-in 0.2s;
    -moz-transition: all 0.3s ease-in 0.2s;
    -ms-transition: all 0.3s ease-in 0.2s;
    -o-transition: all 0.3s ease-in 0.2s;
    transition: all 0.3s ease-in 0.2s;
}

nav .tcontact-menu {

    margin: -20px 0px 0 0;
	
}




}



/*  ----------------------formular--------------------------- */
td {
	padding: 0px 0 0px 0;
}
.input{
	width: 180px;
	margin: 3px;
	border: none;
	background-color: rgb(153,153,153);
}
input.formfield_error,
textarea.formfield_error {
	background-color: #B90000;
}	
span.form_error,
span.form_success {
	font-size: 18px;
	color: #B90000;
	line-height: 30px;
}
textarea {
	width: 280px;	
	border: none;
	background-color:rgb(153,153,153);
}
textarea:focus {
	background: #ccc;
	width: 300px;
	font-weight: bold;
	color: #000;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;

}  
.input:focus {
	width: 200px;
	background: #CCC;
	color: #FFF;
	font-weight: bold;
}
.select {
	margin: 5px auto 0 0;
	background: #ffffff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.select:focus {
	background-color: #ccc;
}
