/* 
* {
	box-sizing: border-box;
}
*/

/*td img {
	width:100%;
	height:auto;
}*/


html{
	height:100%;
	/*position:relative;*/
}

.row {
    margin-left: -10px !important;
}

.row-gray {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #e5e5e5;
	/* [disabled]margin-left: 1.2em; 
    background-color: #E5E5E5;  */
}

.colL-padd {
	padding-top: 0.8em;
	padding-bottom: 0.5em;
	text-align: center;
}

.colL-user-veranstaltungen {
	/* color:#068189; */
}

.colL-user-inner {
	margin-left: 13px;
    margin-bottom: 13px;
}

.rechtsran {
    float:left;
    /* padding-left: 10px; */
    padding-right: 20px;
}

.rechtespalte {
    width: 100px;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    width: 100px;
}

.related-terms {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: -30px;
    padding-bottom: 10px;
    background-color: #eeeeee;
}

.colL-button-green {
	font-size: 15px;
        font-weight: bold !important;
	color: #FFF !important;
	padding-top: 0.8em;
	/* [disabled]padding-right: 0.8em; */
	padding-bottom: 0.8em;
	/* [disabled]padding-left: 0.8em; */
	/* [disabled]margin-top: 1em; */
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	-webkit-border-top-left-radius: 6px !important;
	-moz-border-radius-topleft: 6px !important;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px !important;
	-moz-border-radius-topright: 6px !important;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px !important;
	-moz-border-radius-bottomright: 6px !important;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px !important;
	-moz-border-radius-bottomleft: 6px !important;
	border-bottom-left-radius: 6px;
	color: #FFF;
	background-color: #068189;
	text-align: center;
    text-shadow:none !important;
    border:none !important;
    box-shadow:none !important;	
}

.avatar {
	width: 80px;
	height: auto;
}

#searchdesc {
	text-align: center;
	width: 528px;
	padding: 20px;
	font-size: 17px;
	color: #fff;
	height: 55px;
	background: #008783 0% 0% no-repeat padding-box;
	border-radius: 0px 0px 10px 10px;
	opacity: 0.8;
	margin-left: auto;
	margin-right: auto;
	line-height: 15px;
}

#searchdescunter {
	text-align: center;
	width: 528px;
	padding: 20px;
	font-size: 17px;
	color: #fff;
	height: 55px;
	background: #008783 0% 0% no-repeat padding-box;
	border-radius: 0px 0px 10px 10px;
	opacity: 0.8;
	margin-left: auto;
	margin-right: auto;
	line-height: 15px;
	margin-top: 15px;
}

#them, .templatesearcharchive a {
	color: #008783 !important;
}

#wpmem_login, #wpmem_reg legend {
    display: none;
}


#wpmem_reg .div_text, #wpmem_reg .button_div, #wpmem_reg .div_select, .wpmem_msg {
    width: 100% !important;
}

#wpmem_reg .buttons {
    font-size: 12px;
    border: none;
    font-weight: bold !important;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    -webkit-border-top-left-radius: 6px !important;
    -moz-border-radius-topleft: 6px !important;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px !important;
    -moz-border-radius-topright: 6px !important;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px !important;
    -moz-border-radius-bottomright: 6px !important;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px !important;
    -moz-border-radius-bottomleft: 6px !important;
    border-bottom-left-radius: 6px;
    color: #fff !important;
    background-color: #068189;
    text-align: center;
    text-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 20px;
    border: 1px solid #068189;
}

#wpmem_reg {
    color: #068189 !important;
    font-size: 14px !important;
}

#wpmem_reg label {
        font-weight: 400 !important;
}

#wpmem_reg .req {
    color: #068189 !important;
}

.reg {
    padding-top: 15px;
}

.remove-parent {
	color: #068189 !important;
	background-color: #fff !important;
    border:1px solid #068189 !important;
    
}

.hideMe {
    font-size: 10px;
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}

#single-sidebar {
    left: 75%;
    position: fixed;
}

.wpfp-link {
	font-size: 12px;
        border: none;
	font-weight: bold !important;
	padding-top: 0.8em;
	/* [disabled]padding-right: 0.8em; */
	padding-bottom: 0.8em;
	/* [disabled]padding-left: 0.8em; */
	/* [disabled]margin-top: 1em; */
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	-webkit-border-top-left-radius: 6px !important;
	-moz-border-radius-topleft: 6px !important;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px !important;
	-moz-border-radius-topright: 6px !important;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px !important;
	-moz-border-radius-bottomright: 6px !important;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px !important;
	-moz-border-radius-bottomleft: 6px !important;
	border-bottom-left-radius: 6px;
	color: #fff !important;
	background-color: #068189;
	text-align: center;
    text-shadow:none !important;
    
    box-shadow:none !important;
    /* margin-bottom: 20px; 
     border:1px solid #068189;*/
}

.wpfp-span a {
    text-decoration: none;
    font-size: 12px;
}

.gruen a {
    color: #586678 !important;
    font-size: 12px !important;
}

#wpfp-add a {
    color: white !important;
}

.TipCls {
    color: #000;
    background: rgba(0, 134, 136, .4);
    width: 400px;
    padding: 15px;
    border: 1px solid #000;
    line-height: 20px;
    margin: -5px;
}


.wpfp-span li {
    list-style: none;
}

