@charset "UTF-8";
/* CSS Document */

body { padding: 0 0; }

body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	   font-size: 16px;
       color: #404040;
       background: #653e17;}

.h1, h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
	color: #653e17;
}




.page-content-start h1,
.page-content-start h2,
.page-content-start h3,
.page-content-start h4,
.page-content-start h5{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	hyphens: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #653e17;
} 

/* Link Auszeichnungen */

a {
	color:#653e17;
	text-decoration: none;
}

a:link {
	color:#653e17;
	text-decoration: none;
}

a:hover {
	color:#653e17;
	text-decoration: underline;
}

a:active {
	color:#653e17;
	text-decoration: underline;
}

a:visited {
	color:#653e17;
	text-decoration: underline;
}

/* Gooogle Maps Snippet */

.responsiveContainer {
  position: relative;
  height: 450px;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
}

.teaser {
	padding-bottom: 10px;
}

/* Datenschutz Hinweis */

.cc_banner-wrapper {
    text-align: center;
	background-color: #444444;
	color: #fff;
}

.cc_banner-wrapper a:link{
	color: #c8b46d;
}
.cc_banner-wrapper a:hover{
	color: #c8b46d;
}

.cc_banner-wrapper a:visited{
	color: #c8b46d;
}

.cc_banner-wrapper a:active{
	color: #c8b46d;
}


/* Box Farben */
.white {
	background-color: #fff;
	padding: 0px;
	color: #000;
}



.frame-jumbotron {
	padding: 5px;
	border: 2px #e5e5e5 solid;
}

.equalheight {
  display: table;
  height: 100%;
  /* fix overflow */
  table-layout: fixed;
 }
 .equal {
  display: flex;
  height: 100%;
 }
/*.orange-bg h1 ,h2, h3, h4, h5 {
	color: #fff;
}*/


.infobox1 {
	border: 2px solid darkgray;
	padding: 5px;
}
a.boxlink{
	border: 1px solid #fff;
	padding: 5px 24px;
	color: #fff;
}

a.boxlink:link{
	border: 1px solid #fff;
	padding: 5px 24px;
	color: #fff;
}	

a.boxlink:hover{
	border: 1px solid #fff;
	padding: 5px 24px;
	color: #fff;
}

a.boxlink:active{
	border: 1px solid #fff;
	padding: 5px 24px;
	color: #fff;
}
/* Brotkrumen Menü Styles */

.breadcrumb {
    padding: 8px 5px 0px;
    margin-bottom: 20px;
    list-style: none;
    color: #653e17;
}

.breadcrumb a {
	color: #653e17;
}


/* Helper */

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.flexible {
	display: flex; 
	flex-flow: row wrap;
	margin-bottom: 35px;
	margin-top: 15px;
}

.caption-wrapper {
	margin-top: -80px;
}

/* Footer Linkstyles */

footer h2,
footer h3,
footer h4 {
	color: #653e17;
}

footer a:link {
	font-size: 16px;
	color: #653e17;
	text-decoration: none;
}

footer a:hover {
	font-size: 16px;
	color: #653e17;
	text-decoration: underline;
}

footer a:visited {
	font-size: 16px;
	color: #653e17;
	text-decoration: none;
}

footer a:active {
	font-size: 16px;
	color: #653e17;
	text-decoration: none;
}



@media only screen and (max-width: 980px) {
	.col-image {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
}

@media only screen and (max-width: 768px) {
	.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 450px;
  overflow: hidden;
}

.col-image {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
	
}


