/*********************************
screen.css
Ausgabe fuer Bildschirme

Autor: Gabriele Engmann
Version: 0.0.1
*********************************/

 /* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
li {
	margin:8px 0;
	padding:0 0 0 10px;
	position:relative;
}
li:before {
	content: "\2022";
    color: #F9B232;
    font-size: 1.3em;
    padding-right: 4px;
    position:absolute;
    left:0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
figcaption {
	font-size:12px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/********* GENERELL **********/
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857em;
  color: #575655;
  text-align: center;
}
* {
	box-sizing: inherit;
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
}
a {
	color: #f9b232;
	text-decoration: none;
}
b, strong {
font-weight: bold;
}
i, em {
font-style: italic;
}
sup {
position: relative;
top: -0.5em;
font-size: 0.7em;
}
sub {
position: relative;
bottom: -0.4em;
font-size: 0.7em;
}
fieldset {
margin: 1em 0;
}
input, textarea, select {}
input[type="submit"] {
border-style: outset;
margin: 1em 0;
padding: 2px 10px;
font-weight: bold;
}

*/
h1 {
line-height: 1.2em;
}
h2, h3 {
margin-top: 2em;
margin-bottom: 1em;
}
h1 {
font-size: 1.7857em;  /* 25px; */
margin: 0.5em 0;	/* 0.5em 0 */
margin-bottom: 0.67em; /* 1.67em test */
/* border: none; ?? */ 
}
h2 {
font-size: 1.452857em;
color: #2f2482;
font-weight: bold;
}
h3 {
font-size: 1.2em;
}
h4, h5, h6 {
font-size: 1em;
}
h4 {
font-weight: bold;
}
h2 strong {
	font-size:20px !important;
}
hr {
  height:0; 
  border:0; 
  /* border-top:1px solid #083972; */
  border-bottom: 1px solid #f59c00
}
}
acronym, dfn, abbr {
    border-bottom: 1px dotted black;
    cursor: help;
    font-style: normal;
}
table {
line-height: 1.2em;
margin: 1em 0;
}
table td, table th {
border: 1px solid #ddd;
vertical-align: top;
padding: 2px 6px;
}
table th {
font-weight: bold;
text-align: center;
}
table caption {
caption-side: bottom;
font-size: 12px;
}
.clear {
clear: both;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.align-justify {
text-align: justify;
}
.nd {
display: none;
}
main .cscbox .ce-textpic b,
main .cscbox .ce-textpic strong {
font-size:18px;
}
/* flexible Medien*/
img, embed, object, video {
 max-width: 100%;
 height: auto;
 width: auto;
}

/* CSS-Styled-Content Regeln überschreiben */
DIV.csc-textpic-above DIV.csc-textpic-imagewrap,
DIV.csc-textpic-below DIV.csc-textpic-imagewrap,
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI,
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
 float: none;
 display: inline-block;
 vertical-align: top;
}
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
 display: inline-block;
}
DIV.csc-textpic-imagewrap UL.csc-textpic-imagerow-none .csc-textpic-image {
 display: block;
}
.csc-default {clear: both;}

/* optional */
/* Golden Grid Layout für Bild im Text*/
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap {
 width: 38%; /* Bildcontainer Breite */
}
DIV.csc-textpic-intext-right-nowrap .csc-textpic-text,
DIV.csc-textpic-intext-left-nowrap .csc-textpic-text {
 margin-left: 40%; /* Textblock */
}

/*************** LAYOUT ********************/

body {}
#gesamtcontainer{
	width: 100%;
	max-width: 1600px;
	min-width: 860px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.max-width {
	position: relative;
	width: 100%;
	max-width: 1600px;
	min-width: 860px;
	margin: 0 auto;
	padding: 0 10.71429%;
	text-align: left;
}
.area {
	padding: 0 3.18182%;
	position: relative;
	height: auto;
}
.area:after {
	clear: both;
	content:"";
	display: block;
}

