@charset "utf-8";



/* --------------------------------------------------------------------------
   RESET
   -------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
   ALLGEMEINE DEFINITIONEN
   -------------------------------------------------------------------------- */
body {
	background: #fff;
	position: relative;
	font: 13px Arial, sans-serif;
	line-height: 1.5;
	color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	color: #0B788E;
	line-height:1.5;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}
h6 {
	font-size: 15px;
}

a {
	text-decoration: none;
	color: #0B788E;
}

div.table { 
	display: table; 
	border-collapse: collapse;
	box-sizing: border-box; 
}

div.tr {
	box-sizing: border-box;
	display: table-row;
}

div.td { 
	display: table-cell; 
	border: 0; 
	padding:5px; 
	box-sizing: border-box;
}

.collegeBox a {
	text-decoration: none;
	color: #cc071e;
}

.collegeBox_hh a {
	text-decoration: none;
	color: #007286;
}

a:active { color: #444; }
a.textcol { color: #444; }

p,
ul,
ol { margin-bottom: 12px; }

ul { list-style-type: disc; }

ul.blau { list-style-image: url(../meintheme/template/checkitem_blau.png); }
ul.gruen { list-style-image: url(../meintheme/template/checkitem_gruen.png); }
ul.rot { list-style-image: url(../meintheme/template/checkitem_rot.png); }
ul.gelb { list-style-image: url(../meintheme/template/checkitem_gelb.png); }
ul.schwarz { list-style-image: url(../meintheme/template/checkitem_schwarz.png); }

ul.blau li,
ul.gruen li,
ul.rot li,
ul.gelb li,
ul.schwarz li { margin-left: 22px !important; }

ul.bullet {
	list-style-type: disc;
	margin-left: 12px;
}

ul.bullet li { margin-left: 0; }

ol {
	list-style-type: decimal;
	margin-left: 10px;
}

blockquote {
	min-height: 45px;
	padding: 0 0 0 70px;
	background: url(../meintheme/template/quote.png) no-repeat top left;
	color: #999999;
}

blockquote p {
	border-right: 5px solid #999;
	padding-right: 10px;
}

blockquote span { color: #999; }

hr,
.hr {
	border: none;
	height: 1px;
	margin: 30px 0;
	background-color: #ccc;
	color: #ccc;
}

label {
	font-weight: bold;
	color: #444;
}

fieldset {
	padding: 15px;
	margin: 0 0 20px 0;
	border: 1px dotted #ccc;
}

legend { font-weight: bold; }

input[type=text],
input[type=password],
input.text,
textarea {
	background-color: #fff;
	border: 1px dotted #eee;
}

input[type=text]:focus,
input[type=password]:focus,
input.text:focus,
textarea:focus { border-color: #eee; }

select {
	width: 100%;
    box-sizing: border-box;
	border-width: 1px;
	border-style: dotted;
	background-color: #fff;
}

input[type=text],
input[type=password],
input.text,
textarea,
select { margin: 5px 0; }

input.text {
	width: 300px;
	padding: 5px;
}

textarea {
	width: 300px;
	height: 100px;
	padding: 5px;
	resize: vertical;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 12px;
	border: 1px dotted #ccc;
	box-sizing: border-box;
}

th {
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

td {
	padding: 10px;
	border-top: 1px dotted #ccc;
}

.onlyMob, .onlyMobIn			{ display: none; }
.noMob							{ display: block; }
.noMobIn						{ display: inline-block; } 	

.dsTxt { 
	margin: 0 10px 10px 0;
	text-align: left;
}

.dsTxt .checktxt { 
	display: block;
	box-sizing: border-box;
	float: left;
	width: 90%;
	width: calc(100% - 30px);
}

.dsTxt .checkleft { 
	display: block;
	box-sizing: border-box;
	float: left;
	width: 30px;
}

/* --------------------------------------------------------------------------
   Clear Fix Hack - class="fixed" für div-Bereiche mit Float-Elementen
   -------------------------------------------------------------------------- */
.fixed:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fixed { 
	display: block; 
	min-height: 1%; 
}

* html .fixed { height: 1%; }

/* --------------------------------------------------------------------------
   SEITENDEFINITIONEN
   -------------------------------------------------------------------------- */
.img_left,
img.alignleft {
	margin: 2px 18px 3px 0;
	float: left;
}
.img_right,

img.alignright {
	margin: 5px 0 5px 10px;
	float: right;
}

img.alignnone.block { 
	height: auto;
	max-width: 100%;
}

.m_right0, 
.mRight0 { margin-right: 0 !important; }

.m_right, 
.mRight { margin-right: 10px !important; }

.m_left0,
.mLeft0 { margin-left: 0 !important; }

.m_bottom0,
.mBottom0 { margin-bottom: 0 !important; }

.m_top0,
.mTop0 { margin-top: 0 !important; }

.m_top3,
.mTop3 { margin-top: 30px !important; }

.m_bot,
.mBot { margin-bottom: 10px !important; }

.m_bottom_sp1 { margin-bottom: 12px !important; }

.p_right0 { padding-right: 0 !important; }

.p_left0 { padding-left: 0 !important; }

.p_bottom0 { padding-bottom: 0 !important; }

.p_top0 { padding-top: 0 !important; }

.b_right0 { border-right: none !important; }

.b_left0 { border-left: none !important; }

.b_bottom0 { border-bottom: none !important; }

.b_top0 { border-top: none !important; }

.align_left { text-align: left !important; }

.align_right { text-align: right !important; }

.align_center { text-align: center !important; }

.vaMiddle { vertical-align: middle !important; }

.block { display: block !important; }

.fl_left,
.fLeft { float: left !important; }

.fl_right,
.fRight { float: right !important; }

.left50 {
	float: left;
	width: 48%; 
	margin-right: 1.9%;
}

.c_rot,
.err { color: red !important; }

.bordered {
	padding: 5px;
	border: 1px dotted #ccc;
}

.clear { clear: both; }

.disp_block { display: block; }
.disp_inline { display: block; }
.disp_hide { display: none; }

.h1px { height: 1px; }

.hyph {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

#scSize { width: 1px; }

.slideBox .anmerkung { 
	position: absolute;
	bottom: 50px;
}

.slideBox .anmerkung p {	
	font-size: 8px;
	line-height: 120%;
}

.nowrap { white-space: nowrap; }

/* --------------------------------------------------------------------------
   NAVIGATIONSBEREICHE 
   -------------------------------------------------------------------------- */
/* ------------------- MainMenu ------------------------------------------------------- */
#navBoxTop {
	position: absolute;
	top: -70px;
	left: 0;
	width: 90%;
	margin-left: 10%;
	text-align: right;
	z-index: 5000;
}

#mainMenu {
	clear: both;
	display: block;
	float: right;
	margin: 0 auto 3px;
	width: auto;
	font-weight: bold;
}

#mainMenu ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}

#mainMenu li {
	float: left;
	position: relative;
	text-align: left;
}

#mainMenu a {
	color: #252525;
	display: block;
	line-height: 3.333em;
	padding: 0 10px;
	text-decoration: none;
}

#mainMenu ul ul {
	font-size: 12px;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 9999;
}

#mainMenu ul ul ul {
	left: 100%;
	top: 0;
}

#mainMenu ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}

#mainMenu li:hover > a,
#mainMenu ul ul :hover > a,
#mainMenu a:focus { background: #efefef; }

#mainMenu li:hover > a,
#mainMenu a:focus {
	background: #f9f9f9;
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}

#mainMenu ul li:hover > ul { display: block; }

#mainMenu .current-menu-item > a,
#mainMenu .current-menu-ancestor > a,
#mainMenu .current_page_item > a,
#mainMenu .current_page_ancestor > a { color: #0B788E; }

/* ------------------- MainMenu (mobil) ------------------------------------------------------- */
#navMBut {
    position: absolute;
    right: 0;
    top: 90px;
    font-size: 36px;
	cursor: pointer;
	display: none;
}

#navMBut:hover {
	color: #0B788E;
}

#navTopM {
	position: fixed;
	top: 0;
	left: -320px;
	width: 320px;
	box-sizing: border-box;
	padding: 20px;
	background-color: rgba( 255, 255, 255, 0.9 );
	z-index: 1000;
}

#navTopM ul {
	font-size: 15px;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#navTopM li {
	position: relative;
	width: 100%;
	padding: 5px 0 5px 20px;
	border-bottom: 1px dotted #666;
	text-align: left;
	box-sizing: border-box;
}

#navTopM li:first-child { border-top: 1px dotted #666; }

