/*
 * Gridism
 * A simple, responsive, and handy CSS grid by @cobyism
 * https://github.com/cobyism/gridism
 
 Copyright (c) 2013 Coby Chapple.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the 'Software'), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

 
 */

/* Preserve some sanity */
.grid,
.unit {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Set up some rules to govern the grid */
.grid {
	display: block;
	clear: both;
}
.grid .unit {
	float: left;
	width: 100%;
	padding: 10px;
}

/* as */
#main-header .unit.three-fifths {
	padding-bottom: 0px;
	margin-bottom: -50px;
	padding-top: 77px;
}

/* This ensures the outer gutters are equal to the (doubled) inner gutters. */
.grid .unit:first-child { padding-left: 20px; padding-top: 60px;}
.grid .unit:last-child { padding-right: 20px; }

/* Nested grids already have padding though, so let’s nuke it */
.unit .unit:first-child { padding-left: 0; }
.unit .unit:last-child { padding-right: 0; }
.unit .grid:first-child > .unit { padding-top: 0; }
.unit .grid:last-child > .unit { padding-bottom: 0; }

/* Let people nuke the gutters/padding completely in a couple of ways */
.no-gutters .unit,
.unit.no-gutters {
	padding: 0 !important;
}

/* Wrapping at a maximum width is optional */
.wrap .grid,
.grid.wrap {
	max-width: 1140px;
	margin: -1px auto;
}

/* Width classes also have shorthand versions numbered as fractions
 * For example: for a grid unit 1/3 (one third) of the parent width,
 * simply apply class="w-1-3" to the element. */
.grid .whole,          .grid .w-1-1 { width: 100%; }
.grid .half,           .grid .w-1-2 { width: 50%; }
.grid .one-third,      .grid .w-1-3 { width: 33.3332%; }
.grid .two-thirds,     .grid .w-2-3 { width: 66.6665%; }
.grid .one-quarter,    .grid .w-1-4 { width: 25%; }
.grid .three-quarters, .grid .w-3-4 { width: 75%; margin-bottom: 35px; }
.grid .one-fifth,      .grid .w-1-5 { width: 20%; }
.grid .two-fifths,     .grid .w-2-5 { width: 40%; }
.grid .three-fifths,   .grid .w-3-5 { width: 60%; }
.grid .four-fifths,    .grid .w-4-5 { width: 80%; }
.grid .golden-small,   .grid .w-g-s { width: 38.2716%; } /* Golden section: smaller piece */
.grid .golden-large,   .grid .w-g-l { width: 61.7283%; } /* Golden section: larger piece */

/* Clearfix after every .grid */
.grid {
  *zoom: 1;
}
.grid:before, .grid:after {
	display: table;
	content: "";
	line-height: 0;
	padding-top: 20px;
}
.grid:after {
	clear: both;
}