header#header-container {
	border-top: 10px solid #f9b232;
}
#logo {
	position: relative;
	height: 170px;
	width: 209px;
}
#logo img {
	position: absolute;
	bottom: 29px;
	left: 0;
}

#service {
	text-align: right;
	position: absolute;
	right: 3.18182%;
	top: 20px;
	font-size: .7857em; /*11px*/
	line-height: 1em;
}
#main-menu {
	text-align: right;
	font-size: 1.2857em; /**18px*/
	font-weight: bold;
	line-height: 1em;
	position: absolute;
	right: 3.18183%; bottom: 0;
	z-index: 20;
	width: auto;
	margin: 0 -18px;
}
#illucontainer {
	position: relative;
	line-height: 0;
	max-height: 544px;
	overflow: hidden;
}
#illu .ce-textpic {
	width:100%;
}
#illu .ce-center .ce-inner,
#illu .ce-center .ce-outer {
    float: none;
    right: unset;
}
#illu .ce-left .ce-gallery,
#illu .ce-column {
	width: 100%;
}
#illu .ce-above .ce-gallery {
	margin-bottom: 0;
}
#illu .ce-gallery figure {
	display: block;
}
#illu img {
	width: 100%;
	height: auto;
	padding:0;
	border:none;
}
#teaser {
	position: absolute;
	bottom: 0;
	line-height: 1.42857em;
}
#teaser .area {
	background: rgba(255,255,255,0.8);
	padding-top: 6px;
	padding-bottom: 16px;
}

#rootline {
	margin-top: 12px; margin-bottom: 32px;
}
#rootline .area {
	padding: 0 3.18182%;
	font-size: .857em; /* 12px */
}
#rootline .innerwrap {
	border-bottom: 1px solid #dbdbdb;
}
#main-content {
	padding-bottom: 5em;
}

.col-2 > * {
	float: left;
}
#col-main {
	width: 62.91262%;
}
#col-right {
	width: 30.29126%;
	margin-left: 6.79612%;
}

/***** Cookie Note *****/

.cc_banner {
	background:#fff !important;
	border:none !important;
	box-shadow:0px 0px 50px rgba(0,0,0,0.1) !important;
}
.cc_container .cc_message {
	color:#575655 !important;
}
.cc_container a {
	color:#f9b232 !important;
}
.cc_container .cc_btn {
	color:#fff !important;
	background:#f9b232 !important;
	border-radius:0 !important;
}

footer {
	border-top: 10px solid #f9b232;
	background: #575656;
	color: #fff;
}
#footer {
	padding-top: 2em;
	padding-bottom: 3em;
}
#footer .fCol {
	float: left;
}
#footer #fCol01 {
	width: 320px;
	margin-right: 20px;
}
#footer #fCol02 {
	max-width: 600px;

}
#footer #fCol03 {
	position: absolute;
	right: 3.18182%;
	top: 0;
	width: 232px;
	margin-left: 32px;
	background: #575656;
}

/*******************  NAVIGATION **********************/
#service * {
	color: #8f8f8f;
}
#service span {
	border-left: 1px solid #8f8f8f;
}
#service span:first-child {
	border: 0;
}

