@charset "UTF-8";
@charset "utf-8";

  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(//medistart.es/wp-content/themes/meintheme/meintheme/template/checkitem_blau.png); }
ul.gruen { list-style-image: url(//medistart.es/wp-content/themes/meintheme/meintheme/template/checkitem_gruen.png); }
ul.rot { list-style-image: url(//medistart.es/wp-content/themes/meintheme/meintheme/template/checkitem_rot.png); }
ul.gelb { list-style-image: url(//medistart.es/wp-content/themes/meintheme/meintheme/template/checkitem_gelb.png); }
ul.schwarz { list-style-image: url(//medistart.es/wp-content/themes/meintheme/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(//medistart.es/wp-content/themes/meintheme/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;
} .fixed:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.fixed { 
display: block; 
min-height: 1%; 
}
* html .fixed { height: 1%; } .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; }  #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)); 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; } #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; } 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; } .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; } .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;
} 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;
} .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(//medistart.es/wp-content/themes/meintheme/_css/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(//medistart.es/wp-content/themes/meintheme/_css/template/stoerer_corona_2004.png);
}
.slide_stoerer_rechts_start.start,
.slide_stoerer_rechts.start {
background-image: url(//medistart.es/wp-content/themes/meintheme/_css/template/stoerer_umch_2001.png);
}
.slide_stoerer_rechts.kontakt {
background-image: url(//medistart.es/wp-content/themes/meintheme/_css/template/stoerer_start_now_1911.png);
}
.slide_stoerer_rechts.auftrag {
background-image: url(//medistart.es/wp-content/themes/meintheme/_css/template/stoerer_buy_now_1911.png);
}
.slide_stoerer_rechts.rijeka {
background-image: url(//medistart.es/wp-content/themes/meintheme/_css/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 {
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; 
} .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(//medistart.es/wp-content/uploads/2013/05/kontaktpic.jpg);
float: left;
} .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; } 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; } 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;
}  table.zensuren {
box-sizing: border-box;
width: 100%;
border: none;
}
table.zensuren td { 
box-sizing: border-box;
width: 20%; 
padding: 0 1px;
} .pdf {
background: url(//medistart.es/wp-content/themes/meintheme/meintheme/template/pdficon.png) no-repeat 5px 5px;
padding: 5px 5px 5px 50px;
min-height: 40px;
}
.pdf_rot {
background: url(//medistart.es/wp-content/themes/meintheme/meintheme/template/raute_rot_pdf_32.png) no-repeat 5px 5px;
padding: 5px 5px 5px 50px;
min-height: 40px;
}
.pdf_gelb {
background: url(//medistart.es/wp-content/themes/meintheme/meintheme/template/raute_gelb_pdf_32.png) no-repeat 5px 5px;
padding: 5px 5px 5px 50px;
min-height: 40px;
}
.pdf_gruen {
background: url(//medistart.es/wp-content/themes/meintheme/meintheme/template/raute_gruen_pdf_32.png) no-repeat 5px 5px;
padding: 5px 5px 5px 50px;
min-height: 40px;
}
.pdf_blau {
background: url(//medistart.es/wp-content/themes/meintheme/meintheme/template/raute_blau_pdf_32.png) no-repeat 5px 5px;
padding: 5px 5px 5px 50px;
min-height: 40px;
} .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(//medistart.es/wp-content/themes/meintheme/_css/template/dr_d_blue.svg);
}
.karriereWrapper .accordionButton.on {
background-image: url(//medistart.es/wp-content/themes/meintheme/_css/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;
} .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(//medistart.es/wp-content/themes/meintheme/_css/template/dr_d_blue.svg);
}
.faqWrapper .accordionButton.on {
background-image: url(//medistart.es/wp-content/themes/meintheme/_css/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;
} .raute_rot {
background: url(//medistart.es/wp-content/themes/meintheme/meintheme/template/raute_rot_32.png) no-repeat 5px 5px;
padding: 5px 5px 5px 50px;
min-height: 40px;
}
.raute_gelb {
background: url(//medistart.es/wp-content/themes/meintheme/meintheme/template/raute_gelb_32.png) no-repeat 5px 5px;
padding: 5px 5px 5px 50px;
min-height: 40px;
}
.raute_gruen {
background: url(//medistart.es/wp-content/themes/meintheme/meintheme/template/raute_gruen_32.png) no-repeat 5px 5px;
padding: 5px 5px 5px 50px;
min-height: 40px;
}
.raute_blau {
background: url(//medistart.es/wp-content/themes/meintheme/meintheme/template/raute_blau_32.png) no-repeat 5px 5px;
padding: 5px 5px 5px 50px;
min-height: 40px;
} .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%; 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 input[type=text],
.generator textarea {
width: 420px;
border: 1px #666 dotted;
}
.generator span {
font-size: 9px;
line-height: 11px;
} .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(//medistart.es/wp-content/themes/meintheme/meintheme/template/raute_blau_16.png) no-repeat top right #eee; }
.kompetenzen li.rot:hover { 	background: url(//medistart.es/wp-content/themes/meintheme/meintheme/template/raute_rot_16.png) no-repeat top right #eee; }
.kompetenzen li.gelb:hover {	background: url(//medistart.es/wp-content/themes/meintheme/meintheme/template/raute_gelb_16.png) no-repeat top right #eee; }
.kompetenzen li.gruen:hover {	background: url(//medistart.es/wp-content/themes/meintheme/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 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; 
} div.widget_categorys { margin-bottom:20px; }
div.widget_categorys div.clear { clear: both; } div.widget_categorys h3.widget-title {
margin-bottom: 10px;
} div.widget_categorys span{ font-size: 10px; } div.widget_categorys h3.widget-title span { float: right; } div.widget_categorys div.entry {
margin-bottom:10px; 
border-bottom: 1px dotted #ccc;
}
div.widget_categorys div.entry:hover { } 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;
} div.widget_categorys div.entry img {
border: 1px dotted #666;
display: block;
margin:	3px;
} 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; } .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(//medistart.es/wp-content/themes/meintheme/_css/template/plus.png);
background-position: 5px 6px;
background-repeat: no-repeat;
cursor: pointer;
}
.postList .onePost.open { background-image: url(//medistart.es/wp-content/themes/meintheme/_css/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;
}  .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;
} .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 all and (max-width: 1200px) {
.slide_stoerer_rechts,
.slide_stoerer_rechts_start {
width: 180px !important;
}
}
@media all and (max-width: 1100px) { .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) { #footer .footer-nav-1,
#footer .footer-nav-2 {
width: 100%;
margin-left: 0;
float: none;
}
#scSize { width: 2px; } .borderInfoBoxR,
.borderInfoBoxRfull {
width: 100%;
float: none;
margin: 15px 0; 
}
}
@media all and (max-width: 1000px) { .europakarte { 
width: 100%;
} .kontaktFormTxt02L,
.kontaktFormTxt02R {
width: 80%;
width: clac(100% - 100px);
max-width: 500px;
}
.kontaktForm02R table,
.kontaktForm02L table {
width: 100%;
}
}
@media all and (max-width: 950px) { #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) {  #navMBut							{ display: block; }
#mainMenu							{ display: none; } .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; } .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) { .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;
} .size12_0m.respMob {
width: 33.3%;
}
.foot_info.respMob {
width: 90%;
margin-right: 0;
} .borderInfoBoxR div.table,
.borderInfoBoxRfull div.table,
.borderInfoBoxR div.tr,
.borderInfoBoxRfull div.tr,
.borderInfoBoxR div.td,
.borderInfoBoxRfull div.td {
display: block;
} .kompetenzenPic { height: 135px; }  #mainMenu a {
padding: 0 10px;
} div.kontaktFormMainPerson,
div.kontaktFormMainPerson3 {
width: 100%;
float: none;
}
}
@media all and (max-width: 800px) { #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;
} div.kontaktFormMainInteresse,
div.kontaktFormMainBitte {
width: 100%;
float: none;
}
}
@media all and (max-width: 750px) { .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) { .onlyMob			{ display: block; }
.onlyMobIn			{ display: inline-block; } 
.noMob, .noMobIn	{ display: none; }
.dsTxt { 
margin: 0 0 10px 0;
} #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 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;
}  .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) { #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; } .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; } .borderInfoBoxRsmall {
width: 100%; 
float: none;
margin: 15px 0;
box-sizing: border-box;
} .filmBlockR {
max-width: 600px;
border: 0;
margin: 10px 0;
}
}
@media all and (max-width: 560px) { #slideshow .pictxt {
display: none;
}
img.textpic_fixM {
margin: 15px 0;
float: none;
display: block;
} .europakarte { 
width: 100%;
float: none;
}
img.medistart_europakarte {
width: 100%;
}
.unilinks,
.uniDecl {
display: none;
}  .cycloneslider-template-standard .cycloneslider-caption {
display: none;
}
}
@media all and (max-width: 520px) { .slideshow .banderole {
width: 150px;
height: 112px;
}
.blockend_bottom.anm { padding-bottom: 70px !important; } .newsCol1.respMob,
.newsCol2.respMob {
width: 100%;
} .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%;
} .kontaktFormTxt01L,
.kontaktFormTxt01R,
.kontaktForm01L, 
.kontaktForm01R {
width: 100%;
float: none;
}
.kontaktForm01L_boxbox, 
.kontaktForm01R_boxbox {
padding: 0;
} .borderInfoBoxRsmall,
.infoBlockR {
width: 100%; 
float: none;
margin: 15px 0;
} .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;
} .listHead > div {
font-size: 0.75rem;
}
.accordionButton > div,
.accordionButton > div.ti {
font-size: 0.875rem;
} #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;
}  .wordpress-post-tabs-skin-gray .ui-tabs .ui-tabs-nav li a {
padding: .5em 7px;
}
}
@media all and (max-width: 440px) { #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) { #wrapper {
padding: 0 10px;
}
#logo img {
width: 60%;
}
.blockend_bottom.anm { padding-bottom: 30px !important; }
.slideBox .anmerkung { display: none; } .accordionButton > div,
.accordionButton > div.ti {
font-size: 0.75rem;
}
}
@media all and (max-width: 360px) { body {
font-size: 0.8rem !important;
} .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;
}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}
.site-main .menu-navigation-container{overflow:visible}.elementor-item:after,.elementor-item:before{display:block;position:absolute;transition:.3s;transition-timing-function:cubic-bezier(.58,.3,.005,1)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{transform:scale(1)}.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{background-color:#3f444b;height:3px;left:0;width:100%;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{height:0;left:50%;width:0}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:10px}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:-10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:-10px}.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover{transition-duration:0s}.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:before{content:"";top:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:-20px;width:10px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{bottom:0;content:""}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{inset-inline-start:100%;width:10px}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;border:3px solid #3f444b;bottom:0;left:0;right:0;top:0}.e--pointer-framed .elementor-item:before{content:""}.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(.75)}.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.25)}.e--pointer-framed.e--animation-grow .elementor-item:before,.e--pointer-framed.e--animation-shrink .elementor-item:before{transition:opacity .2s,transform .4s}.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 3px 3px;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.e--pointer-framed.e--animation-draw .elementor-item:after{border-width:3px 3px 0 0;bottom:0;content:"";left:auto;right:0;top:auto;transition:width .1s,height .1s .1s,opacity .02s .18s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{height:100%;width:100%}.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{transition:opacity .02s,height .1s,width .1s .1s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after{transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-corners .elementor-item:before{border-width:3px 0 0 3px}.e--pointer-framed.e--animation-corners .elementor-item:after{border-width:0 3px 3px 0;bottom:0;content:"";left:auto;right:0;top:auto}.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-item:hover:before{height:100%;transition:opacity 2ms,width .4s,height .4s;width:100%}.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item,.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover{transition-duration:0s}.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before{content:"";transition:.3s}.e--pointer-background .elementor-item:before{background:#3f444b;bottom:0;left:0;right:0;top:0;z-index:-1}.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover{color:#fff}.e--pointer-background.e--animation-grow .elementor-item:before{transform:scale(.5)}.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before{opacity:1;transform:scale(1)}.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.2);transition:.3s}.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before{transition:opacity .15s,transform .4s}.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:100%}.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:100%}.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:100%}.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:100%}.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:50%;top:50%}.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:50%;right:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{background:#3f444b;bottom:0;left:0;right:0;top:0;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{bottom:100%;top:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{bottom:0;top:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before{bottom:50%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after{top:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before{left:100%;right:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{left:0;right:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before{left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after{right:50%}.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item,.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover{transition-duration:0s}.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover{transform:skew(-8deg)}.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover{transform:scale(1.2)}.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover{transform:scale(.8)}.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover{transform:translateY(-8px)}.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover{transform:translateY(8px)}.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover{transform:rotate(6deg)}.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item,.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover{transition-duration:0s}.elementor-nav-menu--main .elementor-nav-menu a{transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#3f444b;color:#88909b}.elementor-nav-menu--main .elementor-nav-menu ul{border-style:solid;border-width:0;padding:0;position:absolute;width:12em}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{background:#fff;display:none;height:20px;overflow:hidden;position:absolute;visibility:hidden}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{border:8px dashed transparent;border-bottom:8px solid #33373d;height:0;left:50%;margin-inline-start:-8px;overflow:hidden;position:absolute;top:-2px;width:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{border-color:#33373d transparent transparent;border-style:solid dashed dashed;top:6px}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{transform:rotate(-90deg)}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg{fill:currentColor;height:1em;width:1em}.elementor-nav-menu--layout-horizontal{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:flex;flex-wrap:wrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{flex-grow:1;white-space:nowrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down{top:100%!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a{margin-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{left:var(--e-nav-menu-horizontal-menu-item-margin)!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a{margin-inline-end:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after{align-self:center;border-color:var(--e-nav-menu-divider-color,#000);border-left-style:var(--e-nav-menu-divider-style,solid);border-left-width:var(--e-nav-menu-divider-width,2px);content:var(--e-nav-menu-divider-content,none);height:var(--e-nav-menu-divider-height,35%)}.elementor-nav-menu__align-right .elementor-nav-menu{justify-content:flex-end;margin-left:auto}.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-left .elementor-nav-menu{justify-content:flex-start;margin-right:auto}.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-start .elementor-nav-menu{justify-content:flex-start;margin-inline-end:auto}.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-end .elementor-nav-menu{justify-content:flex-end;margin-inline-start:auto}.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-center .elementor-nav-menu{justify-content:center;margin-inline-end:auto;margin-inline-start:auto}.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:center}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{flex-grow:1}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a{justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container,.elementor-widget-nav-menu:not(:has(.elementor-widget-container)):not([class*=elementor-hidden-]){display:flex;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{clear:both;content:" ";display:block;font:0/0 serif;height:0;overflow:hidden;visibility:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;line-height:normal;list-style:none;margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{align-items:center;display:flex}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{line-height:20px;padding:10px 20px}.elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu a.disabled{color:#88909b;cursor:not-allowed}.elementor-nav-menu .e-plus-icon:before{content:"+"}.elementor-nav-menu .sub-arrow{align-items:center;display:flex;line-height:1;margin-block-end:-10px;margin-block-start:-10px;padding:10px;padding-inline-end:0}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,.elementor-nav-menu .sub-arrow .fas.fa-chevron-down{font-size:.7em}.elementor-nav-menu .sub-arrow .e-font-icon-svg{height:1em;width:1em}.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down{height:.7em;width:.7em}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#3f444b;color:#fff}.elementor-menu-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#33373d;cursor:pointer;display:flex;font-size:var(--nav-menu-icon-size,22px);justify-content:center;padding:.25em}.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close{display:none}.elementor-menu-toggle .e-font-icon-svg{fill:#33373d;height:1em;width:1em}.elementor-menu-toggle svg{height:auto;width:1em;fill:var(--nav-menu-icon-color,currentColor)}span.elementor-menu-toggle__icon--close,span.elementor-menu-toggle__icon--open{line-height:1}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;overflow-x:hidden;overflow-y:auto;transform-origin:top;transition:max-height .3s,transform .3s}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.85em}.elementor-nav-menu--dropdown a{color:#33373d}.elementor-nav-menu--dropdown a.current{background:#1f2124;color:#fff}.elementor-nav-menu--dropdown a.disabled{color:#b3b3b3}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{border-inline-start:8px solid transparent;text-shadow:none}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{justify-content:center}.elementor-nav-menu--toggle{--menu-height:100vh}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{max-height:0;overflow:hidden;transform:scaleY(0)}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{animation:hide-scroll .3s backwards;max-height:var(--menu-height);transform:scaleY(1)}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997}@media (max-width:767px){.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main{display:none}}@media (min-width:768px){.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none}}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@keyframes hide-scroll{0%,to{overflow:hidden}}.elementor-sticky--active{z-index:99}.elementor-sticky__spacer .e-n-menu .e-n-menu-content{display:none}.e-con.elementor-sticky--active{z-index:var(--z-index,99)}