/*
Description: Theme fuer down-syndrom.org - HTML5, CSS3
Author: Ralph Segert
Date: 04/2017
Author URI: http://segert.net
*/


* {
margin: 0;
padding: 0;
}


html {
box-sizing: border-box;
}
*, *::before, *::after {
box-sizing: inherit;
}


@font-face { 
font-family: 'OpenSans-Regular';
src: url('font/opensans_regular/OpenSans-Regular.eot'),
url('font/opensans_regular/OpenSans-Regular.woff'),
url('font/opensans_regular/OpenSans-Regular.ttf');
}

@font-face { 
font-family: 'Affogato-Regular';
src: url('font/affogato/Affogato-Regular.eot'),
url('font/affogato/Affogato-Regular.woff'),
url('font/affogato/Affogato-Regular.ttf');
}

@font-face { 
font-family: 'Affogato-Medium';
src: url('font/affogato/Affogato-Medium.eot'),
url('font/affogato/Affogato-Medium.woff'),
url('font/affogato/Affogato-Medium.ttf');
}

@font-face { 
font-family: 'Affogato-Bold';
src: url('font/affogato/Affogato-Bold.eot'),
url('font/affogato/Affogato-Bold.woff'),
url('font/affogato/Affogato-Bold.ttf');
}

body {
font-size: 100%;
font-family: 'Affogato-Regular', sans-serif;
margin-top: 0;
}

a:focus {
outline: none;
}


img, fieldset {
border: 0;
}

img {
vertical-align: middle;
}

a {
border: 0;
text-decoration: none;
}

.blogteaser .teaser {
margin-bottom: 5%;
}

.cont-blog .teaser {
margin-bottom: 3%;
}


/* Layoutübergreifende Werte */

h1, h2, h3, h4 {
font-weight: bold;
}

p {
line-height: 1.8em;
}


.content01 img {
width: 100%;
height: auto;
}

.contentwrapper a { 
color: #225EAC;
}

.contentwrapper a:hover { 
color: #E45100;
}


article {
float: left;
width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-top: 2%;
    margin-bottom: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0%;
    left: 0;
    margin: 0 6% 0 6%;
    width: 88%;
    height: 100%;
}


/* Layoutraster */

.wrapper {
margin: 0 auto;
width: 100%;
max-width: 1280px;
}

.headwrapper { /* Ab hier Sub-Wrapper  */ 
margin: 0 auto;
width: 100%;
max-width: 1280px;
}

.contentwrapper { 
margin: 0 auto;
width: 100%;
max-width: 1280px;
}

.footerwrapper {  
margin: 0 auto;
width: 100%;
max-width: 1280px;
}

.head {  /* Ab hier Contentboxen für Header  */ 
float: left;
width: 100%;
background-color: #CCE0F9;
border-bottom: 50px solid #E7F0FA;
}


.headleft {
float: left;
margin-top: 7.4%;
height: 86px;
border-top: 10px solid #fff; 
border-bottom: 10px solid #fff;
width: 21.0625%;
padding-left: 4.3125%;
}


.headlogo {
float: left;
width: 100%;
margin-top: -26%;
}

.headlogo img {
width: 100%;
height: auto;
}

.headnav {
float: left;
width: 78.9375%;
margin-top: 7.4%;
padding-right: 5.3125%;
padding-left: 2.9%;
border-top: 10px solid #fff; 
border-bottom: 10px solid #fff;
}


/* Navigation */


.nav {
float: left;
width: 100%;
}

.nav ul li {
list-style: none;
}

.nav li {
font-family: 'OpenSans-Regular', Helvetica, Arial, sans-serif;
text-align: center;
}