#main-menu a {
	white-space: nowrap;
}
#main-menu #level1 > li {
	display: inline-block;
	padding: 0 16px 28px;
	margin:0;
	position: relative;
}
#main-menu #level1 li::before {
	display:none;
}
#main-menu #submenu {
	position: absolute;
	text-align: left;
	top: 22px; left: 0;
	padding: 40px 0px 20px;
	background: rgba(255, 255, 255, 0.0);
	border-bottom: 2px solid #f9b232;
	font-size: .7777777777em;
	line-height: 2em;
	visibility: hidden;
	transition: all is ease-in-out 0.5s;
}
#main-menu #level1 > li:hover #submenu {
	visibility: visible;
	background: rgba(255,255,255,0.8) ;
	transition-duration: 0.2s;
}
#main-menu ul.level2 {
	display: table-cell;
	padding: 0 18px;
	min-width: 110px;
}
#main-menu .act, #main-menu .cur, #main-menu .level2 a, #main-menu #level1 > li > a:hover {
	color: #8f8f8f;
}
#main-menu .level2 a:hover {
	color: #f9b232;
}
#main-menu #level1 > li.cur:after {
	display: block;
	position: absolute;
	bottom: -1px; left: 18px;
	content: url(../Images/bullet-navi.png);
	z-index: 20;
}
#main-menu #level1 > li:first-child .level2:nth-child(1) li:first-child a,
#main-menu #level1 > li:first-child .level2:nth-child(2) li:first-child a {
	color:#696969;
	cursor:default;
}
#main-menu .level2 > li {
	margin:0;
}

#rootline .innerwrap {
	background: url(../Images/arrow-right-grau.png) no-repeat 0 center;
	padding-left: 1em;
}
#rootline span.link {
	border-right: 1px solid #8f8f8f;
}
#rootline span:last-of-type {
	border: 0;
}

#teasermenu li {
	margin: 2em 0;
	text-indent: 0;
	padding: 0;
}
#teasermenu li:before {
	display: none;
}
#teasermenu li:after {
	display: block;
	content: "";
	clear: both;
}
#teasermenu .teaserimg {
	display: block;
	float: left;
}
#teasermenu img {
	padding: 3px;
	border: 1px solid #dbdbdb;
}
#teasermenu dl {
	margin-left: 274px;
	text-indent: 0;
}
#teasermenu dt {
	font-weight: bold;
	color: #2f2482;
}

#footer ul {
	line-height: 1.7em;
	display: table-cell;
	padding: 0 18px;
	min-width: 80px;
}
#footer p {
	margin:0;
}


/*************** CONTENT ********************/

.ce-bodytext p {
	text-align:justify;
	margin-bottom:1.2em;
}

#teaser p {
	margin: 0;
}

.csc-default p, .csc-default li {
	text-align: justify;
}
.csc-default > p,
.csc-default ul,
.csc-default ol {
	margin-bottom: 1.2em;
}
.csc-default li {
	margin-bottom: 0.6em;
}
.csc-default ul li {
	padding-left: 0.8em;
	text-indent: -0.8em;
}
.csc-default ul li:before {
	content: "\2022";
	color: #F9B232;
	font-size: 1.3em;
	padding-right: 4px;
}
.csc-default ol {
	margin-left: 2em;
	list-style: decimal;
}
.csc-default ol[type=a] {
	list-style-type: lower-latin;
}

#main-content h1{
	color: #2f2482;
	border-bottom: 1px solid #f59c00;
	margin-top: 1.5em;
}
#main-content .frame-default:first-child header h1,
#main-content .frame-default:first-child .csc-header h1 {
	margin-top: 0.5em;
	/*margin-bottom:0;*/
	/*border-bottom: 1px solid #2f2482;*/
}
#main-content h2,
#main-content h3{
	color: #2f2482;
	/* border-bottom: 1px solid #f59c00; */
	margin-top: 1.5em;
}
#main-content h2.col50 {
	width:50%;
	float:left;
}

#main-content h1.csc-firstHeader,
#main-content h2.csc-firstHeader,
#main-content h3.csc-firstHeader {
	margin-top: 1.5em;
}
/*
main .frame,
*/
main .cscbox {
	background: #f4f4f9;
	margin-left: -11.21795%;
	margin-right: -11.21795%;
	padding-left: 11.21795%;
	padding-right: 11.21795%;
	padding-top: 1px;
	padding-bottom: 1rem;
}
#main-content .csc-box .csc-header h1,
#main-content .csc-box .csc-header h2,
#main-content .csc-box .csc-header h3 {
	border-color: #2f2482;
	margin-top: 0.5em;
}
.csc-box b {
	font-size: 1.285714em;
}
.csc-textpic-border .csc-textpic-imagewrap .csc-textpic-image img,
.csc-textpic-border .csc-textpic-single-image img {
	border: 1px solid #dbdbdb !important;
	padding: 3px !important;
}
.ce-border img {
	border: medium;
	padding:3px;
	border:1px solid #dbdbdb;
}
.csc-textpic .csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	font-size: .85714em; /* 12px;*/
	color: #2f2482;
}