/* Utility classes */
.align-center { text-align: center; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.pull-left    { float: left; }
.pull-right   { float: right; }

.mittig { margin-left: auto; margin-right:auto; }
/* Responsive Stuff */
/* --------------------------- */

@media screen and (max-width: 568px) {
  /* Stack anything that isn’t full-width on smaller screens */
  .grid .unit {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .bloro_grid.bloro_10 .bloro_unit {
		width: 48% !important;
		padding-left: 0;
		padding-right: 0;
  }
  .bloro_10 h3 {
		font-size: 0.86em;
		line-height: 1.4em;
	}
  .bloro_11 .bloro_unit.bloro_whole  {
	  width: 100%;
  }
   .bloro_grid.bloro_12 .bloro_unit {
	  width: 50% !important;
  }
  .unit .grid .unit {
    padding-left: 0px;
    padding-right: 0px;
  }


  /* Sometimes, you just want to be different on small screens */
  .center-on-mobiles {
    text-align: center !important;
  }
  .hide-on-mobiles {
    display: none !important;
  }
  
  .pull-right {width:100%;}
  
}

/* Expand the wrap a bit further on larger screens */
@media screen and (min-width: 1180px) {
  .wider .grid {
		max-width: 1180px;
		margin: 0 auto;
	}
	.conteninnen h3, .conteninnen p {
    width: 63%;
	}
}



/* ------------------- End Gridism ----------------------------- */

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto.woff2') format('woff2'),
        url('font/Roboto.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto.woff2') format('woff2'),
        url('font/Roboto.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Bold.woff2') format('woff2'),
        url('font/Roboto-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto.woff2') format('woff2'),
        url('font/Roboto.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto.woff2') format('woff2'),
        url('font/Roboto.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto.woff2') format('woff2'),
        url('font/Roboto.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Bold.woff2') format('woff2'),
        url('font/Roboto-Bold.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}




html {
	overflow-y:scroll;
	}
	
body {
	margin:0;
	padding:0;		
	font-size: 1em;
	color: #676767;
	font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
}

.grid {
}

/* HEADER --------------------------------------------- */
header {
	/* box-shadow: 2px 0 15px #b5b9b9; */
	/* z-index:10; */
	background-color:#fff;
	position: relative
}

header:after {clear:both;}
#sh-header {
	background-image: url(img/moewe.png);
	background-repeat: no-repeat;
	min-height: 195px;
	clear: both;
	background-size: 150px;
	background-position: 50px 60px;
	padding-bottom: 20px;
}
#sh-header .submenue {
	float: right;
	font-size: 0.7em;
	margin-top: 0px;
	padding-right: 50px;
	padding-top: 35px;
	padding-bottom: 10px;
	width: 100%;
	height: auto;
	background-color: #f1f4f9;
}
#sh-header .submenue ul {
	float: right;
	position: relative;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
#sh-header .submenue ul li {
	padding: 2px 16px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	float: left;
	line-height: 1.3em;
	list-style: none;
}
.trenn {
	border-right: 1px solid #122656;
	padding-right: 10px;
}
.astop {
	margin-top: 0;
	margin-bottom: 0;
}
.break {
    display: none;
}
.text-hidden {
	width: 1px;
	height: 1px;
	padding: 0;
	left: -9999px;
	margin: -1px;
	overflow: hidden;
	position: absolute;
}
#sh-header .submenue ul a:link {
	color: #122656;
	font-weight: normal;
	text-decoration: none;
}
#sh-header .submenue a.telefon {
	line-height: 2.2em;
}
#sh-header .submenue a.telefon::before {
	content: ' ';
	background-image: url(img/icon-telefon.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center 0px;
	height: 25px;
	width: 25px;
	margin-right: 2px;
	float: left;
}
#sh-header .submenue a.mail::before {
	content: ' ';
	background-image: url(img/icon-kontakt.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center 0px;
	height: 25px;
	width: 25px;
	margin-right: 2px;
	float: left;
}
#sh-header .submenue a.mail {
	line-height: 2.2em;
}
.gef::before {
	content: 'Gefördert durch:';
	position: absolute;
	margin-left: -110px;
	margin-top: 0px;
	color: #36393e;
	font-size: 0.78em;
}

.header-wrapper a {
	display: block;
	text-decoration: none;
}

#portal-info {
	float: left;
	margin-bottom: -25px;
	padding-left: 210px;
	padding-top: 50px;
	padding-bottom: 35px;
}
#portal-info p.h1uschr {
	width: 100%;
	color: #003362;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
}
#sh-logo {
	float: right;
	margin-right: 2em;
	margin-top: 4em;
	position: relative;
}
/* ----------------------------------- */
article {line-height: 1.5em;}

h1, h2, h3, h4, h5, dt, th {
	font-weight:900;
	margin-bottom: 5px;
}
h2 {
	margin-top: 40px;
	margin-bottom: 35px;
}
/* p, h3 {
	-webkit-hyphens: auto; 
	hyphens: auto;
} */
h1 {
	margin-top: 40px;
	margin-bottom: 35px;

}
/* .bloro_9 h1 {
	margin-top: 40px;
	margin-bottom: 35px;

} */
.bloro_10 h2 {
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
}
.mittig h2 {
	text-align: center;
	font-size: 28px;
}
hr {
	border-bottom: 2px dotted #6E6F6E;
	border-top: none;
}