#navTopM ul li ul li { border-top: 0; }

#navTopM a {
	color: #252525;
	display: block;
	text-decoration: none;
}

#navTopM li:hover > a,
#navTopM a:focus { color: #fff; }

#navTopM li:hover { background-color: rgba( 204, 204, 204, 0.8 ); }

#navTopM .current-menu-item > a,
#navTopM .current-menu-ancestor > a,
#navTopM .current_page_item > a,
#navTopM .current_page_ancestor > a { color: #0B788E; }

#closeNavMob {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 14px;
	cursor: pointer;
}

#closeNavMob:hover { color: #0B788E; }

/* ------------------- Submenu linke Spalte (automatisch generiert) ------------------------------------------------------- */
ul#sideMenu {
	margin: 5px 0 20px 0;
	list-style: none;
	border-bottom: 1px dotted rgb(204,204,204);
}

ul#sideMenu li {
	font-size: 12px;
	border-top: 1px dotted rgb(204,204,204);
	padding: 3px 0;
}

ul#sideMenu ul {
	margin: 5px 0;
	list-style: none;
}

ul#sideMenu ul li { padding-left: 10px; }

/* ------------------- Submenu linke Spalte (manuell per Widget generiert) ------------------------------------------------------- */
.std1sp { margin: 0 0 25px; }

.std1sp h3 {
	font-size: 16px;
	line-height: 24px;

	margin-bottom: 12px;
}

.std1sp ul {
	margin: 5px 0px 20px;
	list-style: none outside none;
	border-bottom: 1px dotted rgb(204, 204, 204);
}

.std1sp li {
	font-size: 12px;
	border-top: 1px dotted rgb(204, 204, 204);
	padding: 3px 0px;
}

.std1sp li.current_page_item a { color: #000; }

/* ------------------- Submenu linke Spalte (prominent Infoblätter) -----------------------------------------------------------------------------------------------*/
.pro1sp ul {
	margin: 10px 0px 20px;
	list-style: none outside none;
}

.pro1sp li {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #aaa;
	background-color: rgb(204, 204, 204);
}

.pro1sp li a:hover {
	text-decoration: none;
	color: #666;
}

/* ------------------- Navigationsbereich im Footer -----------------------------------------------------------------------------------------------*/
div.footer-nav-1,
div.footer-nav-2 {
	width: 47%;
	max-width: 100px;
	float: left;
	margin-bottom: 0;
}

div.footer-nav-2 { margin-left: 5%; }

ul.footer-nav {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
/* --------------------------------------------------------------------------
   BOXEN / SPALTEN / LAYOUT
   -------------------------------------------------------------------------- */
.firstCol,
.size12,
.size12r,
.size12plus,
.size12plus2,
.size12_0m,
.size12minus_0m,
.size14,
.size14r {
	float: left;
	margin-right: 20px;
	box-sizing: border-box;
}

.firstCol { 
	width: 180px;
	width: 20%; 
	width: calc(22% - 20px);
}

.size14 { 
	width: 210px; 
    width: 22%;
    width: calc(25% - 20px);
}

.size14r {
	width: 230px;
    width: 25%;
	margin-right: 0;
	float: right;
}

.size34 {
	width: 700px;
    width: 73%;
    width: calc(75% - 10px);
	float: left;
	margin-right: 10px;
}

.size34plus {
    width: 77%;
    width: calc(78% - 10px);
	float: left;
	margin-right: 10px;
}

.size34plus.m_right0 {
    width: 78%;
	float: left;
}

.size34.m_right0 {
    width: 75%;
	float: left;
}

.size12 { 
	width: 48%; 
	width: calc(50% - 20px);
}

.size12_0m { 
	width: 50%; 
	margin-right: 0;
}

.size12minus_0m { 
	width: 46%; 
	width: calc(50% - 20px);
	margin-right: 0;
}

.size12r { 
	width: 50%;
	margin-right: 0;
	float: right;
}

.size12plus { 
	width: 50%; 
	width: calc(50% + 10px);
}

.size12plus2 { width: 470px; }

.size11,
.size100p { width: 100%; }

.vaTop { vertical-align: top; }

.blockend_bottom_half {
	padding-bottom: 15px !important;
	margin-top: -15px !important;
	margin-bottom: 30px !important;
	border-bottom: 1px dotted #ccc;
}

.blockend_bottom {
	padding-bottom: 30px !important;
	margin-bottom: 30px !important;
	border-bottom: 1px dotted #ccc;
}

.blockend_bottom.anm { padding-bottom: 50px !important; }

.blockend_noborder {
	padding-bottom: 30px !important;
	margin-bottom: 0 !important;
	border-bottom: 0;
}

#wrapper {
	width: 100%;
	max-width: 1160px;
	padding: 0 40px;
	margin: 0 auto;
	background-color: #ffffff;
	-moz-box-shadow: 0 -5px 5px 0 #cccccc;
	-webkit-box-shadow: 0 -5px 5px 0 #dcdcdc;
	box-shadow: 0 -5px 10px 0 #dcdcdc;
	box-sizing: border-box;
}

#header,
#header_college,
#header_college_hh {
	box-sizing: border-box;
	height: 146px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 30px;
	z-index: 2500;
}

#header_college,
#header_college_hh {
	height: 190px;
}

.langBox {
	position: absolute;
	box-sizing: border-box;
	bottom: -38px;
	left: 10px;
}

.langBox img {
	display: inline-block;
	width: 20px;
	height: auto;
	margin-right: 3px;
}

#slideshow {
	position: relative;
	z-index: 500;
}

#slideshow .pictxt {
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	padding: 20px;
	background: rgba( 0, 0, 0, 0.6 );
}

#slideshow .pictxt h3,
#slideshow .pictxt p,
#slideshow .pictxt div { 
	color: white; 
}

#slideshow .pictxt p {
	line-height: 150%;
}

#slideshow .pictxt p em {
	display: inline-block;
	font-size: 10px;
	line-height: 120% !important;
	font-style: normal;
}

#slideshow .pictxt h3 { 
	font-size: 15px;
	font-weight: bold;
}

.slideBox img {
	display: block;
    width: 100%;
    height: auto;
}

.singlePic {
	position: relative;
}

.slideshow .banderole {
	position: absolute;
	top: 0;
	left: 0;
	width: 232px;
	height: 173px;
	background-image: url('template/banderole.png');
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0.8;
	z-index: 100;
}

.slide_stoerer_rechts_start, 
.slide_stoerer_rechts {
	position: absolute;
	top: 5%;
	right: 10px;
	width: 50%;
	max-width: 200px;
	height: 90%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	opacity: 1;
	z-index: 100;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.slide_stoerer_rechts_start {
	top: 20px;
	max-width: 220px;
	max-height: 400px;
}

.slide_stoerer_rechts_start.corona,
.slide_stoerer_rechts.corona {
	background-image: url('template/stoerer_corona_2004.png');
}

.slide_stoerer_rechts_start.start,
.slide_stoerer_rechts.start {
	background-image: url('template/stoerer_umch_2001.png');
}

.slide_stoerer_rechts.kontakt {
	background-image: url('template/stoerer_start_now_1911.png');
}

.slide_stoerer_rechts.auftrag {
	background-image: url('template/stoerer_buy_now_1911.png');
}

.slide_stoerer_rechts.rijeka {
	background-image: url('template/stoerer_rijeka_1911.png');
}

.headContainer,
.headContainer_college,
.headContainer_college_hh {
	position: relative;
	z-index: 10;
}

.headContainer_college { background-color: #cd1719; }
.headContainer_college_hh { background-color: #007286; }

#logo {
	width: 270px;
	height: 90px;
	margin: 0;
}

#logo_college {
	width: 406px;
	height: 180px;
	margin: 0;
	float: right;
}

#logo img,
#logo_college img {
	width: 100%;
	height: auto;
}

#headText {
	position: absolute;

	top: 0;

	right: 0;

	width: 300px;

	height: 100px;

	text-align: right;

}



#content { min-height: 400px; }



#content img {

	max-width: 100%;

	height: auto;

}



#footer,

#footer2,

#gplus {

	font-size: 10px;

	line-height: 125%;

}



#footer2 a,

#footer2 a:hover,

#gplus a,

#gplus a:hover {

	font-weight: normal;

	text-decoration: none;

	color: #444;

}



.contentBox a.ul {

	text-decoration: underline;

}



.contentBox a.ul:hover {

	text-decoration: none;

}



.contentBox .col_one_two img,

.contentBox .col_two_two img { max-width: 48%; }