.nav li a {
float: left;
display: block;
width: 20%; 
background: linear-gradient(-180deg, #1A7AF7 2%, #0954B5 97%);
color: #fff;
border-right: 1px solid #fff;
padding: 21px 0 22px 0;
min-height: 66px;
}


.nav .verein a:hover {
background: linear-gradient(-180deg, #83BEF9 0%, #5181BE 95%);
transition: all .3s ease; 
}

.nav .ds a:hover {
background: linear-gradient(-180deg, #01BECE 0%, #018A96 97%);
}

.nav .beratung a:hover {
background: linear-gradient(-180deg, #18D400 3%, #15A200 99%);
}

.nav .termine a:hover {
background: linear-gradient(-180deg, #EA5300 4%, #B34000 100%);
}

.nav .blog a:hover {
background: linear-gradient(-180deg, #A1A1A1 7%, #797979 96%);
}

.nav .verein {
background-image: linear-gradient(-180deg, #83BEF9 0%, #5181BE 95%);
box-shadow: 0 2px 3px 0 rgba(0,0,0,0.50);
}

.nav .ds {
background: linear-gradient(-180deg, #01BECE 0%, #018A96 97%);
box-shadow: 0 2px 3px 0 rgba(0,0,0,0.50);
}

.nav .beratung {
background: linear-gradient(-180deg, #18D400 3%, #15A200 99%);
box-shadow: 0 2px 3px 0 rgba(0,0,0,0.50);
}

.nav .termine {
background: linear-gradient(-180deg, #EA5300 4%, #B34000 100%);
box-shadow: 0 2px 3px 0 rgba(0,0,0,0.50);
}

.nav .blog {
background: linear-gradient(-180deg, #A1A1A1 7%, #797979 96%);
box-shadow: 0 2px 3px 0 rgba(0,0,0,0.50);
}

.nav li:last-of-type a {
border-right: 0;
}

.headnav .nav a#pull { /* responsive Hauptnavi */
display: none;
}



/* Contentbereich Startseite und Hauptseiten */

h1, h2, h3, {
font-family: 'Affogato-Bold', sans-serif;
}

.content01 {
float: left;
width: 100%;
background-color: #E7F0FA;
padding-bottom: 4%;

}

.content-top {
float: left;
width: 100%;
background-color: #E7F0FA;
}

.content-top .content01-1v2, .content-top .content01-2v2  {
background-color: #E7F0FA;
}

.content01-1v2 h2, .content01-2v2 h3, .content01-1v2 h3, .content01-1v2 p, .content01-1v2 ul {
padding: 0 6% 0% 6%;
}

 .content01-1v2 ul {
list-style-type: square;
margin: 0 0 3% 3%;
}


 .content01-1v2 ol {
list-style-type: decimal;
margin: 0 0 3% 10%;
}

 .content01-1v2 li {
line-height: 1.5em;
 }
 
.content01 span { 
display: block;
font-family: 'OpenSans-Regular', Helvetica, Arial, sans-serif;
font-size: 105%;
width: 100%;
color: #fff;
padding: 2.5% 2% 2.5% 6%;
}


.content01-1v2 { 
float: left;
width: 47.875%;
margin-left: 24.0625%;
background-color: #fff;
padding-bottom: 3%;
}

.content01-2v2 { 
float: right;
width: 20.3125%;
margin-left: 2.28225%;
margin-right: 5.3125%;
padding-bottom: 1%;
background-color: #fff;
text-align: center;
}

.suchetop { 
padding-bottom: 2.5%;
}

.telnr {
font-size: 130%;
margin-bottom: 1%;
}

.content01-2v2 .sprechzeiten {
font-size: 90%;
line-height: 1.4em;
margin: 2% 2% 2% 2%;
}

.content01-1v2 span { 
background-color: #5484C1;
margin-bottom: 3%;
}

.content01-1v2 .grau {
background-color: #979797;
}

.blogteaser img {
float: left;
width: 30%;
height: auto;
margin: 3% 4% 2% 0;
}


.content01-2v2 span { 
background-color: #17BE01;
text-align: center;
padding: 5.8% 0 6% 0;
margin-bottom: 5%;
}

.beratungstart {
margin-bottom: 2.5%;
}

.content01-2v2 .rot {
background-color: #C94800;
margin-bottom: 0%;
}

.content01 .terminteaser {
float: left;
width: 100%;
text-align: left;
border-bottom: 1px dashed #ccc;
padding-bottom: 8%;
background-color: #EEF6FE;
}


.content01 .terminteaser:nth-of-type(2n) {
background-color: #FAFDFF;
}

.content01 .terminteaser:last-of-type {
text-align: center;
}

.content01 .terminteaser p {
font-family: 'OpenSans-Regular', Helvetica, Arial, sans-serif;
font-size: 80%;
padding: 7% 4% 2% 6%;
}

.content01 .terminteaser h3 {
font-weight: normal;
font-size: 90%;
margin-top: -10px;
line-height: 1.5em;
}

.content01 .terminteaser h3 a {
border: 0;
}

.content01 .terminwrapper {
float: left;
width: 100%;
text-align: left;
}

.content01 .terminegesamt {
float: left;
min-height: 130px;
width: 100%;
font-weight: normal;
padding: 1% 2% 8% 2%;
margin-top: 1%;
margin-bottom: 4%;
border-bottom: 1px dashed #ccc;
}

.content01 .terminegesamt:nth-of-type(2n) {
border-right: 0;
border-top: 0;
background-color: #fff;
}

.content01 .terminegesamt:nth-of-type(1n) {
border-left: 0;
border-top: 0;
background-color: #fff;
}

.content01 .termine-datum {
font-size: 90%;
}

.content01 .terminegesamt h3 {
font-size: 100%;
margin-top: -1%;
margin-bottom: 2%;
line-height: 1.5em;
}

.content01 .terminegesamt h3 a {
border: 0;
}

.blogteaser .teaser {
margin-bottom: 5%;
}

.cont-blog .teaser {
margin-bottom: 3%;
}

.content01-2v2 img { 
width: 30%;
height: auto;
padding: 4% 0 3% 0;
}

.content-top h1 {
font-family: 'Affogato-Medium', sans-serif;
font-size: 150%;
letter-spacing: 0;
margin-top: 1%;
}

.content01 h2 {
	font-family: 'Affogato-Medium', sans-serif;
font-size: 120%;
padding-top: 3%;
padding-bottom: 3%;
}



.content01 .blogteaser h2, .content01 .teaser h2 {
font-size: 120%;
padding-bottom: 2%;
padding-top: 4%;
line-height: 1.8em;
}


.content01 .cont-blog .h2blog {
	line-height: 1.6em;

}

.content01 .untertitel {
	font-size: 80%;
	text-align: center;
	margin: -2% 3% 4% 3%;
	line-height: 1.4em;
}


.content01 .teaser h3 {
font-size: 110%;
padding-top: 4%;
padding-bottom: 2%;
}

.content01 .teaser h3 a {
border-bottom: 0;
}


.content01 h3 {
font-size: 110%;
padding-top: 3%;
}

.blogteaser p, .teaser p {
font-family: 'Affogato-Regular', sans-serif;
padding-bottom: 2%;
line-height: 1.7em;
}

.teaser a {
background-color: transparent;
}

.content01 p a { 
color: #225EAC;
border-bottom: 1px dotted #E45100;
}

.content01 p a:hover { 
color: #E45100;
border-bottom: 1px dotted #225EAC;
}


/* Contentbereich Hauptseiten spezial */


.content01-1v2 { 
float: left;
width: 47.875%;
margin-left: 24.0625%;
background-color: #fff;
padding-bottom: 3%;
}

.content01-1v2 span { 
background-color: #5484C1;
margin-bottom: 3%;
}

.cont-verein, .cont-ds, .cont-beratung, .cont-termine, .cont-blog {
margin-left: 0;
min-height: 406px;
border-left: 1px solid #fff;
}

.content01-1v2.cont-ds span  {
background-color: #008F99;
}

.content01-1v2.cont-beratung span  {
background-color: #17BE01;
}

.content01-1v2.cont-termine span  {
background-color: #C94800;
}

.content01-1v2.cont-blog span  {
background-color: #979797;
}

.menu-verein, .menu-ds, .menu-beratung, .menu-termine, .menu-blog { 
float: left;
width: 19.0625%;
background-color: #fff;
padding-bottom: 0;
margin-left: 5%;
}


.menu-verein span, .menu-ds span, .menu-beratung span, .menu-termine span, .menu-blog span {
background-color: #5484C1;
text-align: center;
padding: 6.2% 0 6.2% 0;
margin-bottom: 1px;
}

.menu-start { 
float: left;
width: 19.0625%;
background-color: #E5F0FB;
padding-bottom: 0;
margin-right: 2.5%;
margin-left: 2.5%;
text-align: center;
}


.menu-start span {
background-color: #17BE01;
text-align: center;
padding: 6.2% 0 6.2% 0;
margin-bottom: 1px;
}

.menu-start h2  {
padding: 9% 5% 5% 5%;
background-color: #F2F2F2;
}

.menu-start .h2zeitung  {
font-size: 115%;
padding: 8% 4% 12% 4%;
font-weight: normal;
}

.menu-start p  {
font-size: 100%;
padding: 0% 7% 12% 7%;
background-color: #F2F2F2;
}

.menu-ds span {
background-color: #008F99;
}

.menu-beratung span {
background-color: #17BE01;
}

.menu-termine span {
background-color: #C94800;
}

.menu-blog span {
background-color: #979797;
}


.menu-verein ul, .menu-ds ul, .menu-beratung ul, .menu-termine ul, .menu-blog ul {
font-family: 'OpenSans-Regular', Helvetica, Arial, sans-serif;
font-size: 90%;
list-style-type: none;
text-align: center;
}

.menu-verein li a, .menu-ds li a, .menu-beratung li a, .menu-termine li a, .menu-blog li a {
float: left;
display: block;
width: 100%; 
background: #8BC2F9;
color: #fff;
padding: 6% 0 6% 0;
margin-bottom: 1px;
}

.menu-verein li a:hover {
color: #000;
margin-bottom: 1px;
transition: .3s;
}

.menu-ds li a {
background: #00C0D0;
}

.menu-ds li a:hover {
color: #000;
margin-bottom: 1px;
transition: .3s;
}

.menu-beratung li a {
background: #6FE65E;
}

.menu-beratung li a:hover {
color: #000;
margin-bottom: 1px;
transition: .3s;
}

.menu-termine li a {
background: #F55700;
}

.menu-termine li a:hover {
color: #000;
margin-bottom: 1px;
transition: .3s;
}

.menu-blog li a {
background: #B9B9B9;
}

.menu-blog li a:hover {
color: #000;
margin-bottom: 1px;
transition: .3s;
}

.menu-verein .aktiv, .menu-ds .aktiv, .menu-beratung .aktiv, .menu-termine .aktiv, .menu-blog .aktiv {
background: #fff;
color: #000;
}

.loginmenu li a {
background: #C7E1FC;
color: #666;
}

.content01 .unten a {
border-bottom: 0;
}

.content01 .teaser {
padding-bottom: 2%;
}


.teaser .teaserbild img {
float: left;
width: 20%;
height: auto;
margin: 3% 4% 1% 0;
}

.teaser img {
float: none;
width: 100%;
height: auto;
margin: 5% 0 3% 0;
border: 1px solid #000;
padding: 1px;
}

.listespezial .teaser ul {
margin-left: 25%;
}

.content01-2v2 p span { 
background-color: #fff;
font-size: 95%;
padding: 1% 0 8% 0;
margin-bottom: 0;
}

.content01-1v2 .teaser .kalender-datum {
font-family: 'OpenSans-Regular', Helvetica, Arial, sans-serif;
font-size: 100%;
padding-top: 1%;
margin-bottom: 1%;
color: #DA3B00;
}




/* Accordion */


.accordion-title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: Affogato-Regular, Verdana, serif;
  font-size: 120%;
  background-color: #888;
  color: #fff;
  letter-spacing: 1px;
  padding: 4% 6% 4% 7%;
  border-top: 1px solid #fff;
  cursor: pointer;
  transition: .3s; }


.accordion-content {
  background-color: #fff;
  color: #000;
  text-align: left;
  font-size: 90%;
  padding: 1% 6% 12% 7%;

   }

.sidebar {
	margin-bottom: -5%;
}


dd {
  display: none; }


.accordion-title a {
  float: right;
  color: #fff;
  font-size: 140%;
  margin-left: 5%; }


.accordion-title a::before {
  content: " + ";
  color: #fff; }

.accordion-title:hover {
  color: #eee;
  background-color: #666;
  transition: .3s;

  transform: rotate(3deg); }

.accordion-title {
  position: relative;
  overflow: hidden; }


.accordion-title.open a {
  color: #fff;
  font-size: 140%; }


.accordion-title.open a::before {
  content: " × ";
  color: #fff; }


.content01 .sidebar span, .content01 .terminwrapper span {
	display: inline;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: transparent;
}

.sidebar dd h3 {
  font-size: 110%;
  font-family: Affogato-Medium, Verdana, serif;
  color: #444;
  text-align: left;
  padding: 2% 0 3% 0;
  line-height: 1.2em; }


.sidebar dd p {
  font-size: 90%;
  color: #000;
  padding: 3% 0 3% 0;
  line-height: 1.5em; }



.sidebar dd .datum {
  font-size: 100%;
  color: #000;
  letter-spacing: 1px;
  padding: 10% 0 0 0; }

.sidebar dd ul {
  font-size: 100%;
  padding: 2% 0 3% 3%;
  line-height: 1.9em;
  list-style-type: square; }

.sidebar dd li {
  padding: 0 10% 0 0; }

.sidebar img {
  width: 100%;
  height: auto; }

/*  VORHER MIT BREITEM RAND  .accordion-content-section img {
  width: 90%;
  height: auto;
  padding: 5%;
  margin-left: 5%;
  border: 1px solid #999;
  background-color: #eee; }*/


/* Buttons */


.menu-start .btn-card {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 110%;
  color: #000;
  background-color: #DDDDDD;
  padding: .8em 0 .9em 0;
  margin-top: 0;
  transition: all ease .3s;
  cursor: pointer; 
  border-top: 1px solid #ccc;
  }

.menu-start .btn-card a {
  color: #000;
 }  
 
.menu-start .btn-card:hover {
  color: #fff;
  letter-spacing: 1px;
  background-color: #225EAC; }
  
.contentwrapper .btn-card a:visited {
  color: #000;
  }

.content01-1v2 .morebutton {
float: left;
font-family: 'OpenSans-Regular', Helvetica, Arial, sans-serif;
width: 100%;
}

.content01-1v2 .morebutton a {
display: block;
font-size: 80%;
letter-spacing: 1px;
text-align: center;
width: 30%;
color: #000;
background: #f3f3f3;
padding: 1.5% 0 1.5% 0;
text-decoration: none;
border-radius: 4px;
border: 1px solid #ccc;
margin: 5% 0 5% 30%;
}

.content01-1v2 .morebutton2 a {
display: block;
font-size: 100%;
letter-spacing: 1px;
text-align: center;
width: 50%;
color: #fff;
background: #888;
padding: 2% 0 2% 0;
text-decoration: none;
border-radius: 4px;
border: 1px solid #ccc;
margin: 9% 0 5% 20%;
}


.content01-1v2 .morebutton a:hover {
color: #fff;
background-color: #979797;
border: 1px solid #666;
transition: .3s;
}


.content01-2v2 .morebutton {
float: left;
font-family: 'OpenSans-Regular', Helvetica, Arial, sans-serif;
width: 100%;
}

.content01-2v2 .morebutton a {
display: block;
width: 80%;
padding: 3% 1% 3% 1%;
font-size: 90%;
text-align: center;
margin: 8% 0 4% 10%;
text-decoration: none;
border-radius: 4px;
color: #fff;
background-color: #E45100;
border: 1px solid #666;
}

.content01-2v2 .morebutton a:hover {
color: #000;
background: #f3f3f3;
border: 1px solid #ccc;
transition: .3s;
}

.content01 .backlink {
font-family: 'OpenSans-Semibold', Helvetica, Arial, sans-serif;
float: left;
font-size: 110%;
width: 100%;
text-align: center;
margin-top: 3%;
margin-bottom: 2%;
}

.content01 .infoline {
font-family: 'OpenSans-Regular', Helvetica, Arial, sans-serif;
float: left;
font-size: 80%;
color: #444;
width: 100%;
margin-top: 1.5%;
margin-bottom: 2.5%;
}


.content01 .termindetail {
margin-top: 1.5%;

}


.content01 .backlink a {
border-bottom: 0;
}

.content01 .single {
margin-top: 6%;
margin-bottom: -6%;
}

.content01 .nachoben {
font-family: 'OpenSans-Regular', Helvetica, Arial, sans-serif;
background-color:#E5F0FB; 
color:#000;
border:0;
}

.content01 .nachoben:hover {
border-bottom:0;
color: #5484C1;
}

.content01 .unten {
text-align: center;
padding-top: 2.5%;
padding-bottom: 3%;
border-right: 1px solid #fff;
margin-bottom: -6.1%;
margin-top: 13%;
}

.content01-1v2 p span {
font: inherit;
display: inline;
padding: 0;
background-color: transparent;
margin: 0;
}


.content01 .teaser p span {
background-color: transparent;
}

/* Suche und Formulare */


.suchbereich {
width: 100%;
margin-top: -2px;
padding: 0 0 7% 0;
}


.suchergebnis h2 {
padding: 10% 8% 8% 6%;
text-align: center;
font-weight: 400;
color: #41a93e;
}

.suchergebnis a {
border-bottom: 0;
}

.suchergebnis ul {
padding: 2% 6% 8% 10%;
}

.suchergebnis li {
margin-bottom: -3%;
}

.suchergebnis small {
color: #555;
}

.suchergebnis li {
list-style-type: square;
color: #41a93e;
padding-bottom: 5%;
line-height: 1.5em;
}


.suchbereich label {
display: none;
}


.suchbereich .suchfeld {
width: 70%;
padding: 12px 2px 10px 12px;
font-size: .82em;
border: 1px solid #aaa;
border-right: 0;
background-color: #fff;
margin-right: -5px;
vertical-align: top;
}

.suchbereich .suchbutton {
font-size: 90%;
border: 0;
color: #fff;
background-color: #9BA0A6;
width: 30%;
padding-bottom: 4px;
height: 40px;
cursor: pointer;
}

.suchbereich .suchbutton:hover {
opacity: .7;
transition: .3s;
}

.formbereich label {
display: block;
font-size: 110%;
margin-bottom: 8%;
}

.formbereich .suchfeld {
width: 80%;
padding: 7px 2px 7px 8px;
font-size: .9em;
border: 1px solid #888;
background-color: #fff;
vertical-align: top;
margin-bottom: 5%;
}

.formbereich .suchbutton {
font-size: 90%;
border: 0;
color: #000;
background-color: #DADADA;
border: 1px solid #fff;
width: 80%;
padding-bottom: 4px;
height: 36px;
cursor: pointer;
border-radius: 2px;
}

.formbereich .suchbutton:hover {
opacity: .7;
transition: .3s;
}




/* Footerbereich */

 .footer01 {  
font-family: 'OpenSans-Regular', Helvetica, Arial, sans-serif;
float: left;
width: 100%;
color: #000;
background-color: #D6E8FC;
border-top: 10px solid #fff;
padding-bottom: 5%;
padding-top: 3%;
}



.footer01 ul {
margin-bottom: 8%;
}

.footer01 li {
display: inline;
padding-left: 3%;
padding-right: 3%;
margin-bottom: 9%;
}


.footer01-1v2 { 
float: left;
width: 47.875%;
margin-left: 24.0625%;
text-align: center;
padding-bottom: 3%;
}

.footer01-2v2 { 
float: right;
width: 20.3125%;
margin-left: 2.28225%;
margin-right: 5.3125%;
padding-bottom: 2%;
text-align: center;
}

.footer01-1v2 img {
width: 12%;
height: auto;
margin: 5%;
margin-top: 8%;
}

.footer01-1v2 img:hover {
opacity: .7;
transition: .3s;
}

.footer01-1v2 ul a {
color: #225EAD;
border-bottom: 1px dotted #fff;
}

.footer01-1v2 ul a:hover {
color: #C94800;
transition: .3s;
}

.signet {
margin-top: -3%;
}

.signet img {
width: 40%;
border: 0;
}

.signet2 img {
width: 70%;
height: auto;
margin-top: 2%;
margin-bottom: 3%;
border: 0;
}



/* Formular */



.div2er, .div3er, .div1breit, .div2schmal, .div2ermid, .div1schmal, .div3schmal {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 87%;
  margin: 1% 6.5% 1% 6.5%;
}

.div2schmal {
   align-items: center;
   margin-bottom: 4%;
}


.div1schmal {
	font-size: 90%;
	margin-bottom: 3%;
}

.fontmid {
	font-size: 100%;
}

.checkboxbottom {
  margin-top: 1%;
	
}

.div2er > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 25%;
  flex: 1 25%;
  padding-top: 2%;
  font-size: 100%;
}

.div2er  > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 70%;
  flex: 1 70%; 
}

.div2ermid {
margin-bottom: 4%;
}

.div2ermid > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 35%;
  flex: 1 35%;
  padding-top: 2%;
  font-size: 100%;
}

.div2ermid  > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 60%;
  flex: 1 60%; 
}


.div1breit > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 30%;
  flex: 1 30%;
}

.div1breit  > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 65%;
  flex: 1 65%; 
}
  
  
.div2schmal > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 20%;
  flex: 1 20%;
}

.div2schmal  > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 72%;
  flex: 1 72%; 
  padding: .4em 0 1em .2em;
}

.div2schmal  > div:nth-child(2) img {
width: 25%;
margin-right: 5%;
height: auto;
float: left;
}

.div2schmal  > div:nth-child(2) p:first-of-type {
font-size: 110%;
line-height: 1.4em;
}

.div2schmal  > div:nth-child(2) p:last-of-type {
font-size: 90%;
}

.div2schmal  > div:nth-child(2) select {
	font-size: 100%;
	width: 70%;
}


.div1schmal > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 3%;
  flex: 1 3%;
  min-width: 30px;
}

.div1schmal  > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 95%;
  flex: 1 95%; 
}

.div3er > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 25%;
  flex: 1 25%; 
   padding-top: .4em;
 }

.div3er  > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 40%;
  flex: 1 40%; 
  padding-right: 2%;
}