/* Textpic Element */

.main-content .tx-dftabs-tabMenu {
	border: medium none;
	height: unset;
	margin: 2em 0 0 !important;
	padding: 0;
	background:#fef7ea;
}
.main-content .tx-dftabs-tabMenu li {
	margin:0;
}
.main-content .tx-dftabs-tabMenu li:before {
	content: unset;
}
.main-content .tx-dftabs-tabMenuEntry a:focus,
.main-content .tx-dftabs-tabMenuEntry a:hover,
.main-content .tx-dftabs-tabMenuEntry a:visited {
	/*color:#575655;*/
	border: medium none;
	background-image: unset;
	/*background-color: #7f7f7f;*/
}
.main-content .tx-dftabs-tabMenuEntrySelected a:focus,
.main-content .tx-dftabs-tabMenuEntrySelected a:hover {
	/*background-color: #528630;*/
}
.main-content .tx-dftabs-tabMenuEntry a,
.main-content .tx-dftabs-tabMenuEntry a:hover,
.main-content .tx-dftabs-tabMenuEntry a:visited,
.main-content .tx-dftabs-tabMenuEntry a:focus {
	color:#575655;
	background-color: transparent;
	background-image: unset;
	border: medium none;
	height: auto;
	padding: 0.75em 2em;
}
.main-content .tx-dftabs-tabMenuEntrySelected a,
.main-content .tx-dftabs-tabMenuEntrySelected a:hover,
.main-content .tx-dftabs-tabMenuEntrySelected a:visited,
.main-content .tx-dftabs-tabMenuEntrySelected a:focus {
	color:#fff;
	background-color: #f9b232;
}
.ce-textpic {
	overflow:visible;
	display:inline-block;
	/*width:100%;
	float:left;*/
}
.ce-intext.ce-right {
	width:100%;
	display:inline-block;
}
.ce-intext.ce-right .ce-gallery {
	margin-top:2rem;
	margin-right:-5.608975%;
}
.ce-intext.ce-right .ce-gallery img {
	max-width:324px;
}
.ce-intext.ce-right h2 {
	margin-top:1.5rem;
}

#col-main .ce-gallery {
	width:auto;
	max-width:648px;
}

/* Gallery Right */
#col-right .ce-gallery {
	width:auto;
	max-width:312px;
}
#col-right .ce-gallery .ce-row .ce-column figure > img {
	max-width:151px;
}
#col-right .ce-gallery figcaption {
	margin-bottom:16px;
}

main .ce-gallery .ce-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
main .ce-gallery .ce-row .ce-column {
	-webkit-box-flex:0;
	    -ms-flex:0 0 1;
	        flex:0 0 1;
	width:auto;
	min-width:calc(50% - 5px);
}
#footer a {
	color: #fff;
}
#fCol01 a {
	text-decoration: underline;
}




/********* EXT jfmuilticonetnt ***********/
/* Layout helpers ---------------------------------  */
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* TABS */
.ui-tabs { position: relative; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 2em 0;	background: #fef7ea; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0;
	margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap;
  line-height: 26px; text-indent: 0; }
