body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/* Webfonts ** /
/* allura-regular - latin */
@font-face {
  font-family: 'Allura';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/files/theme/fonts/allura/allura-v9-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/files/theme/fonts/allura/allura-v9-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-sans-300 - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/files/theme/fonts/IBM Plex Sans/ibm-plex-sans-v8-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/files/theme/fonts/IBM Plex Sans/ibm-plex-sans-v8-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-sans-regular - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/files/theme/fonts/IBM Plex Sans/ibm-plex-sans-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/files/theme/fonts/IBM Plex Sans/ibm-plex-sans-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-sans-700 - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/files/theme/fonts/IBM Plex Sans/ibm-plex-sans-v8-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/files/theme/fonts/IBM Plex Sans/ibm-plex-sans-v8-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
  overflow-y: scroll;
  height: 100%;
  font-size: 16px;
  line-height: 24px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  border-top: 4px solid #A0A0A0;
  font-family: IBM Plex Sans, Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  color: #292c37;
}



/* Anpassen Boxmodel */
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

*:before,
*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* Headlines */
h1, h2, h3, h4 {
  font-weight: 700;
}

h1 {
  font-size: 2.375em;
  line-height: 1.26315789em;
  margin-top: 0.63157895em;
  margin-bottom: 1.2631579em;
  color: #292c37;
}
H2 { text-align: center }
h2 {
  font-size: 1.75em;
  line-height: 1.71428571em;
  margin-top: 0.85714286em;
  margin-bottom: 0.85714286em;
  
}
H3 { text-align: center }
h3 {
  font-size: 1.3125em;
  line-height: 1.14285714em;
  margin-top: 1.14285714em;
  margin-bottom: 0em;
}
h4,
h5,
h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0em;
}



/* sonstige Abstände und Elemente */
p, ul, ol, pre, table, blockquote {
  margin-top: 0em;
  margin-bottom: 1.5em;
}
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0em;
  margin-bottom: 0em;
}

ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

li {
  margin-left: 2em;
}

hr {
  border: 1px solid #292c37;
  margin: -1px 0;
}


/* Links */
a,
a:visited {
	color: #292c37;
    text-decoration: underline black;
}

a:hover,
a:focus,
a:active {
	color: #710c13;
  outline: 0;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#header {
  padding-top: 20px;
 }
/** Layout **/
#header .inside,
#footer .inside,
.wrapper-content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2%;
}

/* Header Logo */
#header .inside {
  display: block;
  justify-content: center;
  align-items: center;
}
#logo {
  display: block;
    text-align: center;
  line-height: 3;
  margin: 0px 0px 0px 0px;
}

/* Navigation */


#nav-main ul {
  display: flex;
	justify-content: center;
	flex-wrap: wrap;
  margin: 0px 0px 0px 20px;
  padding: 0;
 
}

#nav-main li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#nav-main a,
#nav-main strong {
  display: block;
  text-decoration: none;
  font-size: 1.125em;
  color: #292c37;
  font-weight: 400;
  margin: 0 1em;
  line-height: 2;
  
}

#nav-main a.last,
#nav-main .active.last {
  margin-right: 0;
}

#nav-main a:hover,
#nav-main a:focus {
  color: #808080;
}

#nav-main strong.active,
#nav-main .trail {
	color: #C0C0C0;
}

/* Header Image Home */
.header-image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.header-image h1 {
  text-align: center;
}

/* Boxen */
.haus-image {
  border-top: 2px solid #A0A0A0;
  width: 100%;
  max-width: 1400px;
  margin: 8px auto;
  padding: 0 2%;
 }
.impress {
  border-top: 2px solid #A0A0A0;
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
  
}
.impress-artikel {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  padding: 0 2%;
  
}
.box-philo {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  padding: 0 2%;
}

  
.box-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2px;
  max-width: 1960px;
}

.box {

	width: 30%;
    text-align: left;
	min-width: 300px;
	margin-bottom: 2em;
}

.box h2 {
  
  border-width:1px;
  width: 95%;
  border-bottom-style: solid;
  font-family: IBM Plex Sans, Arial, sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.5;
  color: #292c37;
  text-align: left;
 }