.div3er  > div:nth-child(3) {
  -webkit-flex: 1;
  -ms-flex: 1 28%;
  flex: 1 28%;
}

.div3schmal > div:nth-child(1) {
  -webkit-flex: 1;
  -ms-flex: 1 28%;
  flex: 1 25%; 
   padding-top: .4em;
 }

.div3schmal  > div:nth-child(2) {
  -webkit-flex: 1;
  -ms-flex: 1 20%;
  flex: 1 20%; 
  padding-right: 1%;
}

.div3schmal  > div:nth-child(3) {
  -webkit-flex: 1;
  -ms-flex: 1 44.8%;
  flex: 1 44.8%;
}


legend {
	display: none;
	padding: 1% 0 3% 0;
}

.formset fieldset {
	margin: 2% 0 0 0;
}

.formset fieldset h3 {
	font-size: 120%;
	margin: 8% 0 5% 0;
}

.formset fieldset h4 {
	font-size: 120%;
	margin: 2% 0 2% 0;
}

.formset fieldset p {
	font-size: 100%;
	margin-top: 2%;
	margin-bottom: 3%;
}



.formset .textfeld {
	font-size: 100%;
	padding: .5em;
	width: 98%;
	border: 1px solid #00929B;
	background-color: #F9FDFF;
	margin-bottom: 2%;
	border-radius: 4px;
	margin-left: 2%;
}

