@charset "utf-8";

@media all
{	/* reset */
	* { margin:0; padding: 0 }

	option { padding-left: 0.4em }

	* html body * { overflow:visible; }
	* html iframe, * html frame { overflow:auto; }
	* html frameset { overflow:hidden; }

	html { height: 100%; margin-bottom: -1px; overflow-y: scroll; }
	body {
		font-size: 100.01%;

		color: #000;
		background: #ffffff;
		text-align: left;
	}

	fieldset, img { border: 0 solid; }

	p { margin: 0 0 1rem 0; }

	/*ul, ol, dl { margin: 1em 0 1em 2em }*/
	ul,ol,dl{
		margin: 0em 0 1em 2em;
    	padding-bottom: 10px;
	}
	li { margin-left: 1.5em; }

	dt { font-weight: bold; }
	dd { margin: 0 0 1em 2em; }

	blockquote { margin: 0 0 1em 1.5em; }
}

body {
	height: 100%;

	font-family: 'UnitSlabWeb', Arial, sans-serif;
	/* text-align: justify; */
	font-size: 10pt;
	font-weight: normal;
}


@font-face {
    font-family: UnitSlabWeb;
    src: url(/stream/files/fonts/unitslabweb.eot), url(/stream/files/fonts/unitslabweb.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: UnitSlabWeb-Bold;
    src: url(/stream/files/fonts/unitslabweb-bold.eot), url(/stream/files/fonts/unitslabweb-bold.woff) format("woff");
    font-weight: 400;
    font-style: normal
}



@font-face {
	font-family: 'icomoon';
	src: url('/stream/files/fonts/icomoon.eot');
	src: url('/stream/files/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/stream/files/fonts/icomoon.ttf') format('truetype'),
		url('/stream/files/fonts/icomoon.woff') format('woff'),
		url('/stream/files/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix { display: block }

#ie_clearing { display: none }

.skip, .hideme, .print {
		position: absolute;
		top: -1000em;
		left: -1000em;
}

.subcolumns { display:table; width:100%; table-layout:fixed; }

.c15l, .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c55l, .c60l, .c62l, .c66l, .c75l, .c80l { float:left; }
.c15r, .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c55r, .c60r, .c66r, .c62r, .c75r, .c80r { float:right; margin-left:-5px; }

.c15l, .c15r { width:15%; }
.c20l, .c20r { width:20%; }
.c40l, .c40r { width:40%; }
.c60l, .c60r { width:60%; }
.c80l, .c80r { width:80%; }
.c25l, .c25r { width:25%; }
.c33l, .c33r { width:33.333%; }
.c50l, .c50r { width:50%; }
.c55l, .c55r { width:55%; }
.c66l, .c66r { width:66.666%; }
.c75l, .c75r { width:75%; }
.c38l, .c38r { width:38.2%; }
.c62l, .c62r { width:61.8%; }

.subc  { padding:0 0.5em; }
.subcl { padding:0 1em 0 0; }
.subcr { padding:0 0 0 1em; }

.equalize, .equalize .subcolumns { table-layout:fixed; }

.equalize > div {
	display:table-cell;
	float:none;
	margin:0;
	overflow:hidden;
	vertical-align:top;
}

.c55l {
	margin-right: 20px;
}


ul.vlist {
	margin: 0 0 0 0;
	padding: 0 0 0 0;

	list-style-type: none;
}

ul.vlist li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul.hlist {
	margin: 0 0 0 0;
	padding: 0 0 0 0;

	list-style-type: none;
}

ul.hlist li {
	display: inline;

	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.edit_toolbar {
	position: fixed;
	top:0;
}


td {
	vertical-align: middle;
}


strong {
	/* color: #333; */
}

.page_margins {
	margin: 0 auto;
	max-width: 1400px;
	position: relative;
	padding: 0 20px;
}


html {
    height:100%;
    max-height:100%;
}

body {
	font-family: 'UnitSlabWeb', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #555555;
	line-height: 1.5em;

	height:100%;
    max-height:100%;

	margin: 0 auto;
}

body a {
	/* color: #997857; */
	color: #336B87;
	text-decoration: underline !important;
	font-weight: normal;
}
#head a {
	text-decoration: none !important;
	color: #212121 !important;
}

body a:hover {
	text-decoration: none;
	color: #555555;
}

#main {
	margin: 100px 0 80px 0;
	position: relative;
}

li {
	margin-left: 0;
	/*list-style: none;*/
}

.block_content.leadpage li {
	list-style:none;
}


#head {
	position: fixed;
	background-color: #ffffff;

	width: 100%;
	height: 150px;

	top:0;

	z-index: 100;

	box-shadow: 1px 4px 8px rgba(163, 163, 163, 0.3);
	border-bottom: 10px solid #dcd0c5;
}

.logo {
	margin-top: 5px;
	margin-left: 0;
	text-align: center;
	float: left;
	z-index: 500;
	position: absolute;
}

.header {
	margin-top: 120px;
	border-bottom: 10px solid #dcd0c5;
}


.ontop {
	background-color: #997857;
	height: 33px;
}

.telefon {
	color: #ffffff;
	font: normal 15px Arial;
	position: absolute;
	left: 20px;
	/* top: 3px; */
	top:0;
}

.telefon a {
	color: #ffffff;
}

.telefon a:hover {
	color: #BFBFBF;
	text-decoration: none;
}

.mail {
	color: #ffffff;
	font: normal 15px Arial;
	position: absolute;
	right: 20px;
	/* top: 3px; */
	top:0;
}

.mail a {
	color: #ffffff;
}

.mail a:hover {
	color: #BFBFBF;
	text-decoration: none;
}



/*#nav { float: right; margin: 35px auto 0px auto; padding-top:0px; }*/
#nav { width: 100%; padding-top:0; }
#nav ul { margin:0 0 0 0; padding:0 0 0 0; list-style:none; }
#nav ul li { padding: 0 0 0 0; margin:0 0 0 0; }
#nav ul li a { margin:0px; padding: 10px 20px; color:#607080; font:normal 16px 'UnitSlabWeb', Arial, sans-serif; text-decoration:none; display: block;}
#nav ul li a:hover {color:#997857;}
#nav ul li.active a {color:#997857;}

.navmenu-small {
	float: right;
	padding-top: 15px;
}

.navmenu-big {
	float: right;
	padding-top: 72px;
}

#nav a {
	position: relative;

	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

#nav a span::before {
	position: absolute;
	top: 15px;
	left: 50%;
}

