
/* customized */

body {
  font-size: 15px;
  font-family: 'Rambla';
  line-height: 1.6;
  color: #000;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


#wrapper,
#footer,
#bottom {
	max-width: 100%;
	margin: 0 auto;
}

.logo {
	position: absolute;
	left: 100px;
	top: 30px;
}

.logo a {
	display: block;
}

h3 {
  font-size: 20px;
}
h6 {
  font-size: 10px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 12px;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Rambla';
  text-transform: uppercase;
  font-weight: 300;
}

.wissenswertes h1 {
  margin-top: 0;
}

.mod_article {
  max-width: 1020px;
  margin: 100px auto;
}

.mod_article.fullwidth {
  max-width: 100%;
  margin: 0 auto;
}

#main .content-text.right-line {
  border-right: 1px solid #ddd;
  padding-right: 10px;
}

#main .content-text.right-line p {
  margin: 0;
}

#main .content-text.right-noline {
  border-left: 1px solid #ddd;
  padding-left: 10px;
}

#main .content-text.right-noline p {
  margin: 0;
}

#main .content-text.right-zeroline {
  border: none;
  padding: 0;
}

#main .content-text.right-zeroline p {
  margin: 0;
}

#main .ce_image.right-noline {
  border-left: 1px solid #ddd;
  padding-left: 10px;
}

#main .right-noline {
  border-left: 1px solid #ddd;
  padding-left: 10px;
}

#main h2.ce_headline.kontakt-headline {
  font-size: 32px;
}

#main .line {
  height: 2px;
  width: 22px;
  margin: 0 auto;
  background-color: rgb(180,180,180);
  text-align: center;
}

#main .content-text.footer-kontakt p {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size: 24px;
  color: rgb(173,174,176);
}

.gap-2 {
    grid-gap: 2rem;
}

/* Listen */

#main .content-list ul {
  margin: 0;
  padding: 0 0 0 20px;
}

#main .center {
  text-align: center;
}

#footer {
  background-color: #000;
  height: 120px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
}

#footer .inside {
  padding-top: 25px;
}

#footer a, #footer a:link, #footer a:visited {
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
}


/* nach oben Link */
.nach_oben_link {
	bottom: 30px;
	position: fixed;
	right: 35px;
	z-index: 5;
}

.nach_oben_link > a {
	background-color: #ccc;
	padding: 5px;
	color: #fff;
	display: block;
	font-size: 20px;
	height: 25px;
	width: 25px;
	text-align: center;
	text-decoration: none;
}

.nach_oben_link > a:hover {
	background-color: #666;
	color: #fff;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100;
  height: 150px;
}

#header .inside {
	line-height: 150px;
	min-height: 150px;
  max-width: 1210px;
  margin: 0 auto;
}

#container {
	padding-top: 180px;
}

#header .inside {
	line-height: 150px;
	min-height: 150px;
}

#main a, #main a:link, #main a.visited {
	color: #888;
}

#main a:focus, #main a:hover {
  color: #000;
}

.mobileonly {
	display: none;
}

/* accordion */
.ce_accordion .toggler {
  font-weight: 700;
  cursor: pointer;
  padding-bottom: 15px;
}

.ce_accordion .toggler:before {
    width: 25px;
    height: 25px;
    float: right;
    clear: both;
    display: inline-block;
    margin-top: 3px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 0;
    text-align: center;
    font: 1.3em/28px FontAwesome;
    font-weight: normal;
    color: #888;
    content: "\f107";
}

.ce_accordion .toggler.ui-state-active:before {
    font-family: FontAwesome;
    content: "\f106";
}

.ce_accordion .content-text {
  padding: 0 20px;
}

#main .content-text.zitat {
  background-color: #000;
  padding: 60px 0;
  color: #fff;
}

#main .content-text.zitat p {
  font-style: italic;
  font-size: 24px;
  line-height: 1.4;
  font-family: 'Crimson Text', serif;
  font-weight: 700;
}

#main .content-text.zitat p em {
  font-weight: 300;
}

.ce_hyperlink a.link-white,
a.btn.link-white {
	color: #d10074;
}

.ce_hyperlink a.link-white:hover,
a.btn.link-white:hover {
	background: #d10074;
}

/* News */

* img {
  max-width: 100%;
  height: auto;
}

#main .mod_newslist {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#main .mod_newslist .layout_latest {
  width: 25%;
  line-height: 0;
}

.mod_newsreader h1 {
  text-align: center;
}

/* socialmedia */

#header .social-icons {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 0;
}

#header ul.social-icons {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
}

#header .social-icons a {
	margin: 0;
}

#header .social-icons i {
	padding: 10px 5px;
	width: 33px;
	text-align: center;
	font-size: 15px;
  color: #000;
}

#main .layout_full .info {
  display: none;
}