.formset .textfeldkl {
	font-size: 100%;
	padding: .5em;
	width: 30%;
	border: 1px solid #00929B;
	background-color: #F9FDFF;
	margin-bottom: 2%;
	border-radius: 4px;
}

.formset .textfeldmid {
	width: 40%;
}


.formset .selectsmall {
	max-width: 90%;
	margin-bottom: 9%; 
}

.formset .date {
	padding: .8em;
}

.formset .textfeldklein {
	width: 8%;
}

.formset textarea {
	font-size: 110%;
	margin-top: 1%;
	padding: 1.8%;
	border: 1px solid #00929B;
	background-color: #F9FDFF;
	width: 100%;
	height: 115px;
	margin-bottom: 4%;
}

.sendbutton {
	padding: 2.8% 5% 2.8% 5%; 
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.3em;
	letter-spacing: 1px;
	background-color: #00929B;
	letter-spacing: 2px;
	width: 100%;
	cursor: pointer;
	margin: 3% 0 7% 0;
	border-radius: 6px;
	transition: .4s;
} 

.sendbutton:hover {
  color: #000;
  background-color: #ccc;
}

.formset input[type="checkbox"] {
margin: 0 1% 0 0;
background-color: #F9FDFF;
}

.formset select {
font-size: 100%;
width: 100%;
margin-top: 1.5%;
margin-bottom: 2%;
}

