@charset "utf-8";
/* CSS Document */

    @font-face {
    font-family: 'Futura-Win';
    font-style: normal;
    font-weight: normal;
    src: local('Futura-Win'), url('futurawin.woff') format('woff');
    }

    @font-face {
    font-family: 'Futura-Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Futura-Semibold'), url('futurawinsb.woff') format('woff');
    }

    @font-face {
    font-family: 'Futura-Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Futura-Condensed'), url('futurawinl.woff') format('woff');
    }

    @font-face {
    font-family: 'Acciaforte-Light';
    font-style: normal;
    font-weight: normal;
    src: local('Acciaforte-Light'), url('acciaforte-light.woff') format('woff');
    }

    @font-face {
    font-family: 'Roundhand-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Roundhand-Regular'), url('Roundhand-Regular.woff') format('woff');
    }



html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: 'Futura-Win';
	font-size: 20px;

}

body {
	font-size: 100%;
}

#wrapper {
    position: relative;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
}

.dp--cookie-check label {
  width: 100% !important;
  clear: both;
  float: none !important;
  display: flex;
}

.cc-window {
  font-family: 'Futura-Win';
  font-size: 20px;
}

.cc-message {
  font-family: 'Futura-Win';
  font-size: 20px !important;
}


label[for="dp--cookie-required"], label[for="dp--cookie-statistics"], label[for="dp--cookie-marketing"]  {
  color: #fff;
  font-size: 14px;
}

input[id="dp--cookie-required"], input[id="dp--cookie-statistics"], input[id="dp--cookie-marketing"]  {
  width: 18px;
  height: 18px;
}

.cc-compliance a {
  color: #fff !important;
  text-decoration: none;
}

.navi_seite, .navi_seite_aktiv, .navi_seite_klein, .navi_seite_klein_aktiv, .navi_seite_klein1, .navi_seite_klein1_aktiv {
  list-style-type:none;
}

#navi_1100 .navi_seite a {
        display: block;
        height: 30px;
        color: #777; !important;
  background: #fff; /* Old browsers */
  font-family: 'Futura-Semibold';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  list-style-type:none;
  padding: 15px 10px 5px 10px;
}

#navi_1100 .navi_seite a:hover {
        display: block;
        height: 30px;
        color: #fff;
  background: #692aa9; /* Old browsers */
  font-family: 'Futura-Semibold';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  list-style-type:none;
        padding: 15px 10px 5px 10px;
}

#navi_1100 .navi_seite_aktiv a:link, #navi_1100 .navi_seite_aktiv a:visited {
  display: block;
  height: 30px;
  color: #692aa9 !important;
  background: #fff; /* Old browsers */
  font-family: 'Futura-Semibold';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  list-style-type:none;
  padding: 15px 10px 5px 10px;
}

.slide_content{
                width:96%;
                color:white;
                padding:2%;
                display:none;
}

.slide_button{
  position: relative;
  width: 96%;
  height:40px;
  padding: 3px 2% 7px 2%;
  color: #000;
  margin-bottom: 0px;
}

h1 {
	font-family: 'Acciaforte-Light';
	font-size: 50px;
	color: #692aa9;
  text-align: center;
}

h2 {
	font-family: 'Futura-Win';
	font-size: 28px;
	color: #692aa9;
	line-height: 42px;
}

.ueberschrift {
	font-family: 'Roundhand-Regular';
	font-size: 120px;
	color: #692aa9;
	text-align: center;
}

.center {
	text-align: center;
}

.schatten {
	text-shadow: 3px 4px 4px rgba(162,162,162,0.93);
}

.ce-bodytext {
	font-family: 'Futura-Condensed';
	font-size: 26px;
	color: #2b0522;
	line-height: 39px;
}

.image-caption {
	font-family: 'Futura-Condensed';
	font-size: 18px;
	color: #2b0522;
	line-height: 30px;
}

.footer_text {
	font-family: 'Futura-Semibold';
	font-size: 18px;
	color: #2b0522;
	line-height: 27px;
}

.footer_head {
	font-family: 'Roundhand-Regular';
	font-size: 36px;
	color: #2b0522;
	line-height: 27px;
}

/* HAUPTNAVIGATION Definitionen */

#nav, #nav ul {
  z-index: 50 !important;
  font-family: 'Futura-Semibold';
  font-size: 20px;
  height: 50px;
  list-style: none;
  line-height: 50px;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
}

#nav {
     margin-top: 10px !important;
}

#nav li {
  display: inline-block;
  height: 50px;
}

