/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/open-sans-v34-latin-300.eot');
    src: local(''),
         url('/fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'),
         url('/fonts/open-sans-v34-latin-300.woff2') format('woff2'),
         url('/fonts/open-sans-v34-latin-300.woff') format('woff'),
         url('/fonts/open-sans-v34-latin-300.ttf') format('truetype'),
         url('/fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg');
  }
  /* open-sans-regular - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/open-sans-v34-latin-regular.eot');
    src: local(''),
         url('/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/open-sans-v34-latin-regular.woff2') format('woff2'),
         url('/fonts/open-sans-v34-latin-regular.woff') format('woff'),
         url('/fonts/open-sans-v34-latin-regular.ttf') format('truetype'),
         url('/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
  }

  /* orbitron-regular - latin */
@font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/orbitron-v25-latin-regular.eot');
    src: local(''),
         url('/fonts/orbitron-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/orbitron-v25-latin-regular.woff2') format('woff2'),
         url('/fonts/orbitron-v25-latin-regular.woff') format('woff'),
         url('/fonts/orbitron-v25-latin-regular.ttf') format('truetype'),
         url('/fonts/orbitron-v25-latin-regular.svg#Orbitron') format('svg');
  }
  /* orbitron-900 - latin */
  @font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/orbitron-v25-latin-900.eot');
    src: local(''),
         url('/fonts/orbitron-v25-latin-900.eot?#iefix') format('embedded-opentype'),
         url('/fonts/orbitron-v25-latin-900.woff2') format('woff2'),
         url('/fonts/orbitron-v25-latin-900.woff') format('woff'),
         url('/fonts/orbitron-v25-latin-900.ttf') format('truetype'),
         url('/fonts/orbitron-v25-latin-900.svg#Orbitron') format('svg');
  }

/* GLOBAL */
body
{
    background:#FFF;
	font-family: 'Open Sans', sans-serif, Arial;
    font-weight: 300;
    color:#444;
    line-height:25px;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    height: 100%;
}

html
{
    height: 100%;
}

.skip-link {
    position: absolute;
    left: -10000px;
    top: 1rem;
    z-index: 99999;
    padding: 0.75rem 1rem;
    background: #fff;
    color: #000;
}

.skip-link:focus {
    left: 1rem;
}

.Only950, header>nav#MainNavigation ul li.Only950
{
	display: none;
}

::-webkit-input-placeholder
{
    font-size: 14px;
    color: #CCC !important;
    font-weight: 300 !important;
    font-family: 'Open Sans', sans-serif, Arial;
}

::-moz-placeholder
{
    font-size: 14px;
    color: #CCC !important;
    font-weight: 300 !important;
    font-family: 'Open Sans', sans-serif, Arial;
}

:-ms-input-placeholder
{
    font-size: 14px;
    color: #CCC !important;
    font-weight: 300 !important;
    font-family: 'Open Sans', sans-serif, Arial;
}

:-moz-placeholder
{
    font-size: 14px;
    color: #CCC !important;
    font-weight: 300 !important;
    font-family: 'Open Sans', sans-serif, Arial;
}

header
{
    position: relative;
    width: 100%;
    margin: auto;
    background: #FFF;
    top: 0px;
	border-bottom: 2px solid #d90026;
}

header > a > img
{
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -475px;
    border: 0px;
    z-index: 100;
    width: 250px;
    height: auto;
}
.error
{
    color: #DC0000;
}

header>nav#MainNavigation
{
    position: relative;
    width: 700px;
    height: 140px;
	left: 50%;
	margin-left: -225px;
	display: block;
	font-family: 'Orbitron', sans-serif;
	font-weight: 900;
	text-align: right;
}

header>nav#MainNavigation ul
{
    display: table;
	float: right;
}

header>nav#MainNavigation ul li, header>nav#MainNavigation ul li.Aktiv
{
    display: table-cell;
    line-height: 140px;
    padding-left: 0px;
    padding-right: 0px;
}