.formset .anrede {
  width: 36%;
  padding: 1%;
  margin-left: 1.6%;
}

.formset .auswahl {
  padding: 1%;
}

.hide {
	display: none;
	}


/* _____ Misc _____ */


.cf:after {
content: "";
display: table;
clear: both;
}

/* _____ Interviews _____ */

.vita {
width: 99.9%;
	background-color: #eee;
	margin: 4% 20px 0 0px;
	padding: 3% 0 5% 0;
}

.teaser .vita p img {
	float: left;
width: 25%;
height: auto;	
margin-left: 0;
}

blockquote {
	font-family: 'Affogato-Bold', sans-serif;
	line-height: 1.2em;
	font-weight: bold;
	font-size: 140%;
	margin: 3% 4% 5% 5%;
}



/*Styles for screen 1024px and lower*/
@media only screen and (max-width : 1024px) {



.headleft {
height: 67px;
border-top: 6px solid #fff; 
border-bottom: 6px solid #fff;
width: 22.0625%;
padding-left: 5.3125%;
}

.headlogo {
margin-top: -24%;
}

.headnav {
width: 77.9375%;
margin-top: 7.4%;
padding-right: 0;
border-top: 6px solid #fff; 
border-bottom: 6px solid #fff;
}

.nav li {
font-size: .865em;
font-family: 'OpenSans-Regular', Helvetica, Arial, sans-serif;
text-align: center;
}

.nav li a {
padding: 18px 0 18px 0;
min-height: 0;
}


}