.ui-tabs .ui-tabs-nav li:before { display: none; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; color: #575655;
	font-weight: bold; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { background: #f8b234; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; color: #fff; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-panel .csc-header-n1 {
	display: none;
}



/******************************************************
UMBAU WEBSEITE 2019-08-13
*******************************************************/

body {
	background:antiquewhite;
}
#gesamtcontainer {
	max-width:100%;
}
#gesamtcontainer > * {
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
}
#gesamtcontainer > #illucontainer {
	max-width:100%;
}
#illucontainer #teaser {
	width:100%;
	max-width:calc(1600px - 2 * 10.71429vw);
	left:50%;
	padding:0;
}
#illucontainer #teaser .area {
	max-width:100%;
	margin:0 auto;
	left:-50%;
}
#header-container {
	max-width: calc(1600px - 2 * 10.71429vw);
}
#header-container #overhead {
	padding:0;
}
#rootline {
	max-width: calc(1600px - 2 * 10.71429vw);
	padding:12px 0 32px 0;
	margin:0 auto;
	background:#fff;
}
#main-content {
	max-width: calc(1600px - 2 * 10.71429vw);
	padding-bottom: 5em;
    background: #fff;
    padding: 0;
}
#footer-container {
	max-width: calc(1600px - 2 * 10.71429vw);
}

@media only screen and (max-width:1600px) {
	#gesamtcontainer > * {
		max-width:100vw;
	}
	#illucontainer #teaser {
		max-width:calc(100vw - 2 * 10.71429vw);
	}
	#header-container {
		max-width: calc(100vw - 2 * 10.71429vw);
	}
	#rootline {
		max-width: calc(100vw - 2 * 10.71429vw);
	}
	#main-content {
		max-width: calc(100vw - 2 * 10.71429vw);
	}
	#footer-container {
		max-width: calc(100vw - 2 * 10.71429vw);
	}
}

@media only screen and (max-width:1200px) {
	#main-content .area {
		padding:0 2.70655vw;
	}
	#main-content .cscbox {
		margin-left:-2.70655vw;
		margin-right:-2.70655vw;
	}
}



/********************************************/
@media only screen and (max-width: 1260px) {
    /* mainmenu bricht um */
/*#main-menu { position: relative; margin: 26px -13px 0; text-align: left; right: auto !important; }
#main-menu #level1 > li { padding: 0 13px 28px; }
#main-menu #submenu { margin-left: 13px; }
#main-menu ul.level2 { padding: 0 13px; }*/
}


@media only screen and (max-width: 1200px) {
    /* prozentuale Abstaende aendern sich */
.max-width { padding: 0 9.18605%; }
.area { padding: 0 2.70655%; }
#service { right: 2.70655%; }
#main-menu { right: 2.70655%; }
#rootline .area { padding: 0 2.70655%; }
#col-main { width: 60.24096%; }
#col-right { width: 34.93976%; margin-left: 4.81928%; }
.csc-box {
	padding: 1px 8.62069% 1em;
	margin: 0 -8.62069%;
}
}


@media only screen and (max-width: 1170px) {
	/* dritte Menuesplate im Footer ausblenden */
#fCol02 ul:nth-child(3) { display: none; }
}
@media only screen and (max-width: 1040px) {
	/* zweite Menuesplate im Footer ausblenden */
#fCol02 ul:nth-child(2) { display: none; }
}
@media only screen and (max-width: 930px) {
	/* ganzes Menue im Footer ausblenden */
#fCol02 { display: none; }
}

/********* Formulare ***********/

form#mailform label { display: block; min-width: 120px; text-align:right; float: left; margin: 3px 10px 0px 0px; };
form#mailform .csc-mailform-field { height: 20px; }
form#mailform input[type="text"] { margin: 3px 0; border: 1px solid #d0d0d0; }
form#mailform input[type="checkbox"] {  margin: 3px 0; border: 1px solid #d0d0d0; clear: both; }
form#mailform input[type="submit"] { margin: 20px 0 0 130px; border: 1px solid #d0d0d0; }
form#mailform textarea { border: 1px solid #d0d0d0; }

.request-contact {
    background-color: #f9b42e;

    border-radius: 10px;
    height: 70px;
    padding: 10px;
    position: absolute;
    right: 38px;
    text-align: center;
    top: 20px;
    width: 350px;

}
.request-now {
  font-weight:bold;
  font-size: 28px;
  -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 8s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 8s;
    animation-iteration-count: infinite;

}