.contentBox .col_one_two {

	width: 48%;

	float: left;

}



.contentBox .col_two_two {

	width: 48%;

	float: right;

}



.contentBox ol li,

.contentBox ul li { margin-left: 15px; }



.anfrage_box {

	margin-top: 20px;

	margin-bottom: 10px;

	padding-top: 10px;

	border-top: 1px dotted #ccc;

}



.onearticle {

	margin-bottom: 15px;

	padding-bottom: 15px;

	border-bottom: 1px #444 dotted;

}



table.kostentab td.price {

	padding-right: 50px;

	text-align: right;	

}



img.textpic_quer {
	width: 55%;
	max-width: 420px !important;
}

img.textpic_hoch {
	width: 25%;
	max-width: 230px !important;
}



img.textpic_fixM {

	width: 300px;

}



img.textpic_fixM2 {

	width: 400px;

}



.kursiv { font-style: italic; }



/* --------------------------------------------------------------------------
   infoBlockR / simpleInfoBoxR / borderInfoBoxR ... (Codeersetzung im Text)
   -------------------------------------------------------------------------- */
.infoBlockR {
	width: 100%; 
	max-width: 420px;
	float: right;
	box-sizing: border-box;
	margin: 0 0 5px 10px; 
	padding: 10px; 
	border: 1px solid #000; 
	background-color: #eee;
}

img.linkBox {
	width: 100%; 
	max-width: 420px !important;
	margin: 5px 5px 5px 10px;
}

img.linkBox.alignleft {
	margin-left: 0;
}

img.linkBox.alignright {
	margin-right: 0;
}

.simpleInfoBoxR {
	width: 70%; 
	float: right;
	box-sizing: border-box;
	margin: -10px 0 5px 10px;  
}

.borderInfoBoxR,
.borderInfoBoxRfull,
.borderInfoBoxRsmall {
	width: 70%; 
	float: right;
	margin: 0 0 5px 10px;
	padding: 10px; 
	border: 1px solid #000; 
	box-sizing: border-box;
}

.borderInfoBoxRsmall {
	width: 40%; 
}

.borderInfoBoxRfull {
	width: 100%;
	float: none;
	margin: 15px 0;
}

.borderInfoBoxR table,
.borderInfoBoxRfull table,
.borderInfoBoxRsmall table {
	width: 100%;
	margin: 0;
	border: 0;
}

.borderInfoBoxR td,
.borderInfoBoxRfull td,
.borderInfoBoxRsmall td {
	padding: 0 2px;
	border: 0; 
}

.borderInfoBoxR ol,
.borderInfoBoxRfull ol,
.borderInfoBoxRsmall ol {
	list-style-position: outside;
}

.containerR {
	width: 100%; 
	max-width: 420px;
	float: right;
	box-sizing: border-box;
	margin: 0 0 0 10px; 
	padding: 0; 
}

/* --------------------------------------------------------------------------
   KONTAKTBLÖCKE (Codeersetzung im Text)
   -------------------------------------------------------------------------- */
.kontaktBlockL,
.kontaktBlockR {
	width:300px;
	height:100px;
	border:1px gray solid;
	margin-right: 8px;
	padding: 5px;
	float: left;
	background-color: #efefef;
}

.kontaktBlockL { float: left; }

.kontaktBlockR { float: right; }

.kontaktBlockL h5,
.kontaktBlockR h5 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 0 8px 0;
}

.kontaktBlockL p,
.kontaktBlockR p {
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	margin: 0 0 8px 0;
	padding: 0;
}

.kontaktBlockL p.small,
.kontaktBlockR p.small {
	font-size: 8px;
	line-height: 9px;
	font-weight: normal;
	margin: 0 0 6px 0;
	padding: 0;
}

.kontaktBlockL hr,
.kontaktBlockR hr {
	margin: 3px 0;
	padding: 0;
}

.kontaktPicL {
	width: 80px;
	height: 100px;
	margin-right: 10px;
	background: url(/wp-content/uploads/2013/05/kontaktpic.jpg);
	float: left;
}

/* --------------------------------------------------------------------------
   MINI KONTAKTFORM (Codeersetzung im Text)
   -------------------------------------------------------------------------- */
.kontaktForm01L_boxbox,
.kontaktForm01R_boxbox {
	width: 100%;
	box-sizing: border-box;
	max-width: 420px;
	border:1px gray solid;
	padding: 5px;
	margin: 5px;
}

.kontaktForm02L_boxbox,
.kontaktForm02R_boxbox {
	width: 100%;
	box-sizing: border-box;
	border: 1px gray solid;
	padding: 0 12px 12px;
	margin: 0;
}

.kontaktForm01R_boxbox p {
	margin-bottom: 0;
}

.kontaktForm01L_box,
.kontaktForm01R_box,
.kontaktForm02L_box,
.kontaktForm02R_box { 
	background-position: top right; 
	background-repeat: no-repeat;
	background-color: #efefef;
}

.kontaktForm01L,
.kontaktForm01R {
	width: 200px;
	border: 0;
	padding: 5px;
	box-sizing: border-box;
	cursor: pointer;
}

.kontaktFormTxt01L,
.kontaktFormTxt01R {
	width:190px;
	border:0;
	padding:5px 5px 0 5px;
	box-sizing: border-box;
	background-color: #fff;
}

.kontaktFormTxt02L,
.kontaktFormTxt02R {
	width: 50%;
	max-width: 400px;
	box-sizing: border-box;
	border: 0;
	padding: 0 8px 5px 0;
	background-color: #fff;
}

.kontaktFormTxt01L p,
.kontaktFormTxt01R p,
.kontaktFormTxt02L p,
.kontaktFormTxt02R p { margin-bottom: 7px !important; }

.kontaktFormTxtSmall01,
.kontaktFormTxtSmall02 {
	margin-bottom: 5px;
	margin-left: 8px;
	font-size: 11px;
	line-height: 120%;
}

.kontaktFormTxtSmall02 {
	margin-bottom: 5px;
	margin-top: 6px;
}

.kontaktForm01L_boxbox,
.kontaktForm01L,
.kontaktForm01R,
.kontaktForm02L_boxbox,
.kontaktForm02L,
.kontaktForm02R {
	float: left;
	margin-right: 8px;
}

.kontaktForm01R_boxbox {
	float: right;
	margin: 5px 0 5px 10px; 
	box-sizing: border-box;
}

.kontaktForm02R_boxbox {
	float: right;
	margin: 10px 0; 
	box-sizing: border-box;
}

.kontaktFormTxt01L,
.kontaktFormTxt02L { float: right; }
.kontaktFormTxt01R,
.kontaktFormTxt02R { float: left; }

.kontaktForm01R label,
.kontaktForm01L label,
.kontaktForm02R label,
.kontaktForm02L label {
	font-weight: normal;
	font-size: 11px;
}

.kontaktForm01R table,
.kontaktForm01L table {
	width: 170px;
	border: 0;
	margin-bottom: 0;
}

.kontaktForm02R table,
.kontaktForm02L table {
	width: 340px;
	border: 0;
	margin-top: 3px;
}

.kontaktForm01R td,
.kontaktForm01L td,
.kontaktForm02R td,
.kontaktForm02L td {
	padding: 0 0 0 3px;
	border: 0;
	vertical-align: top;
}

.kontaktForm01R td.first,
.kontaktForm01L td.first,
.kontaktForm02R td.first,
.kontaktForm02L td.first {
	width: 12px;
	padding-top: 2px;
}

.kontaktForm01gesR,
.kontaktForm01gesL,
.kontaktForm02gesR,
.kontaktForm02gesL {
	background-color: #efefef;
	border: 1px #efefef solid;
	display: none;
}

.kontaktForm01gesR table,
.kontaktForm01gesL table {
	width: 100%;
	border: 0;
}

.kontaktForm02gesR table,
.kontaktForm02gesL table {
	width: 100%;
	border: 0;
}

.kontaktForm01gesR td,
.kontaktForm01gesL td,
.kontaktForm02gesR td,
.kontaktForm02gesL td {
	padding: 2px 2px 2px 10px;
	border: 0;
	vertical-align: top;
}

.kontaktForm01gesR td.first,
.kontaktForm01gesL td.first,
.kontaktForm02gesR td.first,
.kontaktForm02gesL td.first { width: 35%; }