/*Styles for screen 800px and lower*/
@media only screen and (max-width : 800px) {


body {
font-size: 100%;  
}


.tweets {
	display: none;
}


.head { 
background-color: #fff;
}

.headleft {
float: left;
margin-top: 11%;
border-top: 0; 
border-bottom: 0;
width: 100%;
text-align: center;
}

.headlogo {
margin-top: -11%;
}

.headleft img {
width: 32%;
}

.headnav {
float: left;
width: 100%;
margin-top: 6%;
padding-right: 0;
padding-left: 0;
border-top: 0; 
border-bottom: 0;
background-color: #0954B5;
border-bottom: 1px solid #fff;
}


 .headnav .nav ul {
        display: none;
        height: auto;
    }
    
    .nav li {
		font-size: 1em;

	}
    
.nav li a {
		width: 50%; 
		background: #1A7AF7;
		border-right: 0;
		border-bottom: 1px solid #fff;
		padding: 5.5% 0 5.5% 0;
	}

.nav li:nth-child(odd) a {
		border-right: 1px solid #fff;
	}

.nav li:last-of-type a {
		border-bottom: 0;
	}
	
	    
    .headnav .nav a#pull {
	    font-family: 'OpenSans-Regular', Helvetica, Arial, sans-serif;
        display: block;
        float: right;
        width: 50%;
        padding-bottom: 5.8%;
        position: relative;
        text-align: center;
        padding-top: 5.4%;
        color: #fff;
        background-color: #0954B5;
        
    }
    
    .headnav .nav a#pull:after {
        content:"";
        background: url('images/nav-icon.png') no-repeat;
        width: 30px;
        height: 44px;
        display: inline-block;
        position: absolute;
        right: 4%;
        margin-top: 3.5%;
    }
    
    