img {
	max-width:100%;
	height:auto;
}
img.aboben { padding-top: 0; }

ul { margin-top: -20px; }

li {
	list-style: square;
	margin-left: -20px;
	list-style-position: outside;
}
.container35 {
    width: 100%;
    height: 120px; /* Anpassbare Höhe */
    background-color: transparent; /* Hintergrundfarbe */
    position: relative;
    overflow: hidden;
}

.container35::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
	top: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    clip-path: polygon(0 0, 100% 0, 35% 100%);
	background-color: #122756;
}
.container70 {
    width: 100%;
    height: 120px;
    background-color: #eaf1f9;
    position: relative;
    overflow: hidden;
}
.container70::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
	top: -1px;
    width: 100%;
    height: 100%;
    background: inherit;
    clip-path: polygon(0 0, 100% 0, 70% 100%);
	background-color: #122756;
}
/* Hintegrundfarben - Abschnitte */
.f-dunkelblau {
	background-color: #122756;
	color: #fff;
}
.f-blau-1 {
	background-color: #eaf1f9;
	color: #122756;
}
.f-blau-2 {
	background-color: #d9e5ef;
	color: #122756;
}
.f-blau-3 {
	background-color: #becfe1;
	color: #122756;
}
.f-blau-4 {
	background-color: #a6bad2;
	color: #122756;
}
.abst-unten20 {margin-bottom: 0px;}
/* ++++ Kontent ++++++ */
.dblau { color: #122756; }
.conteninnen {
	background-color: #fff;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	border-radius: 10px;
	clear: both;
	display: table;
	overflow: hidden;
	margin-bottom: 20px;
	width: 94%;
}
.conteninnen img {
	border-radius: 7px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	width: 15%;
}
.conteninnen p {
	overflow: hidden;
	width: 63%;
	float: left;
}
.conteninnen h3 { 
	width: 63%; 
	margin-bottom: 15px;
	float: left;
}
.bloro_12 h2 {margin-bottom: 20px;}
.bloro_10 img {width: 60%;}
.teaser {
	/* background-color: #e5eef5; */
	margin-bottom: -25px;
	width: 75%;
	padding: 25px;
	text-align: center;
	border-radius: 5px;
	min-height: 140px;
}
.teaser img {
	border-radius: 7px;
	margin-right: 30px;
	float: left;
	width: 100%;
}
.teaser img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
a.kurslink {
	background-color: #122756;
	text-decoration: none;
	color: #fff !important;
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
	min-width: 12%;
	text-align: center;
	float: right;
}
a.kurslink::before {
  content: ' ';
  background-image: url(img/pfeil-v2-ws.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center 5px;
  height: 18px;
  width: 20px;
  margin-right: 5px;
  float: left;
}

a.endeckkurs {
	background-color: #fff;
	background-image: url(img/pfeil-v2-bl.png);
	background-repeat: no-repeat;
	background-size: 5%;
	background-position: left 55px center;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 80px;
	padding-right: 60px;
	color: #122756;
	border-radius: 15px;
}
a.endeckkurs:hover {
	text-decoration: none;
	background-color: #d9e2f7;
}

/* ------------------- */
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border:1px solid #36393E;		
	background-color:transparent;
	font-family: 'Roboto';	
	color:#36393E;	
	font-size:1em;
}

img.picfull {width:100%; height:auto;}
img.pic2left {float:left; max-width:49%; margin: 3px 1% 2px 0; height:auto;}
img.pic2right {float:right; max-width:49%; margin: 3px 0 2px 0.5%; height:auto;}

img.pic3left {float:left; max-width:32%; margin: 3px 1.5% 2px 0; height:auto;}
img.pic3right {float:right; max-width:32%; margin: 3px 0 2px 0.3%; height:auto;}

img.pic4left {float:left; max-width:24%; margin: 3px 1% 2px 0; height:auto;}
img.pic4right {float:right; max-width:24%; margin: 3px 0 2px 0.5%; height:auto;}

.bodyclass5, .bodyclass5 footer, .bodyclass5 .wrap { background-color: #F5F5F5; }

footer {
	background-color:#8f9695;
	color:#36393E;
	padding:1em;
	font-size: 75%;		
}

footer a:link, footer a:visited {
	color:#36393E;
}

.logo {
	padding:0;
}
.logo img {
	margin-top: 35px;
}
a:link { color:#122756;	}
a:visited {	color:#122756;}
a:hover, a:active {color:#40658a}
.bloro_12 a:link { 
	color: #fff;
	text-decoration: none;
}
.bloro_12 a:visited {color:#fff;}

/* zwei divs */
.divleft {
	float: left; 
	width: 30%; 
	margin-right: 9%;
	text-align: right;
	padding-top: 10px;
}

.divright {
	float: left;
	width: 60%;
}

/* ------------------------------- nav ----------------------------------------
https://forum.wbce.org/viewtopic.php?id=2433  */


#menu a {text-decoration:none;}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu .main-menu {display: none;}

#tm:checked + .main-menu {
	display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {display: none;}

#menu li, 
#toggle-menu {
  font-size: 22px;
  font-weight: 800;
}

#menu .sub-menu {
  background-color: #fff;
  border-width: 1px 1px 0;
  margin: 0 1em;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
  position: relative;
  display: block;
  color: #007FC8;  
}


#menu {
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  margin-top: 20px;
}

#toggle-menu {
  background: #fff;
  width: 3em;
}

#toggle-menu, 
#menu a {padding: 1em;}



#menu ul.submenu li a {
  font-size: 20px;
  font-weight: 500;

}

#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
  background-color: #ededed;
  color: #007FC8;
  border-bottom: solid;
  padding-bottom: 5px;
}