#nav a:hover,
#nav a:focus {
	color: #ffffff;
}

ul#sub_nav {margin: 0 0 50px 0; padding: 0; /* background: #f7f7f7; */}
ul#sub_nav li { padding-left: 25px; margin:0; list-style: none; text-decoration: none;}
ul#sub_nav li a {display: block; padding: 12px 0 12px 15px; font:normal 16px 'UnitSlabWeb', Arial, sans-serif; color: #393939; text-decoration: none;}
ul#sub_nav li.active a {color: #997857; text-decoration: none;}
ul#sub_nav li.path a {color: #997857; text-decoration: none; }
ul#sub_nav li a:hover {color: #997857; text-decoration: none;}





h1 {
	color:#212121;
	font: normal 40px 'UnitSlabWeb', Arial, sans-serif;
	margin:5px 0 0 0;
	padding-bottom:15px;

}

h2 {
	color:#212121;
	font:normal 26px 'UnitSlabWeb', Arial, sans-serif;
	padding-bottom: 20px;
}

h3 {
	color:#212121;
	font:bold 20px 'UnitSlabWeb', Arial, sans-serif;
	padding-bottom: 30px;

}

h4 {
	color:#212121;
	font:bold 18px 'UnitSlabWeb', Arial, sans-serif;
	padding-bottom: 15px;
}

h5 {
	/* color:#212121; */
	font:bolder 14px 'UnitSlabWeb', Arial, sans-serif;
	margin: 10px 0 5px 0;
}

h6 {
	color:#212121;
	font:bold 70px 'UnitSlabWeb', Arial, sans-serif;
	margin: 0;
}

.page {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
}

#footer .page {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
}

#col1 {
	/* float: right; */
	flex: 0 1 270px;
	margin-right: 70px;
	/* order: 2; */
	/* width: 270px; */
/*	margin-top: 0;
	border-left: 1px solid #ededed;*/
}
#col1 h2 {
	padding-bottom: 0;
	font-size: 21px;
}

#col3 {
	flex: 3 0%;
	margin: 0px;
	padding-top: 0;
	/* padding-right: 70px; */
}

#col1 a {
color:#997857;
font-size:16px;
font-weight:bold;
/*	color:#2c2d2f;*/
}

#col1 a:hover {
color:#997857;
/*	color:#aa211e;*/
}