.wpfp-hide {
    display: none;
}

.gdrts-rating-block{
    margin: 0px !important;
}

.gdrts-toggle-distribution {
    display: none;
}

.gdrts-rating-user {
    display: none;
}

.gdrts-distribution-line-fill {
    background: #068189 none repeat scroll 0% 0% !important;
}
/*
.gdrts-distribution-stars {
     width: 30% !important; 
}

.gdrts-distribution-votes {
    width: 8% !important;
}
*/
.zurueck {
    cursor: pointer;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: -10px;
}

.post-edit-link,
.colL-button-grey {
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	background-color: #586778;
	padding-top: 0.5em;
	/* [disabled]padding-right: 0.8em; */
	padding-bottom: 0.8em;
	/* [disabled]padding-left: 0.8em; */
	/* [disabled]margin-top: 1em; */
	margin-bottom: 1em;
	width: 90%;
	display: inline-block;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-align: center;
}

.colL-button-green:A {
	color: #FFF !important;
}

.colL-button-green:hover {
	color: white !important;
 	text-decoration: none;
	}

.colL-button-grey:hover {
	color: white !important;
	text-decoration: none;
	}


.colL-HR {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.col-md-4 {
	/* font-size:1.2em; */
}

.col-md-2 {
	/* font-size:1.2em; */
}

.col-md-4 H2 {
	margin-top:0px;
}

.title-font {
	font-size: 1.3em;
	font-weight: bold;
}

.col-xs-6 {
	/*width: 25%; */
	visibility: hidden;
	max-height:20px;
	overflow:hidden;
}

.col-r1 {
    float: left;
    min-width: 400px;
    padding-left: 5px;
    padding-top: 10px;
    padding-right: 15px;
}

.col-r2 {
    padding-top: 10px;
    float: left;
    min-width: 400px;
    padding-bottom: 10px;
}

.mini-footer-top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 0.2em;
	width: 100%;
}

.avatarbild {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 5px;
    width: auto;
    float: left;
    width: 45px;
}

.avalinks {
    margin-left: -5px;
}

.ng-scope {
    background-color: #FFF;
}

.admlinks {
	float: left;
	/* height: 100%; */
    padding-top: 60px !important;                             
	border: 1px solid #FFFFFF; 
	color: rgb(88, 103, 120);
	width: 196px;
	padding-left: 10px;
        padding-right: 10px;
	font-size: 15px !important;
    background: linear-gradient(#FFFC, gray);
}

.loggedin {
    float: left;
    width: calc(100% - 196px);
    padding-top: 0px !important;    
}

.loggedout {
    
}

#bekannte {
    float: left;
    padding: 5px;
    cursor: pointer;
}

#behobene {
    float: left;
    padding: 5px;
    cursor: pointer;
}

#fehler {
    float: left;
}

.fehleraktiv {
    border-top : 1px solid #068189;
    color: #068189;
}
.fehlerinaktiv {
    border-top : 1px solid #D2D9E1;
    color: #D2D9E1;
}

.neukat {
    border-bottom: 1px dotted #e5e5e5;
    padding-top: 6px;
    padding-bottom: 5px;
    margin-top: 2px;
    font-size: 120%;
}

.titlelist {
    padding-top: 5px ;
}

#searchcol {

	/*position: static;
	top: 135px;
	bottom: 20%;
	left: 0;
	right: 0;
	overflow: hidden;	z-index: -1;  Remove this line if it's not going to be a background! */
	/* width: auto; */
	/* padding-right: 20px !important;
	padding-left: 40px !important;
	min-height: 100%;
	padding-top: 17px !important; */
	float: left;
    width: 30%;
    position: relative;
    left: 77%;
    overflow: hidden;	
}
.youtube-player {
    width: 100%;
    max-width: 640px;
    /* height: auto; */
}
#searchcontent {
    float: left;
    width: 70%;
    position: relative;
    left: 70%;
    /* overflow: hidden; */
}

#suchleiste {
    z-index: -1;
}

#container1 {
    clear: left;
    float: left;
    width: 100%;
    /* overflow: hidden; */
    background: #ECECEC none repeat scroll 0% 0%;
}

#container2 {
    float: left;
    width: 100%;
    position: relative;
    right: 75%;
    background: #FFFFFF none repeat scroll 0% 0%;
}

.grau {
/*	background-color: #ECECEC;
	display: table; */

}


.weiss {
/*    background-color: white; */

}

.ergebnis {
    color: #068189;
}

.kopf {
    margin-top: -57px;
    font-size: 190% !important;    
}


#searchcol h2 {
	font-size: 260% !important;
	font-weight: 500;                             
}
.cattag {
	width: 100%;
	/*border: 1px solid;
	padding: 1em;*/
}
.login {
	display: inline;
	font-size: 150% !important;
	background: #068189;
	border: none;
	color: white;
	border-radius: 4px;
	-webkit-transition: 0.3s all ease;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	padding-top: 0.8em;
	padding-right: 1.8em;
	padding-bottom: 0.8em;
	padding-left: 1.8em;
	margin-right: 1em;
	margin-top: 2em;
}
/*.login :link {
	text-decoration: none;
	background: #068189;
    color: white;
}*/
/*strong, */
.se-label {
	font-weight: 400;
}

.weiss {
    border: 1px solid white !important;
}