#nav li:last-child {
  display: inline-block;
  height: 50px;
}

#nav a {
  display: block;
  width: auto;
  text-decoration: none;
  padding: 0;
}

#nav li a:link, li a:visited {
  color: #777;
  height: 50px;
  text-decoration: none;
  padding: 5px 8px 5px 8px;
  display: block;
}

#nav li a:hover {
  color: #ad4d97 !important;
  height: 50px;
  text-decoration: none;
  padding: 5px 8px 5px 8px;
  display: block;
}

#nav li ul {
  font-family: 'PT Sans', sans-serif;
  position: absolute;
  left: -999em;
  font-size:16px;
  width: 210px;
  height: auto;
  font-weight: normal;
  line-height: 50px;
  opacity: 1;
  margin-top: 0px;
  margin-left: 10px;
}

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  height: 40px !important;
}

#nav li li {
  width: 210px;
  text-align: left;
  color: #005ca9 !important;
  text-transform: none;
  height: 40px !important
}

#nav li li:hover, #nav li li.sfhover {
  width: 210px;
  text-align: left;
  color: #fff;
  background: #005ca9 !important;
  text-transform: none;
  height: 40px !important;
}

#nav li li a {
  display: block;
  color: #005ca9 !important;
  padding: 0px 10px 0px 10px;
  background: #f8f8f8; /* Old browsers */
}

#nav li li a:link {
  display: block;
  color: #666;
  padding: 0px 10px 0px 10px;
}

#nav li li a:visited {
  display: block;
  color: #666;
  padding: 0px 10px 0px 10px;
}

#nav li li a:hover {
  color: #fff !important;
  background: #005ca9 !important;
}

.nava a {
  color: #ad4d97 !important;
  padding: 0px 10px 0px 10px;
  display: block;
}

.nava li a {
  display: block;
  color: #ad4d97 !important;
  padding: 0px 10px 0px 10px;
}

.nava a:hover {
  display: block;
  color: #ad4d97 !important;
  padding: 0px 10px 0px 10px;
}

.nava a:active {
  display: block;
  color: #ad4d97 !important;
  padding: 0px 10px 0px 10px;
}

#nav .nava .nava_sub a {
  color: #ad4d97 !important;
  background: #a5b0da;
}

/* NEBENNAVIGATION Definitionen */

#navn, #navn ul {
  font-family: 'Futura-Semibold';
  font-size: 18px;
  list-style: none;
  font-weight: normal;
  margin: 0px 0px 0px 150px;
  padding: 0;
}

#navn li {
  display: inline-block;
  padding: 0 10px 0 10px;
}

#navn a:link, #navn a:visited {
  color: #2b0522;
  display: inline-block;
  text-decoration: none;
}

#navn a:hover {
  color: #7c1b65;
  display: inline-block;
  text-decoration: none;
}

.navna a:link  {
  color: #7c1b65 !important;
  display: inline-block;
  text-decoration: none;
}

.navna a:hover {
  color: #7c1b65 !important;
  display: inline-block;
  text-decoration: none;
}

.navna a:active {
  color: #7c1b65 !important;
  display: inline-block;
  text-decoration: none;
}

.navna a {
  color: #7c1b65;
  display: inline-block;
  text-decoration: none;
}

.navna a:visited {
  color: #7c1b65 !important;
  display: inline-block;
  text-decoration: none;
}

/* FORMULARE Definitionen */

.form-label {
	font-family: 'Futura-Condensed';
	font-size: 26px;
	color: #2b0522;
	line-height: 39px;
}

input {
  width: 90%;
  font-family: 'Futura-Condensed';
  font-size: 26px;
  color: #2b0522;
  height: 30px;
  margin-bottom: 20px;
}

textarea {
  width: 90%;
  font-family: 'Futura-Condensed';
  font-size: 26px;
  color: #2b0522;
  height: 80px;
  margin-bottom: 20px;
}

button {
  margin-top: 20px;
  width: 92%;
  font-family: 'Futura-Condensed';
  font-size: 26px;
  background: #db3a8c;
  color: #ffffff;
  height: 40px;
  border: none;
}

table {
  font-family: 'Futura-Condensed';
  font-size: 26px;
  border: none;
}

.ce-table td {
  border-top: none !important;
}

.ce-table {
  padding: 0 important;
  vertical-align: top;
}

.table {
  padding: 0 !important;
  margin: 0 !important;
}

.form-text  { font-family: 'Futura-Condensed';
  float: left;
  display: inline-block;
  font-size: 26px;
  width: 90%;
  color: #2b0522;
  margin-bottom: 20px;
}