.frame-type-form_formframework form .form-group {
	float: left;
	margin-bottom: 1em;
	width: 100%;
}
	.frame-type-form_formframework form .control-label {
		float: left;
		text-align: right;
		width: 20%;
	}
	.frame-type-form_formframework form div.input {
		float: right;
		margin-left: 1em;
		width: calc(80% - 1em);
	}
		.frame-type-form_formframework form div.input > * {
			width: 70%;
		}
		.frame-type-form_formframework form div.input > select {
			width:auto;
		}
		.frame-type-form_formframework form div.input > textarea {
			height: 150px;
			width: 100%;
		}
.frame-type-form_formframework form .actions {
	display: block;
	text-align: left;
	margin: 1em 0;
}

/* Kontaktformular */
.frame-type-form_formframework form .form-group {
	margin:3px 0;
}
input[type="text"],
textarea {
	border:1px solid #d0d0d0;
}
input[type="text"]::placeholder {
	color:#fff;
}
.frame-type-form_formframework form div.input #kontaktformular-5164-text-4 {
	margin-top:0.5rem;
}
.frame-type-form_formframework form div.input #kontaktformular-5164-text-5 {
	width:170px;
	margin-bottom:0.5rem;
}
.frame-type-form_formframework form div.input > textarea {
	width:80%;
}
.frame-type-form_formframework form div.input {
	position:relative;
}
.frame-type-form_formframework form div.input input[type="checkbox"] {
	position:absolute;
	left:-30px;
}
.frame-type-form_formframework form fieldset.form-group {
	margin: 0.5em 0;
}
.frame-type-form_formframework form fieldset.form-group legend {
	font-weight: bold;
}
/*.btn-group.submit {
	float:right;
}*/
button[type="submit"] {
	-webkit-appearance:none;
	background:#ddd;
	border:1px solid #d0d0d0;
	padding:2px 10px;
	font-weight:bold;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes example {
    0%   {color: #2F2583;}
    50%  {color: #fff;}
    100% {color: #2F2583;}
}

/* Standard syntax */
@keyframes example {
    0%   {color: #2F2583;}
    50%  {color: #fff;}
    100% {color: #2F2583;}
}
.request-now-sub {
/* eingefügt testweise font-weight: bold;* und wieder raus Andi*/
  
  font-size: 12px; 
  color:#2F2583;


}

.phone {
/*eingefügt font-size: 18px; * Andi*/

    height: 20px;
    padding: 10px;
    position: absolute;
    right: 38px;
    text-align: center;
    top: 84px;
    width: 350px;

}

.bold-style {
  font-weight:bold;
  font-size: 16px;
}

#main-menu .mobilehover #submenu {
    visibility: inherit;
    background: rgba(255, 255, 255, 0.8);
}

/* Neue Gruppenreisen Teaser 2019-08-19 */

.ce-textpic.ce-left.ce-intext.ce-nowrap img {
	max-width:240px;
	margin-right:25px;
}
.ce-textpic.ce-left.ce-intext.ce-nowrap h4 a {
	color:#2f2482;
}
.ce-textpic.ce-left.ce-intext.ce-nowrap p {
	margin:0;
}

/* seofooter */

#seofooter .fCol {
    background-color: #575656;
    padding: 0 5%;
    color: #fff;
    display: flex;
    border-bottom: 1px solid #f9b232;
}

#seofooter .csc-default {
    float: left;
    width: 33.33%;
    padding: 2em;
    margin: 3em 1em;
    background-color: #767676;
}

#seofooter .csc-header {
    color: #f9b232;
    text-align: left;
}

#seofooter .bodytext {
    text-align: left;
}

/******************* RESPONSIVE *********************/

@media (max-width:1200px) {
	/* Header & Navigation */
	#logo img {
		top:15px;
		bottom:auto;
	}
	#main-menu {
		position: absolute;
		right: 37px !important;
		bottom:0;
	}

	#header-container,
	#illucontainer #teaser,
	#rootline,
	#main-content,
	#footer-container {
		width:100%;
		max-width:100%;
	}
	#main-content .area {
		padding-left:0;
		padding-right:0;
	}
	#col-main {
		width:100%;
	}
	#col-right {
		width:100%;
		margin-left:0;
	}
	#main-content .cscbox,
	#main-content .frame-default {
		margin-left:0;
		margin-right:0;
		padding-left:2.70655vw;
		padding-right:2.70655vw;
	}
	#main-content .cscbox .cscbox,
	#main-content .frame-default .cscbox,
	#main-content .cscbox .frame-default,
	#main-content .frame-default .frame-default {
		padding-left:0;
		padding-right:0;
	}
	.ce-intext.ce-right .ce-gallery {
		margin-right:0;
	}
	#col-right .ce-textpic {
		width:100%;
	}
	#col-right .ce-gallery {
		width:100%;
		max-width:100%;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	#col-right .ce-gallery .ce-row {
		-webkit-box-flex:0;
		    -ms-flex:0 0 33.33%;
		        flex:0 0 33.33%;
	}

	/* Bildergalerien */
	#col-main .frame-default.frame-type-textmedia.frame-layout-0 .ce-gallery {
		max-width:100%;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	#col-main .frame-default.frame-type-textmedia.frame-layout-0 .ce-gallery figure {
		width:100%;
	}
	#col-main .frame-default.frame-type-textmedia.frame-layout-0 .ce-border img {
		width:100%;
	}

	/* Zweite section mit Background Color Gruppenreisen */
	.frame-default.frame-type-shortcut.frame-layout-0 {
		background:#f4f4f9;
	}

	/* Wetterberichte */
	#col-right .frame-default.frame-type-html.frame-layout-0 {
		width:33.33%;
		float:left;
		margin:0 0 30px 0;
	}

	/* Footer */
	#footer {
		padding-left:0;
		padding-right:0;
	}
}