.kontaktForm01gesR input[type=text],
.kontaktForm01gesL input[type=text],
.kontaktForm02gesR input[type=text],
.kontaktForm02gesL input[type=text],
.kontaktForm01gesR input[type=email],
.kontaktForm01gesL input[type=email],
.kontaktForm02gesR input[type=email],
.kontaktForm02gesL input[type=email],
.kontaktForm01gesR textarea,
.kontaktForm01gesL textarea,
.kontaktForm02gesR textarea,
.kontaktForm02gesL textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px #666 dotted;
}

.kontaktForm02gesR textarea,
.kontaktForm02gesL textarea {
	width: 100%;
	box-sizing: border-box;
}

.kontaktForm01gesR .closeForm,
.kontaktForm01gesL .closeForm,
.kontaktForm02gesR .closeForm,
.kontaktForm02gesL .closeForm {
	font-size:10px;
	cursor: pointer;
}

.miniformDataAnf { display: none; }

/* --------------------------------------------------------------------------
   MAIN KONTAKTFORM (Codeersetzung im Text)
   -------------------------------------------------------------------------- */
div.kontaktFormMainGroup {

	font-weight: bold;

	margin: 12px 0 3px 0;

	padding: 2px 5px;

	background-color: #eee;

}



div.kontaktFormMainPerson {

	width: 47%;

	float: left;

}



div.kontaktFormMainPerson3 {

	width: 47%;

	float: right;

}



div.kontaktFormMainPerson .infoBox,

div.kontaktFormMainPerson3 .infoBox {

	box-sizing: border-box;

	width: 100%;

	margin-bottom: 15px;

	padding: 10px;

	border: 1px solid #000; 

	background-color: #eee;

}



div.kontaktFormMainPerson .infoBox li,

div.kontaktFormMainPerson3 .infoBox li {

	padding: 5px 0;

}



.kontaktFormMainPerson table,

.kontaktFormMainPerson3 table { 

	box-sizing: border-box;

	width: 100%;

	border:0;

}



.kontaktFormMainPerson table td,

.kontaktFormMainPerson3 table td {

	box-sizing: border-box;

	width: 65%; 	

	padding: 1px 2px;

	border:0;

}



.kontaktFormMainPerson table td.first,

.kontaktFormMainPerson3 table td.first { 

	box-sizing: border-box;

	width: 35%; 

}



.kontaktFormMainPerson input[type="text"],

.kontaktFormMainPerson3 input[type="text"],

.kontaktFormMainPerson input[type="email"],

.kontaktFormMainPerson3 input[type="email"],

.kontaktFormMainPerson input[type="password"],

.kontaktFormMainPerson3 input[type="password"],

.kontaktFormMainPerson input.text,

.kontaktFormMainPerson3 input.text,

.kontaktFormMainPerson textarea,

.kontaktFormMainPerson3 textarea,

.kontaktFormMainPerson select,

.kontaktFormMainPerson3 select {

	box-sizing: border-box;

	width: 100%;

	padding: 0 2px;

	border: 1px dotted #aaa;

	background-color: #eee;

}



input.aland {

	width: 100%;

	width: calc( 100% - 89px ) !important;

}



input.abiart {

	float: right;

	width: 50%;

	width: calc( 100% - 160px ) !important;

}



input.uplfld {

	margin: 8px 0 !important;

}



div.kontaktFormMainNachricht {

	width: 95%;

	float: right;

	display: none;

}



.kontaktFormMainNachricht textarea {

	width: 95%;

	height: 290px;

	padding: 0 2px;

	border: 1px dotted #aaa;

	background-color: #eee;

}



div.kontaktFormMainNachrichtBr {

	box-sizing: border-box;

	width: 100%;

	float: left;

}



.kontaktFormMainNachrichtBr textarea {

	box-sizing: border-box;

	width: 100%;

	height: 80px;

	padding: 0 2px;

	border: 1px dotted #aaa;

	background-color: #eee;

}



div.kontaktFormMainInteresse {

	width: 47%;

	float: left;

}



div.kontaktFormMainBitte {

	width: 47%;

	float: right;

}



.kontaktFormMainSenden {

	width: 99%;

	text-align: right;

}



.kontaktFormMainPerson label,

.kontaktFormMainPerson3 label,

.kontaktFormMainNachricht label,

.kontaktFormMainNachrichtBr label,

.kontaktFormMainInteresse label,

.kontaktFormMainBitte label { font-weight: normal; }



.mailwdh { display: none; }



/* --------------------------------------------------------------------------

   KONTAKTFORM ANMELDUNG SPRECHTAGE (Codeersetzung im Text)

   -------------------------------------------------------------------------- */

div.kontaktFormAnmeldungTeilnahme {

	float: none;	

}



div.kontaktFormAnmeldungTeilnahme table {

	width: 100%;

	border: 0;

	background-color: #fff;

}



div.kontaktFormAnmeldungTeilnahme .kontaktFormMainGroup {

	margin-top: 0;

}



div.kontaktFormAnmeldungTeilnahme table td {

	border: 0;

	padding: 0;

}



div.kontaktFormMainAnmeldungPerson {

	float: none;

	width: 100%;

}

table.InfotagDaten,

div.kontaktFormMainAnmeldungPerson table {

	border: 0;

}



table.InfotagDaten td,

div.kontaktFormMainAnmeldungPerson table td {

	border: 0;

	padding: 0;

}



div.kontaktFormMainAnmeldungPerson table td.first {

	width: 55%;

	padding-left: 6px;

}



table.InfotagDaten tr td:first-child {

	padding-right:15px;	

}



.kontaktFormMainAnmeldungPerson input[type="text"], 

.kontaktFormMainAnmeldungPerson input[type="text"],

.kontaktFormMainAnmeldungPerson input[type="password"],

.kontaktFormMainAnmeldungPerson input[type="password"],

.kontaktFormMainAnmeldungPerson input.text,

.kontaktFormMainAnmeldungPerson input.text, 

.kontaktFormMainAnmeldungPerson textarea,

.kontaktFormMainAnmeldungPerson textarea {

	width: 130px;

	padding: 0 2px;

	border: 1px dotted #aaa;

	background-color: #eee;

}



.kontaktFormAnmeldungNachricht textarea {

	width: 93%;

	height: auto;

	padding: 0 2px;

	border: 1px dotted #aaa;

	background-color: #eee;

}



.kontaktFormAnmeldungSenden {

	width: 93%;

	text-align: right;

}



.mapInfotag {

	position: relative;	

	float: left;

}



.mapz {

	position: absolute;

	bottom: -8px;

	right: 2px;

	font-size: 10px;



}



.mapz a,

.mapz a:link,

.mapz a:active, 

.mapz a:visited {

	color: #000;

}



.mapz a:hover {

	color: #666;

	text-decoration: none;

}



/* --------------------------------------------------------------------------

   UPLOADFORMULAR

   -------------------------------------------------------------------------- */

/* ------------------- Zensurentabelle -------------------------------*/

table.zensuren {

	box-sizing: border-box;

	width: 100%;

	border: none;

}



table.zensuren td { 

	box-sizing: border-box;

	width: 20%; 

	padding: 0 1px;

}



/* --------------------------------------------------------------------------

   PDF Download-Bereiche

   -------------------------------------------------------------------------- */

.pdf {

	background: url(../meintheme/template/pdficon.png) no-repeat 5px 5px;

	padding: 5px 5px 5px 50px;

	min-height: 40px;

}



.pdf_rot {

	background: url(../meintheme/template/raute_rot_pdf_32.png) no-repeat 5px 5px;

	padding: 5px 5px 5px 50px;

	min-height: 40px;

}



.pdf_gelb {

	background: url(../meintheme/template/raute_gelb_pdf_32.png) no-repeat 5px 5px;

	padding: 5px 5px 5px 50px;

	min-height: 40px;

}



.pdf_gruen {

	background: url(../meintheme/template/raute_gruen_pdf_32.png) no-repeat 5px 5px;

	padding: 5px 5px 5px 50px;

	min-height: 40px;

}



.pdf_blau {

	background: url(../meintheme/template/raute_blau_pdf_32.png) no-repeat 5px 5px;

	padding: 5px 5px 5px 50px;

	min-height: 40px;

}

/* --------------------------------------------------------------------------
   Karriere
   -------------------------------------------------------------------------- */