.se-button {
	background: #586678;
	border: none;
	color: white;
	border-radius: 4px;
	-webkit-transition: 0.3s all ease;
	text-decoration: none;
	font-size: 200%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	width: 120px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	display: block;
}

.grey {
    background: #DADFE4;
}
.se-button.small {
	font-size: 140%;
}
.se-button.primary {
	background: #068189;
	color: white;
	padding-left: 60px;
	padding-right: 60px;
}

.se-button.toggle {
	/*font-size: 80%;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;*/
	display: none;
}

.se-button.primary.small {
	padding-left: 10px;
	padding-right: 10px;
}
.se-button.primary:hover {
	background: #00a69e;
}
.se-button.disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.se-button.disabled:hover {
	background: #586678;
	color: white !important;
}
.se-button:hover {
	background: #2e3641;
	color: white !important;
	text-decoration: none;
}
a.se-button {
	padding: 7px 30px;
}
a.se-button:focus {
	text-decoration: none;
}



.zero {
    margin-top: 0px;
    margin-bottom: 0px;
}

.weiter {
	color: #586878 !important;
	background-color: #D7E7E7;
	padding-top: 0.200em;
	padding-right: 1.500em;
	padding-bottom: 0.200em;
	padding-left: 1.500em;
	border-radius: 4px;
	font-size: 0.800em;
}
.nolog {
	color: #068189 !important;
}

.gleichhoch {
    overflow: hidden;
    background-color: #FFFFFFCC;
    margin-top: 30px; 
	display: flex;
}

.spaltegleich {
 /*   padding-bottom: 100%;
    margin-bottom: -100%; */
    padding-top: 70px;
}

a {
	color: #068189;
	text-decoration: none;
}

.tooltip {
  border-bottom: 1px dotted #000000;
  color: #000000; outline: none;
  cursor: help; text-decoration: none;
  position: relative;
}
.tooltip span {
  margin-left: -999em;
  position: absolute;
}

.tooltip:hover span {
  position: absolute;
  left: 1em;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 250px;
}
.tooltip:hover img {
  border: 0;
  margin: -10px 0 0 -5px;
  float: left;
  position: absolute;
}
.tooltip:hover em {
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }

.auszug { background: #9FDAEE; border: 1px solid #2BB0D7; }



.se-text-left {
	text-align: left !important;
}
.se-text-right {
	text-align: right !important;
}
.se-text-center {
	text-align: center !important;
}
.se-text-justify {
	text-align: justify !important;
}
.se-menu {
	position: fixed;
	top: 0;
	left: 0;
	background: #008783;
	width: 101%;
	z-index: 110;
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}
.se-menu .se-menu-navigation.smalltext a {
	font-size: 160%;
	display: none;
}
.se-menu .se-menu-inner {
	width: 1140px;
	padding: 0;
	opacity: 1;
	margin: auto;
}
.se-menu {
	padding:0px;
}
.se-menu-logo {
	padding-left: 40px;
	padding-top: 19px;
    padding-bottom: 5px;
    float: left;
    width: 180px;   
}

.se-menu .se-menu-logo img {
	width: 127px !important;
}
.se-menu ul {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}
.se-menu ul li a {
	float: left;
	display: block;
	margin: 25px 20px;
	color: #586678;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
	font-size: 200%;
}
.se-menu ul li a:hover {
	color: #068189;
}

.tag-cloud-link {
	color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-size: 15px !important;
    padding: 9px 15px 9px 15px;
    background: #FFFFFF26 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 3px 6px #00000029; */
    border: 1px solid #1184874D;
    border-radius: 5px;
    line-height: 47px;
    margin: 4px;
}

@media screen and (min-width: 768px) {
.se-menu ul li a {
	float: left;
	display: block;
	color: #586678;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
	font-size: 200%;
	margin-top: 25px;

	margin-right: 1%;
	margin-bottom: 25px;
	margin-left: 1%;
}
.se-menu ul li a:hover {
	color: #068189;
}
}
.iphone .se-menu {
	background: rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid #dadfe4;
}
.shareboxx-select {
	width: 100%;
	padding: 5px;
	border: 1px solid #dadfe4;
	border-radius: 0;
}
.shareboxx-select.required {
	border-bottom-color: #f65100;
}
.shareboxx-select:focus {
	outline: none;
	box-shadow: none;
}

.se-paragraph img {
        max-width: 100%;
        height: auto;
}

.se-paragraph, .se-quote p {
/*	line-height: 1.4;
	font-size: 1.6em;
	font-weight: 300;
	color: #586678; */
	text-align: left;
        line-height: 1.68;
        font-size: 1.75em;
        font-weight: 400;
        color: #333;
        
}
.se-paragraph a, .se-quote p a {
	color: #068189;
	/*border-bottom: 1px solid #586678;
     	text-decoration: underline; 
	font-weight: 400; */
	font-family: 'Open Sans', sans-serif;

}
.se-paragraph a.se-icon-link, .se-quote p a.se-icon-link {
	border-bottom: none;
}
.se-paragraph a.se-icon-link i, .se-quote p a.se-icon-link i {
	color: #068189;
	vertical-align: middle;
	transition: all 0.3s ease;
}
.se-paragraph a.se-icon-link span, .se-quote p a.se-icon-link span {
	padding-left: 5px;
	transition: all 0.3s ease;
	vertical-align: middle;
}
.se-paragraph a.se-icon-link:hover i, .se-quote p a.se-icon-link:hover i {
	color: #00a69e;
}
.se-paragraph a:hover, .se-quote p a:hover {
	text-decoration: none;
}
.se-paragraph h3 {
	font-size: 60%;
	font-weight: bold;
}
.se-paragraph li {
	font-size: 90%;
}

.smallertext {
    font-size: 70%;
}
/*
.se-paragraph img {
	width: 100% !important ;
	height: auto !important ;
}  */

.shareboxx-title {
	font-size: 24px;
	margin: 0;
}
.shareboxx-title.center {
	text-align: center;
}
.shareboxx-title.right {
	text-align: right;
}
.shareboxx-subtitle {
	font-size: 18px;
	color: #586678;
	margin: 5px 0;
}
.shareboxx-subtitle.center {
	text-align: center;
}
.shareboxx-subtitle.right {
	text-align: right;
}

 @media screen and (max-width: 1280px) {
.shareboxx-title {
	font-size: 20px;
}
.shareboxx-subtitle {
	font-size: 16px;
}
}
.shareboxx-form {
	padding: 10px 0;
}
input[type=text], textarea, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.se-textfield, .se-textarea {
	padding: 10px;
	  padding-left: 10px;
	color: #fff;
	width: 100%;
	border: 1px solid #dadfe4;
	-webkit-transition: 0.3s border ease;
	margin-top: 19px !important;
	border-radius: 10px;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	height: 43px;
	background: #FFFFFF26 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #FFFFFF33;
	margin-bottom: 24px !important;
}	
.se-textfield:focus, .se-textarea:focus {
	border-color: #586678;
	box-shadow: none;
	outline: none;
}
.se-textfield.required, .required.se-textarea {
	border-color: #f65100;
}
.se-textfield.required:focus, .required.se-textarea:focus {
	border-color: #f65100;
}
.se-icon-textfield {
	position: relative;
}

.container{
    width: 80%;    
}

#contentrechts{
    background-color: #fff;
    /* width: 100%; */

}