#menu a.menu-current, #menu a.menu-parent {
  color: #007FC8;
  border-bottom: solid;
  padding-bottom: 5px;
}

#menu .sub-menu {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#menu .sub-menu a:hover {
  color: #0a0a0a;
}
#menu .sub-menu a.menu-current {
  color: #ec6929;
}


#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -15px;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
  padding: 1em;
  font-size: 1em;
  text-align: center;
  background-color: rgba(255, 255, 255, .125);
  text-shadow: 0 0 0 transparent;
  color: rgba(0, 0, 0, .75);
  
}

/* Nebennavigation */

ul.ellnav {
	width: 100%; 
	float: left;
	margin-top: 0;
}

.ellnav li  {
	list-style: none;
	text-transform: none;
	background-color: transparent;
	letter-spacing: 0.5px;
	float: left;
	margin: 0;
	padding: 0px 6px 0px 0px;
	position: relative;
}

.ellnav ul li a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 150%;
	font-family: 'Roboto', serif;
	padding: 5px 0 5px 10px;
	transition: all 0.5s ease;
}
.ellnav a {
	text-decoration: none !important;
	border-right: 1px solid #545557;
	padding-right: 5px;
}
.ellnav a.menu-current,
.ellnav a:hover {color: #007FC8;}
.ellnav a.menu-last {
	border-right: none;
}
/**
 * CLEAR FLOATS
 * Reference: http://w3bits.com/clearfix
 */

.cf:after {
  content: "";
  display: table;
  clear: both;
}
/* +++++++++++ Footer ++++++++++++++++ */
#mainfooter {
	padding: 20px 0 50px 0;
	background-color: #f1f4f9;
}
#mainfooter a {text-decoration: none;}
#mainfooter a:hover, #mainfooter nav a:hover {
	color: #6f89bd;
	text-decoration: underline;
}
.f-logo {float: left;}
.f-logo img {
  width: 25px;
  height: 25px;
}
#logo-sh-mobil {display: none;}
.w-1-3 {
	text-align: center;
	float:left;
}
p.hinweis {text-align: left;}