.karriereWrapper {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.karriereWrapper {
	padding: 50px 0 !important;	
}

.karriereWrapper .legende {
	margin-top: 10px;
	font-size: 0.75rem;
	text-align: right;
}

.karriereWrapper .karriereHead {
	padding-top: 150px;	
}

.karriereWrapper .karriereHead h2 {
	color: #000;
}

.karriereWrapper .karriereCont {
	padding-top: 90px;	
}

.karriereWrapper .karriereCont h3 {
	color: #000;
}

.karriereWrapper .listHead {
	padding: 0 20px;
}

.karriereWrapper .accordionButton {
	margin-top: 2px;
	padding: 10px 20px;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: 97% 15px;
	background-image: url(template/dr_d_blue.svg);
}

.karriereWrapper .accordionButton.on {
	background-image: url(template/dr_u_blue.svg);
}

.karriereWrapper .accordionContent {
	padding: 20px;
	background-color: #ddd;
}

.karriereWrapper .accordionContent h3 {
	margin-bottom: 20px;
	color: #000;
}

.karriereWrapper .accordionButton .ti,
.karriereWrapper .accordionButton .ty,
.karriereWrapper .accordionButton .or,
.karriereWrapper .accordionButton .ab,
.karriereWrapper .listHead .ti,
.karriereWrapper .listHead .ty,
.karriereWrapper .listHead .or,
.karriereWrapper .listHead .ab {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 20%;
	padding-right: 10px;
	text-align: left;
	color: #0B788E;
}

.karriereWrapper .listHead > div {
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.karriereWrapper .accordionButton > div {
	font-size: 0.875rem;
}

.karriereWrapper .accordionButton > div.ti {
	font-weight: 700;
}

.karriereWrapper .accordionButton .ti,
.karriereWrapper .listHead .ti {
	width: 40%;
}

.karriereWrapper .accordionButton {
	cursor: pointer;
}

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */
.faqWrapper {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.faqWrapper {
	padding: 30px 0 !important;	
}

.faqWrapper .accordionButton {
	margin-top: 2px;
	padding: 10px 50px 10px 10px;
	font-size: 0.875rem;
	text-align: left;
	color: #346699;
	font-weight: 700;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: 97% 15px;
	background-image: url(template/dr_d_blue.svg);
}

.faqWrapper .accordionButton.on {
	background-image: url(template/dr_u_blue.svg);
}

.faqWrapper .accordionContent {
	padding: 20px 10px;
	background-color: #ddd;
}

.faqWrapper .accordionContent h3 {
	margin-bottom: 20px;
	color: #000;
}

.faqWrapper .accordionButton {
	cursor: pointer;
}

/* --------------------------------------------------------------------------
   Rauten Download-Bereiche
   -------------------------------------------------------------------------- */
.raute_rot {
	background: url(../meintheme/template/raute_rot_32.png) no-repeat 5px 5px;
	padding: 5px 5px 5px 50px;
	min-height: 40px;
}

.raute_gelb {
	background: url(../meintheme/template/raute_gelb_32.png) no-repeat 5px 5px;
	padding: 5px 5px 5px 50px;
	min-height: 40px;
}

.raute_gruen {
	background: url(../meintheme/template/raute_gruen_32.png) no-repeat 5px 5px;
	padding: 5px 5px 5px 50px;
	min-height: 40px;
}

.raute_blau {
	background: url(../meintheme/template/raute_blau_32.png) no-repeat 5px 5px;
	padding: 5px 5px 5px 50px;
	min-height: 40px;
}

/* --------------------------------------------------------------------------
   YOUTUBE IFRAME-EINBETTUNG RESPONSIVE
   -------------------------------------------------------------------------- */
.filmBlockR {
	width: 100%;
	max-width: 422px;
	float: right;
	margin: 5px 0 5px 10px; 
}

.filmBlockFull {
	width: 100%;
	float: none;
}

.textwidget .filmBlockFull { margin: 5px 0 15px 0; }
.contentBox .filmBlockFull { margin: 15px 0; }

.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoBox {
	padding-bottom: 0 !important;
	border: 1px solid #ccc;
	overflow: hidden;
}

/* --------------------------------------------------------------------------
   Generator Formular
   -------------------------------------------------------------------------- */
.generator input[type=text],
.generator textarea {
	width: 420px;
	border: 1px #666 dotted;
}

.generator span {
	font-size: 9px;
	line-height: 11px;
}

/* --------------------------------------------------------------------------
   Kompetenzen
   -------------------------------------------------------------------------- */
.kompetenzen {
	list-style-type: none;
	margin-bottom: 0;
}

.kompetenzen li,
.kompetenzen li.blau,
.kompetenzen li.rot,
.kompetenzen li.gelb,
.kompetenzen li.gruen,
.kompetenzen li.kontaktblock {
	display: block;
	width: 31%;
	width: calc(33.33% - 20px);
	float: left;
	margin-left: 20px;
	overflow: hidden;
	position: relative;
}

.kompetenzen li.kontaktblock {
	width: 456px;
	min-height:260px;
	border: 1px gray solid;
	background-color: #efefef;
}

.kompetenzen li.kontaktblock p,
.kompetenzen li.kontaktblock h1,
.kompetenzen li.kontaktblock h2,
.kompetenzen li.kontaktblock h3,
.kompetenzen li.kontaktblock h4,
.kompetenzen li.kontaktblock h5 { margin: 20px 10px 10px 10px; }

.kontaktblockpic {
	width: 218px;
	height: 200px;
	border: 0;
	margin-right: 20px;
	margin-bottom: 5px;
	float: left;
}

.kompetenzen li { cursor: pointer; }

.kompetenzen li.kontaktblock:hover {
	background-color: #eee;
	border: 1px black solid;
}

.kompetenzen li.blau:hover { 	background: url("../meintheme/template/raute_blau_16.png") no-repeat top right #eee; }
.kompetenzen li.rot:hover { 	background: url("../meintheme/template/raute_rot_16.png") no-repeat top right #eee; }
.kompetenzen li.gelb:hover {	background: url("../meintheme/template/raute_gelb_16.png") no-repeat top right #eee; }
.kompetenzen li.gruen:hover {	background: url("../meintheme/template/raute_gruen_16.png") no-repeat top right #eee; }
.kompetenzen li.ohne:hover {	background: #eee; }

.kompetenzen li .kompetenzen_contBox {
	position: relative;
	padding: 19px 19px 15px;
	border: 1px dotted #ccc;
}

.kompetenzen li.first { 
	width: 33.33%;
	margin-left: 0; 
}

.kompetenzenPic {
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.kompetenzen h5 { color: #346699; }

/* --------------------------------------------------------------------------
   Cookiebanner
   -------------------------------------------------------------------------- */
#cookiebanner a { 
	color: #000; 
	text-decoration: underline; 
}

#cookiebanner a:hover { 
	text-decoration: none;
	color:#333; 
}

#cookiebanner {  
	position: fixed;
	box-sizing: border-box;
	bottom: 0; 
	width: 100%;
	padding: 10px 20px;
	border: 0; 
	border-top: 1px solid #346699;
	background: rgba(240,240,240, 0.8); 
  	z-index: 10000;
}

#cookiebanner p,
.showImp2 {
	margin-bottom: 0;
	font-size: 13px; 
	line-height: 17px;
	color: #000;
	text-align: center;
}

#cookiebanner .imp { 
	position: absolute;
	bottom: 10px;
	right: 40px;
}

#cookiebannerCloser {
	position: relative;
	display: inline-block; 
	padding: 0 10px;
	border: 1px solid #000;
	font-size: 11px; 
    line-height: 15px;
    letter-spacing: 0.1em;
    text-decoration: none;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
	background-color: #346699;
	cursor: pointer;
}

#cookiebannerCloser:hover {
	color: #666; 
	background: #fff; 
}

/* --------------------------------------------------------------------------
   Newsliste - in function show_kat_vs()
   -------------------------------------------------------------------------- */
div.widget_categorys { margin-bottom:20px; }

div.widget_categorys div.clear { clear: both; }

/* Widget :: Title */
div.widget_categorys h3.widget-title {
	margin-bottom: 10px;
}

/* Widget :: Datum */
div.widget_categorys span{ font-size: 10px; }

/* Widget :: Titlecount */
div.widget_categorys h3.widget-title span { float: right; }

/* Entry :: Container */
div.widget_categorys div.entry {
	margin-bottom:10px; 
	border-bottom: 1px dotted #ccc;
}

div.widget_categorys div.entry:hover { }

/* Entry :: Title */
div.widget_categorys div.entry h3 {
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	clear: none;
	display: inline-block;
}

div.widget_categorys div.entry h3 a {
	font-weight: normal;
	color: #346699;
}

div.widget_categorys div.entry h3 a:hover {
	color: #666;
}

/* Entry :: Thumb */
div.widget_categorys div.entry img {
	border: 1px dotted #666;
	display: block;
	margin:	3px;
}

/* Entry :: Thumb Positions */
div.widget_categorys div.entry.thumb_left h3	{ float: right; }
div.widget_categorys div.entry img.left			{ float: left; }
div.widget_categorys div.entry.thumb_right h3	{ float: left; }
div.widget_categorys div.entry img.right		{ float: right; }

/* --------------------------------------------------------------------------
   Newsliste - in function show_kat_complete()
   -------------------------------------------------------------------------- */
.postList {
	margin: 20px 0;	
}

.postList .onePost {
	position: relative;
	box-sizing: border-box;
	margin: 8px 0;
	border: 1px solid #ddd;
	padding: 3px 3px 3px 25px;
	background-image: url('template/plus.png');
	background-position: 5px 6px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.postList .onePost.open { background-image: url('template/minus.png'); }

.postList .onePost .postCont { 
	position: relative;
	box-sizing: border-box;
	max-height: 0;
	transition: max-height 0.8s ease-in-out;
	overflow: hidden;
}

.postList .onePost .postCont.open { 
	max-height: 1000px;
	transition: max-height 1.6s ease-in-out;
}

.postList .onePost h3 {
	margin: 0;
	padding: 0;
	color: #346699;
}

.postList .onePost h3 span {
	color: #333;
	font-weight: normal;
}

/* ==========================================================================
   ÜBERSCHREIBEN VON PLUGIN-DEFINITIONEN
   ========================================================================== */
/* ------------------- CycloneSlider II ----------------------------------*/
.cycloneslider-template-standard { margin-bottom: 0; }

.cycloneslider-template-standard .cycloneslider-pager {
	bottom: 10px;
	left: 80px;
	width: 200px;
	text-align: left;
}

.cycloneslider-template-standard .cycloneslider-prev, 
.cycloneslider-template-standard .cycloneslider-next {
	top: auto;
	bottom: 10px;	
}

.cycloneslider-template-standard .cycloneslider-next {
	right: auto;
	left: 40px;
}

.cycloneslider-template-standard .cycloneslider-caption {
	bottom: 10px;
	left: auto;
	right: 10px;
	height: auto;
	width: 330px;
}

.cycloneslider-template-standard .cycloneslider-caption-title {
    padding: 20px 20px 5px;
	font-size:20px;
}

.cycloneslider-template-standard .cycloneslider-caption-description {
    line-height:1.5;
}

.cycloneslider-template-standard .cycloneslider-caption-description span {
	font-style: italic;
}

/* ------------------- PlugIn WP-Post-Tabs 1.6. ----------------------------------*/
.wordpress-post-tabs-skin-gray .ui-tabs .ui-tabs-nav {

	padding: 0;

}



.wordpress-post-tabs-skin-gray .ui-tabs .ui-tabs-panel {

	margin-top: -1px;

	padding: 15px;

	background-color: #e4e4e4;

	border: 1px #aaa solid;

}



.wordpress-post-tabs-skin-gray .ui-state-default, 

.wordpress-post-tabs-skin-gray .ui-widget-content .ui-state-default {

	background: #fff;

}

.wordpress-post-tabs-skin-gray .ui-tabs-nav li.ui-corner-top.ui-state-active {

	background: #e4e4e4;

}



.wordpress-post-tabs-skin-gray .ui-tabs .ui-tabs-nav li {

	margin: 0 3px 0 0 !important;

	z-index: 120;

}

.mbl-phone,.mbl-info { display: none; }

/* ==========================================================================
   MEDIA-QUERIES
   ========================================================================== */
@media all and (max-width: 1200px) {
	.slide_stoerer_rechts,
	.slide_stoerer_rechts_start {
		width: 180px !important;
	}
}

@media all and (max-width: 1100px) {

	/* --------------------------------------------------------------------------

   MINI KONTAKTFORM (Codeersetzung im Text)

   -------------------------------------------------------------------------- */

	.kontaktForm02R table,

	.kontaktForm02L table {

		width: 230px;

	}
	.mbl-phone {
	display: flex;
	text-align: center;
	width: 45px;
	height: 45px;
	background: #346699;
	color: #fff;
	padding:10px;
	text-decoration: none;
	margin-bottom: 20px;
	position: fixed;
	left: 0;
	top: 40%;
	z-index: 99999 !important;
	align-content: center;
	align-items: center;
}
	.mbl-phone img {
	width: 100%;
	z-index: 99999;
}
	.mbl-phone:hover {
		text-decoration: none;
	}
	.mbl-info {
	display: flex;
	text-align: center;
	width: 45px;
	height: 45px;
	background: #818a91;
	color: #fff;
	padding:10px;
	text-decoration: none;
	margin-bottom: 20px;
	position: fixed;
	left: 0;
	top: calc(40% + 65px);
	z-index: 99999 !important;
	align-content: center;
	align-items: center;
}
.mbl-info img {
	width: 21px;
	z-index: 99999;
	margin-left: 10px;
}
	.mbl-info:hover {
		text-decoration: none;
	}
.wordpress-post-tabs-skin-gray .ui-tabs .ui-tabs-nav li {
	z-index: 9;
}
.grw-slider .rplg-slider-prev, .grw-slider .rplg-slider-next {
	z-index: 8 !important;
}
#slideshow {
	z-index: 9;
}
}



@media all and (max-width: 1020px) {

	/* --------------------------------------------------------------------------

	   BOXEN / SPALTEN / LAYOUT

	   -------------------------------------------------------------------------- */

	   #footer .footer-nav-1,

	   #footer .footer-nav-2 {

		   width: 100%;

		   margin-left: 0;

		   float: none;

	   }

	   

	   #scSize { width: 2px; }

	   

	/* --------------------------------------------------------------------------

	   infoBlockR / simpleInfoBoxR / borderInfoBoxR (Codeersetzung im Text)

	   -------------------------------------------------------------------------- */

	.borderInfoBoxR,

	.borderInfoBoxRfull {

		width: 100%;

		float: none;

		margin: 15px 0; 

	}

}



@media all and (max-width: 1000px) {

	/* --------------------------------------------------------------------------

	   UNILINKS (Codeersetzung im Text)

	   -------------------------------------------------------------------------- */

	.europakarte { 

		width: 100%;

	}

	

	/* --------------------------------------------------------------------------

   MINI KONTAKTFORM (Codeersetzung im Text)

   -------------------------------------------------------------------------- */

	.kontaktFormTxt02L,

	.kontaktFormTxt02R {

		width: 80%;

		width: clac(100% - 100px);

		max-width: 500px;

	}



	.kontaktForm02R table,

	.kontaktForm02L table {

		width: 100%;

	}



}

@media all and (max-width: 950px) {
	/* --------------------------------------------------------------------------
	   BOXEN / SPALTEN / LAYOUT
	   -------------------------------------------------------------------------- */
	#slideshow .pictxt {
		width: 40%;
		padding: 10px;
	}

	#slideshow .pictxt p { 
		font-size: 12px;
	}

	.slideBox .banderole {
		display: none;
	}

	.slide_stoerer_rechts_start {
		left: 10px;
		right: auto;
		width: 150px;
	}

	.slide_stoerer_rechts {
		top: 5px !important;
		right: 10px !important;
		left: auto !important;
	}
}

@media all and (max-width: 900px) {

	/* --------------------------------------------------------------------------

	   NAVIGATIONSBEREICHE

	   -------------------------------------------------------------------------- */	

	/* ------------------- MainMenu (mobil) ------------------------------------------------------- */

	#navMBut							{ display: block; }

	#mainMenu							{ display: none; }

	

	/* --------------------------------------------------------------------------

	   MINI KONTAKTFORM (Codeersetzung im Text)

	   -------------------------------------------------------------------------- */

	.kontaktForm01R_boxbox, 

	.kontaktForm02R_boxbox {

		float: none;

		max-width: none;

		margin: 15px 0;

		box-sizing: border-box;

	}

	

	.kontaktFormTxt01L,

	.kontaktFormTxt01R {

		width: 45%;

	}

	

	.kontaktForm01L, 

	.kontaktForm01R {

		width: 40%;

	}

	

	.kontaktForm01R table,

	.kontaktForm01L table { width: auto; }

	

	/* --------------------------------------------------------------------------

	   infoBlockR / simpleInfoBoxR / borderInfoBoxR (Codeersetzung im Text)

	   -------------------------------------------------------------------------- */

	.borderInfoBoxRsmall {

		width: 60%; 

	}

	

	.simpleInfoBoxR {

		width: 100%; 

		float: none;

		margin: 15px 0;  

	}

	

	.infoBlockR,

	.containerR {

		max-width: 2000px;

		float: none;

		margin: 15px 0; 

	}

	

	img.linkBox { 

		max-width: 100% !important;

	}

}



@media all and (max-width: 850px) {
	/* --------------------------------------------------------------------------
	   BOXEN / SPALTEN / LAYOUT
	   -------------------------------------------------------------------------- */
	.firstCol.respMob {
		width: 100%;
		float: none;
		margin-bottom: 30px;	
	}

	.firstCol.respMob2 {
		width: 31%;
		width: calc( 33% - 20px);
		float: left;
		margin-bottom: 30px;
		margin-right: 0;	
	}

	.size34.respMob,
	.size34plus.respMob {
		width: 100%;
		float: none;	
	}

	.size12plus.respMob {
		width: 66%;	
	}

	.news.respMob {
		width: 31%;
		width: calc( 33% - 20px);	
	}

	#slideshow .pictxt {
		width: 70%;
	}

	slideshow .pictxt h3 {
		font-size: 14px;
		line-height: 15px;
		margin-bottom: 5px;
	}

	.slide_stoerer_rechts,
	.slide_stoerer_rechts_start {
		width: 160px;
	}

	img.textpic_fixM2 {
		float: none;
		display: block;
		margin: 15px 0;
	}

	/* ----------------------- Footer ------------------------------------------- */
	.size12_0m.respMob {
		width: 33.3%;
	}

	.foot_info.respMob {
		width: 90%;
		margin-right: 0;
	}

	/* --------------------------------------------------------------------------
	   infoBlockR / simpleInfoBoxR / borderInfoBoxR (Codeersetzung im Text)
	   -------------------------------------------------------------------------- */
	.borderInfoBoxR div.table,
	.borderInfoBoxRfull div.table,
	.borderInfoBoxR div.tr,
	.borderInfoBoxRfull div.tr,
	.borderInfoBoxR div.td,
	.borderInfoBoxRfull div.td {
		display: block;
	}

	/* --------------------------------------------------------------------------
	   Kompetenzen
	   -------------------------------------------------------------------------- */
	.kompetenzenPic { height: 135px; }

	/* --------------------------------------------------------------------------
	   NAVIGATIONSBEREICHE
	   -------------------------------------------------------------------------- */
	/* ------------------- MainMenu ------------------------------------------------------- */
	#mainMenu a {
		padding: 0 10px;
	}

	/* --------------------------------------------------------------------------
	   MAIN KONTAKTFORM (Codeersetzung im Text)
	   -------------------------------------------------------------------------- */
	div.kontaktFormMainPerson,
	div.kontaktFormMainPerson3 {
		width: 100%;
		float: none;
	}
}