.kaestchen {
	height: 205px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 5px;
	opacity: 0.8;
	margin: 12px;
	width:30.5%;
	padding: 25px;
	font-size: 17px;
}

.kaestchentitel a {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #586878;
	opacity: 1;
	text-decoration: none;
}

.kaestchentitel {
	height: 120px;
}

.kaestchen img {
	height: 40px;
	width: auto;
	border-radius: 20px;
	margin-right: 10px;
}

.themahome {
	letter-spacing: 0px;
	color: #008783 !important;
	font-size: 20px !important;
	margin-bottom: 5px !important;
    margin-top: 70px !important;
}

.kategorienhome {
	letter-spacing: 0px;
	color: #008783 !important;
	font-size: 20px !important;
	margin-bottom: 8px !important;
    margin-top: 139px !important;
}

.newheader {
	margin-top:50px !important;
}

.backgroundcontent {
	background: url("https://wiki.softengine.de/img/wiki-hintergrund.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
}

.se-icon-textfield i[class*="icon-"] {
	position: absolute;
	top: 25px;
	left: 14px;
	font-weight: bold;
	font-size: 300%;
	color: #fff;
}
.se-icon-textfield input {
	padding-left: 60px;
}
.se-body {
/*    	color: #586678; */
        color: #333;
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
}
.se-links a {
	color: #586678;
	text-decoration: none;
	border-bottom: 1px solid #586678;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.se-links a.se-icon-link {

	border-bottom: none;
}
.se-links a.se-icon-link i {
	color: #068189;
	vertical-align: middle;
	transition: all 0.3s ease;
}
.se-links a.se-icon-link span {
	padding-left: 5px;
	transition: all 0.3s ease;
	vertical-align: middle;
}
.se-links a.se-icon-link:hover i {
	color: #00a69e;
}
.se-links a:hover {
	text-decoration: none;
}
.se-headline-base, .se-headline {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: center;
	color: #586678;
}
.se-headline {
	font-size: 500%;
	margin-bottom: 20px;
}
.se-headline.sub {
	font-size: 240%;
	margin-bottom: 20px;
	margin-top: 0px;
}
.se-headline.description {
/*	font-size: 260%;
	font-weight: 400; */
        font-size: 340%;
        font-weight: bold;
}


.gdrts-stars-empty {
    font-size: 15px !important; 
    line-height: 15px !important;
}

.ausschnitt {
    max-height: 24.3px;
    overflow: hidden;
}
.se-footer {
	background: #586678;
	padding-bottom: 30px;
	padding-top: 20px;
	clear: left;
}
.se-footer .se-footer-border-left {
	border-left: 1px solid white;
	padding-left: 40px;
}
.se-footer .se-footer-border-top {
	border-top: 1px solid white;
	padding-top: 40px;
}
.se-footer .se-footer-metanavi {
	text-align: center;
	margin-top: 40px;
}
.se-footer .se-footer-metanavi a {
	color: white;
	font-weight: 400;
	padding: 0 25px;
	font-size: 160%;
	text-decoration: none;
}
.se-footer .se-footer-oneliner {
	font-size: 160%;
	font-weight: 300;
	text-align: center;
	color: white;
}
.se-footer .se-footer-oneliner a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.se-footer .se-footer-oneliner a.se-icon-link {
	border-bottom: none;
}
.se-footer .se-footer-oneliner a.se-icon-link i {
	color: #068189;
	vertical-align: middle;
	transition: all 0.3s ease;
}
.se-footer .se-footer-oneliner a.se-icon-link span {
	padding-left: 5px;
	transition: all 0.3s ease;
	vertical-align: middle;
}
.se-footer .se-footer-oneliner a.se-icon-link:hover i {
	color: #00a69e;
}
.se-footer .se-footer-oneliner a:hover {
	text-decoration: none;
}
.se-footer .se-paragraph, .se-footer .se-quote p, .se-quote .se-footer p {
	color: white;
	font-size: 160%;
}
.se-footer .se-paragraph a, .se-footer .se-quote p a, .se-quote .se-footer p a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.se-footer .se-paragraph a.se-icon-link, .se-footer .se-quote p a.se-icon-link, .se-quote .se-footer p a.se-icon-link {
	border-bottom: none;
}
.se-footer .se-paragraph a.se-icon-link i, .se-footer .se-quote p a.se-icon-link i, .se-quote .se-footer p a.se-icon-link i {
	color: #068189;
	vertical-align: middle;
	transition: all 0.3s ease;
}
.se-footer .se-paragraph a.se-icon-link span, .se-footer .se-quote p a.se-icon-link span, .se-quote .se-footer p a.se-icon-link span {
	padding-left: 5px;
	transition: all 0.3s ease;
	vertical-align: middle;
}
.se-footer .se-paragraph a.se-icon-link:hover i, .se-footer .se-quote p a.se-icon-link:hover i, .se-quote .se-footer p a.se-icon-link:hover i {
	color: #00a69e;
}
.se-footer .se-paragraph a:hover, .se-footer .se-quote p a:hover, .se-quote .se-footer p a:hover {
	text-decoration: none;
}
.se-footer h3 {
	font-size: 160%;
	color: white;
	text-align: left;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.se-footer ul {
	margin: 0;
	padding: 0;
}
.se-footer ul li a {
	color: white;
	text-decoration: none;
	font-size: 160%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.se-background-transparent {
	background: transparent !important;
}
.se-background-lightgray {
	/*background: #dadfe4 !important;*/
	-webkit-box-shadow: inset 5px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 5px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: inset 5px 0px 8px 0px rgba(0,0,0,0.2);
}

.se-background-gray {
	background: #e5e5e5 !important;
	/* background: #dadfe4 !important;
	 -webkit-box-shadow: inset 5px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 5px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: inset 5px 0px 8px 0px rgba(0,0,0,0.2); */
}

.se-background-green {
	background: #068189 !important;
}
.se-background-danger {
	background: #f65100 !important;
}
.se-background-middlegray {
	background: #586678 !important;
}
.se-background-darkgray {
	background: #2e3641 !important;
}
.se-background-white {
	background: white !important;
}
.se-color-transparent {
	color: transparent !important;
}
.se-color-lightgray {
	color: #dadfe4 !important;
}
.se-color-green {
	color: #068189 !important;
}
.se-color-green a {
	color: #068189;
	padding: 5px;
	text-decoration: none;
	font-size: 14px;
}
.se-color-danger {
	color: #f65100 !important;
}
.se-color-middlegray {
	color: #586678 !important;
}
.se-color-darkgray {
	color: #2e3641 !important;
}
.se-color-white {
	color: white !important;
}
.se-border-color-transparent {
	border-color: transparent !important;
}
.se-border-color-lightgray, .se-border {
	border-color: #dadfe4 !important;
}
.se-border-color-green, .se-border.green {
	border-color: #068189 !important;
}
.se-border-color-danger {
	border-color: #f65100 !important;
}
.se-border-color-middlegray, .se-border.middlegray {
	border-color: #586678 !important;
}
.se-border-color-darkgray, .se-border.darkgray {
	border-color: #2e3641 !important;
}
.se-border-color-white {
	border-color: white !important;
}
.se-textarea {
	min-height: 250px;
}

.kommentar {
    font-size: 75%;
}

.author {
    font-size: 150%;
}

.kateg {
    font-size: 150%;
}

 @media screen and (max-width: 1140px) {
.se-menu .se-menu-inner {
	width: 100%;
}
}
.se-label {
	font-size: 180%;
}
.se-label.required:after {
	content: '*';
	color: #f65100;
}
.se-border {
	border-width: 1px;
	border-style: solid;
	padding: 10px;
}
.se-quote p {
	text-align: center;
}
.se-quote blockquote {
	font-size: 160%;
	font-style: italic;
	color: #586678;
	width: 100%;
	quotes: "\201C" "\201D" "\2018" "\2019";
	margin: 2em auto;
	width: 80%;
	border-left: none;
}
.se-quote blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0em;
	vertical-align: -0.4em;
	font-family: Arial;
	float: left;
	margin-top: -20px;
	margin-left: -25px;
}
.se-quote blockquote:after {
	color: #ccc;
	content: close-quote;
	font-size: 4em;
	line-height: 2.1em;
	margin-right: 0.25em;
	vertical-align: -0.7em;
	font-family: Arial;
	float: right;
	margin-right: -15px;
}
.se-quote2 blockquote {
	display: block;
	border-left: 20px solid #DADFE4;
	padding-bottom: 10px;
	font-size: 160%;
	margin: 0;
	padding-left: 10px;
}
.se-quote2 div {
	border-top: 1px solid #DADFE4;
	padding-top: 5px;
	font-size: 120%;
	font-style: italic;
	text-align: right;
}
.se-quote2 div strong, .se-quote2 div .se-label {
	font-weight: 700;
	display: block;
}
.se-list {
	list-style-type: square;
}
.se-list.horizontal {
	margin: 0;
	padding: 0;
}
.se-list.horizontal li {
	display: inline;
	padding-right: 15px;
}
.se-list li {
	color: #068189;
	font-size: 200%;
}
.se-list li a {
	color: #068189;
	text-decoration: none;
	border-bottom: 1px solid #068189;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.se-list li a.se-icon-link {
	border-bottom: none;
}
.se-list li a.se-icon-link i {
	color: #068189;
	vertical-align: middle;
	transition: all 0.3s ease;
}
.se-list li a.se-icon-link span {
	padding-left: 5px;
	transition: all 0.3s ease;
	vertical-align: middle;
}
.se-list li a.se-icon-link:hover i {
	color: #00a69e;
}
.se-list li a:hover {
	text-decoration: none;
}
.se-socialbox {
	position: fixed;
	top: 50%;
	margin-top: -122px;
	right: -20px;
	width: 100px;
	padding: 10px;
	text-align: center;
	z-index: 100;
	background: white;
	border-radius: 10px;
	border: 1px solid #dadfe4;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.se-socialbox .se-headline {
	font-size: 140%;
	margin-left: -20px;
}
.se-socialbox a {
	display: block;
	text-align: center;
	margin-left: -20px;
}
.se-socialbox a img {
	margin: 10px 0;
	-webkit-transform: scale(1);
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.se-socialbox a img:hover {
	-webkit-transform: scale(1.25);
}
.se-flowchart {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(data:image/png;base64,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) 10px 0 repeat-y;
}
.se-flowchart li {
	padding-left: 40px;
	font-weight: 300;
	font-size: 200%;
	background: url(data:image/png;base64,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) 10px 3px no-repeat;
}

/*  CHECKBOXES     */



input[type="checkbox"] {
    opacity:0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin-left: 0px;
    width: 30px; /*Desired width*/
    height: 30px; /*Desired height*/  
    line-height: 190%;  
}

input[type="checkbox"] + label{
    background:url('off.png') no-repeat;
    display:inline-block;
    padding: 0 0 0 30px;
    /* position: absolute; */
    top: 0;
    left: 0;
    z-index: 1;
    line-height: 190%;
}

input[type="checkbox"]:checked + label{
    background:url('checked.png') no-repeat;
    display:inline-block;
    padding: 0 0 0 30px;
}




.se-dialog-overlay, .se-mobilemenu-overlay {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.3);
}
.se-dialog {
	position: fixed;
	width: 500px;
	height: 300px;
	margin-top: -150px;
	margin-left: -250px;
	top: 25%;
	left: 50%;
	background: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 1000;
}
.se-dialog .se-dialog-title {
	font-size: 240%;
	background: #dadfe4;
	padding: 15px;
	font-weight: 400;
}
.se-dialog .se-dialog-body {
	padding: 15px;
}
.se-gallery {
	overflow: hidden;
}
.se-gallery img {
	width: 24%;
	margin: 5px 0;
}
.se-gallery a,  .se-gallery div {
	overflow: hidden;
	float: left;
	margin: 5px;
}
.se-gallery a img,  .se-gallery div img {
	width: 200%;
	margin: 15px 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: -25%;
	margin-left: -50%;
	cursor: pointer;
}
.se-gallery a img:hover,  .se-gallery div img:hover {
	width: 205%;
	margin-top: -25%;
	margin-left: -55%;
}
.se-gallery.mobile {
	-webkit-transition: margin-left 0.3s ease;
	transition: margin-left 0.3s ease;
}
.se-gallery.mobile a img:hover,  .se-gallery.mobile div img:hover {
	width: 200%;
	margin-top: -25%;
	margin-left: -50%;
}
.se-layouting-container {
	/* margin: 200px 0; */
}
.se-layouting-padding-5 {
	padding: 5px;
}
.se-layouting-padding-10 {
	padding: 10px;
}
.se-layouting-padding-15 {
	padding: 15px;
}
.se-layouting-padding-25 {
	padding: 25px;
}
.se-layouting-artikel-padding {
	/* padding-top: 35px; */
	font-size: 150%;
}
.se-layouting-space {
	height: 100px;
}
.se-layouting-space-50 {
	height: 50px;
}
.se-mobilemenu-menu-opener {
	display: block;
	text-align: right;
	font-size: 400%;
	color: #068189;
	padding: 10px;
	cursor: pointer;
}
.se-mobilemenu-menu-opener:hover, .se-mobilemenu-menu-opener:visited, .se-mobilemenu-menu-opener:active {
	text-decoration: none;
	color: #068189;
}
.se-mobilemenu-overlay {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.se-mobilemenu-overlay.show {
	opacity: 1;
}
.se-mobilemenu {

	background: white;
	width: 70%;
	height: 100vh;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: -100%;
	-webkit-transition: left 0.3s ease;
	transition: left 0.3s ease;
	z-index: 999;
}
.se-mobilemenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.se-mobilemenu ul li {
	padding: 3px 0;
}
.se-mobilemenu a {
	color: #586678;
	text-decoration: none;
	border-bottom: 1px solid #586678;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.se-mobilemenu a.se-icon-link {
	border-bottom: none;
}
.se-mobilemenu a.se-icon-link i {
	color: #068189;
	vertical-align: middle;
	transition: all 0.3s ease;
}
.se-mobilemenu a.se-icon-link span {
	padding-left: 5px;
	transition: all 0.3s ease;
	vertical-align: middle;
}
.se-mobilemenu a.se-icon-link:hover i {
	color: #00a69e;
}
.se-mobilemenu a:hover {
	text-decoration: none;
}
.se-mobilemenu a {
	display: block;
	text-decoration: none;
	padding: 15px;
	border-bottom: none;
	font-size: 200%;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.se-mobilemenu a:hover {
	background: #dadfe4;
}
.se-mobilemenu.show {
	left: 0;
}
.se-mobilemenu.hide {
	left: -100%;
}
.se-effect-blur {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}
.se-autocomplete {
	background: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.se-autocomplete .se-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.se-autocomplete .se-list a {
	display: block;
	transition: background 0.3s ease;
	background: white;
	padding: 10px;
	border-bottom: none;
	cursor: pointer;
}
.se-autocomplete .se-list a:hover {
	background: #dadfe4;
}

.se-wordcloud {
	white-space: pre-line;
	word-wrap: break-word;
	height: auto;
	/* max-height: 500px; */
	overflow: hidden;
	padding-top: 0px;
}
.wikirate {
    font-size: 10px;
    margin-top: 17px; 
}

.gdrts-rating-text {
    width: 25%;
    /* text-align: right; 
    padding-top: 2px; */
    font-size: 15px;
    float: left;
    
    padding-left: 3px; 
    line-height: 15px;
}


.wikicloud {
    background-color: #e5e5e5;
    padding-left: 5px;
    padding-right: 5px;
}

.se-single-sidebar {
	/* white-space: pre-line; */
	word-wrap: break-word;
	height: auto;
	overflow: hidden;
	padding-top: 0px;
}


.wikitags {
    background-color: #e5e5e5;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    line-height: 2.6em;
}

#wikisearch {
    padding-right: 10px;
    padding-left: 0px;
    margin-left: 25px;
}

.wikitag a {
    text-decoration: none;
}

.se-wordcloud a {
	color: #068189;
	padding: 3px;
	text-decoration: none;
}
.se-code {
	border-radius: 0;
	display: block;
	color: #2e3641;
	background: white;
}
.se-interaction {
	cursor: pointer;
}
.se-interaction.hover-green {
	color: #068189;
	transition: color 0.3s ease;
}
.se-interaction.hover-green:hover {
	color: #00a69e;
}
.se-interaction.hover-gray {
	color: #586678;
	transition: color 0.3s ease;
}
.se-interaction.hover-gray:hover {
	color: #2e3641;
}
.se-interaction.active-green {
	transition: color 0.3s ease;
}
.se-interaction.active-green.activeState {
	color: #00a69e;
}
.se-interaction.active-gray {
	transition: color 0.3s ease;
}
.se-interaction.active-gray.activeState {
	color: #2e3641;
}
.se-rating {
	margin: 10px 0;
}
.se-rating i {
	font-size: 200%;
	vertical-align: middle;
}
.se-rating a {
	color: #068189;
	text-decoration: none;
	border-bottom: 1px solid #068189;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.se-rating a.se-icon-link {
	border-bottom: none;
}
.se-rating a.se-icon-link i {
	color: #068189;
	vertical-align: middle;
	transition: all 0.3s ease;
}
.se-rating a.se-icon-link span {
	padding-left: 5px;
	transition: all 0.3s ease;
	vertical-align: middle;
}
.se-rating a.se-icon-link:hover i {
	color: #00a69e;
}
.se-rating a:hover {
	text-decoration: none;
}
.se-rating a {
	font-size: 180%;
	vertical-align: middle;
}
.checkbox label {
	font-size: 160%;
	margin-bottom: 10px;
}

.rechts {
    padding: 20px;
}

.rech {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
}

.willkommen {
	font-size: 120%;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	/* [disabled]margin-left: 5px; */
}

 @media (max-width: 480px) {
.sameheight {
    height: auto ! important
}
.se-body {
    font-size: 1.200em;
}
.se-menu .se-menu-logo img {
	width: 13.5em;
}
/*menu*/
.col-xs-6 {
	/*width: 25%; */
	visibility: hidden;
	max-height:20px;
	overflow:hidden;     
}

.willkommen {
	display: none;
}
.mobile {
	width: 100%;
	margin-bottom: 2em;
}
.se-layouting-padding-25 {
	padding-top: 25px;
	padding-right: 8px;
	padding-bottom: 25px;
	padding-left: 8px;
}
.se-footer h3 {
	font-size: 1.8em;
	font-weight: 500;
}
.rechts {
	margin-left: 0%;
}
.rech {
    padding-left: 0px;
    margin-left: -20px;
}
.se-headline {
	font-size: 3.500em;
	margin-bottom: 20px;
}
.se-headline.sub {
	font-size: 1.500em;
	margin-bottom: 20px;
	margin-left: 1em;
}
.se-headline.description {
    font-size: 200%;
}
.se-paragraph, .se-quote p {
	/*line-height: 1em; */
	font-size: 1.300em !important;
	font-weight: 500;
}
.se-paragraph li {
    font-size: 80%;
}
.se-footer .se-footer-border-left {
	padding-left: 1em;
	border-left-style: none;
}
.se-footer .se-footer-metanavi a {
	padding: 0 1em;
}
.col-xs-4 {
    width: 50%;
}

.col-xs-9 {
    width: 100%;
}
.col-xs-3 {
     display: none; 
}
.se-button.small {
    /* font-size: 120%; */
}
.se-button {
	width: 120px;
	font-size: 120%;
	padding-right: 10px !important;
	padding-left: 10px !important;
	/* [disabled]display: inline; */
}
.se-dialog {
	width: 95% !important;
	margin-right: auto !important;
	margin-left: auto !important;
	left: 2%;
}

.cattag {
	width: 100%;
	border: 1px solid;
	padding: 1em;
}
.author {
    font-size: 110%;
}
.col-xs-1 {
	width: 15%;
}
.col-xs-11 {
	width: 85%;
}
}

 @media (min-width: 481px) and (max-width: 600px) {
/*.se-button.primary.small {
	float: right;
}*/

#wikisearch {
    width: 100%;
}

.col-xs-3 {
    display: none;
}

#sidebar {
    display: none;
}

.author {
    font-size: 120%;
}
.col-xs-1 {
	width: 15%;
}
.col-xs-11 {
	width: 85%;
}
.se-dialog {
	width: 95% !important;
	margin-right: auto !important;
	margin-left: auto !important;
	left: 2%;
}
.sameheight {
    height: auto ! important
}

/*menu*/
.col-xs-6 {
	/*width: 25%;  */
	visibility: hidden;
	max-height:20px;
	overflow:hidden;    
}

.col-xs-9 {
    width: 100%;
}
.se-menu .se-menu-logo img {
	width: 200px;	
}
.rechts {
	margin-left: 50%;
}
.se-paragraph li {
    font-size: 80%;
}
.se-paragraph, .se-quote p {
    font-size: 150%;
}
.menu .col-3-12 img {
	width: 30%;
}
.smalltext {
	font-size: 60%;
}
.col-xs-2 {
    width: 25%;
}

.col-xs-4 {
	width: 50%;
	/* margin-top: 3em; */
}
.se-footer .se-footer-border-left {
	padding-left: 1.200em;
	border-left-style: none;
}
.se-body {
    font-size: 1.100em;
}
.rechts {
    margin-left: 35%;
}
.willkommen {
	display: none;
}

/*.se-menu ul {
    margin-left: -20px;
}*/
}

 @media (min-width: 601px) and (max-width: 800px) {
#wikisearch {
    width: 60%; 
}
     .col-xs-1 {
	width: 15%;
}
.col-xs-11 {
	width: 85%;
}
.se-menu ul {
    margin-left: -20px;
}
/*menu*/
.col-xs-6 {
	/*display: none;  */
	visibility: hidden;
	max-height:20px;
	overflow:hidden;     
}
.col-xs-3 {
    width: 25%;
}
.col-xs-9 {
    width: 75%;
}
.checkbox label {
    font-size: 120%;
}
.sameheight {
    height: auto ! important
}
.smalltext {
	font-size: 70%;
}
.willkommen {
	display: none;
}
.se-menu .se-menu-logo img {
    width: 120%;
}
.rechts {
    /* margin-left: -5%; */
}

.se-paragraph, .se-quote p {
    font-size: 150%;
}
.se-button.small {
    /* font-size: 120%; */
}
}

@media (min-width: 1025px) and (max-width: 1150px) {

#wikisearch {
    width: 55%; 
}

}