.nav .verein {
background: #5484C1;
box-shadow: none;
}

.nav .ds {
background: #008F99;
box-shadow: none;
}

.nav .beratung {
background: #17BE01;
box-shadow: none;
}

.nav .termine {
background: #C94800;
box-shadow: none;
}

.nav .blog {
background: #979797;
box-shadow: none;
}

    
.content01-1v2 { 

width: 65.875%;
margin-left: 2.0625%;
padding-bottom: 3%;
}

.content01-2v2 { 
width: 27.3125%;
margin-left: 2.28225%;
margin-right: 2.3125%;
padding-bottom: 2%;
text-align: center;
}


.content-top h1 {
font-size: 150%;
letter-spacing: 0;
margin-top: -2%;
}

.cont-verein, .cont-ds, .cont-beratung, .cont-termine, .cont-blog {
border-left: 0;
}

.suchbereich .suchfeld {
width: 68%;
padding: 8.9px 2px 8.9px 12px;
font-size: 90%;
}

.suchbereich .suchbutton {
font-size: 80%;
width: 32%;
height: 36px;
}

.menu-verein, .menu-ds, .menu-beratung, .menu-termine, .menu-blog { 
width: 95.675%;
margin-left: 2.0625%;
margin-right: 2.0625%;
margin-bottom: 5%;
}

.menu-verein span, .menu-ds span, .menu-beratung span, .menu-termine span, .menu-blog span {
text-align: center;
padding: 3% 0 3% 0;
font-size: 120%;
}

.menu-verein li a, .menu-ds li a, .menu-beratung li a, .menu-termine li a, .menu-blog li a {
width: 50%; 
padding: 3% 0 3% 0;
}

.menu-verein li:nth-child(odd) a, .menu-ds li:nth-child(odd) a, .menu-beratung li:nth-child(odd) a, .menu-termine li:nth-child(odd) a, .menu-blog li:nth-child(odd) a {
border-right: 1px solid #fff;
}

.menu-verein .aktiv, .menu-ds .aktiv, .menu-beratung .aktiv, .menu-termine .aktiv, .menu-blog .aktiv {
background: #5484C1;
color: #fff;
}


.suchbereich {
margin-top: -6.5%;
padding-bottom: 11%;
}

.suchbereich .suchfeld {
width: 56%;
padding: 4% 2px 4% 2px;
font-size: 90%;
margin-right: 2%;
}

.suchbereich .suchbutton {
font-size: 90%;
width: 36%;
color: #fff;
}

 .footer01 {  
font-size: 92%;
}