header>nav#MainNavigation ul li:hover, header nav#MainNavigation ul li.Aktiv:hover, header>nav#MainNavigation ul li.Aktiv, header>nav#MainNavigation ul li.Aktiv a
{
    cursor: pointer;
	background: #d90026;
	color: white !important;
}

header>nav#MainNavigation ul li a:hover, header>nav#MainNavigation ul li:hover a
{
	color: white !important;
	
}

header>nav#MainNavigation ul li a, header>nav#MainNavigation ul li a:link, header>nav#MainNavigation ul li a:active, header>nav#MainNavigation ul li a:visited
{
    text-decoration: none;
    font-size: 14px;
    line-height: 45px;
	padding-top: 95px;
    display: block;
	color: black;
    padding-left: 12px;
    padding-right: 12px;
}



header>nav#SubNavigation 
{
    position: relative;
    width: 100%;
    height: 40px;
	display: block;
	background: #d90026;
	font-size: 14px;
	line-height: 40px;
    font-weight: 400;
}

header>nav#SubNavigation>div
{
	display: table;
	width: 950px;
	margin: auto;
}

header>nav#SubNavigation ul
{
    display: table;
	float: right;
}

header>nav#SubNavigation ul li, header>nav#SubNavigation ul li.Aktiv
{
    display: table-cell;
    padding-left: 0px;
    padding-right: 0px;
}

header>nav#SubNavigation ul li:hover, header nav#SubNavigation ul li.Aktiv:hover, header>nav#SubNavigation ul li.Aktiv, header>nav#SubNavigation ul li.Aktiv a
{
    cursor: pointer;
}

header>nav#SubNavigation div ul li a:hover, header>nav#SubNavigation div ul li:hover a
{
	color: black;	
}

header>nav#SubNavigation ul li a, header>nav#SubNavigation ul li a:link, header>nav#SubNavigation ul li a:active, header>nav#SubNavigation ul li a:visited
{
    text-decoration: none;
    font-size: 16px;
    display: block;
	color: white;
    padding-left: 11px;
    padding-right: 11px;
}

header>nav#SubNavigation div ul li.Aktiv a, header>nav#SubNavigation div ul li.Aktiv a:active, header>nav#SubNavigation div ul li.Aktiv a:visited
{
	color: black;
}

body>aside#Teaserleiste
{
    background: white;
	border-bottom: 1px solid #d90026;
	text-align: center;
	height: auto;
	padding: 0px;
	margin: 0px;
}

body>aside#Teaserleiste img
{
	margin: 0px;
	padding: 0px;
	display: block;
	margin: auto;
	width: 100%;
}

body>aside#Features
{
    background: #afafaf;
    height: 60px;
    width: 100%;
    display: block;
    position: relative;
	text-align: center;
	color: white;
	line-height: 60px;
	font-size: 14px;
    font-weight: 400;
}

body>aside#Features a
{
	color: white;
	text-decoration: none;
}

body>aside#Features a:hover
{
	color: #555;
}

body>aside#Features a.Aktiv
{
	color: black;
}
aside#Aktionsflaeche article.clickable a.SimpleLink
{
	display: block;
	padding: 0px;
	width: auto;
	margin: 0px;
	background: none;
}

body>aside#Features span
{
	padding-left: 10px;
	padding-right: 10px;
}

body>aside#Suche
{
	width: 265px;
	position: absolute;
	left: 50%;
	margin-left: 210px;
	padding-top: 20px;
	padding-bottom: 20px;
	white-space: no-wrap;
}

body>aside#Suche input[type=text]
{
	background: #CCC;
	width: 200px;
	border: 0px;
	font-size: 11px;
	color: black;
	padding: 0px;
	margin: 0px;
	line-height: 12px;
	height: 25px;
}

body>aside#Suche input[type=submit]
{
	background: #999;
	width: 60px;
	border: 0px;
	font-size: 11px;
	color: black;
	padding: 0px;
	margin: 0px;
	line-height: 12px;
	height: 25px;
}