@media (min-width: 801px) and (max-width: 1024px) {

#wikisearch {
    width: 55%; 
}

.se-headline {
    font-size: small !important;
}
    
.se-menu ul {
    margin-left: -20px;
}
.se-menu .se-menu-navigation.smalltext a {
    font-size: 180%;
}
.se-menu .se-menu-logo img {
   /* width: 120%; */
}
.checkbox label {
    font-size: 120%;
}
.sameheight {
    height: auto ! important
}
.smalltext {
	font-size: 70%;
}
/*.willkommen {
	display: none;
}*/
.se-button.small {
    /* font-size: 120%; */ 
}
.se-button {
    width: 110px;
}

.rech {
    padding: 20px 0px 20px 10px;
}

.rechts {
    margin-left: -5%;
}
.se-paragraph, .se-quote p {
    font-size: 150%;
}
}

@media (min-width: 2000px) {
#searchcol {
    left: 87%;
}
#container2 {
    right:85%;
}
.col-xs-3 {
    width: 15%;
}
}

 @media (max-width: 800px) {

#wikisearch {
    width: 40%;
} 

     
.topic3col {
    /* display: none; */
}
 
#container1 {
    float: none;
}
#searchcol {
    display: none;
}
#searchcontent {
    left: 75%;
    width: 100%;
}
.se-headline.sub {
    padding-left: 0%;
    margin-top: 0px;
}  
}

@media (max-width: 399px) {
.col-xs-3 {
    display: none !important;
}
}