#col3_content {
	margin-bottom: 40px;

	min-height: 300px;
	height: auto !important;
	height: 300px;
}
.money-input {

    text-align: right;

}

#location {
	line-height: 50px;
	padding-left: 20px;
	padding-right: 15px;

	margin-bottom: 0;
	padding-top: 100px;

	font-size: 14px;
	font-weight: 300;
	font-family: 'UnitSlabWeb', Arial, sans-serif;

	background: #f4f4f4;

	color: #697375;
}

#location a {
	color: #697375;
	font-weight: 300;
}

#location a:hover {
	color: #363f48;
	text-decoration: none;
}

.locbg {
	background: url(/stream/images/layout/location_bg.png) no-repeat left center;
	padding-left: 35px;
}

.tb_image.align_right {
	margin-left: 20px;
	margin-top: 5px;
}

.tb_image.align_left {
	margin-right: 20px;
	margin-top: 5px;
}

.tb_image.align_top {
	margin-bottom: 15px;
}

.site-head {
    position:relative;
    display:table;
    width:100%;
    height:100%;
    /* text-align:center; */
    color:#bbb;
    /*background:url(/stream/images/layout/mainimage.jpg) no-repeat center center;*/
    background-size:cover;

    margin-top: 120px;
}



.block_content.text_haus {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	border: 1px solid #eeeeee;
	background: #ffffff;
}

.block_content.text_haus a {
	font-weight: 300;
}

.block_content.text_haus p {
	margin: 0 0 0.8em 0;
}



.block_content.headline {
	margin-bottom: 1em;
}


.block_content.text_intro {
	padding: 20px;
	border: 1px solid #dfdfe3;
}





.boxInner .block_content.text_haus {
   width: 100%;
   display: block;

   -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.boxInner .block_content.text_haus img {
	max-width: 288px !important;
}

.boxInner .block_content.text_haus:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

  background: #eeeeee;

}



.c33l, .c33r {
	width: 32%;
	float: left;
	margin-left: 1%;
}




ul {
	padding-left: 1em;
}


#footer {
	background: transparent;

	border-top: 10px solid #dcd0c5;

	font-size: 15px;
	text-align: left;

	line-height: 1.4em;

	color: #363f48;

	padding: 20px 0;
}

#footer ul {
	margin: 0 !important;
	padding: 0 !important
}

#footer span {
	color: #997857;
	/* text-transform: uppercase; */
	font-size: 18px;
	font-weight: 500;
}


#footer a {
	text-decoration: none;
	font-size: 15px;
	color: #997857;
	font-weight: 500;
}

#footer a:hover {
	text-decoration: none;
	color: #997857;
}

.footer-adresse {
	text-align: center;
	color: #929191;
}

#footer-logo img {
	position: absolute;
    top: 0; bottom:0; left: 0; right:0;
    margin: auto;
}


#footer .social-icons {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 20px
}

#footer .social-icons .icon-list {
    list-style: none
}

#footer .social-icons .icon-list .icon {
    display: inline;
    margin-left: 5px
}

#footer .social-icons .icon-list .icon a {
    color: white !important
}

#footer .social-icons .icon-list .icon a i {
    border-radius: 40px;
    background-clip: padding-box;
    background-color: #997857;
    width: 40px;
    line-height: 40px
}

#footer .social-icons .icon-list .icon a i:hover {
    background-color: #dcd0c5
}



#datenschutz {
	padding: 15px 0;
	text-align: center;
	font-family: 'UnitSlabWeb', Arial, sans-serif;
	font-size: 14px;
	color: #929191;
	border-top: 1px solid #e0e0e0;
}

#datenschutz a {
	color: #929191;
}

#datenschutz a:hover {
	text-decoration: none;
}

.footer--logo {
    padding-top: 16px
}

.footer--logo img {
    padding-bottom: 18px;

    display: inline-block
}

 .footer--logo img:first-child {
        padding: 0 21px
    }



.block_content {
	margin-bottom: 2em;
}

.block_content.text {
	margin-bottom: 2em;
}

.block_content.contactform {
	line-height: 135%;
}

.block_content.contactform td {
	/* padding: 0 2em 0.7em 0; */
	text-align: left;
	vertical-align: top;

	width: 75%;
}

.block_content.contactform .text {
	padding: 3px 0;
	width: 100%;
	border: 1px solid #ccc;
}

.block_content.contactform textarea.text {
	height: 130px;
}

