/* cmsms stylesheet: jappke-css modified: Sonntag, 30. März 2025 17:54:55 */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('/fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto-bolditalic-webfont.woff2') format('woff2'),
         url('/fonts/roboto-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto-italic-webfont.woff2') format('woff2'),
         url('/fonts/roboto-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('/fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
font-display: swap;
}
@font-face {
    font-family: 'Libre Baskerville';
    src: url('/fonts/LibreBaskerville-Bold.woff2') format('woff2'),
        url('/fonts/LibreBaskerville-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '/fonts/Libre Baskerville';
    src: url('/fonts/LibreBaskerville-Italic.woff2') format('woff2'),
        url('/fonts/LibreBaskerville-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Baskerville';
    src: url('/fonts/LibreBaskerville-Regular.woff2') format('woff2'),
        url('/fonts/LibreBaskerville-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
margin : 0;
padding : 0;
}
html, body {
font-family : roboto, Arial, Helvetica, sans-serif;
font-size : 100%;
width : 100%;
max-width : 100%;
text-align: center;
color: #08215a;
}
iframe {
border: 0;
}
.mailwrap {
text-align : center;
width : 100% !important ;
position : absolute !important ;
z-index : 1000005;
top : 6em;
}
.box {
text-align : center;
width : 100% !important ;
animation-duration : 0.8s;
animation-name : opa;
position : absolute !important ;
z-index : 10000005;
top : 6em;
display: none;
}
@keyframes opa {
0% {top: -20em;}
100% {top: 6em;}
}
.box a {
padding : 0.5em 0 0.8em 0;
display : block;
width : 100%;
height : 1em;
background: #ee7f00;
color: #fff;
margin-top: 1em;
}
.boxtitle {
font-size: 150%;
margin-bottom: 0.5em;
font-weight: bold;
text-transform: uppercase;
}
.boxtitle span {
color: #ee7f00;
}
.searchcont {
background : rgba(255,255,255,0.95);
font-size: 90%;
width : 18em;
margin : 0 auto;
position : relative;
padding : 1.5em;
border: 4px solid #e66b00;
box-shadow : 0 1px 1px rgb(0, 0, 0, 0.11), 0 2px 2px rgb(0, 0, 0, 0.11), 0 4px 4px rgb(0, 0, 0, 0.11), 0 6px 8px rgb(0, 0, 0, 0.11), 0 8px 16px rgb(0, 0, 0, 0.11);
}

p {margin-bottom: 1em;}

#wrapper {
width: 92%;
max-width: 1280px;
position: relative;
margin: 0 auto;
text-align:left;
padding-top: 6em;
}
.top-container {
top : 0;
left : 0;
background: #fff;
font-size: 120%;
color: #000;
width: 100%;
height: 8em;
position: fixed;
z-index: 9999;
}
 /*
.top-container::after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 12em !important;
    top: 0;
    left: 0;
    z-index: -5;
   background : #fff;
    transform-origin: top right;
    transform: skew(0deg, 1deg);
box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.17);
}
 */
.schraeg-weiss {position: relative;
bottom: 0;
width: 100%;
height: 3em;
z-index: 100;
background: #fff;}
.schraeg-weiss::after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 6em !important;
    top: 0;
    left: 0;
    z-index: -10;
   background : #fff;
    transform-origin: top right;
   transform: skew(0deg, 1deg);
box-shadow: -4px -4px 5px 0px rgba(0,0,0,0.15);
}


.top-container a {color: #000;}
.headsmall {
height : 12%;
}

.headcenter {
width : 90%;
max-width: 1440px;
position : relative;
margin: 0 auto;
text-align: left;
background: yellow;
}
.logo {
position: absolute;
width: 10em;
top: 3em;
left: 0;
}
h1, .tophead2 {
display : block;
font-size : 340%;
font-weight: normal;
line-height: 120%;
width: 85%;
padding: 0 0 0 0;
font-weight: bold;
text-transform: uppercase;
color: #fff;
border: none;
margin-bottom: 0.3em;
}
.half h2 {
margin-bottom: 0.3em !important;
}
h1 span {
font-weight: normal;
font-size: 80%;
}
.headsmall h1 {
font-size: 100%;
}
.marquee {
  --gap: 0rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
margin: 0;
padding: 0;
letter-spacing: 3px;
color: #ee8008;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
animation: scroll 18s linear infinite;
text-transform: uppercase;
font-size: 260%;
list-style-type: none;
font-weight: bold;
margin: 0;
padding: 0;
}
.marquee__content span {
color: #08215a;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.marquee__content {
  animation: scroll 35s linear infinite;
}

.smallaut {
font-size : 60%;
text-transform: none;
color: #fff;
text-align : center;
display : flex;
flex-wrap : wrap;
justify-content : center;
margin-top: -2em;
}
.noshadow {
position: relative;
display: block;
width: 50% !important;
margin: 0 25% 0 25% !important;
transform: rotate(1deg);
box-shadow: -50px 2px 0px 26px #FFC461;
border: 1px solid;
}
.smallink {
font-size : 80%;
}
.skiplink{
position:absolute;
top:-9999px;
left:-9999px;
font-size:0;
line-height:0;
}
.termin {
background : #f39200;
padding : 2em;
width : 100%;
color : #fff;
}
.tdli {
padding-right : 1em;
}
.mleft {
float: left;
margin-left : 5%;
}

.newsbox {
position: relative;
padding: 2em 0 1em 0;
column-count: 3;
column-gap: 1.5em;
font-size: 87%;
}
.news {
margin-bottom: 1em;
display: inline-block;
}
.news span, .docpic span, .doc span, .headl2 span, footer span {
color: #ee7f00;
padding-bottom: 0.3em;
font-weight: bold;
}
.newsvar {
border: 3px solid #08215a;
border-radius:12px;
padding: 5%;
}
.oben {
position : fixed;
right : 0.8em;
bottom : 0;
z-index : 100;
width : 1.5em;
}
.oben img {
width : 100%;
height : auto;
}

.cont {
width :80%;
max-width: 1440px;
min-height : 18em;
margin : 0 auto;
padding : 12em 0 5em 0;
text-align: left;
}
.cont a {color: #ee8008;}

.thumb {
display : inline;
width : 100% !important ;
}
.thumblist {
text-align : left;
display : flex;
flex-wrap : wrap;
justify-content : center;
padding : 0;
}
.closeall {
position : absolute;
width : 100%;
height : 100%;
display : block;
z-index : 102 !important ;
}
.previous {
position : absolute;
left : 4em;
top : 2em;
width : 2.5em !important ;
z-index : 150 !important ;
}
.next {
display : block;
position : absolute;
left : 8em;
top : 2em;
width : 2.5em !important ;
z-index : 150 !important ;
}
.exit {
display : block;
position : absolute;
top : 0;
right : 5%;
width : 2em !important ;
z-index : 1500 !important ;
}
.cont h3 {
font-size : 125%;
margin : 1em 0 0.5em 0em;
}
.cont ul {
margin : 0 0 0 2em;
}
@keyframes fadeIn {
from {
opacity : 0;
transform : translate3d(0,3%,0);
}
to {
opacity : 1;
transform : translate3d(0,0,0);
}
}
.fadeIn {
animation-name : fadeIn;
animation-duration : 1s;
}
ul {
margin : 5% 0 0 5%;
}
a {
text-decoration : none;
}
h2, .cont h1, .headl2 {
display : block;
margin :0.3em 0 0.5em 0;
font-size : 220%;
line-height : 120%;
color: #08215a;
margin-bottom: 2em !important;
border-left: 4px solid #e66b00;
font-weight : bold;
padding-left: 0.5em;
float: none;
text-transform: uppercase;
}
.headl2, .cont h1, .cont h2 {
text-transform: none; 
}
.cont h2, .cont h2 {
margin-bottom: 1em !important;
}
.hidden {
opacity : 0;
}
.visible {
opacity : 1;
}
h3 {
font-size : 160%;
margin : 0.7em 0 0.7em;
font-weight : bold;
line-height: 120%;
}
.parallax {
position: relative;
width : 100%;
height: 26em;
background-position : center center !important ;
background-repeat : no-repeat;
background-attachment : scroll !important;
background-size : cover !important;
 background-color: rgba(255,255,255,0.35);
color: #fff;
 background-blend-mode: lighten;
}
.half {
position: absolute;
background: rgba(10,42,117,0.8);
bottom: -3.5em;
padding: 3%;
}
.half ul {
margin-left: 1em;
width: 90%;
}
.half ul li {
}

.parasmall {
padding: 0;
overflow: hidden;
height: 10em;
top: 0;
display : flex;
flex-wrap : wrap;
justify-content : center;

}
.parasmall a {
background: rgba(255,255,255,0.95);
color: #08215a;
position: absolute;
width: 40%;
margin-top: 10%;
border: 3px solid #08215a;
border-radius: 12px;
font-size: 80%;
backdrop-filter: blur(5px);
}
.gooconfirm {
padding: 2em;
height: auto;
display: block;
}
.googleload {
background: #ee7f00;
border-radius: 12px;
border: 2px solid #fff;
color: #fff;
padding: 0.5em 1em 0.5em 1em;
display: inline-block;
}
small a {
font-size: 80%;
color: #ee7f00;
}
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
.type-cont {
display: inline-block;
padding-top: 25%;
padding-bottom: 20%;
}
.type {
 overflow: hidden;
    padding: 1%;
    white-space: nowrap;
    font-size: 150%;
font-weight: bold;
letter-spacing: 0.08em;
    width: 0;
    animation: typing 3s steps(21, end) forwards;
}


parasmall h1 {
padding-top: 0 !important;}

.anker {
display : block;
position : relative;
top : -10em;
visibility : hidden;
}
.bigwrap {
text-align: left;
   margin:0 auto;
hyphens: auto;
padding : 5em 0 2em 0;
}
.bigwrap a {
border-bottom: 1px solid #ff6303;
color: #08215a;
}
.dark {
background: #3b5490;
color: #fff;
padding-top: 3em;
padding-bottom: 3em;
}
.dark .more {
border: none;
color: #fff;
letter-spacing : 0.05em;
font-variant : small-caps;
}
.light {
background: #f9f8f8;
}
.mitte {
clear : both;
width : 100%;
overflow : hidden;
}
.mitte img {
width : 100%;
height : auto;
}
main {
margin-top: 8em;
width: 100%;

position: relative;
margin: 0 auto;
margin-top: 8em;
}
.center {
margin : 0 auto;
text-align : left;
width : 90%;
max-width: 1440px;
padding : 2% 0 2% 0;
margin-bottom : 3em;
line-height: 140%;
}
.sub {
padding : 0 !important ;
margin: 0;
list-style-type : none;
text-align: left;
}

.sub li {
margin-bottom : 1.5em;
}
.sub a {
color : #fff;
}
.pic {
display : block;
position: relative;
float : left;
width : 26%;
margin : 0 2% 2% 0;
display : inline-block;
font-size: 97%;
padding: 2%;
}
.doc {
width: 10em;
text-align: center;
}
.doc img, .docpic img {
border-radius: 50% !important;
margin-bottom: 1em;
}
.docpic {
width : 28%;
margin-bottom: 0;
text-align: center;
}
.orga {
margin: 0 0 1em 0;
width: 33%;
padding: 0;
text-align : center;
}
.orga .pictext {
font-size : 110%;
margin: 0 auto;
margin : 0.7em 0 0.7em;
font-weight : bold;
line-height: 120%;
width: 80% !important;
position: relative;
}
.orga img {
width: 100%;
margin-bottom: 0;
display: block;
position: relative;
margin: 0 auto;
object-fit: cover;
height: 65%;
border-left: 3px solid #e66b00;
}
.orga-title  {
width: 93%;
background: #ee7f00;
color: #fff;
padding: 1.5em 0 1em 7%;
text-align:left;
}
.pictext {
text-align: left;
padding: 7% 7% 0 7%;
}
a.pic {
color: #fff !important;}
.lightbox2 .pic {
width : 22%;
float : none;
margin-bottom : 0;
margin-left : 3em;
}
.kunde {
width: 10%;
height: auto;
}
.kunde img {
filter: opacity(60%);
}
.sprech {
width: 11em !important;
 border-width: 4px;
  border-style: solid;
  border-color: #3b5490;
padding: 2%;
}
.sprech h3 {
color: #08215a;
margin-top: 0;
}
.sprechvar {
border-color: #e66b00;
}
.placehold {
background: url(https://karriereberater-hannover.de/uploads/images/placeholder.jpg) !important; background-position : center center !important;background-repeat : no-repeat !important;background-size : cover !important;
border: none;
min-height: 12em;
}
.vorteil {
width: 39% !important;
background: #fff;
padding: 4%;
}
.vorteil h3 {
color: #3b5490;
background-image: url(https://karriereberater-hannover.de/uploads/images/check-bl.png);
background-size: 32px auto;
background-repeat: no-repeat;
background-position: top left;
padding-left: 2em;
padding-bottom: 1em;
}
.sprechvar.vorteil {
border-color: #e66b00;
}
.sprechvar.vorteil h3 {
color: #e66b00;
background-image: url(https://karriereberater-hannover.de/uploads/images/check-o.png);
}
.jobcoaching {
width: 18% !important;
padding: 2%;
}
.mo {
display: inline-block;
background: #ee8042;
padding: 0.2em;
margin-top: 0.5em;
width: 60%;
}

.lightbox2 {
position : fixed;
display : block;
overflow : hidden;
z-index : 1001;
width : 100%;
min-height : 100% !important ;
height : auto !important ;
height : 100% !important ;
overflow-y : scroll;
top : 0;
left : 0;
background : #f0f0f0;
opacity : 0;
pointer-events : none;
text-align : center !important ;
transition : all 0.3s;
scrollbar-width : none;
}
.lightbox2::-webkit-scrollbar {
display : none;
}
.lightbox2 img {
margin-top : 2em;
float : left;
}
.lightbox2:target {
opacity : 1;
pointer-events : auto;
}
.description {
width : 70%;
max-width : 1440px;
min-height : 30em;
margin-left : auto;
margin-right : auto;
margin-top : 6em;
margin-bottom : 6em;
text-align : left;
}
.description ul {
margin-bottom : 1em !important ;
}
.column {
column-count: 2;
}

.teampic {
float : right !important;
width : 18% !important;
margin : 0 0 1em 2em !important;
}
.teamtitle {
font-weight: bold;
}
.description h3 {
font-size : 130%;
}
.doclib {
border-radius: 10px;
}
.blue {
position: sticky;
top: 0;
background: #08215a;
padding-top: 1.5em !important;
z-index: 200;
}
.orange {
width: 100%;
background: rgb(245,160,0);
background: linear-gradient(180deg, rgba(245,160,0,1) 30%, rgba(238,127,0,1) 30%);
height: 1em;
text-align: center;
}
.navcenter {
width : 90%;
max-width: 1280px;
position : relative;
margin: 0 auto;
height: 2em;
}
.topnav {
position : absolute;
right : 0;
top : 6.75em;
font-family: 'Libre Baskerville';
z-index: 9999999;
font-size: 88%;
}
.topnav a::after {
content: '';
position: absolute;
width: 100%;
transform: scaleX(0);
height: 3px;
top: -1em;
left: 0;
background: rgb(200,199,195);
background: linear-gradient(90deg, rgba(200,199,195,1) 3%, rgba(254,165,75,1) 44%, rgba(255,97,0,1) 100%);
transform-origin: bottom right;
transition: transform 0.5s ease-out;
}
.topnav a:hover::after {
transform: scaleX(1);
transform-origin: bottom left;
}
.topnav a {
display : block;
margin-right : 1em;
font-weight : normal;
color: #08215a;
position: relative;
padding-bottom: 1px;
 float: left;
}
.topnav a.currentpage, .topnav a.activeparent {
}
.topnav a.currentpage::after, .topnav a.activeparent::after {
font-weight: bold;
transform: scaleX(1);
height: 3px;
top: -1em;
left: 0;
}
.flex {
display : flex;
justify-content : left;
align-items : center;
width : 100%;
padding : 0;
}
.li-text {
float : left;
width : 45%;
hyphens: auto;
padding-right: 5%;
}
.re-text {
float : right;
width : 50%;
hyphens: auto;
}
.re-text img {
float : right;
}

figure, .rightpic  {
float : right;
width : 28%;
margin : 0 0 0.5em 1.5em;
}
.cover {
width: 18% !important;
margin : 3em 0 0.5em 8em;
}
figcaption {
font-size: 95%;
text-align: center;
padding: 0.6em;
color: silver;
line-height: 105%;
}
.book {
padding-bottom: 2.5em;
border-top: 3px dotted silver;
margin-top: -3px;
overflow: hidden;
}

.li-text img, .re-text img {
width : 100%;
height : auto;
margin-bottom : 0.5em;
}
.orga ul, .newsbox ul {
padding: 0;
margin: 0.5em 0 0.25em 0;
}
.orga li, .newsbox li  {
background: url(https://karriereberater-hannover.de/uploads/images/liste.png) no-repeat 0 7px;
background-size: 10px 10px;
padding-left: 12px;
list-style-type: none;
}
a.more {
position: relative;
display : inline-block;
background: #3b5490;
color: #fff;
text-align : center;
font-weight : bold;
padding : 0.7em 1em 0.5em 1em;
font-size : 160%;
text-transform: uppercase;
margin-top: 2em;
margin-bottom : 15px;
z-index: 103;
border: none !important;
}
.thumblist {
width : 100%;
min-height : 100%;
z-index : 10;
}
blockquote {
font-style: italic;
}
blockquote:before {
display : block;
position: absolute;
content : "\201C";
font-size : 6em;
color : #e66b00;
line-height : 0;
font-style : normal;
}
.shariff {
width : 20em;
}
.share {
width : 100% !important ;
text-align : center;
display : flex;
flex-wrap : wrap;
}
.required {
float : left;
width : 45%;
margin-right : 4%;
}
div.website, div.website * {
  display: none !important;
}
label {
float : left !important ;
display : block;
margin-bottom : 0.5em;
}
input, textarea, select {
margin-right: 3%;
margin-bottom : 3%;
background : rgba(255,255,255,0.9);
border: 1px solid #08215a;
padding-left : 0.7em;
height : 2.5em;
font-size : 100%;
box-sizing : content-box;
font-family : 'Roboto';
width: 100%;
color: #08215a;
}
textarea {
height : 6em;
clear : both !important ;
float : none;
padding: 0.7em;
width: 93%;
margin-bottom: 0.5em;
}
.cms_checkbox {
width : 1em;
clear : both;
float : left;
margin-right : 0.5em;
margin-top : -0.7em;
margin-bottom: 0 !important;
}
.cms_submit {
width : 30%;
height : 3.5em;
color : #fff;
background: #00519e;
}
.cms_select {
height : auto;
padding : 2%;
}
.cms_submit.fbsubmit, .search-button {
color : #fff;
background: #08215a;
font-size : 100%;
padding: 0;
}
.privacy {
font-size: 80%;
width: 90%;
line-height: 140%;
}
.captcha {
width : 45%;
clear : both;
float : none;
}
.captcha img {
clear : both;
box-shadow : none !important ;
width : 40% !important ;
height : auto !important ;
float : none;
margin : 0.5em 0 0.5em 0;
}
.kontakt .captcha {
width : 100%;
float : none !important ;
}
.confirm, .error_message {
position : absolute !important;
background : rgba(255,255,255,0.95);
padding :5%;
top : 1em;
left : 5%;
border-top : 4px solid #e66b00;
max-width: 80%;
z-index : 10000;
box-shadow : 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11), 0 8px 16px rgba(0,0,0,0.11);
}
footer {
margin-top: 4em;
background: #08215a;
font-size: 90%;
hyphens: auto;
text-align: center;
position: relative;
z-index: 2;
color: #fff;
}
footer::after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 12em !important;
background: #08215a;
    top: -5em;
    left: 0;
    z-index: -1;
    transform-origin: bottom right;
    transform: skew(0deg, 1deg);
box-shadow: -4px -4px 5px 0px rgba(0,0,0,0.15);
}
footer ul
{
margin-left: 0;
}
footer li {
list-style-type: none;
margin-bottom: 0.15em !important;
}
.center li {
margin-bottom: 0.3em;
padding-left: 0.5em;
list-style-type: none;
 list-style-image: url(https://karriereberater-hannover.de/uploads/images/list-o.png);
}
.foo {
margin-bottom : 0 !important;
position: relative;
width: 90%;
max-width: 1440px;
margin: 0 auto;
}
footer a {
color : #fff;
}
footer ul {
margin-left: 1em;
}
.foot {
float : left;
margin-right : 8%;
margin-bottom : 3em;
text-align: left;
}
.foo-title {
text-transform : uppercase;
font-weight : bold;
font-size : 110%;
 border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to right, #fcb867, #ff6303) 1;
margin-bottom : 1em;
color: #f3f3f3;
 border-top: 0;
  border-right: 0;
  border-left: 0;
padding-bottom: 1em;
}

.copyfoo {
font-size : 90%;
text-align: center;
padding: 0.25em 0 0.25em 0;
background: #08215a;
color: #fff;
}
.copyfoo a {
display: inline;
color : #fff;
}
.copyfoo img {
width: 24px;
height: auto;
}

.topnav .icon {
  display: none;
}
@media screen and (max-width: 1200px) {
.jobcoaching {
width: 42% !important;
}
}

@media screen and (max-width: 62em) {
  .topnav a {display: none;}
  .topnav a.icon {
   position: fixed !important;
top: 4em;
    right: 0;
    display: block !important;
background: url(https://karriereberater-hannover.de/uploads/images/hamburger.png) no-repeat;
background-size: 24px auto;
width: 24px;
height: 24px;
border-radius: 50%;
  }
}

@media screen and (max-width: 62em) {
  .topnav.responsive .icon {
    position: fixed !important;
    top: 4em;
color: #000;
width: 24px;
height: 24px;
text-align: center;
background: url(https://karriereberater-hannover.de/uploads/images/close.png) no-repeat;
background-size: 24px auto;
  }

  .topnav.responsive {
position: fixed;
background: rgba(0,0,0,0.86);
left: 0;
top: 0;
transition : 0.5s;
width: 100%;
height: 100%;
padding: 8em 2em;
}

  .topnav.responsive a, .topnav a.currentpage::after, .topnav a.activeparent::after  {
    float: none;
    display: block;
    text-align: left;
color: #fff;
border: none !important;
margin-bottom: 1em;
  }
.topnav a::after, .topnav a.currentpage::after, .topnav a.activeparent::after {
transform: none;
height: 0;
}
.topnav a:hover::after {
transform: none;
}
.noshadow {
margin-top: 3em !important;
}
.pic, .vorteil, .sprech, .jobcoaching {
width: 38% !important;
}
.newsbox {
column-count: 2;
}
.parallax {
background-attachment : scroll !important;
background-position : center center !important;
}
figure {
margin-left: 2em !important;
}
.mleft, .menuright {
position: static;
width: auto;
text-align: center;
}
.mleft {
left: 0;
}
.menuright {
width: 100% !important;
float: none;
}
#res-call {
position : relative;
z-index : 1000;
}
#mobsearch {
text-align : center;
display : flex;
flex-wrap : wrap;
justify-content : center;
}
.mobinpt {
width : 10em;
}

#logo {
bottom : 0.5em;
height : 80%;
}

.sm {
width : 36% !important ;
}
h1, .half h2 {
font-size: 8vw !important;
}
.half {
padding: 5%;
width: 80%;
}
footer {
padding-bottom : 2.5em !important ;
}
.foot {
float : none !important ;
}
.type {
font-size: 90%;
}

h1 span {
font-size: 80%;
line-height: 40% !important;
}
.menu li {
margin-right: 0.5em;
}
a.more {
font-size: 110%;
}
}
@media screen and (max-width: 800px) {
.parallax h1, .title span {
hyphens: auto;
}
.flex {
display : block;
}
.rightpic, figure, .cover {
float : none !important ;
width : 95% !important ;
margin : 0 0 1.5em 0 !important;
}
.searchcont {
width : 70%;
}
.teampic {
width : 22% !important;
}
label, .own, .required, input, cms_select, .captcha {
width : 100%;
}
.chk label {
width : 80%;
}
.li-text img, .re-text img {
margin : 1em 0 1em 0;
}
.li-text, .re-text {
width : 100%;
float : none;
margin : 0 0 0.3em 0;
}
.thumblist {
overflow : visible !important ;
}
.pic {
width : 95% !important ;
margin : 0 0 5% 0 !important;
padding: 5%;
}
.sm {
width : 86% !important ;
}
.back img {
width : 70%;
text-align : left;
}
.mleft, .menuright {
float: none;
}
.orange {
height: 0.75em;
}
.menu li {
height: 40px;
width: auto;
}
.menu li img {
height: 100%;
width: auto;
}
.doc {
width: 50% !important;
font-size: 80%;
}
.docpic {
width: 80% !important;
}

.required, input, cms_select, .captcha {
width : 97%;
}
.cms_submit {
width: 80%;
}
.parasmall a {
font-size: 80%;
width: 80%;
}
.kunde {
width: 20%;
}
.noshadow {
width: 60% !important;
margin: 10% 20% 0 20% !important;
box-shadow: -18px 17px 0px -2px #FFC461 !important;
}
}
@media screen and (max-width: 450px) {

#wrapper {
padding-top: 2.7em;
}
a.more {
font-size: 100%;
}
.headl2, .marquee__content {
font-size: 7vw !important;
margin-bottom: 1em;
}
h3 {
font-size: 120%;
}
.kunde {
width: 25%;
}
.newsbox {
column-count: 1;
}
.navcenter {
width: 100%;
}
.menu {
width: 100%;
text-align : center;
display : flex;
flex-wrap : wrap;
justify-content : center;
top: -0.75em;
right: 0;
}

.menu li img {
height: 100%;
width: auto;
}
#logo {
font-size : 100%;
}
.cont h1 {
font-size : 140% !important ;
}

.sub {
line-height: 110%;
font-size: 95%;
margin-top: 0.5em;}

.pic {
margin-right : 0 !important ;
float: none !important;
margin : 0 0 5% 0 !important;
}
.orga img {width: 100%;}
.teampic {width: 100% !important;}
blockquote {
margin: 0 6% 8% 6%;
}
blockquote::before {
font-size: 350%;
}
.sprech {
width: 80% !important;
border-width: 4px;
padding: 8%;
}
.news, .orga {
font-size: 105% !important;
}
}
@media screen and (max-width: 370px) {
.menu {
top: -0.5em;
}
}