.footer01-1v2 { 
width: 65.875%;
margin-left: 2.0625%;
padding-bottom: 3%;
}

.footer01-2v2 { 
width: 27.3125%;
margin-left: 2.28225%;
margin-right: 2.3125%;
padding-bottom: 2%;
text-align: center;
}

.signet {
margin-top: -3%;
}

.signet img {
width: 55%;
border: 0;
}

.signet2 img {
width: 70%;
height: auto;
margin-top: 2%;
margin-bottom: 3%;
border: 0;
}


}


/*Styles for screen 640px and lower*/
@media only screen and (max-width : 640px) {


    
    .headnav .nav a#pull:after {
        top: 15px;
    }
    

.headleft {
margin-top: 16%;
}


.headleft img {
width: 50%;
}



.headlogo {
margin-top: -16%;
}

.content01 {
padding-bottom: 0;
}

.content01-1v2 { 
width: 100%;
margin-left: 0;
margin-right: 0%;
padding-bottom: 4%;
}

.content01-2v2 { 
width: 100%;
margin-left: 0;
margin-right: 0;
padding-bottom: 6%;
text-align: center;
}


.content-top h1 {
font-size: 140%;
text-align: center;
padding: 0 4% 0 4%;
margin-top: -4%;
line-height: 1.5em;
}

.content01 span { 
text-align: center;
padding: 4% 0 4% 0;
font-size: 110%;
}

.content01-2v2 span { 
padding: 4% 0 4% 0;
margin-bottom: 0;
}

.content01-2v2 img { 
width: 18%;
padding: 5% 0 0 0;
}

.blogteaser img {
float: none;
text-align: center;
width: 50%;
margin: 5% 4% 2% 25%;
}

.teaser .teaserbild img {
float: left;
width: 30%;
height: auto;
margin: 4% 4% 3% 0;
}

.teaser img {
float: none;
text-align: center;
width: 70%;
margin: 5% 0 4% 15%;
}


.content01 h2 {
font-size: 130%;
padding-top: 4%;
padding-bottom: 2.5%;
padding-left: 6%;
}

.content01 .blogteaser h2, .content01 .teaser h2 {
font-size: 140%;
padding: 4% 2% 3% 6%;
}

.content01-1v2 p, .content01-2v2 p  { 
font-size: 100%;
}

.content01-1v2 p  { 
font-size: 110%;
line-height: 1.5em;
}

.content01 .telnr {
font-size: 150%;
margin-bottom: 0%;
}


.content01 .terminteaser {
text-align: center;
border-bottom: 1px dashed #ccc;
padding-bottom: 4%;
background-color: #EEF6FE;
}


.content01 .terminteaser p {
font-size: 90%;
padding: 4% 2% 0 2%;
}

.content01 .terminteaser h3 {
font-weight: normal;
font-size: 105%;
margin-top: 5px;
line-height: 1.5em;
padding: 0 16% 0 16%;
}


.menu-verein, .menu-ds, .menu-beratung, .menu-termine, .menu-blog { 
width: 100%;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}

.menu-verein li a, .menu-ds li a, .menu-beratung li a, .menu-termine li a, .menu-blog li a {
width: 50%; 
padding: 5% 0 5% 0;
}

.menu-start { 
width: 100%;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
}

.menu-start .btn-card {
margin-bottom: 15%;
width: 90%;
margin-left: 5%;
margin-right: 5%;
border: 1px solid #999
  }

.menu-start h2 {
	margin-top: 5%;
	padding-bottom: 0;
}

.menu-start p {
	font-size: 110%;
}

/* Suche und Formulare */

.suchbereich {
margin-top: -9999px;
margin-left: -9999px;
}

.suchbereich .suchfeld {
width: 46%;
padding: 8.9px 2px 8.9px 12px;
font-size: 90%;
margin-right: 2%;
}

.suchbereich .suchbutton {
font-size: 100%;
width: 26%;
color: #000;
}


.formbereich label {
display: block;
font-size: 140%;
margin-top: 3%;
margin-bottom: 8%;
}

.formbereich .suchbutton {
font-size: 100%;
}


/* Buttons */


.content01-1v2 .morebutton a {
width: 60%;
margin: 5% 0 4% 20%;
font-size: 95%;
}

.content01-2v2 .morebutton a {
width: 60%;
margin: 7% 0 2% 20%;
font-size: 95%;
}





 .footer01 {  
padding-bottom: 12%;
padding-top: 8%;
}

.footer01-1v2 { 
width: 100%;
margin-left: 0;
padding-bottom: 3%;
}

.footer01-2v2 { 
width: 100%;
margin-right: 0;
margin-left: 0;
padding-bottom: 2%;
text-align: center;
}

.footer01 li {
font-size: 110%;
}

.footer01-1v2 img {
width: 18%;
margin: 6%;
margin-top: 11%;
}

.signet {
margin-top: -4%;
}

.signet img {
width: 50%;
}

.signet2 img {
width: 60%;

}

}


/*Styles for screen 480px and lower*/
@media only screen and (max-width : 480px) {





}