.block_content.contactform #cform_plz {
	width: 27%;
}

.block_content.contactform #cform_ort {
	width: 70%;
}

.block_content.contactform h3 {
	color: #333333;
	padding-bottom: 0;
	padding-top: 10px;
}

select#cform_title {
	width: 100%;
}


#call_left {
    float: left;
    width: 48%;
}

#call_right {
    float: right;
    width: 48%;
}


.error {
	color: red;
}


#footer .c33r {
	text-align: right;
	float: right;
}


#col3 .tb_image {
	display: block;
	max-width: 100%;
}




/* scroll to top */

.scrollup {
    width: 30px;
    height: 30px;
    opacity: 1;
    position: fixed;
    bottom: 15px;
    right: 15px;
    border: 3px solid #fff;
    display: none;
    text-indent: -9999px;
    background: #b8b8b8 url(/stream/images/layout/top.png) no-repeat center center;
    z-index: 999999;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    padding: 5px 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.scrollup:hover {
    opacity: 1;
    background: url(/stream/images/layout/top.png) no-repeat center center;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    padding: 5px 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    background-color: #997857;
}





#head #background, #head #labels
{
    position:absolute;
    top:0px;
    width:100%;
    height:100%;
}


#head #labels {
    background-color: rgba(255, 255, 255, 1);

    box-shadow: 1px 4px 4px rgba(163, 163, 163, 0.2);
}

#head #background {
    background-color:#ffffff;
    display:none;

}


#wrap {
	min-height: 100% !important;
	height: auto !important;
	height: 100%;

	margin: 0 auto -280px;

}

#push {
	height: 280px;

	font-size: 0;
	line-height: 0;
}



.subcl {
	padding: 0;
}

.subc {
	padding: 0;
}

.subcr {
	padding: 0;
}


#shortlink {
	position: fixed;
	background: rgba(245, 245, 245, 0.6);
	width: 38px;
	z-index: 100;
	padding: 10px 2px 0px 2px;

	left: 0;
	top: 35%;

	text-align: center;

}

#shortlink a {
	font-weight: 500;
}





.btn {
  font-family: 'UnitSlabWeb', Arial, sans-serif;
  color: #ffffff;
  font-size: 14px;
  background: #997857;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
  border: none;
  margin: 20px 0;
}

.btn:hover {
  background: #7F7F7F;
  text-decoration: none;
}


table.standard {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

table.standard caption {
	width: 100%;

	margin: 0px 2px;
	padding: 5px;

	font-family: 'UnitSlabWeb', Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;

	text-align: left;

	line-height: 120%;

	color: #000000;
}

table.standard a {
	color: #4c4c4c;
}

table.standard td,
table.standard th {
	padding: 5px;

	font-size: 15px;

	vertical-align: top;

	background: #f2f2f2;
}

table.standard.outer td {
	background: none;
}

table.standard.outer table.standard td {
	background: #f5f5f5;
}

table.standard th {
	height: 20px;
	text-align: left;
	font-size: 13px;
	text-shadow: 1px 1px 0px #fff;

	vertical-align: middle;

	color: #333333;

	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 38%, #ededed 72%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#f9f9f9), color-stop(72%,#ededed), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 38%,#ededed 72%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 38%,#ededed 72%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 38%,#ededed 72%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9f9f9 38%,#ededed 72%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */

}

table.standard p {
	margin: 0;
}

table.standard tr:nth-child(odd) td { /* background: #f4f4f4 !important; */ }
table.standard tr:nth-child(even) td { background: #FFF !important; }


table.standard.vertical th {
	background: #f4f4f4;
	text-shadow: 1px 1px 0px #fff;
	height: 20px;
	font-size: 10pt;
	vertical-align: middle;
}

table.standard.vertical tr td {
	background: #f4f4f4 !important;
	vertical-align: middle;
}


.c50l, .c50r {
	width: 47%;
}



.scroll-down{
	position:absolute;
	bottom:40px;
	display:inline-block;
	font-size:40px;
	line-height:32px;
	left:50%;
	z-index:3000;
	margin-left:-16px;
	color:#ffffff;
	-webkit-animation: scrolling 1s infinite;
	animation: scrolling 1s infinite;
}
.scroll-down:hover {
    opacity:0.6;
	filter: Alpha(Opacity=60);
	text-decoration: none;
}
@-webkit-keyframes scrolling {
  0%, 100% {
    bottom:30px;
  }
  50% {
    bottom:40px;
  }
}
@keyframes scrolling {
  0%, 100% {
    bottom:30px;
  }
  50% {
    bottom:40px;
  }
}

[class^="ico-"], [class*=" ico-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'bwicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.ico-mouse61:before {
    content: "\e909";
    color: #ffffff;
}



.sidebar_item_hide {
	display: none;
}


#sidebarscroll {
	background-color: rgba(255, 255, 255, 0.6);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 50%;
	position: absolute;
	right: 0;
	top: 300px;
	z-index: 6;

	padding: 15px 15px 5px 15px;
}

#sidebarscroll .block_content {
	margin-bottom: 0em;
}

