@charset "utf-8";
* {
box-sizing: border-box;
}
body {
	font: 100%/1.4 'Noto Sans', sans-serif;
	background-color: #FFF;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
.container li {
	margin: 0 0 0 18px;	
}

.container ul.rslides li {
	margin: 0;	
}
h1, h5, h6, p {
	margin-top: 0;
	clear: both;	
}
p {
	margin-bottom: 15px;
}
td {
	padding: 5px 0;
	border-bottom: #000 1px dotted;
}
.container h1{
	clear: both;
	font-family: 'Droid Serif', serif;	
	font-size: 160%;
	font-weight: 400;
	color:#630;
	margin-bottom: 15px;
}
.container h2{
	clear: both;	
	font-family: 'Droid Serif', serif;	
	font-size: 120%;
	font-weight: 400;
	color:#630;
	margin-top: 10px;
	margin-bottom: 10px;
}
.container h3{
	clear: both;	
	font-family: 'Droid Serif', serif;	
	font-size: 120%;
	font-weight: 400;
	color:#630;
	margin-top: 10px;	
	margin-bottom: 5px;
}
.container h4{
	clear: both;
	font-family: 'Droid Serif', serif;	
	font-size: 120%;
	font-weight: 400;
	color:#630;
	margin-top: 10px;	
	margin-bottom: 5px;
}
a img { 
	border: none;
}
a img:hover {
	opacity: 0.7;
    filter: alpha(opacity=70); 
}

a {
	color: #393;
	text-decoration: none; 
}
a:hover, a:active, a:focus { 
	color: #393;
	text-decoration: underline;
}
hr {
	margin-bottom: 25px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: #630 1px solid;
	height: 15px;
}
img.ccm-image-block {
	border-radius: 5px;
}
.container {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
}

.header {
	margin-top: 10px;
	text-align: center;
}
.header img{
	width: 100%;
	max-width: 600px;
	height: auto;
}
.navigation {
	font: 130%/1.4 'Droid Serif', sans-serif;	
	font-weight: 400;
	position: relative;
	z-index: 99;
}
.sidebar1 {
	padding-bottom: 10px;
	clear: both;
}
.sidebar1 img {
	max-width: 100%;
	height: auto;
}
.sidebar1 h2{
	font-family: 'Droid Serif', serif;	
	font-size: 130%;
	font-weight: 400;
	color:#630;
	margin-bottom: 5px;
}
.sidebar1 p {
	margin-bottom: 10px;
}
.contentbox {
	padding-bottom: 20px;
}
.contentbox img {
	max-width: 100%;
	height: auto;
}
.box {
	padding: 10px 20px;
	background: #E9E7D1;
	border: #999 1px solid;
    border-radius: 5px;
	margin-bottom: 30px;
}
.teambox {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.teamboxbild {
	width: 100%;
	padding-top: 155%;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.teamboxbild img {
	width: 100%;
	position: absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
	border-radius: 5px;
}
.teamboxtext {
	text-align: center;
	min-height: 60px;
}
.nbrbox {
	clear: both;
	padding: 5px 0;
	border-bottom: #000 1px dotted;
}
.nbrbox1 {
	float: left;
	width: 60%;
}
.nbrbox2 {
	float: right;
	width: 35%;
}
/* ~~ Gallery ~~ */
.ccm-block-gallery {
	margin: -5px -5px 5px;
}
.ccm-block-gallery .row {
	display: flex;
	flex-wrap: wrap;
}
.ccm-block-gallery a {
  	width: calc(50% - 10px);
	margin: 5px;
	overflow: hidden;
	aspect-ratio: 3 / 2;
	border-radius: 5px !important;	
	
}
.ccm-block-gallery-image {
	position: relative;
	aspect-ratio: 3 / 2;
	border-radius: 5px !important;	
}
.ccm-block-gallery .ccm-block-gallery-image-overlay {
	transition: all .6s !important;	
	border-radius: 5px !important;		
}
.ccm-block-gallery .ccm-block-gallery-image-overlay-color {
  	background-color: rgba(0,0,0,.5) !important;
	background-image: url('img/lupe.svg');
    background-size: 0px 0px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .6s !important;		
	border-radius: 5px !important;		
}
.ccm-block-gallery .ccm-block-gallery-image-overlay:hover > .ccm-block-gallery-image-overlay-color {
    background-size: 30px 30px;
}
.ccm-block-gallery .ccm-block-gallery-image {
  	padding-top: 50% !important;
}
.ccm-block-gallery .ccm-block-gallery-image-overlay-text {
	text-align: center;
	font-weight: 400 !important;
	padding: 10px;
}

/* ~~ Fußzeile ~~ */
.footer {
	padding: 10px 0;
	position: relative;
	clear: both; 
	text-align: center;
}
.footer img{
	width: 100%;
	height: auto;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
@media (min-width: 600px) { 
.teambox {
	width: 48%;
	float: left;
	margin: 0 2% 20px 0;
}
	:nth-child(odd)
/* ~~ Gallery ~~ */
.ccm-block-gallery a {
  	width: calc(33.333% - 10px);
}	
}
@media (min-width: 1024px) { 
.header {
	margin-top: 30px;
}
.sidebar1 {
	float: right;
	width: 30%;
	clear: none;
}
.contentbox {
	width: 65%;
	float: left;
}
.container h1{	
	font-size: 180%;
}
.container h2{
	font-size: 130%;
}
.container h3{
	font-size: 130%;
}
.container h4{
	font-size: 130%;
}
}
@media (min-width: 1200px) { 
.teambox {
	width: 30%;
	float: left;
	margin: 0 3% 20px 0;
}
}