body>aside#Partner
{
	background: #d90026;
	width: 100%;
	display: block;
	margin-top: 50px;
	text-align: center;
}

body>aside#Partner div
{
	display: block;
	max-width: 950px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

body>aside#Partner div div
{
	display: table-cell;
	width: 337px;
	opacity: 1.0;
	transition: opacity 0.5s;
}

body>aside#Partner div div:hover
{
	opacity: 0.7;
	transition: opacity 0.5s;
}


	main section#boxcontent div.PartnerIcons a, 
	main section#boxcontent div.PartnerIcons a:link, 
	main section#boxcontent div.PartnerIcons a:active, 
	main section#boxcontent div.PartnerIcons a:visited
{
	border-bottom: 0px;
	padding: 0px;
	margin: 0px 11px 0px 0px;
	width: 190px;
	height: 190px;
	display: inline-block;
	
}

main section#boxcontent div.PartnerIcons a div,
main section#boxcontent div.PartnerIcons a:link div,
main section#boxcontent div.PartnerIcons a:active div,
main section#boxcontent div.PartnerIcons a:visited div
{
	background: black;
	width: 190px;
	height: 190px;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	opacity: 1.0;
	transition: opacity 0.5s;
}

main section#boxcontent div.PartnerIcons a:hover div
{
	opacity: 0.5;
	transition: opacity 0.5s;
}

.InvisibleLink
{
    background: transparent !important;
    border-bottom: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

main
{
    display: block;
    position: relative;
    max-width: 950px;
    margin: auto;
	margin-top: 75px;
}

article div#mapcanvas div.leaflet-content-wrapper, article div#mapcanvas div.leaflet-content-wrapper div.leaflet-popup-content-wrapper, div.leaflet-popup
{
    max-width: 200px !important;
}

article div#mapcanvas div
{
    width: auto;
    font-size: inherit !important;
    margin-bottom: 0px !important;
}

article div#mapcanvas a, article div#mapcanvas a:link, article div#mapcanvas a:visited
{
    padding: 0px !important;
}

main section#boxcontent
{
    display: table-cell;
    padding-right: 30px;
    padding-bottom: 100px;
    width: 630px;
}

main section#boxcontent article
{
    padding-bottom: 50px;
}

/* ASIDE */

main aside#Aktionsflaeche
{
    display: table-cell;
    width: 260px !important;
    vertical-align: top;
    padding-bottom: 50px;
	border-left: 1px solid #afafaf;
	padding-left: 30px;
}

main aside#Aktionsflaeche article
{
	margin-bottom: 20px;
}

main aside#Aktionsflaeche article.clickable
{
	cursor: pointer;
	transition: opacity 0.5s;
}

main aside#Aktionsflaeche article.clickable:hover
{
	opacity: 0.75;
	transition: opacity 0.5s;
}

main aside#Aktionsflaeche article h2
{
	background: none;
	color: #999;
    font-weight: 400;
	font-size: 14px;
	line-height: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

main #Aktionsflaeche article a,
main #Aktionsflaeche article a:link,
main #Aktionsflaeche article a:active,
main #Aktionsflaeche article a:visited
{
	margin: 0px;
	padding: 7px 10px;
	color: white;
	background: #afafaf;
	text-decoration: none;
	border-bottom: 0px;
	font-weight: 300;
	font-size: 14px;
	transition: background-color 0.5s;
}

main #Aktionsflaeche article a:hover
{
	background: #999;
	transition: background-color 0.5s;
}

main aside#Aktionsflaeche article div.Trennlinie
{
	width: 205px;
	background: #d90026;
	height: 1px;
	margin: auto;
}

main aside#Aktionsflaeche article p
{
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}

main aside>nav
{}

main aside>nav ul
{
    margin-left: 0px;
    padding-top: 0px;
    list-style: none;
}

main aside>nav ul li
{
    background-image: none;
    padding-bottom: 0px;
    padding-left: 0px;
}

main aside>nav a, main aside>nav a:link, main aside>nav a:active, main aside>nav a:visited
{   
    display: block;
    background: #bebebe;
    color: #4f4b4b;
    font-family: 'Open Sans', sans-serif, Arial;
    font-size: 13px;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 35px;
    margin-bottom: 3px;
    transition: none;
}

main aside>nav a:hover, main aside>nav a.Aktiv:link, main aside>nav a.Aktiv:active, main aside>nav a.Aktiv:visited, main aside>nav a.Aktiv,
main aside>a.Aktiv, main aside>a.Aktiv:link, main aside>a.Aktiv:active, main aside>a.Aktiv:visited, main aside>a:hover
{   
    display: block;
    background: #35597d;
    color: #FFF;
    font-family: 'Open Sans', sans-serif, Arial;
    font-size: 13px;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 35px;
    margin-bottom: 3px;
    transition: none;
}

main aside>h2, main aside article>h2
{
    display: block;
    height: 40px;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    background: #35597d;
    text-transform: uppercase;
    margin-bottom: 5px;
}

main aside>h2:not(:first-child)
{
    margin-top: 20px;
}

main aside h2 a, main aside h2 a:active, main aside h2 a:link, main aside h2 a:visited
{
    color: white;
}

main aside div
{
    width: 100%;
    margin-bottom: 13px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 14px;
	font-family: 'Open Sans', sans-serif, Arial;
    font-weight: 300;
    line-height: 20px;
}

main aside div:hover
{
    cursor: pointer;
    background: #DDD;
}

main aside div.nolink:hover
{
    cursor: auto;
    background: #FFF;
}


main aside article.BildLeiste
{
    margin-top: 20px;
}

main aside article.BildLeiste p
{
    font-size: 14px;
    line-height: 18px;
    margin-top: 0px;
}

/* ASIDE ENDE */

.BildRechts
{
    float: right;
    padding-left: 8px;
    padding-bottom: 8px;
}

.BildRechtsPadBot0
{
    float: right;
    padding-left: 8px;
    padding-bottom: 0px;
}

.BildLinks
{
    float: left;
    padding-right: 8px;
    padding-bottom: 8px;
}

h1
{
	font-weight: 400;
    color: #333;
    font-size: 28px;
	padding-left: 15px;
	margin-left: -15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    padding-top: 0px;
	border-bottom: 3px solid #d90026;
    line-height: 32px;
}


main section#boxcontent h2
{
    clear: both;
	font-weight: 400;

    color: #333;
    font-size: 22px;
    margin: 0px 0px;
	padding-left: 15px;
	margin-left: -15px;
    padding-top: 20px;
	padding-bottom: 10px;
    border-bottom: 4px solid #CCC;
}

body.popup h2
{
    clear: both;
    color: #333;
    font-weight: 400;
    font-size: 24px;
    margin: 0px 0px;
    padding-top: 10px;
}

main section h2 a, main section h2 a:link, main section h2 a:active, main section h2 a:visited
{
    color: black;   
}

main section h2.underlined
{
    padding-bottom: 5px;
    border-bottom: 4px solid #35597d;
}

main section h3
{
    color: #444;
	font-weight: 300;
    font-size: 20px;
    margin: 25px 0px 10px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

main section article.News h3
{
    margin-top: 5px;
}

main h5
{
	font-size: 10px;
}

a.mehrlesen, a.mehrlesen:active, a.mehrlesen:link, a.mehrlesen:visited
{
	clear: both;

	margin: 0px;
	padding: 5px 9px;
	color: white;
	background: #9f9f9f;
	text-decoration: none;
	border-bottom: 0px;
	font-weight: 300;
	font-size: 13px;
	transition: background-color 0.5s;
}

footer a.mehrlesen, footer a.mehrlesen:link, footer a.mehrlesen:active, footer a.mehrlesen:visited
{
	position: relative;
}

a.mehrlesen:hover, a.mehrlesen.Aktiv, a.mehrlesen.Aktiv:link, a.mehrlesen.Aktiv:active, a.mehrlesen.Aktiv:visited
{
    background: #555;
    color: white;
    transition: background-color 0s;
}

p.mehrlesenanker
{
   line-height:30px !important;
   margin-top:20px;
}


main p, body.popup p
{
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif, Arial;
}


main strong
{
    font-weight: 300;
	color: #000;
    text-shadow: 0 0 1px #999;

}

main ul
{
    /*list-style-image: url('/images/viereck.gif');
    padding-left: 15px;*/
    margin-left: -11px;
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif, Arial;
}

main ul li
{
    background: url('/images/viereck.gif') no-repeat 0px 0px;
    padding-bottom: 10px;
    padding-left: 35px;
    list-style: none;
}

main ol
{
    list-style-type: decimal;
    padding-left: 40px;
    padding-bottom: 35px;
}

main ol li
{
    padding-bottom: 10px;
}

main blockquote
{
    margin: 0px;
    padding: 0px;
    display: inline;
    font-style: italic;
}



main a, main a:link, main a:active, main a:visited
{
    color: #d80026;
    text-decoration: none;
    transition: color .50s ease;
    border-bottom: 1px solid #d80026;
}

main a:hover
{
    color: black;
    border-bottom-color: black;
}

/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
        clip: rect(1px, 1px, 1px, 1px);
}

.Only765, .Only500, .Global, #AlternativMenu, #pull, .onlyMobile
{
    display: none;
}

footer
{
    position: relative;
    width: 100%;
    background: #afafaf;
    color: white;
    text-align: center;
    font-size: 14px;
    margin-top: 0px;
    height: 70px;
    padding-top: 23px;
    padding-bottom: 133px;
}

footer img
{
 	position: absolute;
	left: 50%;
	margin-left: -475px;
	z-index: 100;
	top: 19px;
}

footer p
{
    text-align: right;
    display: block;
    width: 950px;
    margin: auto;

    line-height: 70px;
}

footer a, footer a:link, footer a:active, footer a:visited
{
    color: white;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid white;
}

footer a:hover
{
    color: #262121;
}


/* SKIPLINK */
.go-top {
    position: fixed;
    bottom: 1em;
    right: 1em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1em;
    display: none;
    padding: 15px;
    padding-bottom: 15px !important;
    border-bottom: 0px !important;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: white !important;
}

/* Galerie */
div.Galerie
{
	padding-top: 10px;
}

div.Galerie > div
{
    float: left;
    margin-right: 3px;
    padding-bottom: 20px;
    text-align: center;
}

div.Galerie > div.haustueren
{
    float: left;
    margin-right: 3px;
    padding-bottom: 20px;
    text-align: left;
    width:160px;
    height:260px
}


/* ALT */
#alternative_menu
{
        width: 100%;
        display:none;
        padding: 3%;
}


/* Table misc */
table
{
    margin-top: 20px;
    width: 100%;
}

table td 
{
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

table th
{
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    padding-right: 5px;
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 4px solid #35597d;
    
}
    
/* Termine*/
table.Termine
{
    width: 100%;
}

table.Termine td
{
    padding: 8px;
}

table.Termine th
{
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
}

/* Bilder-Hover */
main a.group, main #boxcontent a.PartnerIcons
{
    border-bottom: 0px;
}

main a.group.links, .BilderLinks, main div.BilderLinks
{
    float: left;
    padding-right: 7px;
}

main a.group.rechts, .BilderRechts, main div.BilderRechts
{
    float: right;
    padding-left: 7px;
}

main #boxcontent a.PartnerIcons span
{
    display: inline-block;
    width: auto;
    height: auto;
    border: 0px;
    background-color: white;
    background-image: url('/images/link.png');
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px;
    padding: 0px;
    opacity: 1.0;
	border-bottom: 0px;
}

main a.group span
{
    display: inline-block;
    width: auto;
    height: auto;
    border: 0px;
    background-color: white;
    background-image: url('/images/zoom.png');
    background-repeat: no-repeat;
    background-position: center center;    
    margin: 0px;
    padding: 0px;
    opacity: 1.0;
	border-bottom: 0px;
}


main a.group span img, main #boxcontent a.PartnerIcons span img
{
    margin: 0px;
    padding: 0px;
    display: block;
    transition: opacity .50s ease;
	border-bottom: 0px;
}

main a.group:hover span img, main #boxcontent a.PartnerIcons:hover span img
{
    opacity: 0.3;
    transition: opacity .50s ease;
	border-bottom: 0px;
}

a.somfyShop {
    display: block; 
    padding: 10px;
    border-radius: 10px;
    background-color: #d90026 !important;
    font-weight:bold !important;
    text-align:center;
    width:93%;
}

div.featurered {
    margin-top:10px;
    background-color: #d90026 !important;
    padding: 10px;
    border-radius: 10px;
    color: White !important;
    cursor: default !important;
    width:93%;
}

div.featurered p {
    font-weight:bold !important;
}

div.featurered strong {
    font-size:20px;
    font-weight:bolder !important;
    color: White !important;
}

div.featurered a.featureredanker {
    
    color: White !important;
    font-weight:bolder !important;
    font-size:18px !important;
    background-color: #d90026 !important;
    opacity: 1.0 !important;
    line-height: 1.2em !important;
    margin: 0px !important;
    padding: 0px !important;
}

div.featurered a.featureredanker:hover 
{
    opacity: 0.5 !important;
    transition: opacity .50s ease;
}

div.featurered ul.featureredlist
{
    margin: 0px !important;
    padding: 0px !important;
}

div.featurered ul.featureredlist li
{
    background: url('/images/featurered_listicon.gif') no-repeat 0px 0px !important;
    padding-bottom: 10px;
    padding-left: 35px;
    list-style: none;
    /* font-weight: bold; */
}

img.FeatureJobsTeam {
    width:275px;
    margin-top:-25px;
}

img.FeatureJobsTeam2 {
    width:100%;
    margin-top:-18px;
}

img.FeatureJobsTeam3 {
    width:255px;
    margin-top:-30px;
    margin-left:20px;
}

ul.jobs2 li {
    background: url('/images/listicon2.gif') no-repeat 0px 0px !important;
}


/* Login */
form[name=login]
{
    display: block;
    background: #262121;
    padding: 5px;
}

input.login-email
{
    background-image: url('/images/login-user.gif');
    background-repeat: no-repeat;
    height: 39px;
    padding: 0px;
    background-color: #FFF;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
    padding-left: 50px !important;
    color: black;
    box-shadow: inset 0 0 12px #AAA;
}


input.login-password
{
    background-image: url('/images/login-password.gif');
    background-repeat: no-repeat;
    height: 39px;
    padding: 0px;
    background-color: #FFF;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
    padding-left: 50px;
    color: black;
    box-shadow: inset 0 0 12px #AAA;
}

input.login-password:focus, input.login-email:focus, input:focus, input[type=text]:focus, textarea:focus
{
    background-color: #EEE;
}

input[type=text], input[type=submit]
{
    height: 39px;
    padding: 0px;
    margin: 0px;
    background-color: #FFF;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
    padding-left: 5px;
    color: black;
    font-weight: 300;
    font-size: 16px;
    border-collapse: collapse;
    border: 1px solid #CCC;
}

main input[type=submit]
{
    background: #635d53;
    border: 0px;
    color: white;
    margin-bottom: 0px;
}

input[type=submit]:hover
{
    background: #d80026;
    width: 100%;
    cursor: pointer;
    border: 0px;
}

select
{
    height: 39px;
    padding: 0px;
    background-color: #FFF;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
    padding-left: 5px;
    color: black;
}

textarea
{
    padding: 0px;
    background-color: #FFF;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
    padding-left: 5px;
    color: black;   
    height: 150px;
    font-size: 16px;
    border: 1px solid #CCC;
}


table.aufzaehlung
{
    width: 100%;
}

table.aufzaehlung td
{
    padding: 3px;
    margin: 0px;
    vertical-align: middle;
    font-size: 12px;
}

table.aufzaehlung tr
{
    padding: 0px;
    margin: 0px;
}



main div#gmap, main div#gmap2
{
    width: 100%;
    height: 350px;
    margin-top: 20px;
}

main div.Sideview#gmap
{
    float: right;
    width: 50%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ############################################################## MEDIA QUERIES FOR A RESPONSIVE LAYOUT ##################################################### */

@media (min-width: 501px)
{
}

@media (max-width: 975px)
{
    main aside, header div#Hotline, #xMainNavigation, aside#Teaserleiste, .onlyDesktop, aside#Partner, footer img, body > aside#Features span, body>aside#Suche
    {
        display: none !important;
    }
	
	body > aside#Features
	{
		background: none;
		text-align: left;
		clear: both;
		height: auto;
		line-height: auto;
		margin: 0px;
		padding: 10px 10px;
		width: calc(100% - 20px);
	}

	body > aside#Features a, body > aside#Features a:link, body > aside#Features a:active, body > aside#Features a:visited
	{
		position: relative;
		background: #C9C9C9;
		padding: 5px;
		border-radius: 5px;
		margin: 0px;
		line-height: 20px;
		margin-right: 10px;
		margin-bottom: 10px;
		float: left;
	}

	header > nav#MainNavigation
	{
		display: none;
		position: fixed;
        align-items: center;

		width: 100vw;
        height: 100vh;
		left: 0px;
		top: 0px;
		z-index: 102;
		background: white;
		float: none;
		text-align: left;
		left: auto;
		margin-left: 0px;
	}

    header > nav#MainNavigation > a
    {
        position: fixed;
        top: 0px;
        padding: 5px 10px;
        display: block;
        background-color: white;
        width: 100vw;
    }

    header > nav#MainNavigation > a > img
    {
        position: relative;
        padding-top: 10px;
        width: 60%;
        height: auto;
        left: 20%;
        
    }

    header > nav#MainNavigation.isVisible
    {
        display: flex;
    }
	
	header > nav#MainNavigation ul
	{
		float: none;
	}
	
	header > nav#SubNavigation
	{
		display: none;
	}
	
	
	header>nav#MainNavigation ul li.Only950
	{
		display: block;
	}
	
	header > nav#MainNavigation ul
	{
		display: block;
        width: 100vw;
        margin: 0px;
	}
	
    header > nav#MainNavigation ul li:first-child
    {
        border-top: 1px solid white;
    }

	header > nav#MainNavigation ul li, header > nav#MainNavigation ul li.Aktiv
	{
		width: 100%;
		display: block;
		float: none;
		height: auto;
		line-height: auto;
		background: #d90026;
		color: white;
		border-bottom: 1px solid white;
        text-align: center;
	}

    header > nav#MainNavigation ul li.menuClose
    {
        background-color: white;
        color: black;
    }

    header > nav#MainNavigation ul li.menuClose a, header > nav#MainNavigation ul li.menuClose a:link, header > nav#MainNavigation ul li.menuClose a:active, header > nav#MainNavigation ul li.menuClose a:visited
    {
        color: black;
    }
	
	header > nav#MainNavigation ul li.Aktiv
	{
		color: black;
	}
	
	header > nav#MainNavigation ul li.Aktiv a, header > nav#MainNavigation ul li.Aktiv a:active, header > nav#MainNavigation ul li.Aktiv a:link, header > nav#MainNavigation ul li.Aktiv a:visited
	{
		color: black !important;
		background: none;
        line-height: 60px;
	}
	
	header > nav#MainNavigation ul li:hover, header > nav#MainNavigation ul li.Aktiv:hover
	{
		background: #afafaf;
	}
	
	header > nav#MainNavigation ul li a, header > nav#MainNavigation ul li a:link, header > nav#MainNavigation ul li a:active, header > nav#MainNavigation ul li a:visited,
	header > nav#MainNavigation ul li.Aktiv a, header > nav#MainNavigation ul li.Aktiv a:link, header > nav#MainNavigation ul li.Aktiv a:active, header > nav#MainNavigation ul li.Aktiv a:visited
	{
		padding-top: 0px;
		color: white;
        line-height: 60px;
	}
	
	
	
	.Only950
	{
		display: initial;
	}
    
    header
    {
        position: relative;
        width: 100%;
        height: 130px;
        background: transparent;
        text-align: center;
		border: 0px;
		margin-bottom: 30px;
    }

    header>a>img
    {
        position: relative;
        top:auto;
        left: auto;
        margin-left: 0px;
        padding-top: 20px;
        border: 0px;
        z-index: 100;
        float: right;
    }
    
    main
    {
		clear: both;
        display: block;
        position: relative;
        max-width: 100%;
        margin: auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
    }

    main section#boxcontent
    {
        display: table-cell;
        padding-right: 30px;
        padding-bottom: 100px;
        width: auto;
    }
    
	h1
	{
		clear: both;
		font-weight: 300;
		color: #333;
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 20px;
		padding-top: 20px;
	}


    
    footer
    {
        position: relative;
        width: calc(100% - 20px);
        color: white;
        text-align: left;
        font-size: 16px;
        padding-left: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 10px;
		height: auto;
    }

	footer strong
	{
		font-weight: 700;
	}
    footer p
    {
        text-align: left;
        display: block;
        width: auto;
        margin: auto;
		float: none;

        line-height: 30px;
    }
	
	footer a.mehrlesen, footer a.mehrlesen:link, footer a.mehrlesen:active, footer a.mehrlesen:visited
	{
		float: none;
		left: auto;
		margin: 0px;
	}
    
    footer p img
    {
        display: none;
    }

    footer a, footer a:link, footer a:active, footer a:visited
    {
        color: white;
        text-decoration: none;
        padding-bottom: 2px;
        border-bottom: 1px solid white;
    }

    footer a:hover
    {
        color: #262121;
    }
    
    
    nav#AlternativMenu
    {
        position: absolute;
        display: block;
        width: 100px;
        height: 132px;

        background-image: url('/images/menu-mobil.gif');
        background-repeat: no-repeat;
        background-position:  0px 0px;
        top: 0px;
        left: 0%;
        cursor: pointer;
    }

    nav#pull
    {
        position: absolute;
        z-index: 105;
        top: 133px;
        height: auto;
        width: 100%;
    }

    nav#pull ul
    {
        width:100%;
    }
    
    nav#pull ul li
    {
        display: block;
        clear: both;
        border-bottom: 1px solid white;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        background: #333333;
    }
    
    nav#pull ul li a
    {
        color: white;
        text-decoration: none;
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    body nav#pull ul li nav ul
    {
        border-top: 1px solid white;
    }
    
    body nav#pull ul li nav ul li
    {
        padding-left: 15px;
        width: calc(100% - 15px) !important;
    }

    body>nav ul nav
    {
    }
    
    nav#pull ul li.Global
    {
        background: #555;
    }
    body>nav ul nav
    {
        display: block;
    }
    
    nav#pull ul li.Global a, nav#pull ul li.Global a:link, nav#pull ul li.Global a:active, nav#pull ul li.Global a:visited
    {
    }
    
    nav#pull ul li:hover
    {
        background-color: #d90026 !important;
    }
    
    nav#pull ul li a, nav#pull ul li a:active, nav#pull ul li a:visited, nav#pull ul li a:link
    {
        display: block;
        width: calc(100% - 28px);
        padding-left: 14px;
        padding-right: 14px;
    }

}



@media (max-width: 380px)
{
	img#Logo {
		display: block;
		width:65%;padding-right: 1%;
}
}
@media (max-width: 300px)
{
img#Logo {width:55%;}
}