#sidebarscroll p {
	color: aqua;
	text-align: center;
	font: normal 28px Arial, sans-serif;
	text-transform: uppercase;
	color: #6d6e71;
	margin: 0 0 0 0;
}



.owl-prev, .owl-next {
	background: #997857 !important;
	opacity: 1 !important;
}



.sss{
height:0;
margin:0;
padding:0;
position:relative;
display:block;
overflow:hidden;
}
.ssslide{
width:100%;
margin:0;
padding:0;
position:absolute;
top:0;
left:0;
display:none;
overflow:hidden;
}
.sssnext,.sssprev{
width:25px;
height:100%;
margin:0;
position:absolute;
top:0;
/*background:url('images/arr.png') no-repeat;*/
}
.sssprev{
left:3%;
background-position:0 50%;
}
.sssnext{
right:3%;
background-position:-26px 50%;
}
.sssprev:hover,.sssnext:hover{
cursor:pointer;
}


/* Startseite */

body#intropage #col1 {
	display: none;
}


/* Einspaltig */


body#layout_1col #col3 {
	margin: 0 20px 0 0 ;
}

body#layout_1col #nav ul li a {color:#ffa000;}
body#layout_1col #nav ul li a:hover {color:#ffa000; border-bottom: 2px solid #ffa000;}
body#layout_1col #nav ul li.active a {color:#ffa000; border-bottom: 2px solid #ffa000;}

body#layout_1col #col1 {
	display: none;
}




.box1{
color:#997857;
background:#dcd0c5;
font-size:16px;
font-weight:bold;
padding:5px;
/*margin:0;*/
border-style: solid;
text-align:center;
margin-bottom:40px;
}



/* Ankerlinks */

.position {
	display: block;
}
/*
.position::before {
    display: block;
    content: "";
   height:100px;
     margin-top: -100px;
    visibility: hidden;
} */

#main {
	margin: 180px auto 0 auto;
		/* width: 940px; */
	width: 1140px;
}
#main > .page_margins {
	padding: 0;
}
@media (max-width: 992px){
	#main {
		width: 970px;
	}
}
@media (max-width: 768px){
	#main {
		width: 750px;
	}
}

.row {
	display:flex;
	flex-direction:row;
}
.col {
	display:flex;
	flex-direction:column;
}
.hidden {
	display:none;
}
/*.seminaranmeldung > div {
	margin-top:12.5px;
}
.seminaranmeldung > * > input,select{
	border-radius: 3px;
	padding: 0.25rem 0.5rem;
	transition: all 100ms;
	border: 1px solid darkgrey;
	margin-bottom: 5px;

}
.seminaranmeldung > * > input:not([type="number"]):not([type="checkbox"]):not([type="radio"]){
	width: calc(100% - 40%);
}
.seminaranmeldung input[type="checkbox"]{
	width:14px;
	vertical-align: middle;
	height:14px;
	margin-right:6px;
	/* margin-top:7px; */
}

.seminaranmeldung > * >input:first-child{
	margin-top:0;
}

.seminaranmeldung > * > input:not([type="radio"]):focus{
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	border-color: #66afe9;
}
.seminaranmeldung > * > input[type="radio"] {
	width: 18px;
	vertical-align:sub;
}

.salabel {
	display:inline-block;
	text-align: left;
	width: 40%;
	font-weight:bold;
}
.saarea {
	resize: vertical;
	width:calc(100% - 40%);
	border-radius: 3px;
	padding: 0.25rem 0.5rem;
	transition: all 100ms;
	border: 1px solid darkgrey;
	/* margin-top: 6px; */
	transition: all 100ms;
}
.saarealabel {
	vertical-align: top;
}
.saarea:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.sasubmit {
	font-family: serif !important;
	width: 245px !important;
	height:36px !important;
	background: #997857 !important;
	color:#fff !important;
	padding: 6px 12px !important;
	font-size:15px !important;
	border-radius:4px !important;
	vertical-align: middle !important;
	text-align: center !important;
	display:inline-block !important;
	font-weight: normal !important;
}
.sasubmit:hover{
	background:#785f45 !important;
}