@media (max-width: 900px) {
	/* Header & Navigation */
	#logo img {
		top:auto;
		bottom:29px;
	}
	#main-menu {
		position: relative;
		right: auto !important;
		top:auto;
	}

	
	#gesamtcontainer > * {
		max-width:100%;
	}
	#gesamtcontainer,
	#header-container,
	#illucontainer #teaser,
	#rootline,
	#main-content,
	#footer-container,
	.max-width {
		min-width:auto;
	}

	/* Header & Navigation */
	#logo {
		margin:auto;
	}
	.ec_linkheader {
		display:none;
	}
	.phone {
		position:static;
		visibility:hidden;
		width:100%;
		height:auto;
		text-align:left;
		padding:0 0 10px 0;
		color:;
		text-align:center;
	}
	.phone a {
		visibility:visible;
		width:100%;
		float:left;
		padding:5px;
		color:#fff;
		background:#f9b323;
	}
	#main-menu #level1 > li {
		position:static;
		width:100%;
		float:left;
		text-align:center;
		padding:0;
		border-bottom:1px solid #f9b232;
	}
	#main-menu #level1 > li:first-child {
		border-top:1px solid #f9b232;
	}
	#main-menu #level1 > li:last-child {
		border-bottom:none;
	}
	#main-menu #level1 > li > a {
		display:block;
		width:100%;
		padding:15px;
	}
	#main-menu #submenu {
		position:relative;
		display:none;
		width:100%;
		max-width:100%;
		left:0;
		top:0;
		right:auto;
		padding:20px 0;
		margin:0 0 20px 0;
	}
	#main-menu #level1 > li.active #submenu,
	#main-menu #level1 > li:hover #submenu {
		display:block;
	}
	#main-menu ul.level2 {
		display:block;
		width:100%;
		min-width:auto;
	}
	#main-menu .level2 > li {
		padding:2px 0;
		text-align:center;
	}

	/* Content */
	#main-content h1 {
		line-height:1;
	}
	#col-main .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
		float:left;
		margin:0;
	}
	#col-main .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
		width:auto;
		padding:0 0 0 20px;
		margin:0;
	}
	/* Gallery Right */
	#col-right .ce-gallery .ce-row {
		-webkit-box-flex:0;
		    -ms-flex:0 0 50%;
		        flex:0 0 50%;
		padding-right:5px;
	}
	#col-right .ce-gallery .ce-row:nth-child(even) {
		padding-right:0;
		padding-left:5px;
	}

	/* Wetter */
	#col-right .frame-default.frame-type-html.frame-layout-0 {
		width:50%;
	}
}