.scrollicon {
	text-align: center;
	width: 37px;
	height: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #003362;
	opacity: 0.5;
	position: fixed;
	bottom: 10px;
	right: 60px;
	display: none;
	border: 1px solid #003362;
	font-weight: normal;
	font-size: 28px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 0px;
	z-index: 999;
}
a.scrollicon { color: #fff; }
/* --------------------- */
/* Responsive Stuff */
/* --------------------------- */


@media only screen and (min-width: 1024px) {
  .spacer {height:1.4em;}
  .conteninnen {width: 94.5%;}
  .conteninnen h3, .conteninnen p {width: 63%;}
}
@media only screen and (min-width: 1000px)	{
	.conteninnen {width: 94%;}
	.gef::before {
		margin-left: -100px;
		margin-top: 0px;
	}
}
@media only screen and (min-width: 980px)	{
	.teaser {min-height: 120px;}
}
@media only screen and (min-width: 960px)	{
	.teaser {min-height: 110px;}
	.container70::after { top: -1px; }
}
@media only screen and (min-width: 940px)	{
	.teaser {min-height: 110px;}
}
@media only screen and (min-width: 920px)	{
	.teaser {min-height: 105px;}
}
@media only screen and (min-width: 900px)	{
	.teaser {min-height: 100px;}
}
@media only screen and (min-width: 850px)	{
	.conteninnen {width: 93%;}
	.teaser {min-height: 90px;}
}
@media only screen and (min-width: 820px)	{
	.conteninnen {width: 93%;}
	.teaser {min-height: 85px;}
}
@media only screen and (min-width: 801px)	{
	.conteninnen {width: 93%;}
	.teaser {min-height: 85px;}
	.gef::before {
		margin-left: 0;
		margin-top: -20px;
	}
}
@media screen and (max-width: 800px) {
	#sh-logo { display: none; }
	#logo-sh-mobil { 
	display: block; 
	text-align: center;
    margin-top: -40px;
	margin-bottom: 20px;
	}
	.grid .w-1-3 {width: 100%;}
	p.hinweis {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.f-logo {
		float: none;
		display: block;
		margin-bottom: 20px;
		margin-top: 20px;
		margin-right: 0;
		padding-top: 30px;
	}
	.container35, .container70 { height: 3em; }
	ul.ellnav {
		float: none;
		margin-top: 20px;
		width: 35%;
		margin-left: auto;
		margin-right: auto;
	}
	.teaser { min-height: 85px; }
	.conteninnen { width: 92%; }
	.conteninnen h3, .conteninnen p {width: 80%;}
	.eqd-accordion {
		width: 96%;
		margin-left: 2%;
	}
	.dblau h2 {padding-left: 2%;}
	.mittig h2 {text-align: left;}
	.gef::before {
	content: 'Gefördert durch:';
	position: absolute;
	margin-left: -80px;
	margin-top: 0;
	color: #36393e;
	font-size: 0.78em;
	}
	.bloro_10 h3 {
		-webkit-hyphens: none;
		hyphens: none;
	}
	.break {
      display: inline;
    }
}
@media screen and (max-width: 765px) {
	ul.ellnav {width: 40%;}
}



@media only screen and (min-width: 1100px) {
	.teaser {min-height: 140px;}
}


@media screen and (max-width: 820px) {
	a.endeckkurs {
		background-position: left 27px center;
		padding-left: 50px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 735px) {
	.conteninnen h3, .conteninnen p {width: 70%;}
	.conteninnen img {width: 25%;}
}
@media screen and (max-width: 690px) {
	.teaser {min-height: 70px;}
}
@media screen and (max-width: 674px) {
	ul.ellnav {width: 42%;}
	.conteninnen h3, .conteninnen p {width: 68%;}
}
@media screen and (max-width: 650px) {
	 .conteninnen {width: 91%;}
}

@media screen and (max-width: 644px) {
	ul.ellnav {width: 45%;}
	a.endeckkurs {
		background-position: left 20px center;
		padding-left: 40px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 605px) {
	ul.ellnav {width: 48%;}
	.teaser {min-height: 55px;}
}
@media screen and (max-width: 590px) {
	/* a.endeckkurs {
		background-position: left 10px center;
		padding-left: 10px;
		padding-right: 10px;
	} */
	.conteninnen {width: 89%;}
	.conteninnen img {width: 30%;}
	.bloro_10 h3 {font-size: 1em;}
}
 
@media screen and (max-width: 568px) {
	.teaser {min-height: 130px;}
	.conteninnen {width: 90%;}
	.conteninnen h3, .conteninnen p {width: 60%;}
	ul.ellnav {width: 53%;}
	.bloro_10 h3, .bloro_12 h3 {
		font-size: 0.9em;
		margin-left: -10px;
		margin-right: -10px;
	}
	.bloro_grid.bloro_10 {
		float: left;
		margin-left: -20px;
		margin-right: -20px;
		width: 108%;
		display: block ruby;
	}
	.astop {
		margin-top: -20px;
		margin-bottom: 20px;
	}
	a.endeckkurs {
		padding-left: 40px;
		padding-right: 20px;
	}
	img.aboben {
		padding-top: 30px;
	}
	.break {
      display: inline;
    }
}
@media screen and (max-width: 552px) {
	.bloro_grid .bloro_unit {
    padding-left: 17px;
    padding-right: 15px !important;
	}	
	.conteninnen {width: 88%;}
}
@media screen and (max-width: 541px) {
	.bloro_grid .bloro_unit {
    padding-left: 17px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 536px) {
	.bloro_grid .bloro_unit {
    padding-left: 15px !important;
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 522px) {
	.bloro_grid .bloro_unit {
    padding-left: 13px !important;
    padding-right: 5px !important;
	}
	.conteninnen {width: 87%;}
}
@media screen and (max-width: 510px) {
	ul.ellnav {width: 56%;}
	.bloro_10 h3 {
		font-size: 0.8em;
		margin-left: -15px;
		margin-right: -15px;
		-webkit-hyphens: none;
		hyphens: none;
	}
}
@media screen and (max-width: 508px) {
	.bloro_grid .bloro_unit {
    padding-left: 10px !important;
    padding-right: 2px !important;
  }
}
@media screen and (max-width: 500px) {
	.teaser {min-height: 110px;}
	.gef::before {margin-left: -80px;}
	.conteninnen img {width: 35%;}
	.conteninnen h3, .conteninnen p {width: 58%;}
}
@media screen and (max-width: 496px) {
	.bloro_grid .bloro_unit {
		padding-left: 5px !important;
		padding-right: 0px !important;
  }
  .bloro_grid.bloro_9 {
		padding-left: 5px;
		padding-right: 5px;
  }
}
@media screen and (max-width: 490px) {
	ul.ellnav {width: 60%;}
	#sh-header {
		background-size: 130px;
		min-height: 180px;
		background-position: 20px 60px;
	}
	#portal-info {padding-left: 155px;}
	.teaser {
		width: 65%;
		margin-left: 15px;
	}
	.conteninnen {width: 86%;}
}
@media screen and (max-width: 480px) {
	.conteninnen h3, .conteninnen p {width: 56%;}
}
@media screen and (max-width: 466px) {
	ul.ellnav {width: 65%;}
	.conteninnen {width: 86%;}
	.conteninnen img {
		width: 100%;
		object-fit: cover;
		object-position: 0px 15%;
		height: 200px !important;
	}
	.conteninnen h3, .conteninnen p {width: 100%;}
	.teaser {min-height: 100px;}
	.eqd-accordion h3 {
		-webkit-hyphens: none; 
		hyphens: none;
	}
	.bloro_10 img {width: 80%;}
	
}
@media screen and (max-width: 450px) {
	.conteninnen {width: 85%;}
	.gef::before {margin-left: -70px;}
	.teaser {min-height: 90px;}
}
@media screen and (max-width: 440px) {
	.bloro_10 img {width: 85%;}
	.bloro_10 h3 {
		font-size: 0.8em;
		margin-left: -15px;
		margin-right: -15px;
	}
	.teaser {
		min-height: 85px;
		margin-left: 10px;
	}
	p.hinweis {width: 95%;}
	.f-logo {
		float: none;
		margin-top: 35px;
		margin-right: 0px;
	}
	ul.ellnav {width: 65%;}
	.conteninnen {width: 85%;}
	.container35, .container70 { height: 2em; }
	ul.ellnav { width: 65%; }
}
@media screen and (max-width: 430px) {
	ul.ellnav {width: 72%;}
	.bloro_10 h3 {font-size: 0.78em;}
}
@media screen and (max-width: 420px) {
	.bloro_10 h3 {
		margin-left: -17px;
		margin-right: -17px;
	}
	#sh-header {
		background-size: 120px;
		min-height: 165px;
		background-position: 10px 60px;
	}
	#portal-info {padding-left: 135px;}
	.conteninnen {width: 84%;}
}

@media screen and (max-width: 410px) {
	.gef::before {
		margin-left: 0;
		margin-top: -15px;
	}
	.bloro_10 h3 {
		margin-left: -18px;
		margin-right: -18px;
	}
}
@media screen and (max-width: 405px) {
	.bloro_10 h2 {
		font-size: 17px;
	}
	.bloro_10 img {
    width: 75%;
	}
	.teaser {
		margin-left: 5px;
	}
}
@media screen and (max-width: 396px) {
	.bloro_10 h3 {
		font-size: 0.75em;
		margin-left: -20px;
		margin-right: -20px;
	}
	#sh-header {
		background-size: 100px;
		min-height: 150px;
	}
	#portal-info {
		padding-left: 115px;
		padding-top: 30px;
	}
	.conteninnen {width: 83%;}
}
@media screen and (max-width: 385px) {
	.teaser {min-height: 70px;}
	ul.ellnav {width: 78%;}
	.bloro_10 h2 {font-size: 16px;}
	.bloro_10 img {width: 65%;}
}
 
@media screen and (max-width: 380px) {
	ul.ellnav {width: 80%;}
	.teaser {
		min-height: 65px;
		width: 60%;
		margin-left: 10px;
	}
	.conteninnen {width: 82%;}
}
@media screen and (max-width: 368px) {
	.bloro_10 h2 {font-size: 15px;}
}
@media screen and (max-width: 360px) {
	#sh-header .submenue {
		float: none;
		padding-bottom: 20px;
	}
	.bloro_10 h3 {
		font-size: 0.7em;
		margin-left: -21px;
		margin-right: -21px;
	}
}
@media screen and (max-width: 355px) {
	ul.ellnav {width: 85%;}
	#sh-header .submenue {
		width: 99%;
		padding-right: 0;
		padding-left: 15px;
	}
	#portal-info p.h1uschr {font-size: 1.3em;} 
	
	.bloro_grid.bloro_12 .bloro_unit {
		width: 49% !important;
	}
	.teaser {
		min-height: 45px;
		width: 58%;
	}
	.conteninnen {width: 81%;}
}
@media screen and (max-width: 348px) {
	.bloro_10 h2 {font-size: 14px;}
	.bloro_10 img {width: 55%;}
	.teaser {width: 56%;}
}
@media screen and (max-width: 340px) {
	a.endeckkurs {
		padding-left: 40px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 335px) {
	ul.ellnav {width: 90%;}
	#portal-info p.h1uschr {font-size: 1.2em;} 
	.bloro_10 h2 {font-size: 13px;}
	.teaser {width: 55%;}
	.conteninnen {width: 80%;}
}
@media screen and (max-width: 320px) {
	#sh-header {
		background-size: 90px;
		min-height: 140px;
	}
	#portal-info {
		padding-left: 105px;
		padding-top: 30px;
	}
	.teaser {
		min-height: 35px;
		width: 53%;
	}
	.bloro_10 h3 {font-size: 0.7em;}
	 ul.ellnav {width: 95%;}
	.conteninnen img {height: 150px !important;}
	a.endeckkurs {
		padding-left: 40px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 310px) {
	 .bloro_grid .bloro_unit {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.conteninnen {
		width: 77%;
		margin-left: 5px;
		margin-right: 5px;
	}
}

@media screen and (max-width: 300px) {
	ul.ellnav {width: 100%;}
}
  