/* dosis-regular - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/dosis-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Dosis Regular'), local('Dosis-Regular'),
       url('/fonts/dosis-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/dosis-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/dosis-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/dosis-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/dosis-v7-latin-regular.svg#Dosis') format('svg'); /* Legacy iOS */
}
/* dosis-700 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/dosis-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Dosis Bold'), local('Dosis-Bold'),
       url('/fonts/dosis-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/dosis-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/dosis-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/dosis-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/dosis-v7-latin-700.svg#Dosis') format('svg'); /* Legacy iOS */
}

div.ug-textpanel-title {text-align: center !important;}
div.ug-lightbox-overlay {opacity: 0.8 !important; }

/* ################## LAYOUT ################## */

* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size: 15px;
	font-family: 'Dosis',Arial;
	line-height: 150%;
	font-weight: 400;
	color: #000000;
	-webkit-font-smoothing: subpixel-antialiased;
	font-smooth: auto;
	font-smoothing: subpixel-antialiased;
	box-sizing: border-box; 
}

:focus {
	outline:0;
}

html {
	background-color: white;
	color: #5f6976;
	min-height:100%;
	margin:0;
	/*background-image: linear-gradient(to bottom, white 10%, #ccc 90%);*/
}
body {
	color: rgb(24,61,115);
	min-height:100%;
	margin:0;
	min-height: 300px;
}
body#SEITE_1 #hintergrund{
	background-image: url(/resources/hintergrund.jpg);
	background-position: center center;
	background-size: cover;
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
}

#wrapper {
	max-width: 960px;
	width:100%;
	margin: auto;
}
.limit {
	position: relative;
	width:100%;
	max-width: 960px;
	margin: auto;
	box-sizing: border-box;
}

.schutzraum {
	padding: 0 40px;
}

#header {
	position: relative;
	width:100%;
	height:189px;
	box-sizing: border-box;
	margin-bottom: 0px;
	z-index: 2;
	overflow: hidden;
}
#header .limit {
	padding-top: 40px;
	height: 100%;
	background-image: url(/resources/sabine-scheuble-logo-blau.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
body#SEITE_1 #header .limit {
	background-image: url(/resources/sabine-scheuble-logo-weiss.png);
}
#headermobil .limit {
	padding-top: 40px;
	height: 100%;
	background-image: url(/resources/logo-small.png);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
}
body#SEITE_1 #headermobil .limit {
	background-image: url(/resources/logo-small-white.png);
	padding-top: 10px;
}

#header img.logo {
	margin-left:20px;
	}
	

#headermobil,
#menumobil, 
#menumobil.sichtbar, 
#right-menu {
	display:none;
	}
#menu { 
	display: block;
	}

body#SEITE_1 nav ul li a {
	font-weight: 700;
}

/* ################## VIDEO ################## */

.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}



/* ################## INHALT ################## */

#inhalt,
#slideshow {
	width:100%;
	min-height:90%;
	z-index:10;
	display:block;
	box-sizing: border-box;
	margin: auto;
	}
#inhalt .limit {
	background-color:white;
	box-sizing: border-box;
	background-size: cover;
	background-position: center center;
	}
#main {
	display: flex;
	padding: 0;
	padding: 60px 0;
}
#main .limit {
	max-width: 800px;
}
#text {
	box-sizing: border-box;
	padding: 0px 25px;
/* 	background-color: rgba(255, 0, 0, 0.1); */
	flex:1;
	order:2;
}

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.tinymcewysiwyg, p {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.7px;
	color: rgba(56,60,61,1);
}

h2 {
	-ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
	color: black;
	font-size:150%;
	line-height:38px;
	letter-spacing: 1px;
	margin-top: 12px;
	margin-bottom: 15px;
	display:block;
	text-transform: uppercase;
	font-weight: 500;
}

sup {
	font-size: 60%;
	font-weight: 400;
}
img.foto {
	width:100%;
	display: block;
	clear: both;
	position: relative;
	height: auto;

	border: 5px solid white;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	box-sizing: border-box;
}
.photogallery {
	width:154px;
	width:146px;
	height:97px;
	display: inline-block;
}
.photogallery img {
	width:154px;
	width:140px;
	height:104px;
	
	margin-right:4px;
	padding-right: 4px;
	border-right: 4px transparent solid;
	margin-bottom: 4px;
}


