@charset "utf-8";

/*			Fonts			*/
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
}

/* Clear Floated Elements */
.clear {clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clear:after, .content-text:after {clear:both;content:' ';display:block;font-size:0;
line-height:0;visibility:hidden;width:0;height:0;}
* html .clear {height:1%;}
.hide, .invisible {display: none;}
a.invisible {display:none;}
.content-text {padding-bottom:16px;}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {padding-right: 0; padding-left: 0;}

body {background-color:#FFF !important;color:#333 !important;font-size:18px;}
#content {margin-top:108px;display: block; position: relative; overflow: hidden;}

h1,h2,h3,h4,h5,h6, h2 a {font-family: 'open_sansbold', Verdana, sans-serif;letter-spacing: 0.05em;}
h1,h2,h3,h4,h5,h6 {color: #333333;}
h1 {font-size:2.5em;}
h2 {font-size:36px;margin-bottom:40px;}
#header h2 {text-align:center;margin-bottom:10px;color:#333333;}
#header p{color:#333;}
#header h2 a.button {color:#FFF;background-color:#e7305e;}

button {border: none; background-color: transparent;}
button a {border-color: #ffffff; border-width: 0px; border-style: solid; padding: 10px 30px 10px 30px;
background: #0865a2; font: 17px 'open_sansregular',Verdana,sans-serif;
color: #ffffff !important; letter-spacing: 0px; border-radius: 20px; display: block;
cursor: pointer;  -webkit-appearance: none;  text-decoration: none;  margin: 10px;}
button a:hover {border-color: #019642;	background: #019642;font-weight: normal;
font-style: normal;	text-transform: none;color: #ffffff;text-decoration: none;}

.line__1,.line__2 {
white-space: nowrap; /* keep text in one line */
overflow: hidden; /* hide text behind the cursor */
margin: 0.5rem auto;font-weight: bold;}

.line__1 {border-right: 2px solid rgba(17, 17, 17, 0);
/* define animation types for text + cursor */
animation: animated-text__1 6s steps(60, end) 1s 1 normal both,
animated-cursor__1 900ms steps(60, end) 8;}
.line__2 {border-right: 2px solid rgba(17, 17, 17, 0);
/* define animation types for text + cursor */
animation: animated-text__2 5s steps(60, end) 1s 1 normal both,
animated-cursor__2 900ms steps(60, end) infinite;
-webkit-animation-delay: 7s;animation-delay: 7s;}

@keyframes animated-cursor__1 {
  from {
    border-right-color: rgba(17, 17, 17, 0);
  }
  to {
    border-right-color: rgba(255, 255, 255, 0);
  }
}
@keyframes animated-cursor__2 {
  from {
    border-right-color: rgba(17, 17, 17, 0);
  }
  to {
    border-right-color: rgba(255, 255, 255, 0);
  }
}
@keyframes animated-text__1 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes animated-text__2 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

p {font-family: 'open_sansregular', Verdana, sans-serif;
font-size:20px;line-height:1.6em;color:#333;}
a, table th {font-family: 'open_sansregular', Verdana, sans-serif;}

table {width:100%;border-collapse:collapse;margin-bottom:24px;}
table th,table td {padding:16px 6px;line-height: 1.5em;vertical-align: top;}
table th {font-weight:600;text-align:left;}
caption {font-variant: small-caps;}
th *:first-child,td *:first-child {margin-top: 0;}
thead th {text-align: left;color: #333;border-bottom: 1px #000 solid;}
tbody th, td {text-align: left;border-top: 1px solid #ccc;}
tbody tr:hover th,tbody tr:hover td {background: #f8f8f8;}
tfoot {border-top: 4px solid #ccc;}

ul li {font-family:'open_sansregular', Verdana, sans-serif;
font-size:16px;line-height:1.6em;color:#333;}

a {font-weight:400;color:#333;
transition: .1s ease-in;outline:0 !important;}
a:hover {color:#999999;text-decoration:none;}
p a {color: #0865a2; text-decoration: none;}

a.button {text-decoration:none;border-radius: 15px;}
.button {color: #FFF; background-color: #e7305e;font-size: 18px;font-weight: bold;
padding: 10px 20px; margin-top: 24px; margin-left: auto; margin-right: auto;}
.button:hover {color: #FFF; background-color: #e7305e;}
h2 a.button {font-size: 28px;font-weight: bold;}

button[type="button"]{padding:4px 15px;
border-radius:0;box-shadow:0 0 0 rgba(0, 0, 0, .1);background:#e7305e;color:#FFF;
border:none;font-size:18px;width: auto;}

/* Formulare */
fieldset {border:#EEE 0 solid;padding:0;}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"]
, textarea, select,input[type="search"] {padding:1.5%;font-size:13px;
box-shadow:inset 1px 1px 5px rgba(0, 0, 0, .05);background:#FCFCFC;
border:#999 1px solid;color:#999;font-family:"Droid Sans", sans-serif;width: 90%;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus {
background:#FFF;border:#ddd 1px solid;color:#333;outline: none;}
#content input[type="checkbox"], #contentinhalt input[type="checkbox"] {width: 5%;}
textarea {font-size:15px;}
button[type=submit],input[type=submit],input[type=reset],input[type=button],input[type=file] {padding:4px 15px;
border-radius:5px;box-shadow:0 0 5px rgba(0, 0, 0, .1);background:#0c54a0;color:#FFF;
border:none;font-family:"GillSans", sans-serif;font-size:18px;width: auto;}
input[type=file] {font-size:14px;}
button[type=submit]:hover, input[type=submit]:hover,input[type=reset]:hover,
input[type=button]:hover {color:#333;}
input[type=file]:hover,input[type=file]:focus{color:#FFF;}
button[type=submit]:focus,input[type=submit]:focus,input[type=reset]:focus,input[type=button]:focus {color:#333;}
#content label, #content legend, #contentinhalt label, #contentinhalt legend {display: block;float: left;position: relative;}
#content label, #contentinhalt label {width: 100%;font-size: 16px;}
#content legend, #contentinhalt legend {width: 15%;font-size: 16px;}
#content .checkbox_container label,#contentinhalt .checkbox_container label {width: 98%;}
#content input, #content textarea, #contentinhalt input, #contentinhalt textarea {width: 90%;}
#content input.upload, #contentinhalt input.upload {width: auto;}
#content span.captcha_text, #contentinhalt span.captcha_text {font-weight: normal;font-size: 1em;float: left;}
#content .captcha_text, #contentinhalt .captcha_text {margin-left: 0;}
.captcha_text {display: flex;height: 3em;margin-left: 35%;}
#content input.captcha, #contentinhalt input.captcha {width: 48px;margin-left: 16px;}
/*.widget-upload {margin-bottom:16px;}*/
.formline {border: 0; padding: 6px 0; margin-bottom: 10px;}
.formline hr {margin-bottom: 30px; border: 0; height: 1px; background-color: #0c54a0;}
.bewerber #content .widget-upload label, .bewerber #content .widget-upload input {width: 100%;}
.formbody .widget {margin-bottom:8px;display: block;overflow: visible;position: relative;}
.ce_form .box:nth-child(4), .ce_form .box:nth-child(8) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }

em,i {font-weight:600;}

hr {position:relative;display:block;width:100%;
height:2px;background:#029642;
border:0;margin:20px 0 20px !important;}

::-moz-selection {color: #333;background: #FFF;}
::selection {color: #333;background: #FFF;}

.ce_gallery {margin: 16px 0;padding: 5px 0;
display: inline-block;}
.ce_gallery ul {display: inline;list-style: outside none none;}
.ce_gallery ul li {float: left;list-style: outside none none;
margin-left: 4px;margin-bottom: 4px;padding: 0;}

/* ####### CSS Hilfsklassen ####### */

/* Animation */

/*Funktion Slider CSS*/
@media (min-width: 1471px){
.owl-carousel .owl-wrapper-outer {
    transform: translateX(-15px);
    overflow-y: initial !important;
    overflow-x: clip !important;}
}
.owl-carousel .owl-wrapper-outer {padding: 30px 0;}

@media (max-width: 1470px){
.slider-padding h2{padding: 0 20px !important;}
}
.post-slide{margin: 0 15px;}

.slider-padding{
      padding: 30px 0 !important;
      max-width: 1235px;
      padding-right: 20px;
      padding-left: 20px;
      margin: 0 auto;}

.owl-controls .owl-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;}

@media (min-width: 1550px){
.owl-controls .owl-buttons {
    justify-content: space-between;
    width: calc(100% + 90px);
    transform: translateX(-60px) translateY(-200px);
    position: absolute;
    z-index: 0;}

.owl-carousel .owl-wrapper-outer {z-index: 1;}
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #878787;
    font-size: 45px;}

.owl-controls .owl-buttons .owl-next:after{
content:"\f105";}

.owl-prev {margin-right: 30px;}
.owl-buttons object {pointer-events: none;}
.card {
    color: inherit;
    cursor: pointer;
    perspective: 1000px;
    display: grid;
    align-items: flex-end;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    height: 290px;}
.card .front p {
    color: white;
    background: #878787;
    display: block;
    padding: 15px;
    text-align: center;
    margin: 0;
    transition: 0.3s;}
.card img {
    padding: 30px 0;
    display: block;
    margin: 0 auto;
    width: 95%;
    max-height: 190px;
    object-fit: contain;}
.card object{
    display: block;
    margin: 0 auto;}

.front, .back {
  position: absolute;
  width: 100%;
  border-radius: 3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
  box-shadow: 0px 5px 10px 8px rgb(0 0 0 / 10%);
  background: #fff;
  height: 100%;
  overflow: hidden;
  text-align: center;}

.front{
  overflow: hidden;
  display: grid;
  align-items: end;
  justify-content: center;
  grid-template-columns: 100%;}

 .card:hover .front {transform: rotateY(180deg);}
 .card:nth-child(even):hover .front {transform: rotateY(-180deg);}

.back {
    transform: rotateY(-180deg);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;}
.back p {margin: 0 25px;}
.back span {display: block;}
.back a.button {
    background: #878787;
    color: white;
    border-radius: 3px;
    padding: 10px 30px;
    display: inline-block;
    margin: 0 25px;
    text-align: center;
    margin-top: 10px;
    transition: ease-out 0.2s;
    text-decoration: none;}
.back a.button:hover{background: #029642;}
.card:hover .back {transform: rotateY(0deg);}
.card a {color: #0865a2;text-decoration:none;}

@media (max-width: 1023px){
.slider-padding{margin-bottom: 80px;}
}

/* Accordion */
.ce_accordion {margin-top:2px;background: #FFF;  box-shadow: 1px 1px 12px rgb(219 230 235 / 80%);
transform: translateY(-5px);border-radius: 10px;}
.toggler:before {content: '+'; float: left;  font-size: 22px;  transform: translateY(-5px);  background: #0c54a0;
padding: 2px 12px 4px;  border-radius: 40px;  color: #FFF;cursor:pointer;margin-right: 16px;}
.toggler.active:before {content: '–'; float: left; font-size: 22px; transform: translateY(-5px);
background: #0c54a0; padding: 0 12px 5px; border-radius: 40px; color: #ffffff;margin-right: 16px;}
.accordion {overflow: auto;padding: 1em;}
.ce_accordionSingle.ce_text, .ce_accordionStart {margin-bottom:16px;}
.ce_accordion.ce_text ul + p {margin-top:16px;}
.ui-accordion-header {padding: 20px 30px; font-size: 18px;font-weight: bold; color:#0c54a0;cursor: pointer;}


.text-left {text-align:left;}
.text-center {text-align:center;}
.text-right {text-align:right;}
.serif, #boxes-overview p.serif {font-family: 'open_sansregular', Verdana, sans-serif;}

.full-width {width:100%;padding:20px;text-align:center;}
.btn.full-width {background:transparent;border:1px solid #2d3e15;text-align:center;}
.zero-padding {padding-left:0 ;padding-right:0;
}
.btn{border-radius:0 !important;background:#029642 !important;
color:#FFF;font-size:18px;margin:20px 0;padding:10px;}

.icon {width:30px;height:30px;display:inline-block;float:left;
margin-right:10px;background:#029642;padding:5px;border-radius:40px;
}

.padded-top {padding-top:60px;}

/* ####### CSS spezifisch ####### */
#header {position: fixed !important; top: 0; z-index: 1000 !important; width: 100% !important; height: 104px;background: #FFF;
box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);}

#logo-area {position: relative; z-index: 1; float: left;box-shadow: none; margin: 0 auto;margin-top: 16px;}
#logo-area img {vertical-align: middle; width: 100% !important;}
#logo-area figure img {display: block; margin: 0 auto;}

img.float_left {float:left; margin-right:16px;}

.desktop {display:block;}
.fa-stack-2x { font-size: 0.5em; }

.unternehmen {background-image:url(../img/eyecatcher-hanse-alpe.png);width: 100%;
height: 80vh; margin: 0; padding: 0; background-size: cover; background-position: 50%; filter: brightness(0.9);display: flex;
  align-items: center;}
.unternehmen h1 {font-size: 2.5em;text-transform: uppercase; color:#333;font-family:'open_sansbold', Verdana, sans-serif;}
.unternehmen h2 {font-size: 1.5em; line-height: 1.5 !important; color:#FFF !important;font-family: 'open_sansregular', Verdana, sans-serif;}
.unternehmen hr {border: 0; width: 5em; height: 3px; margin: 1em 0; background-color: #ffffff;}
.unternehmen .bildtext {z-index: 2; position: relative; max-width: 1100px; margin: 0 auto; padding: 10px;}

.beteiligung {background-color: #f7f7f7; margin-top: -1px; padding-top: 30px; padding-bottom: 60px;}

.kontakt {background-image:url(../img/hanse-alpe-beteiligungen2.png);background-repeat: no-repeat;width: 100%;
 margin: 0; padding: 0; background-size: cover; filter: brightness(1);padding-bottom:60px;padding-bottom:30px;margin-bottom: 200px;}

.box1 {box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 10%);height: 280px;background: #fff;margin-left:80px;margin-top: 60px;}
.box2 {box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 10%);height: 280px;background: #fff;margin-left:30px;margin-top: 60px;}
.box3 {box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 10%);height: 280px;background: #fff;margin-left:30px;margin-top: 60px;}
.box1 img, .box2 img, .box3 img {margin: 0 auto 20px auto;}
.box1 img.sqwpluginfactsbubble, .box2 img.sqwpluginfactsbubble, .box3 img.sqwpluginfactsbubble {
width: 20%;height: auto; max-width: 100px; border: 0; padding-top: 30px; opacity: 1; transform: scale3d(1, 1, 1);
transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.320, 1.275), transform 0.8s cubic-bezier(0.175, 0.885, 0.320, 1.275);display: flex;}

.navfooter li ul {font-family:'open_sansregular', Verdana, sans-serif;
width:100%;list-style: none;float: right;position: relative;}
.navfooter ul {text-align:center;}
.navfooter li a {font-family:'open_sansregular', Verdana, sans-serif; color:#5a5a5a;}
.navfooter li {display:inline;position: relative;padding-right:16px;}

.mobilansicht {display:none;}
.navbar-nav {float: left;}
.navbar-default {background-color: transparent;
border-color: transparent;}
.sticky-menu {}
.navdesk {position:relative;margin:0 auto;}
.navdesk ul {display: flex; justify-content: center;margin-top: 20px;}
.navdesk a {font-size: 21px;}
#main-nav {z-index: 10000; margin: 0; padding: 0;margin-top: 16px;}
#main-nav li a {font-size:21px;color:#edc15e;color:#4ca7a7;color:#333333;
padding-left:16px;padding-right:16px;text-transform: uppercase;
font-family:'open_sansregular', Verdana, sans-serif;}
#main-nav li a:hover, #main-nav li a:focus, #main-nav li.active a {
background-color:#FFF;color:#333333;text-decoration:none;}
#main-nav li.active a, #main-nav li a.forward {text-decoration:underline;}
#main-nav li ul {width:100%;background:#333333;color:#FFF ;padding:0;min-width: 22em;}
#main-nav li ul li a {padding:7px 15px;font-size:17px;color:#333333;
border-top:1px solid rgba(0,130,129,.4);}
#main-nav li ul li a:focus, #main-nav li ul li a.active, 
#main-nav li ul li a:hover{color:#333333;background:#FFF;}


#navmobil, .navmobil {display:none;}
#access {padding:0;background:rgba(0,130,129,1);overflow: hidden;display:inline;
position: relative;z-index: 1;width: 1170px;margin: 0 auto;}

#content img{width:100%;margin-top:0;display: block;height: auto;}

.row {display: flex;flex-wrap: wrap;margin-right: 0;margin-left: 0;}

.fill figure {margin: 0; display: block; overflow: visible; position: relative;
object-fit: contain; width: 100%; height: 100%;}

.mitte {text-align: center}

.site-title {
	margin-top:-140px;
	display:inline-block;
	padding:20px;
	background:#eaeef8 !important;
}
.table-heading {
	padding:10px;
	background:#eaeef8 !important;
	margin-bottom:20px;
	opacity:.7;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}

video,iframe {display:block;width: 100%;}
.ce_youtube {
 position: relative;
 padding-bottom: 56.25%;
 max-width: 100%;
 height: 0;overflow: hidden;
 margin: 0 auto;
 width:1100px;
}
 
.ce_youtube iframe {
 position: absolute;
 top: 0; left: 0; right: 0; bottom: 0;
 width: 100%;
 height: 100% ;
}
.ce_youtube a {color: #FFF; text-decoration: none;}
.playbutton {
    color: #fe0000;
    font-size: 50px;
    left: 50%;
    margin: -73px 0 0 -31px;
    position: absolute;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
    top: 50%;
    cursor: pointer;
    z-index: 10;
}
.dsgvotext {
    color: #000;
    font-size: 16px;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    padding: 2em;
    position: absolute;
    background-color: rgba(255,255,255,0.7);
    top: 10%;
}

audio {max-width:100%;}

#footer {
	padding:40px 0;
	color:#333333;
	background:#FFF;
	border-width: 1px 0px 0px 0px;
	border-color:#FFF
	border-style: solid;
	box-shadow: 0px -4px 5px rgba(0,0,0,0.2);
}
#footer img{width:100%;margin-top:0;display: block;height: auto;padding-left: 32px;}

#footer h3 {
	font-size: 20px;
	color:#333;
	font-family:'open_sansregular', sans-serif; margin-top: 0; margin-bottom: 0;
	padding-left:32px;
}
#footer p, #footer a {
	font-family:'open_sansregular', Verdana, sans-serif;
	color:#333;
	text-transform:none;
}
#footer p {font-size:14px;}
#footer .copyright > p {
	margin-top:20px;
	color:#FFF;
	padding:0 0 20px 0;
	font-size:0.9em !important;
	text-align:right;
}
#footer .copyright > p img{
	max-width:200px;
}
#nav-toggle {
	background:transparent;
	width:80px;
	height:80px;
	padding:0;
	border:0;
}

/* Toplink */
#footer .nach_oben_link{position:fixed;bottom:93px;right:46px;z-index:15;opacity:0.9}
#footer a .nach_oben_link .fas {color:#0865a2;background-color:transparent;height:40px;width:40px;display:block;font-size:4.8em;text-align:center;text-decoration:none}
#footer a:hover .nach_oben_link,
#footer a:focus .nach_oben_link{text-decoration:none;}
#footer a:hover .nach_oben_link .fas {color:#999999;}
#footer .nach_oben_link a:before{font-family:'Font Awesome 5 Free';content:" \f139";}


.modal-content {
	background:transparent !important;
	border-radius:0 !important;
	box-shadow:none !important;
}
.preview_pics_wrap {
width:760px;
height:120px;
float:left;
overflow:hidden;
margin:0 0 10px 0;
}
.preview_pics {
padding:10px;
float:left;
}
.fas, .far {font-weight: 600;font-size: 1em;color:#FFF;line-height: 1;display: inline-block;}
.fas:hover, .far:hover {color:#B1B3B4;}


@media screen and (max-width: 1100px){

}

@media screen and (max-width: 992px){
	#main-nav li a {font-size:14px;}
	.site-title {font-size:24px;}
}

@media screen and (max-width: 767px){
	img#logo {width:100%;height:auto;margin-top:10px;}
	#phone-btn img.icon{width:50px;height:50px;}
	.phone {margin:0 -15px 0 0;}
	#main-nav {width:100%;margin:0;float:none !important;}
	#jaddatz-nav {float:none !important;}

/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { display: block; }
	/* Hide table headers (but not display: none;, for accessibility) */
	thead { position: absolute;top: -9999px;left: -9999px;}
	tr { border: 1px solid #ccc; margin-bottom: 20px;}
	td { /* Behave  like a "row" */border: none;
	/*border-bottom: 1px solid #eee; */position: relative;}
	td:before { /* Label the data */content: attr(data-title);
	display: inline-block;width: 35%; padding-right: 10px; white-space: nowrap;}
	td {padding-left: 45%;}
	td:before {width: 40%;}
	td:first-child {font-weight:bold;}
		td:first-child:before {font-weight:normal;}

	#header {display: block;background: #FFF;position: relative;
	overflow: visible;}
	#content {margin-top: 0;padding: 0;display: block;
	overflow: visible;position: relative;}
	#footer img {padding-left: 16px; padding-right: 16px;padding-bottom:16px;}
	
	.navdesk {display:none;}
	#navmobil {display: flex;margin: 0;z-index: 9999;}
	#navmobile {display: flex;/*margin: 0 19px 0 0;*/}
	button #navmobile a {font-size: 30px;/*font-size: 14px;*/padding: 0 8px; margin: 0;background: #029642; 
	color: #FFF;text-decoration:none;font-weight: bold;}
	.navbar-toggle {padding:0;}
	.btn.navbar-toggle {margin: 8px;}
	.navdesk.mod_navigation.block {display: none;}
/* All the following are for the div.menu-icon (pure CSS) */
	.icon-align-justify {font-size: 30px; /*icon size*/display: block;
	position: relative;	width: 36px;height: 34px;text-align: center;cursor: pointer;
	background-color: transparent;border-radius: 3px;margin-bottom:6px;}
	.icon-align-justify::before {border-bottom: 0.25em solid #333333;
	border-top: 0.65em double #333333;box-sizing: content-box;content: "";
	height: 0.25em;left: 4px;position: absolute;top: 0.25em;width: 1.5em;}
	#header .col-md-8 {display:none;}
	#header .col-xs-4 {width: 34.33333333%;}
	.blau {margin-right: 0;margin-left:0;}
	#header h2 a {font-size: 20px;}
	#teaser h3 {left: 10%;}
	.mobilansicht {display:block;}
	.mm-menu--position-top.mm-menu--opened {min-height: 80vh;}
	.mm-page {min-height: auto;}
	.unternehmen h1 {font-size: 1.5em;}
	.unternehmen h2 {font-size: 1em;}
	.box1 {margin-left: 10px;}
	.kontakt {padding-left: 16px; padding-right: 16px;margin-bottom: 16px;}
	.box1,.box2,.box3 {margin-left:0;margin-right:0;}
}