label[for="kontakt-20-checkbox-1"] {
  width: 50px;
  height: 25px;
  float: left;
}

input[id="kontakt-20-checkbox-1"] {
  width: 30px;
  height: 30px;
  float: left;
}

input[type="checkbox"] {
  accent-color: #db3a8c;
}


@media screen and (max-width:3000px) {

#content {
  padding-bottom: 400px;
  overflow: hidden;
}

#info_aussen {
	width: 100%;
	height: 120px;
	position: fixed;
	background: #fff;
	box-shadow: -1px 10px 23px -1px rgba(0,0,0,0.17);
-webkit-box-shadow: -1px 10px 23px -1px rgba(0,0,0,0.17);
-moz-box-shadow: -1px 10px 23px -1px rgba(0,0,0,0.17);
  z-index: 10 !important;
}

#info_innen {
	width: 1100px;
	padding-top: 10px;
	height: 100px;
	margin: 0 auto 0 auto;
}

#logo {
	float: left;
	height: 100%;
	width: auto;
}

#navigation {
	float: right;
	width: 61%;
	padding-top: 40px;
  text-align: right;
}

  #navi_1100 {
    display: none;
  }

#header {
	width: 100%;
	height: auto;
	margin-top: 120px;
}

#inhalt_aussen {
	width: 100%;
	background-image: url("../../grafiken/background_inhalt.png");
}

#inhalt_innen {
	width: 1100px;
	margin: 0 auto 0 auto;	
	padding-top: 50px;
	padding-bottom: 50px;
  overflow: hidden;
}

#lflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#lflex {
  font-family: 'Futura-Condensed';
  font-size: 26px;
  color: #2b0522;
  line-height: 39px;
}

#l1, #l2, #l3, #l4, #l5 {
  text-align: center;
  margin-bottom: 50px;
  width: 30%;
  z-index: 0 !important;
}

#clear {
  float: none;
  clear: both;
}

#footer_aussen {
	margin-top: 0px;
  	position:absolute;
  	bottom:0px;
  	width:100%;
  	height: 400px;
	background-image: url("../../grafiken/background_footer.png");
  background-size: cover;
}

#footer_innen {
	width: 1100px;
	margin: 0 auto 0 auto;
}

#f1 {
	float: left;
	width: 45%;
	padding-top: 135px;
}

#f2 {
	float: right;
    width: 45%;
	padding-top: 300px;
	height: 40px;
	vertical-align: bottom;
	text-align: right;
}
	
}

@media screen and (max-width:1100px) {

  #info_innen {
	width: 96%;
    padding-left: 2%;
    padding-right: 2%;
	padding-top: 10px;
	height: 120px;
	margin: 0 auto 0 auto;
}

#logo {
	float: left;
	height: 100px;
	width: 100%;
}

#inhalt_innen {
	width: 96%;
    padding-left: 2%;
    padding-right: 2%;
	margin: 0 auto 0 auto;	
	padding-top: 50px;
	padding-bottom: 50px;
  overflow: hidden;
}

#footer_innen {
	width: 96%;
    padding-left: 2%;
    padding-right: 2%;
	margin: 0 auto 0 auto;
}

#navigation {
	display: none;
}

  #navi_1100 {
    display: block;
  }
	
}

@media screen and (max-width:1000px) {
	
}

@media screen and (max-width:1000px) {
	
}

@media screen and (max-width:900px) {
	
}

@media screen and (max-width:800px) {

#l1, #l2, #l3, #l4, #l5 {
  text-align: center;
  margin-bottom: 50px;
  width: 49%;
  z-index: 0 !important;
}
	
}

@media screen and (max-width:730px) {

#f1, #f2 {
  clear: both;
  float: none;
  margin: 0 !important;
  width: 100%;
}

#f2 {
  padding-top: 30px;
  text-align: left;
}

  #navn {
    float: left;
    margin: 0px 0px 0px -10px;
  }

#content {
  padding-bottom: 450px;
  overflow: hidden;
}

#footer_aussen {
	margin-top: 0px;
  	position:absolute;
  	bottom:0px;
  	width:100%;
  	height: 450px;
	background-image: url("../../grafiken/background_footer.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
	
}

@media screen and (max-width:600px) {
	
}

@media screen and (max-width:550px) {

#l1, #l2, #l3, #l4, #l5 {
  text-align: center;
  margin-bottom: 50px;
  width: 99%;
  z-index: 0 !important;
}
  
}