/* ################## tinymce wysiwyg ################## */

.tinymcewysiwyg {
	background-color: transparent;
}
.tinymcewysiwyg p {
	margin-bottom: 0px;
	display: block;	
}

.tinymcewysiwyg a {
	/*color:rgb(77,95,125);
	background-color: rgba(77,95,125,0.1);
	text-decoration:none;
	padding: 0 1px;	*/
	color: inherit;

	text-decoration: underline;
}

.tinymcewysiwyg a:hover {
	/*color:#ffffff;
	text-decoration:none;
	background-color: rgb(77,95,125);*/
}

.tinymcewysiwyg img  {
	max-width: 100%;
}

.tinymcewysiwyg ul,.tinymcewysiwyg ol {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:0px;
	padding-right:16px;
}

.tinymcewysiwyg ul li,.tinymcewysiwyg ol li {
	padding-bottom:4px;
	padding-left:15px;
	list-style:none;
}

.tinymcewysiwyg ul li:before,.tinymcewysiwyg ol li:before {
	content:"–\a0";
	color: rgba(56,60,61,1);
	font-weight:400;
	margin-left: -15px;
}


b,strong,.tinymcewysiwyg b,.tinymcewysiwyg strong,.tinymcewysiwyg a b,.tinymcewysiwyg a strong,.tinymcewysiwyg b a,.tinymcewysiwyg strong a {
	font-weight:700;
	font-style:normal;
	letter-spacing: 0.6px;
	color: rgba(75,78,80,1);
}

.tinymcewysiwyg k,.tinymcewysiwyg em {
	/*color: rgba(0,68,114,1); */
	font-style:normal;
	font-weight: 400;
	line-height: 26px;
}

.tinymcewysiwyg k b,
.tinymcewysiwyg k strong,
.tinymcewysiwyg em b,
.tinymcewysiwyg em strong,
.tinymcewysiwyg b k,
.tinymcewysiwyg strong k,
.tinymcewysiwyg b em,
.tinymcewysiwyg strong em {
	color: rgb(100,159,227);
	font-style:normal;
	font-weight:500;
}


.tinymcewysiwyg table  {
	width:100%;
	border-collapse: collapse;
	display: block;
	margin-top: 20px;
	padding-bottom: 5px;
}
.tinymcewysiwyg table tbody,
.tinymcewysiwyg table tr {
	width:100%;
}
.tinymcewysiwyg table td {
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding: 0;
	padding-left: 40px;
}
.tinymcewysiwyg table td:first-child {
	padding-left: 0px;
	width:auto;
	white-space: nowrap;
}

/* ################## TITEL und TEXT ################## */
.titel_text {
	margin: 0;
	padding-bottom: 5px;
	display: block;
	max-width: 860px;
	width:100%;
}
.titel {
	width:25%;
	min-width: 285px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.text {

	display: inline-block;
}



/* ################## MODULE ################## */

.trennlinie {
	width:100%;
	border-bottom:1px dotted #fff;
	display:block;
	clear:both;
}

.clearfix:before,.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

.map_canvas { display:block; position:relative; width: 100%; height: 240px;}
.maphide {display: none;} 

/* ################## HINWEIS ################## */

#hinweis {
/* 	position: absolute; */
	position: fixed;
	top:45%;
/* 	right:0px; */
	right:-30px;
	z-index: 999;
/*
	width:120px;
	height:150px;
*/
	overflow: hidden;
}
#hinweis img {
/* 	width:150px; */
	height: auto;
}

/* ################## ZWEI SPALTEN TEXT ################## */
.text.weiss {
	width:100%;
	margin-bottom: 40px;
	max-width: auto;
}

.textspalten {
	width:100%;
	display:flex;
	flex-direction: row;
}
.tinymcewysiwyg.linkespalte {

	/* display: inline-block;
	float: none; */
	width:49%;
	margin-right: 2%;
}
tinymcewysiwyg.rechtespalte {

	/* display: inline-block; */
	width:49%;
}