.error-message {
	padding:.5rem;
	border: 1px solid crimson;
	background:rgba(255,10,10, .2);
}
.meta {
	display:flex;flex-direction:column;align-self:flex-start;margin-top:12.5px;
}

.seminaranmeldung p { display:inline-block;}

.salabel {vertical-align:top;}
.inline {
	display:inline-block;
	max-width:60%;
}

select[name="Seminar"] { width: calc(100% - 40%); }
select[name="Ort"] {width: calc(70% - 40%); }
select[name="Uhrzeit"] {width: calc(70% - 40%); }
#datenschutz .wikilink {
	font-size:16px;
}
.meta {
	margin: 25px 0px 20px 0px;
}
#mandanti {
	position: relative;
}
#mandantinfo {
	border: 1px solid black;
	position: absolute;
	background-color: white;
	max-width: 400px;
	left: 50px;
	z-index: 1;
	width: 400px;
	padding: 10px
}
.mandantinfo {
	border: 1px solid black;
	position: absolute;
	background-color: white;
	max-width: 400px;
	left: 50px;
	z-index: 1;
	width: 400px;
	padding: 10px
}


.ausgebucht > a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 6px 16px;
	background: #b88989;
	font-weight: 700;
	text-align: center;
	border-radius: 1px;
	color: white;
}



.pointer {cursor: pointer;}



.rating {
	unicode-bidi: bidi-override;
	direction: rtl;
	font-size: 22px;
  }
  .rating > span {
	display: inline-block;
	position: relative;
	width: 1.1em;
  }
  .rating > span:hover:before,
  .rating > span:hover ~ span:before {
	 content: "\2605";
	 position: absolute;
  }
  .rating > span.click:before,
  .rating > span.click ~ span:before {
	 content: "\2605";
	 position: absolute;
  }
  .bewertungen {
	  /* margin-top: 20px; */
	  margin-bottom: 30px;
  }
  .bewertungen .bewertung {
	  margin-bottom: 10px;
	  padding-bottom: 10px;
	  border-bottom: 1px solid #ced4da;
  }   
  .bewertungen .bewertung:last-child {
	/* margin-bottom: 10px; */
	border-bottom: 0 solid #ced4da;
} 
  .bewertungen .bewertung .bheader {
	  display: flex;
	  justify-content: space-between;
  }

  .bewertungen .bewertung .bheader {}
.bewertungen .bewertung .bheader .starrating {
	width: 40px;
	text-align: right;
}
  @media only screen and (min-width: 768px) {
	.bewertungen .bewertung .bdate {
		display: inline;
	}
  }
  @media only screen and (max-width: 768px) {
	.bewertungen .bewertung b {
		display: block;
	}
  }


  .post-type-lawyer .row-inline {
    padding-top: 6px;
    display: inline-block;
}

@media (min-width: 768px){
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
}



.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
	padding-right: 15px;
}
  html{scroll-behavior:smooth}


*/


  #nav { width: 100%; padding-top:25px; }
#nav ul { margin:0 0 0 0; padding:0 0 0 0; list-style:none; }
#nav ul li { padding: 0 0 0 0; margin:0 0 0 0; }
#nav ul li a { margin:0px; padding:5px 15px 15px 15px; color:#4b4339; font:normal 18px "Roboto", sans-serif; text-decoration:none; display: block; border-bottom: 5px solid transparent;}
#nav ul li a:hover {color:#997857; border-bottom: 5px solid #997857;}
#nav ul li.active a {color:#997857; border-bottom: 5px solid #997857;}

.navmenu-small {
	float: right;
	padding-top: 15px;
}

.navmenu-big {
	float: right;
	padding-top: 35px;
}

#nav a {
	position: relative;

	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

#nav a span::before {
	position: absolute;
	top: 15px;
	left: 50%;

}