@media all and (max-width: 800px) {
	/* --------------------------------------------------------------------------
	   HEADER
	   -------------------------------------------------------------------------- */
	#headText { display: none; }

	.mbl-phone, .mbl-info {
	width: 25px;
	height: 25px;
}
.mbl-info {
	top: calc(40% + 45px);
}
.mbl-info img {
	width: 15px;
	margin-left: 5px;
}
#slideshow {
	padding-top: 90px;
}
#header {
	height: auto;
	position: fixed;
	width: 100%;
	background: #fff;
	top: 0;
	left: 0;
	padding: 10px 20px 0px;
}
#logo { 
	margin: auto;
	width: 270px;
	height: auto;
	padding-bottom: 10px;
}
	#logo img { 
		width: 80%;
		margin: auto;
		display: block;
	}
	
	.langBox.open {
		top: 0;
		bottom: auto;
	}
	
	#navMBut.open { top: 0; }

#navTopM {
	z-index: 2501;
}
.slide_stoerer_rechts_start {
	top: 60px;
}
	/* --------------------------------------------------------------------------
	   MAIN KONTAKTFORM (Codeersetzung im Text)
	   -------------------------------------------------------------------------- */	
	div.kontaktFormMainInteresse,
	div.kontaktFormMainBitte {
		width: 100%;
		float: none;
	}
}