/** Slider **/
#mein-slider { 
	width: 100%;
	height: 600px;
	margin: 15px auto 0 auto;
}
/** Buttons **/
.button a,
 button  {
  display: inline-block;
  padding: 0.3em 1.00em;
	background:	#A0A0A0;
    font-size: 1.000em;
	margin: 0.5em 0;
	text-align: center;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  border: 0;
  transition: all 0.3s ease 0s;
}

.button a:hover,
.button a:focus 
button:hover,
button:focus{
  background-color: #303030;
}
.button-center,
.text-center {
  text-align: center;
}
button {
  cursor: pointer;
}

   /** Footer neu **/
/**#footer {
  margin-top: 40px;
  border-top: 1px solid #ccc;
  background-color: #292c37;
  color: #fff;
}

#footer h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0.25em;
  text-decoration: uppercase;
}

#footer a,
#footer a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #710c13;
	color: #999;
} 
   
   
    /** Footer **/
#footer {
	margin-top: 40px;
	border-top: 2px solid #A0A0A0;
}

#footer h5 {
	color: #737171;
	margin-top: 0;
	margin-bottom: 0.25em;
}

#footer a,
#footer a:visited {
	color: #292c37;

}

#footer a:hover {
	color: #710c13;
}

.footer-copyright {
	margin-top: 10px;
	font-size: 0.75em;
	padding: 10px 0;
	text-align: center;
}
/** Slider **/

.ce_sliderStart {
	background: #efefef;
}

.slider-control {
	height: 35px;
}

.slider-control .slider-menu {
	font-size: 25px;
	line-height: 55px;
}

.slider-control .slider-prev {
	padding-bottom: 60px;
	left: 15px;
}

.slider-control .slider-next {
	right: 15px;
}
/** Galerie **/
.ce_gallery>ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
}

.ce_gallery>ul li.col_first {
	clear:none;
}

.ce_gallery>ul li {
	float: none;
	margin: 0.25em auto;
}
/** Formular **/
label{
	display: block;
}

input,
textarea,
select {
	margin-bottom: 1em;
	padding: 0.5em;
	border: 1px solid #999;
	outline: 0;
	width: 100%;
	border-radius: 2px;
}

input:focus,
textarea:focus,
select:focus {
	border: 1px solid #303030;
}

form span.mandatory {
	display: none;
}

.submit {
	margin-top: 0;
}

p.error {
	color: red;
	background: #808080;
	border: 2px solid red;
	padding: 0.5em;
	margin: 0 0 0.25em 0;
}

.radio_container span {
	margin-right: 2em;
}

.radio_container input {
	width: auto;
	margin-left: 2px;
}

.radio_container label {
	display: inline-block;
}

.checkbox_container input {
	width: auto;
}

.checkbox_container label {
	display: inline-block;
}
/* Viewport max 699px */
@media only screen and (max-width: 699px) {
 
#mein-slider { 
	width: 50%;
	height: 200px;
}
/* Ansicht für Smartphones bzw. Bildschirme, die kleiner als 38.75em (= 620px) sind */
@media screen and (max-width:38.75em) {
  #header .inside {
  display: block;
  justify-content: center;
  align-items: center;
 }
 
  #mein-slider { 
	width: 100%;
	height: auto;
}

  #header .mod_form {
  	position:absolute;
  	top: -36px;
  	right: 0;
  	z-index: 10;
    margin: 0;
  }
  #main .inside {
    padding: 2em 0 0 0;
  }
  .box {
    width: 30%;
    text-align: left;
    margin: 0;
}
/* Viewport min 768px */
@media screen and (min-width: 768px) {
  #header .inside {
  display: block;
  justify-content: center;
  align-items: center;
 }
 
  #mein-slider { 
	width: 100%;
	height: auto;
}

  #header .mod_form {
  	position:absolute;
  	top: -36px;
  	right: 0;
  	z-index: 10;
    margin: 0;
  }
  #main .inside {
    padding: 2em 0 0 0;
  }
  .box {
    width: 30%;
    text-align: left;
    margin: 0;
  }
#footer h5 {
    margin-bottom: 0.5em;
  }

  .footer-copyright {
    text-align: center;
  }
  
}


/* Viewport min 960px */
@media screen and (min-width: 960px) {

  #wrapper {
    padding: 0;
  }
}