ul#sub_nav{
margin:30px 0 50px 0;
padding:0;
}
ul#sub_nav li{
padding:0;
margin:0 0 1px 0;
list-style:none;
text-decoration:none;
}
ul#sub_nav li a{
display:block;
padding:12px 0 12px 15px;
font:normal 16px Arial,Arial,sans-serif;
color:#999;
text-decoration:none;
/*background:url(/stream/images/layout/sub_menu.png) no-repeat left center;*/ /*auskommentiert, weil nicht gefunden: 404-Fehler*/
}
ul#sub_nav li.active a{
color:#fff;
text-decoration:none;
background:#997857;
}

ul#sub_nav li a:hover{
color:#fff;
text-decoration:none;
background:#997857;
}
ul#sub_nav .level1{
margin:0;
border-bottom: none;
}
ul#sub_nav ul.level1{
padding-left:0 !important;
}
#nav ul.level1 li.active a {
color: #997857;
border-bottom: 5px solid #997857;
}
ul#sub_nav .level1 li{
padding:0;
margin:0;
list-style:none;
text-decoration:none;
}
ul#sub_nav .level1 li a{
display:block;
border-top:1px solid #f2f2f2;
padding:12px 0 12px 40px;
font:normal 15px Arial,Arial,sans-serif;
color:#4b4339;
text-decoration:none;
background:none;
}
ul#sub_nav .level1 li.active a{
background:none;
color:#997857;
text-decoration:none;
}

#nav ul.level1 li a { 
margin:0px; 
padding:5px 15px 15px 15px; 
color:#4b4339; 
font:normal 18px "Roboto",sans-serif; 
text-decoration:none; 
display: block; 
border-bottom: 5px solid white;
}

#nav ul.level1 li a:hover {
	color:#997857; 
	border-bottom: 5px solid #997857;
}




ul#sub_nav .level1 li a:hover{
background:none;
color:#997857;
text-decoration:none;
}
/* General menu styling */
.drop_menu {
	position: relative;
	margin: 0;
	padding: 0;
	/*line-height: 22px;*/
	
	z-index: 501;
}
/* The main navigation link containers */
.drop_menu>li {
	display: block;
	float: left; /* Displaying them on the same line */
	margin: 0;
	padding: 0;
}
/* The main navigation links */
.drop_menu>li>a {
	/* Layout */
	display: block;
	position: relative;
	padding: 10px 20px;
	/* Text */
	/* Text Größe für die Menüs */
	font-size: 18px;
	color: #997857;
	text-decoration: none;
	/* Background */
	/* background: black; /* For older browsers */
	/* background: rgba(0, 0, 0, .6); /* Transparent background for modern browsers */
	/* Making the color to change on hover with a transition */
	-webkit-transition: color .3s ease-in;
	-moz-transition: color .3s ease-in;
	-o-transition: color .3s ease-in;
	-ms-transition: color .3s ease-in;
}
/* Changing the color on hover */
.drop_menu>li>a:hover, .drop_menu>li:hover>a {
	/*color: #0fd0f9;*/
}
/* The links which contain dropdowns menu are wider, because they have a little arrow */
.drop_menu>.dropdownMenu>a {
	padding: 10px 30px 10px 20px;
}
/* The arrow indicating the dropdown */
.dropdownMenu>a::after {
	content: "";
	position: absolute;
	top: 17px;
	right: 10px;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	/*
border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
*/

}
/* Changing the color of the arrow on hover */	
.dropdownMenu>a:hover::after, .dropdownMenu:hover>a::after {
	/* border-color: #0fd0f9; */
}
/* The submenus */
.drop_menu ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.175);
}
/* General layout settings for the link containers of the submenus */
.drop_menu ul li {
	position: absolute;
	top: -9999px; /* Hiding them */
	height: 0px;
	display: block;
	margin: 0;
	padding: 0;
	/* Making them to expand their height with a transition, for a slide effect */
	-webkit-transition: height .2s ease-in;
	-moz-transition: height .2s ease-in;
	-o-transition: height .2s ease-in;
	-ms-transition: height .2s ease-in;
}
/* Displays the submenu links, by expading their containers (with a transition, previously defined) and by repositioning them */
.dropdownMenu:hover>ul>li {
	height: 36px;
	position: relative;
	top: auto;
	
	border-bottom: 1px solid #f4f4f4;
}
/* The submenu links */
.drop_menu ul li a {
	/* Layout */
	width: 420px;
	display: block;
	position: relative;
	/* Text */
	color: #4b4339 !important;
	text-decoration: none;
	/* Text Größe für die Submenüs */
	font-size: 15px;
	/* Background & effects */
	background: black;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: color .3s ease-in, background .3s ease-in;
	-moz-transition: color .3s ease-in, background .3s ease-in;
	-o-transition: color .3s ease-in, background .3s ease-in;
	-ms-transition: color .3s ease-in, background .3s ease-in;
	
	font-size: 15px !important;
	padding: 6px 16px  !important;
	
	
}