@media all and (max-width: 750px) {
	/* --------------------------------------------------------------------------
	   BOXEN / SPALTEN / LAYOUT
	   -------------------------------------------------------------------------- */
	.firstCol.respMob3 {
		width: 100%;
		float: none;
		margin-bottom: 30px;	
	}

	.size34.respMob3 {
		width: 100%;
		float: none;	
	}

	img.textpic_fixM2 {
		float: right;
		margin: 0 0 0 10px;
	}
}

@media all and (max-width: 700px) {
	/* --------------------------------------------------------------------------
	   ALLGEMEIN
	   -------------------------------------------------------------------------- */
	.onlyMob			{ display: block; }
	.onlyMobIn			{ display: inline-block; } 
	.noMob, .noMobIn	{ display: none; }

	.dsTxt { 
		margin: 0 0 10px 0;
	}
	
	/* --------------------------------------------------------------------------
	   BOXEN / SPALTEN / LAYOUT
	   -------------------------------------------------------------------------- */
	#wrapper {
		padding: 0 20px;
	}

	.slideshow .banderole {
		width: 200px;
		height: 149px;
	}
	
	#headText { font-size: 11px; }

	.news.respMob {
		width: 100%;
		margin-right: 0;
		float: none;	
	}	

	.newsCol1.respMob {
		width: 47%;
		float: left;	
	}

	.newsCol2.respMob {
		width: 47%;
		float: right;	
	}

	.size12plus.respMob {
		width: 100%;
		margin-bottom: 30px;
		float: none;
	}

	img.textpic_fixM2 {
		float: none;
		margin: 15px 0;
	}

	#footer2 { display: none; }

	#scSize { width: 3px; }

	/* --------------------------------------------------------------------------
	   Kompetenzen
	   -------------------------------------------------------------------------- */
	.kompetenzen li,
	.kompetenzen li.first {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 20px;
	}

	.kompetenzen li .kompetenzen_contBox {
		height: 120px;
		padding: 19px 19px 19px 45%;
		padding: 19px 19px 19px calc(35% + 38px);
	}
	
	.kompetenzenPic {
		position: absolute;
		top: 19px;
		left: 19px;
		width: 35%;
		height: 120px;
	}

	/* ==========================================================================
	   ÜBERSCHREIBEN VON PLUGIN-DEFINITIONEN
	   ========================================================================== */
	/* ------------------- CycloneSlider II ----------------------------------*/
	.cycloneslider-template-standard .cycloneslider-caption {
		top: 0;
		right: 0;
		height: 100%;
		width: 45%;
	}

	.cycloneslider-template-standard .cycloneslider-caption-title {
		padding: 10px;
		font-size: 16px;
		line-height: 140%;
	}

	.cycloneslider-template-standard .cycloneslider-caption-description {
		padding: 0 10px 5px 10px;
		line-height: 140%;
	}

	.contentBox .col_one_two,
	.contentBox .col_two_two {
		width: 100%;
		float: none;
	}
}

@media all and (max-width: 600px) {
	/* --------------------------------------------------------------------------
	   BOXEN / SPALTEN / LAYOUT
	   -------------------------------------------------------------------------- */
	#slideshow .pictxt {
		width: 100%;
	}

	img.textpic_quer {
		width: 100%;
		max-width: 500px !important;
	}
	
	img.textpic_quer.alignright {
		float: none !important;
		margin: 10px 0 !important;
	}	

	.slide_stoerer_rechts,
	.slide_stoerer_rechts_start { display: none; }

	/* ----------------------- Footer ------------------------------------------- */
	.size12_0m.respMob {
		width: 100%;
		font-size: 15px;
	}

	.size14.footnavCol,
	.size14r.footnavCol {
		width: 90%;	
		float: none;
	}

	.footnavCol,
	.footnavCol1 {
		font-size: 15px;
		line-height: 140%;
	}
	
	.footnavCol1 {
		width: 100%;
	}
	
	div.footer-nav-1, 
	div.footer-nav-2 { max-width: none; }

	#scSize { width: 4px; }

	/* --------------------------------------------------------------------------
	   infoBlockR / simpleInfoBoxR / borderInfoBoxR (Codeersetzung im Text)
	   -------------------------------------------------------------------------- */
	.borderInfoBoxRsmall {
		width: 100%; 
		float: none;
		margin: 15px 0;
		box-sizing: border-box;
	}

	/* --------------------------------------------------------------------------
	   YOUTUBE IFRAME-EINBETTUNG RESPONSIVE
	   -------------------------------------------------------------------------- */	
	.filmBlockR {
		max-width: 600px;
		border: 0;
		margin: 10px 0;
	}
}

