@import "fonts.css";
.kleinerschatten {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700');
*/
/*
@import url('https://fonts.googleapis.com/css?family=Dosis');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300;0,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400;500;700&display=swap');
*/
.font_regular {
  font-family: Roboto, Arial;
}
* {
  padding: 0;
  margin: 0;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
}
img {
  border: none;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  color: #585858;
  font-size: 16px;
  line-height: 1.4em;
}
h1,
h2,
h3 {
  font-family: 'Montserrat', sans-serif;
  color: #752a30;
  margin-top: 0;
  margin-bottom: 1em;
}
h3 {
  font-size: 1em;
}
h1 {
  line-height: 1.3em;
}
.clear {
  clear: both;
}
.outer {
  width: 1700px;
  max-width: 100%;
  margin: 0 auto;
}
.inner {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
#container {
  width: 1700px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
iframe {
  max-width: 100%;
}
#content {
  padding: 20px 10px;
  box-sizing: border-box;
}
#content p {
  padding-bottom: 10px;
}
#content img {
  max-width: 100%;
  height: auto;
}
#content.pd {
  padding-top: 100px;
}
#content .sm {
  float: left;
  width: 75%;
}
#content a {
  color: #232323;
  text-decoration: none;
}
#content .contentimage {
  width: 400px;
  height: auto;
  max-width: 100%;
}
#content ul li {
  list-style-type: none;
  padding-left: 12px;
  line-height: 1.5em;
  position: relative;
}
#content ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #752a30;
  position: absolute;
  top: 9px;
  left: 0;
}
#content a.pdf {
  /*The background image*/
  background: url('/intern/icons/pdf-icon.png') no-repeat left center;
  padding-left: 23px;
  padding-top: 6px;
  line-height: 20px;
  background-size: 17px auto;
}
aside {
  float: right;
  width: 270px;
  background-color: #752a30;
  padding: 20px;
  color: #cccccc;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #5d5d5d;
}
aside h3,
aside a {
  color: #cccccc;
}
nav {
  position: fixed;
  height: 62px;
  width: 1700px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #752a30;
  z-index: 1;
  color: white;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
#head_bild {
  width: 100%;
}
#head_bild img {
  max-width: 100%;
  height: auto;
  display: block;
}
#presse .item {
  margin-bottom: 20px;
  max-width: 100%;
}
#presse .item .datum {
  float: left;
  width: 100px;
  font-family: 'Montserrat', sans-serif;
  color: #752a30;
  text-align: right;
  font-weight: bold;
}
#presse .item .text {
  float: left;
  width: 500px;
  padding-left: 20px;
  max-width: 95%;
}
#presse .item .text .bild_ct .bild {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 100%;
}
#presse .item .text .bild_ct .bild img {
  max-width: 100%;
  height: auto;
}
header.nopd {
  margin-bottom: 0;
  margin-bottom: 60px !important;
}
header #logo_mobil {
  display: none;
  font-size: 25px;
  margin-top: 7px;
}
header #burgerbutton {
  color: #ccc;
  cursor: pointer;
  z-index: 2;
  position: fixed;
  left: 15px;
  top: 15px;
  display: none;
  width: 40px;
  height: 20px;
}
header #burgerbutton img {
  width: 100%;
  height: auto;
}
header .lang {
  position: absolute;
  right: 10px;
  top: 5px;
}
header .lang .item {
  float: left;
  margin-left: 10px;
}
header .lang .item img {
  width: 20px;
  height: auto;
}
#logo {
  width: 18%;
  float: left;
  font-family: 'Montserrat', sans-serif;
  padding: 20px 0px 0 20px;
  font-size: 35px;
  font-weight: bold;
}
#logo a {
  color: #cccccc !important;
  text-decoration: none;
}
.start {
  max-width: 100%;
}
.start .text {
  width: 70%;
  float: left;
}
.start .titelbild {
  width: 20%;
  float: right;
  margin-bottom: 20px;
}
.start .titelbild img {
  max-width: 100%;
  height: auto;
}
#news_start {
  margin-top: 20px;
  width: 45%;
  float: left;
  border: 1px solid #752a30;
}
#news_start .head {
  background-color: #752a30;
}
#news_start .head h2 {
  color: white;
  padding: 10px;
}
#news_start .ct {
  padding: 10px;
}
#news_start .ct .item {
  margin-bottom: 20px;
  font-size: 1.2em;
}
#news_start .ct .item .datum,
#news_start .ct .item .link {
  font-size: 0.8em;
}
#news_start .ct .item .fas {
  font-size: 10px;
  color: #752a30;
}
#twitter_ct {
  width: 45%;
  float: right;
}
footer {
  background-color: #752a30;
  padding: 10px 20px;
  color: white;
  font-size: 12px;
  position: relative;
}
footer a {
  color: white;
}
footer .totop {
  display: none;
  position: absolute;
  top: 5px;
  left: 50%;
  right: 50%;
  color: white;
  font-size: 30px;
}
/* -------------------
NAVIGATION
----------------------*/
nav #logo a {
  color: #585858;
}
#mainnavi {
  margin: 23px 0 10px 0;
  float: right;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 25px;
  /*/ul*/
}
#mainnavi li {
  float: left;
  position: relative;
  color: #cccccc;
}
#mainnavi a {
  display: block;
  padding: 3px 35px;
  font-size: 18px;
  text-decoration: none;
  color: #cccccc;
}
#mainnavi a:hover {
  color: white;
}
#mainnavi ul {
  background-color: #752a30;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 20px;
  position: absolute;
  display: none;
  top: 31px;
  z-index: 1001;
  padding-top: 5px;
}
#mainnavi ul li {
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #581e23;
}
#mainnavi ul li a {
  float: left;
  font-size: 14px;
  width: 165px;
}
#mainnavi ul li ul {
  top: auto;
}
#mainnavi ul ul {
  left: 12em;
  margin: 0px 15px 0 10px;
}
#mainnavi li.top:last-of-type ul {
  right: 0;
}
#mainnavi li:hover ul ul,
#mainnavi li:hover ul ul ul,
#mainnavi li:hover ul ul ul ul {
  display: none;
}
#mainnavi li:hover ul,
#mainnavi li li:hover ul,
#mainnavi li li li:hover ul,
#mainnavi li li li li:hover ul {
  display: block;
}
/* -------------------
NAVIGATION ENDE
----------------------*/
/*-------------------------
Mobile Navigation
--------------------------*/
#mobile_menuicon {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 3;
}
#mobilemenu {
  display: none;
  position: fixed;
  left: -1%;
  top: 0px;
  top: 14px;
  padding-left: 12px;
  z-index: 5;
}
#mobilenavi {
  margin: 0px;
  padding: 0px;
  border-right: 1px solid #696969;
  position: absolute;
  top: 0px;
  background-color: #752a30;
  width: 300px;
  left: -300px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  /*li*/
}
#mobilenavi .home {
  padding-top: 5px;
  height: 31px;
}
#mobilenavi li {
  position: relative;
  border-bottom: 1px solid #696969;
}
#mobilenavi li a {
  font-size: 18px;
  display: block;
  color: white;
  text-decoration: none;
  padding: 0px 15px;
  line-height: 45px;
}
#mobilenavi li .icon {
  float: left;
  width: 20px;
  height: 20%;
  margin-right: 7px;
  margin-top: 1px;
}
#mobilenavi li .icon img {
  width: 100%;
  height: auto;
}
#mobilenavi li.head {
  list-style-type: none;
  font-size: 19px;
  text-transform: uppercase;
  text-align: center;
  height: 64px;
  line-height: 64px;
  padding: 0px 8px;
  color: #ccc;
}
#mobilenavi li.head div {
  float: left;
}
#mobilenavi li.head div.menu {
  margin-left: 50px;
}
#mobilenavi li.head div.close {
  float: right;
  color: #ccc;
}
#mobilenavi li .versteckst {
  display: none;
  color: white;
  position: absolute;
  right: 15px;
  top: 0px;
}
#mobilenavi li .versteckst a {
  display: inline !important;
  padding: 0 !important;
}
#mobilenavi li .versteckst.vi {
  display: inline-block;
}
#mobilenavi li .dlevel1 {
  display: none;
}
#mobilenavi li .dlevel1.versteckst {
  top: 8px;
}
#mobilenavi li .dlevel1.versteckst i {
  font-size: 16px;
}
#mobilenavi li .dlevel1 li {
  border: none;
}
#mobilenavi li .dlevel1 li > a {
  font-size: 15px;
  color: #e6e6e6;
  text-decoration: none;
  display: block;
  padding: 9px 15px 9px 25px;
  line-height: 1.3em;
}
#mobilenavi .desktopbutton {
  text-align: center;
}
#mobilenavi .desktopbutton a {
  color: white;
  background-color: #9b373f !important;
}
/*/Mobilenavi*/
input[type='button'] {
  margin-bottom: 20px;
}
#to_desktop {
  text-align: center;
  margin-bottom: 15px;
}
#to_desktop a {
  color: black;
  text-decoration: none;
}
#to_desktop i {
  position: relative;
}
/*-------------------------
Ende mobile Navigation
---------------------------*/