/* Menühintergrund */
.drop_menu ul li:hover>a, .drop_menu ul li a:hover {
	color: #997857 !important;
	background: rgba(255, 255, 255, 1);
}
/* Making the level 2 (or higher) submenus to appear at the right of their parent */
.drop_menu ul .dropdownMenu:hover ul {
	left: 420px;
	top: 0px;
}
/* The submenu links have a different arrow which indicates another dropdown submenu */
.drop_menu ul .dropdownMenu a::after {
	width: 6px;
	height: 6px;
	border-bottom: 0;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	top: 15px;
}
/* Changing the color of the arrow on hover */
.drop_menu ul .dropdownMenu:hover>a::after, .drop_menu ul .dropdownMenu>a:hover::after {
	/*
border-right: 1px solid #0fd0f9;
	border-top: 1px solid #0fd0f9;
*/
}









.slider-text {
	position: absolute;
	font-size: 42px;
	line-height: 40px;
	color: white;
	margin-left:2.5%;
	bottom: 50%;
	left: 40%;
	transform: translate(-50%, 60%);
}


@media only screen and (max-width: 1024px) {
	.slider-text {
		display: none;
	}
}


.siema-button-group {
	position: absolute;
	bottom: 30px;
	font-size: 48px;
	color: white;
	left: 60%;
	transform: translateX(-40%);
}

.siema-next, .siema-prev {
	display: inline-block;
	cursor: pointer;
	padding: 10px;
	
}
label {
	font-weight: bold;
}

h1,h2,h3,h4,h5 {
	padding-bottom: 10px;
	padding-top: 20px;
}

.leadpage ul {
	padding-bottom: 15px;
	/* font-weight: 600; */
}
.leadpage ul > li > a {
	font-weight: 600;
}

.drop_menu ul .dropdownMenu:hover ul {
	left: -421px;
}

.bewertung {
	margin-bottom: .5rem;
}
.bewertung .bewertung__header {
	font-weight: 600;
}
.bewertung .bewertung__sub, .bewertung .bewertung__header {
	font-size: smaller;
}
.form-check-label {
	font-weight: lighter;
}




#main .info{padding:0;}
#main .info .pager{margin:0 0 10px 0;}
#main .info .info-item{margin-bottom:30px; display: inline-block; width: 100%}
#main .info .item-header{padding:4px 4px 4px 4px;text-align:left;border-bottom:1px solid #dddddd;margin-bottom: 0px}
#main .info .item-header h1{margin:0 20% 0 0;padding:0 0 0 0;font:bold 20px Helvetica, sans-serif;color:#212121;text-transform:none;}
#main .info .item-header h1 a{margin:0 0 0 0;padding:0 0 0 0;font:bold 20px Helvetica, sans-serif;color:#212121;text-transform:none;}
#main .info .item-header h2{float:right;font-size:9pt;padding:0;}
#main .info .list .item-text{padding:10px 10px 10px 10px;}
.info-item .item-edit {
	display: flex;
	justify-content: flex-end;
}
/* #main .info .tb_image_l{max-width:100%;} Änderungen lf 21.3.2019:*/
#main .info .tb_image_l{
	max-width:100%;
	width: 160px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 20px 5px 0 !important;
}
.newsflash h3 {
	text-align: center;
}
.newsflash {
	display: flex;
	flex-direction: row;
}
.text_news {
	padding: 0.5rem;
	margin-right: 1rem;
	display: flex;
	flex-direction: column;
	background-color: #fafafa;
}
.text_news a {
	align-self: center;
}
.flash-el_title {
	flex-basis: 85px;
}
.text_news .flash-el_datum {
	order: -1;
	font-size: 0.875rem;
}
.flash-el {
	flex-basis: 25%;
	flex-grow: 0;
}
@media only screen and (max-width: 900px) {
	.newsflash {
		flex-wrap: wrap;
	}
	.flash-el {

		flex-basis: calc(50% - 20px) ;
	}
}
[id]:not(#push)::before {
	content: '';
	/*display: block;*/
	height:      175px;
	margin-top: -175px;
	visibility: hidden;
	z-index: -1;
  }