@media all and (max-width: 560px) {
	/* --------------------------------------------------------------------------
	   BOXEN / SPALTEN / LAYOUT
	   -------------------------------------------------------------------------- */	
	#slideshow .pictxt {
		display: none;
	}
	
	img.textpic_fixM {
		margin: 15px 0;
		float: none;
		display: block;
	}
	
	/* --------------------------------------------------------------------------
	   UNILINKS (Codeersetzung im Text)
	   -------------------------------------------------------------------------- */
	.europakarte { 
		width: 100%;
		float: none;
	}
	
	img.medistart_europakarte {
		width: 100%;
	}
	
	.unilinks,
	.uniDecl {
		display: none;
	}
	
	/* ==========================================================================
	   ÜBERSCHREIBEN VON PLUGIN-DEFINITIONEN
	   ========================================================================== */
	/* ------------------- CycloneSlider II ----------------------------------*/
	.cycloneslider-template-standard .cycloneslider-caption {
		display: none;
	}
}

@media all and (max-width: 520px) {
	/* --------------------------------------------------------------------------
	   BOXEN / SPALTEN / LAYOUT
	   -------------------------------------------------------------------------- */
	.slideshow .banderole {
		width: 150px;
		height: 112px;
	}

	.blockend_bottom.anm { padding-bottom: 70px !important; }

	/* ----------------------- Footer ------------------------------------------- */
	.newsCol1.respMob,
	.newsCol2.respMob {
		width: 100%;
	}

	/* --------------------------------------------------------------------------
	   MAIN KONTAKTFORM (Codeersetzung im Text)
	   -------------------------------------------------------------------------- */	
	.kontaktFormMainPerson input[type="text"],
	.kontaktFormMainPerson3 input[type="text"],
	.kontaktFormMainPerson input[type="password"],
	.kontaktFormMainPerson3 input[type="password"],
	.kontaktFormMainPerson input.text,
	.kontaktFormMainPerson3 input.text,
	.kontaktFormMainPerson textarea,
	.kontaktFormMainPerson3 textarea {
		width: 100%;
	}

	/* --------------------------------------------------------------------------
	   MINI KONTAKTFORM (Codeersetzung im Text)
	   -------------------------------------------------------------------------- */
	.kontaktFormTxt01L,
	.kontaktFormTxt01R,
	.kontaktForm01L, 
	.kontaktForm01R {
		width: 100%;
		float: none;
	}

	.kontaktForm01L_boxbox, 
	.kontaktForm01R_boxbox {
		padding: 0;
	}

	/* --------------------------------------------------------------------------
	   infoBlockR / simpleInfoBoxR / borderInfoBoxR (Codeersetzung im Text)
	   -------------------------------------------------------------------------- */
	.borderInfoBoxRsmall,
	.infoBlockR {
		width: 100%; 
		float: none;
		margin: 15px 0;
	}

	/* --------------------------------------------------------------------------
	   Kompetenzen
	   -------------------------------------------------------------------------- */
	.kompetenzen li .kompetenzen_contBox {
		height: 120px;
		padding: 19px 0 19px 42%;
		padding: 19px 0 19px calc(30% + 19px);
		border:0;
		border-bottom: 1px dotted #ccc;
	}

	.kompetenzenPic {
		position: absolute;
		top: 19px;
		left: 0;
		width: 30%;
		height: 120px;
	}
	
	/* --------------------------------------------------------------------------
	   Karriere
	   -------------------------------------------------------------------------- */
	.listHead > div {
		font-size: 0.75rem;
	}
	
	.accordionButton > div,
	.accordionButton > div.ti {
		font-size: 0.875rem;
	}

	/* --------------------------------------------------------------------------
	   Cookiebanner
	   -------------------------------------------------------------------------- */
	#cookiebanner {  
		padding: 10px;
	}

	#cookiebanner p {
		font-size: 0.8rem; 
	}

	#cookiebanner .imp { 
		left: 10px;
	}

	#cookiebannerCloser {
		float: right;
		margin-left: 10px;
		font-size: 0.8rem;
	}

	.cycloneslider-template-standard .cycloneslider-pager {
		display: none;
	}

	/* ==========================================================================
	   ÜBERSCHREIBEN VON PLUGIN-DEFINITIONEN
	   ========================================================================== */
	/* ------------------- PlugIn WP-Post-Tabs 1.6. ----------------------------------*/	
	.wordpress-post-tabs-skin-gray .ui-tabs .ui-tabs-nav li a {
		padding: .5em 7px;
	}
}

@media all and (max-width: 440px) {
	/* --------------------------------------------------------------------------
	   BOXEN / SPALTEN / LAYOUT
	   -------------------------------------------------------------------------- */
	#header_college,
	#header_college_hh { 
		height: auto; 
	}

	.headContainer_college,
	.headContainer_college_hh { background-color: white; }

	#logo_college { 
		width: 100%; 
		height: auto;
	}
	

}

@media all and (max-width: 420px) {
	/* --------------------------------------------------------------------------
	   BOXEN / SPALTEN / LAYOUT
	   -------------------------------------------------------------------------- */
	#wrapper {
		padding: 0 10px;
	}
	
	#logo img {
		width: 60%;
	}

	.blockend_bottom.anm { padding-bottom: 30px !important; }
	.slideBox .anmerkung { display: none; }
	
	/* --------------------------------------------------------------------------
	   Karriere
	   -------------------------------------------------------------------------- */
	.accordionButton > div,
	.accordionButton > div.ti {
		font-size: 0.75rem;
	}
}

@media all and (max-width: 360px) {
	/* --------------------------------------------------------------------------
	   ALLGEMEINE DEFINITIONEN
	   -------------------------------------------------------------------------- */
	body {
		font-size: 0.8rem !important;
	}

	/* --------------------------------------------------------------------------
	   BOXEN / SPALTEN / LAYOUT
	   -------------------------------------------------------------------------- */
	.slideshow .banderole {
		display: none;
	}
}

.wps-form {
	width: 100%;
	display: block;
	overflow: hidden;
}
.wps-form-row {
	width: 50%;
	float: left;
}
.wps-form .wps-form-row label, .wps-form .wps-form-column.datum label {
	width: 100% !important;
	display: block;
	overflow: hidden;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 10px;
}
.wps-form .wps-form-row .wpcf7-form-control, .wps-form .wps-form-column.datum .wpcf7-form-control {
	border: 1px dotted #aaa !important;
	padding: 5px 10px;
	width: calc(100% - 30px);
	background: #eee;
	margin: 0 0 5px;
	font-size: 13px;
}
.wps-form .wps-form-column.datum {
	width: 50%;
	margin-bottom: 10px;
}
.wps-form .required_cls {
	margin-top: 30px;
}
.wps-form .must-check {
	display: block;
}
.wps-form .wps-form-row_submit {
	display: block;
	overflow: hidden;
	clear: both;
	font-size: 13px;
	font-weight: 300;
}
.wps-form .wps-form-column {
	padding-right:10px;
}
.pum-theme-8989, .pum-theme-lightbox {
	background-color: rgba( 0, 0, 0, 0.4 );
}
.pum-theme-8989 .pum-container, .pum-theme-lightbox .pum-container {
	border: 0px solid #000000;
}.pum-theme-8989 .pum-content, .pum-theme-lightbox .pum-content {
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1.5;
	font-size: 13px;
}
.home_anmeldung h3 {
	text-align: center;
}

.pum-theme-8989 .pum-title, .pum-theme-lightbox .pum-title {
	color: #346699;
}
.info_iframe {
	width: 320px;
	float: left;
}
.info_anmeldung {
	width: calc( 100% - 320px);
	float: left;
}
.info_anmeldung h3 {
	text-align: center;
	padding: 0 40px;
	margin-bottom:20px;
}
#online_button {
	color: #fff;
	background: #346699;
	overflow: hidden;
	padding: 20px;
	border-radius: 30px;
	margin: auto;
	width: 60px;
	display: block;
}
#online_button:hover {
	text-decoration: none;
}
.online_sub {
	font-size: 20px;
	line-height: 30px;
}
.page-id-9035 .online_sub {
	font-size: 14px;
	line-height: 20px;
}
.info_abend {
	display: block;
	overflow: hidden;
}
.wpcf7 .wpcf7-form .wpcf7-mail-sent-ok { 
	display: none !important; 
}
.wpcf7-form.sent .wpcf7-response-output {
	display: none !important;
}