@media (max-width:660px) {
	/* Header */
	#main-menu #level1 > li.cur:after {
		display:none;
	}
	#illu .ce-gallery figure {
		width:800px;
		position:relative;
		left:calc(50% - 400px);
	}
	#illucontainer #teaser .area {
		padding:3px 15px;
	}

	/* Content */
	#col-main .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext,
	#col-main .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
		width:100%;
		padding:0;
	}
	#col-main .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
		margin:0 0 20px 0;
	}

	/* Gallery Right */
	#col-right .ce-gallery .ce-row {
		-webkit-box-flex:0;
		    -ms-flex:0 0 100%;
		        flex:0 0 100%;
		padding-right:0;
		padding-left:0;
	}
	#col-right .ce-gallery .ce-row .ce-column figure > img {
		width:100%;
		max-width:100%;
	}

	/* Wetter */
	#col-right .frame-default.frame-type-html.frame-layout-0 {
		width:100%;
	}

	/* Tabs */
	.main-content .tx-dftabs-tabMenu li {
		width:100%;
		padding:0;
	}
	.main-content .tx-dftabs-tabMenu li.tx-dftabs-tabMenuEntry,
	.main-content .tx-dftabs-tabMenu li.tx-dftabs-tabMenuEntry a {
		width:100%;
	}

	/* Formulare */
	.frame-type-form_formframework form .control-label {
		width:100%;
		text-align:left;
	}
	.frame-type-form_formframework form div.input {
		width:100%;
		float:left;
		margin:0 0 10px 0;
	}
	.frame-type-form_formframework form div.input > * {
		width:100%;
		padding:5px;
	}
	.frame-type-form_formframework form div.input > .form-check {
		padding:0;
		margin:0 0 10px 0;
	}
	.frame-type-form_formframework form div.input > .help-block {
		padding:0;
		margin:0 0 10px 0;
	}
	.frame-type-form_formframework form fieldset p {
		padding-left:0;
	}

	/* Footer */
	#footer .area {
		font-size:12px;
	}
	#footer #fCol01 {
		width:100%;
		margin:0;
	}
	#footer .ce-textpic {
		width:100%;
	}
	#footer p {
		width:100%;
		text-align:center;
	}
	#service {
		display:inline-block;
		width:100%;
		position:static;
	}
	#service span {
		width:100%;
		float:left;
		padding:10px 0;
		font-size:12px;
		text-align:center;
		border:none;
	}
}

 @media (max-width:400px) {
 	.ce-intext.ce-right .ce-gallery img {
 		max-width:100%;
 	}
 	#col-right .ce-textpic.ce-left.ce-below .ce-gallery .ce-row {
 		padding-right:0;
 		padding-left:0;
 		flex-direction:column;
 	}
 	#col-right .ce-textpic.ce-left.ce-below .ce-gallery .ce-row .ce-column {
 		width:100%;
 		margin-right:0;
 	}
 	#col-right .ce-textpic.ce-left.ce-below .ce-gallery figure {
 		width:100%;
 	}
 	#col-right .ce-textpic.ce-left.ce-below .ce-gallery .ce-row .ce-column figure > img {
 		width:100%;
 		max-width:100%;
 	}
 }