/* 
* {
	box-sizing: border-box;
}
*/
.cattag {
	width: 100%;
	border: 1px solid;
	padding: 1em;
}


.blogbild {
    background-size: contain;
    height: 300px; 
}


.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;
}
.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;
}
.se-button.small {
	font-size: 140%;
}
.se-button.primary {
	background: #068189;
	color: white;
	padding-left: 60px;
	padding-right: 60px;
}
.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;
}



.weiter {
	color: #FFF !important;
	background-color: #586678;
	padding-top: 0.200em;
	padding-right: 1em;
	padding-bottom: 0.200em;
	padding-left: 1em;
	border-radius: 4px;
	font-size: 0.800em;
}
.nolog {
	color: #068189 !important;
}
a {
	color: #068189;
	text-decoration: none;
}
.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: white;
	width: 100%;
	z-index: 110;
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}
.se-menu .se-menu-navigation.smalltext a {
	font-size: 160%;
}
.se-menu .se-menu-inner {
	width: 1140px;
	padding: 0;
	opacity: 1;
	margin: auto;
}
.se-menu .se-menu-logo {
	padding: 25px;
}
.se-menu .se-menu-logo img {
	width: 250px;
}
.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;
}

@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: 8px;
	margin-bottom: 25px;
	margin-left: 8px;
}
.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, .se-quote p {
	line-height: 1.4;
	font-size: 200%;
	text-align: left;
	font-weight: 300;
	color: #586678;
} 

.se-paragraph, .se-paragraph p {
        word-wrap: break-word;
        white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;
}

.se-paragraph a, .se-quote p a {
	color: #586678;
	text-decoration: none;
	border-bottom: 1px solid #586678;
	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%;
}
.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;
	color: #2e3641;
	width: 100%;
	border: 1px solid #dadfe4;
	-webkit-transition: 0.3s border ease;
	margin-bottom: 10px;
	border-radius: 0;
	font-size: 200%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.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;
}
.se-icon-textfield i[class*="icon-"] {
	position: absolute;
	top: 8px;
	left: 14px;
	font-weight: bold;
	font-size: 300%;
}
.se-icon-textfield input {
	padding-left: 60px;
}
.se-body {
	font-size: 10px;
	color: #586678;
	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: 600%;
	margin-bottom: 20px;
}
.se-headline.sub {
	font-size: 240%;
	margin-bottom: 20px;
}
.se-headline.description {
	font-size: 260%;
	font-weight: 400;
}
.se-footer {
	background: #586678;
	padding-bottom: 30px;
	padding-top: 20px;
}
.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;
}
.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;
}
.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;
}
.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: 50%;
	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;
}
.se-wordcloud a {
	color: #068189;
	padding: 5px;
	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: 180%;
	margin-bottom: 10px;
}

.rechts {
    padding: 20px;
}

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

.willkommen {
    font-size: 120%;
    padding-right: 0px;
    padding-left: 0px;
}

 @media (max-width: 480px) {
.sameheight {
    height: auto ! important
}
.se-body {
    font-size: 1.200em;
}
.se-menu .se-menu-logo img {
	width: 13.5em;
}
.se-menu-navigation {
	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: 30%;
}
.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 {
	 [disabled]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: 100%;
}
#sidebar {
    display: none;
}
.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;
}



 @media (max-width: 775px) {

.row {
    display: none;
}
/*
#container1 {
    clear: left;
}
#searchcol {
    display: none;
}
#searchcontent {
    left: 75%;
}
.se-headline.sub {
    padding-left: 25%;
}  */
}

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

.row {
    display: none;
}
/*
#container1 {
    clear: left;
}
#searchcol {
    display: none;
}
#searchcontent {
    left: 75%;
}
.se-headline.sub {
    padding-left: 25%;
}  */
.se-dialog {
	width: 95% !important;
	margin-right: auto !important;
	margin-left: auto !important;
	left: 2%;
}

.sameheight {
    height: auto ! important
}
#sidebar {
    display: none;
}
.col-xs-6 {
    width: 25%;
}
.col-xs-9 {
    width: 100%;
}
.se-menu .se-menu-logo img {
	width: 230px;	
}
.rechts {
	margin-left: 50%;
}
.se-paragraph li {
    font-size: 80%;
}
.se-menu-navigation {
	display: none;
}
.menu .col-3-12 img {
	width: 30%;
}
.smalltext {
	font-size: 60%;
}
.col-xs-2 {
    width: 25%;
}
.col-xs-4 {
	width: 100%;
	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 {
	visibility: hidden;
}

}
 @media (min-width: 900px) and (max-width: 1080px) {
.smalltext {
	font-size: 75%;  
}
}
 @media (min-width: 776px) and (max-width: 901px) {
.sameheight {
    height: auto ! important
}
.smalltext {
	font-size: 70%;
}
.se-menu ul {
    margin-left: 10%;
}
.rechts {
    margin-left: -5%;
}
}
