/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.3.0magazin
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/

@font-face{font-family:"Conv_Roboto-Bold";src:url("fonts/Roboto-Bold.eot")}
@font-face{font-family:"Conv_Roboto-Bold";src:local("â˜º"),url("fonts/Roboto-Bold.woff") format("woff"),url("fonts/Roboto-Bold.ttf") format("truetype"),url("fonts/Roboto-Bold.svg") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:"Conv_Roboto-Light";src:url("fonts/Roboto-Light.eot")}
@font-face{font-family:"Conv_Roboto-Light";src:local("â˜º"),url("fonts/Roboto-Light.woff") format("woff"),url("fonts/Roboto-Light.ttf") format("truetype"),url("fonts/Roboto-Light.svg") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:"Conv_Roboto-Medium";src:url("fonts/Roboto-Medium.eot")}
@font-face{font-family:"Conv_Roboto-Medium";src:local("â˜º"),url("fonts/Roboto-Medium.woff") format("woff"),url("fonts/Roboto-Medium.ttf") format("truetype"),url("fonts/Roboto-Medium.svg") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:"Conv_Roboto-Regular";src:url("fonts/Roboto-Regular.eot")}
@font-face{font-family:"Conv_Roboto-Regular";src:local("â˜º"),url("fonts/Roboto-Regular.woff") format("woff"),url("fonts/Roboto-Regular.ttf") format("truetype"),url("fonts/Roboto-Regular.svg") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:"Conv_Roboto-Thin";src:url("fonts/Roboto-Thin.eot")}
@font-face{font-family:"Conv_Roboto-Thin";src:local("â˜º"),url("fonts/Roboto-Thin.woff") format("woff"),url("fonts/Roboto-Thin.ttf") format("truetype"),url("fonts/Roboto-Thin.svg") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:"Conv_RobotoCondensed-Bold";src:url("fonts/RobotoCondensed-Bold.eot")}
@font-face{font-family:"Conv_RobotoCondensed-Bold";src:local("â˜º"),url("fonts/RobotoCondensed-Bold.ttf") format("truetype"),url("fonts/RobotoCondensed-Bold.woff") format("woff"),url("fonts/RobotoCondensed-Bold.svg") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:"Conv_RobotoCondensed-Light";src:url("fonts/RobotoCondensed-Light.eot")}
@font-face{font-family:"Conv_RobotoCondensed-Light";src:local("â˜º"),url("fonts/RobotoCondensed-Light.ttf") format("truetype"),url("fonts/RobotoCondensed-Light.woff") format("woff"),url("fonts/RobotoCondensed-Light.svg") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:"Conv_RobotoCondensed-Regular";src:url("fonts/RobotoCondensed-Regular.eot")}
@font-face{font-family:"Conv_RobotoCondensed-Regular";src:local("â˜º"),url("fonts/RobotoCondensed-Regular.ttf") format("truetype"),url("fonts/RobotoCondensed-Regular.woff") format("woff"),url("fonts/RobotoCondensed-Regular.svg") format("svg");font-weight:normal;font-style:normal}

html {
    scroll-padding-top: 4.5rem;
  }

body {
    font-family: "Conv_RobotoCondensed-Regular",Arial,sans-serif;
    font-size: 14px;
    color: #5a5a5a;
}

.container {
    max-width: 1200px;
}
.container-fluid.block {
    padding-top: 3em;
}


#page .container.navi {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}

#nav-top {
    padding-top: 0;
}
.floating-nav #nav-top {
    display:none;
}
.floating-nav #main {
    padding-top: 110px;
}

.floating-nav #masthead {
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ececec;
}
.admin-bar.floating-nav  #masthead {
    top: 30px; 
 }

.navbar-expand-lg .navbar-nav{flex-direction:row}

#nav-main {
    padding-top: 5px;
}
.floating-nav #nav-main {
    background-color: #fff;
    text-align: center;
}
.floating-nav #nav-main #mainnav {
    margin: 0 auto;
}
#nav-top .logo {
    margin-top: 8px;
}
#nav-top a.nav-link, #nav-main a.nav-link{
    text-transform: uppercase;
    color: #929292;
    padding: 8px 10px;
}
#nav-main .menu-item ul li a {
     color: #929292;
}
#nav-top a.nav-link:hover, #nav-main a.nav-link:hover {
    color: #c5c5c5;
}
#nav-top #topnav {
    position:absolute;
    right: 312px;
    top: 12px;
}
#la2 #nav-top #topnav {
    right: 280px;
}
#nav-top .menu-item {
    margin-left:10px;
}
#nav-top .contact.menu-item {
    background-image: url(img/icon_contact-link.png);
    background-repeat: no-repeat;
    padding-left: 12px;
    background-position: left 0 top 12px;
    margin-left: 18px;;
}
#nav-top .linkin.menu-item {
    background-image: url(img/linked-in.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: left 0 top 8px;
    background-size: 20px;
    position:absolute;
    right: 92px;
    top: 12px;
}
#nav-top #language-switch {
    position:absolute;
    right: 0px;
    top: 0px;
    background: #f5f5f5;
    border: 1px solid #d1d0d0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(209, 208, 208);
    border-top: 0 none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin-left: 1em;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #fff;
}
.dropdown-toggle::after {
    display: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    border:none;
    margin-top: 8px;
    border-top: 1px solid #ececec;
}
.navbar-expand-lg .navbar-nav .dropdown-toggle.show::after  {
   content: "";
  display: block;
  width:100%;
  height: 26px;
  background: transparent url(img/subnavline_0.gif) no-repeat center 0 ;
  position: absolute;
  top: 34px; 
  left:0px;
  border: none;
  margin: 0;
  z-index: 9999;
}
#language-switch a {
    display: inline-block;
    padding: 0.70em 0.8em 0.75em;
    height: auto;
    line-height: normal;
    background-image: none;
}
#language-switch a.activ, #language-switch a:hover {
    background-color: #fff;
}
ul#mainnav{
    margin-left: -8px;
}
ul#mobilnav {
    display: none;;
}
ul#mainnav li {
    border-left: 1px solid #d9d9d9;
}
ul#mainnav li:first-child {
    border: 0 none;
}
.navbar-expand-lg .navbar-nav ul.dropdown-menu {
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.navbar-expand-lg ul.dropdown-menu  li {
    border-left: none !important;
}

#mobile-nav-trigger {
    display: none;
    width: 77px;
    height: 39px;
    position: absolute;
    right: 95px;
    top: 8px;
    background: transparent url(img/btn_menu.png) no-repeat 0 0;
    text-indent: 1000px;
}
#mobile-nav-trigger span {
    display: none;
}


h2 {
    color: #164194;
    font-family:  "Conv_RobotoCondensed-Regular",Arial,sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .16em;
    margin-bottom: 0.5em;
}
h2 {
    color: #164194;
    font: 1.846em/1.25 "Conv_RobotoCondensed-Regular",Arial,sans-serif;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 0.5em;
	 
}
.kunden h2 {
margin-bottom: 0.1em;
}
h3 {
    font-size: 1.286em;
    margin-bottom: 0.6em;
}
h4 {
    font-weight: normal;
    color: rgb(22, 65, 148);
    font-size: 1.333em;
}
h5 {
    font-weight: normal;
    font-size: 1.125em;
}
.box.white h5{
    margin-bottom: 20px;
}
p {
    margin-bottom: 0.7em;  
    line-height: 1.8;
}
a {
    color: #164294;
    text-decoration: none;
}
.zeichenklein {
    text-transform: none;
}
.unterstrichen {
    text-decoration: underline;
}
table td, table th {
    font-size: 1em;
  }
table td, table th {
    border: 1px solid #000;
    height: 10px;
    padding: 2px 5px;
    min-height: 10px;
  }
#ameldung {
	color:#1ea961;
}
.blue {
    color: rgb(22, 65, 148);
  }

  #main a:hover {
    text-decoration: underline;
  }
a.button {
    background: #6f88a4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0 none;
    color: #fff;
    padding: .30em 2em .35em;
}
a.button:hover {
    opacity: 0.8;
    text-decoration: none !important;
}
a.link-arrow {
    text-decoration: none;
    background: transparent url(img/arrow.png) no-repeat 0 6px;
    padding-left: 12px;
}
a.link-brochure {
    text-decoration: none;
    background: transparent url(img/icon_broschuere.png) no-repeat 0;
    padding-left: 50px;
	height: 27px;
	display:block;
	color: #fff !important;
	margin-top: 30px;
}

#main ol, #main ul {
    padding-left: 1rem;
}
#main li {
    margin: 0.75em 0;
}
#main ul li {
    list-style-type: square;
}
 .row.tausch .text { padding-left:13px }


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

.mt30{
    margin-top: 30px;
}
.col-small {
    padding-right: 8%;
}
.col-smaller {
    padding-right: 1.5%;
}

.container.full {
	padding-left:0;
	padding-right:0;
}

.container-fluid.head {
    padding: 0;
}

.container-fluid.head img {
    display: block;
    width:100%;
    margin: 0 auto;
}

.container-fluid {
    border-bottom: 1px solid #ececec;
}
.bg-blue. {
	background: #8ca0b6;
}
.bg-blue.container-fluid {
	background: #8ca0b6;
	border: none;
}
.bg-blue h2, .bg-blue h3 {
	color:#fff;
}
.bg-gray {
	background: #f7f7f7;
	
}
.block.gray {
    padding-top:6em;
    background: #f7f7f7;
}
.block.gray.mt-small {
    padding-top:4em;
}
.box.white {
    background: rgb(255, 255, 255) none repeat scroll 0px 0px;
    border: 1px solid rgb(230, 230, 230);
    margin: 1em 0px 0em;
    padding: 1.3em;
}
.box.gray{
    background: #f7f7f7 none repeat scroll 0px 0px;
    border: 1px solid rgb(230, 230, 230);
    margin: 1em 0px 0em;
    padding: 1.3em;
}

.formelheader {
    font-size: 2.167em;
    font-weight: bold;
}
#formelbox {
    margin: 40px 0 0 0;
}

#formelblock {
    /*cursor: pointer;*/
    padding: 0 0 22px;
    margin: -30px 0 0 0;
    text-align: center;
    font-size: 2.167em;
    padding: 30px;
    font-weight: bold;
}
#formelblock sup {
    font-size: 0.583em;
    vertical-align: 4px;
}
#erklaerung {
    width: 100%;
    margin-top: 0px;
    background-color: #FFF;
}

#erklaerung td {
    line-height: 1.8;
    border:none;
}
#erklaerung td div {
	position: relative;
}
#erklaerung td .textspace {
	width: 138px;
	display: inline-block;
}
#erklaerung td .textspace.right {
	text-align: right;
}

#erklaerung td .textspace::after {
	content: ' ';
  border-bottom: 1px dotted #5a5a5a;
  height: 10px;
  position: absolute;
  bottom: 6px;
}
#erklaerung td .textspace.li-1::after {
	width: 121px;
	left: 22px;
}
#erklaerung td .textspace.li-2::after {
	width: 127px;
	left: 16px;
}
#erklaerung td .textspace.li-3::after {
	 width: 116px;
	left: 27px;
}
#erklaerung td .textspace.li-4::after {
	width: 23px;
	left: 120px;
}
#erklaerung td .textspace.li-5::after {
	 width: 101px;
	left: 42px;
}

#erklaerung td .textspace.en {
	width: 165px;
}
#erklaerung td .textspace.li-6::after {
	width: 140px;
	left: 19px;
}
#erklaerung td .textspace.li-7::after {
	width: 140px;
	left: 19px;
}
#erklaerung td .textspace.li-8::after {
	 width: 132px;
	left: 27px;
}
#erklaerung td .textspace.li-9::after {
	width: 19px;
	left: 140px;
}
#erklaerung td .textspace.li-10::after {
	 width: 117px;
	left: 42px;
}

.video {
    max-height: 346px;
    overflow: hidden;
    max-width: 616px;
}
.video .teaser {
    display: none;
}
.video video {
    display: inline-block;
    height: 326px;
}
#eutop-video1.teaser {
    background: #6f88a4 url(img/video-back.jpg) no-repeat scroll;
}
#eutop-video2.teaser {
    background: #6f88a4 url(img/video-mobil-teaser2.jpg) no-repeat scroll;
}
.teaser {
    display: block;
    background: #6f88a4;
    text-align: left;
    padding: 1.45em 1.25em;
    color: #fff;
    margin-top: 1px;
    text-align: center;
    max-width: 458px;
    width:100%;
    margin: 1px auto 0;
}
.teaser:hover, .teaser:active, .teaser:focus {
    background: #8ca0b6;
    text-decoration: none !important;
    color: #fff;
}
.teaser span {
    display: block;
    text-transform: uppercase;
    line-height: 19px;
}
.teaser span:before {
    content: "";
    display: block;
    float: none;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 0.5em;
    background: transparent url(img/icons_50x50.png) no-repeat 0 0;
}
/*
#la2 .jahre.teaser span::before {
	background: transparent url(img/icons_50x50_alt.png) no-repeat 0 0;
	background-position: -850px 0;
}*/

.h-center {
  display: flex; 
  align-items: center; 
}

.magazin.teaser span::before {
    background-position: -800px 0;
}
.jahre.teaser span::before {
    background-position: -850px 0;
}
.ziel.teaser span::before {
    background-position: -200px 0;
}
.grafik.teaser span::before {
    background-position: -400px 0;
}
.struktur.teaser span::before {
    background-position: -650px 0;
}
.europe.teaser span::before {
    background-position: -700px 0;
}
.atom.teaser span::before {
    background-position: -750px 0;
}
.kariere.teaser span::before {
    background-position: -300px 0;
}
.video .teaser span::before {
    background-position: -100px 0;
}


.container-fluid.wave-white{
    background: transparent url(img/bg_wave_white.jpg) repeat 0 0;
}
.container-fluid.wave-blue{
    background: transparent url(img/bg_wave_dark.jpg) repeat 0 0;
    color:#fff;
}
.container-fluid.wave-blue h2 {
    color:#fff;
}
.container-fluid.wave-blue figure, .kontakt figure{
    margin-bottom: 0;
}

.container-fluid.wave{
    background: transparent url(img/bg_wave_light.jpg) repeat 0 0;
    position: relative;
}
.container-fluid.wave .stars{
    padding: 4em 0 3em 0;
    background: transparent url(img/bg_stars.png);
    background-repeat: no-repeat;
    background-position: top 8px center;
}
.container-fluid.wave h3 {
	font-size: 1.5em;
}
.container-fluid .text {
    padding: 1em 0 3em 0;
}

.container.accordion {
    padding-left: 0;
}
.container.accordion .text {
    display: none;
}
.container.accordion .open {
    color:#164194;
    cursor:pointer;
}

#world-map-container {
    position: relative;
    background: transparent url(img/worldmap2024-1.png) no-repeat 0 0;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 80% auto;
    background-position: center 15px;
    height: 740px;
    margin:0 auto;
}
#world-map-container .loclink {
    position: absolute;
    color: #164294;
    text-transform: uppercase;
    line-height: 1em;
    padding: 2px 4px;
    font-size: 0.938em;
}
#world-map-container .loclink:hover {
    background: #becad7;
    text-decoration: none;
}
#world-map-container .loclink.munich {
    left: 48.3%;
    top: 54.3%;
}
#world-map-container .mt-1z {
	margin-top: -28px;
	margin-bottom:3px;
	color: #cd2b2b;
}
.mt-1z {
	color: #cd2b2b;
}
#la2 #world-map-container .loclink.munich {
    left: 48.6%;
}
#world-map-container .loclink.london {
    right: auto;
    left: 33.7%;
    top: 42.6%;
}
#world-map-container .loclink.brussels {
    left: 39%;
    top: 44.9%;
}
#la2 #world-map-container .loclink.brussels {
    left: 38.7%;
}
#world-map-container .loclink.paris {
    left: 37.1%;
    top: 53.4%;
    right: auto;
}
#world-map-container .loclink.vienna {
    left: 55.4%;
    top: 50.3%;
}
#la2 #world-map-container .loclink.vienna {
    left: 54.8%;
}
#world-map-container .loclink.berlin {
    left: 50.7%;
    top: 41.6%;
}
#world-map-container .loclink.prague {
    left: 52.8%;
    top: 46.8%;
}
#la2 #world-map-container .loclink.prague {
    left: 52.2%;
}
#world-map-container .loclink.rom {
    left: 50.5%;
    top: 64.1%;
}
#la2 #world-map-container .loclink.rom {
    left: 50.2%;
}

#world-map-container .loclink.frankfurt {
    left: 43.9%;
    top: 50.5%;
}
#world-map-container .loclink.budapest {
    left: 58.2%;
    top: 51.7%;
}
#la2 #world-map-container .loclink.budapest {
    left: 58.2%;
}
#world-map-container .loclink.madrid {
    left: 24.5%;
    top: 65.0%;
}
#world-map-container .loclink.dusseldorf {
    left: 43.2%;
    top: 43.9%
}
#la2 #world-map-container .loclink.dusseldorf {
    left: 43.4%;
}
#world-map-container .loclink.kopenhagen {
    left: 48.6%;
    top: 35.0%
}
#world-map-container .loclink.warszawa {
    left: 59.4%;
	top: 41.2%;
}
#la2 #world-map-container .loclink.warszawa {
    left: 59.9%;
}

#world-map-container .overlay {
    min-height: 155x;
    padding: 1em 1.5em;
    display: none;
    background: #f7f7f7;
    padding: 1.5em;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#world-map-container .overlay a.close {
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url(img/icn_close_layer.png) no-repeat 0 0;
    position: absolute;
    right: 1em;
    top: 1em;
}
#world-map-container .overlay a.close span {
    display: none;
}

.span2, .span3, .span4, .span5, .span8, .span10, .span12 {
    float: left;
}
.span2 {
    width: 14.52991452991453%;
}
.span3 {
    width: 23.076923076923077%;
}
.span4 {
    width: 31.623931623931625%;
}
.span5 {
    width: 40.42553191489362%;
}
.span8 {
    width: 65.81196581196582%;
}
.span10 {
    width: 82.90598290598291%;
}
.span12 {
    width: 100%;
    margin-bottom: 5px;;
}

.contact-info div {
    display: none;
    line-height: 1.65;
}
.contact-info div span.add2 {
	 display: block;
	 position: absolute;
	 top: 13px;
	 right: 0;
	 max-width: 200px;
}
.icn.phone {
    padding-left: 15px;
    background: transparent url(img/icn_phone_dark.png) no-repeat left center;
}
.icn.fax{
    padding-left: 15px;
    background: transparent url(img/icn_fax_dark.png) no-repeat left center;
}

.wp-block-image figcaption {
	margin-bottom:.1em;
  margin-top: .15em;
}
.wp-block-image .alignright {
	margin:0;
}
.wp-block-image .alignright figcaption {
	text-align:right
} 

form .controls-row select {
    background: #6f88a4;
    color: #fff;
    border: 1px solid #6f88a4;
}
form .controls-row input, form .controls-row textarea {
    border: 1px solid #fff;
    -moz-box-shadow: 0 0 50 #fff;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    padding: 5px 7px;
    width: 100%;
}
form .controls-row input.span4{
    width: 30.3%;
    float: left;
}
form .controls-row input.span8{
    width: 67%;
}
form .controls-row {
    margin: 0.5em 0;
}
.row .controls-row [class*="span"] + [class*="span"] {
     margin-left: 2.564102564102564%; 
}
.controls-row:after {
    clear: both;
}
.controls-row:before, .controls-row:after {
    display: table;
    line-height: 0;
    content: "";
}
.contact-info div:first-child {
    display: block;
}
#send-form {
    text-align: right;
}
#datenschutz {
    margin-top: 5px;
    margin-left: 3px;
    height: 42px;
}
#send-form button, .btn {
    background: #6f88a4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0 none;
    color: #fff;
    text-transform: uppercase;
    padding: 0.25em 2em;
}
.btn:hover, .btn:active{
    background: #6f88a4 !important;
    opacity: 0.8;
}
select {
    appearance: auto;
}
.contact-info {
    padding: 1em 0.75em;
	position: relative;
}

.bg-blue-gradient {
    background: #5a7795;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5a7795), color-stop(1, #758da7));
    background: -ms-linear-gradient(bottom, #5a7795, #758da7);
    background: -moz-linear-gradient(center bottom, #5a7795 0, #758da7 100%);
    background: -o-linear-gradient(#758da7, #5a7795);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#758da7', endColorstr='#5a7795', GradientType=0);
}
.container-fluid.bg-blue-gradient {
    border: none;
}

.bg-blue-gradient figure {
    margin: 0 auto;
    width: 100%;
    max-width: 504px;
  }
 .bg-blue-gradient figure img{
	 align-items: end;
 }
		
.bg-blue-gradient h2, .bg-blue-gradient h3, .bg-blue-gradient p, .bg-blue-gradient div {
    color: #fff;
    
}
.bg-blue-gradient .col-md-6 {
	display:grid;
	align-items: self-end;
}
.bg-blue-gradient .col-md-6.flex {
    display: flex;
  align-items: center;
  justify-content: center;
}
.bg-blue-gradient .col-md-6.flex .container{
	padding-top: 20px;
	padding-bottom: 10px !important;
}
.col-md-4 .box.white {
    min-height: 150px;
}
#la2 .col-md-4 .box.white {
    min-height: 172px;
}
.col-md-4 .box.white p {
    margin-bottom: 0;;
}

.box-blau1 {
    background: #96abc0;
    border-bottom: 1px dotted #fff;
    color: #fff;
    padding: 1.4em;
}
.box-blau2 {
    background: #6f88a4;
    border-bottom: 1px dotted #fff;
    color: #fff;
    padding: 1.4em;
}
.box-blau2 a {
    color:#c0cad5;
}
.box-blau2 a:hover {
    color:#fff;
}
.struktur-1 {
    padding:0;
}
.struktur-1 .scol1 p ,.struktur-1 .scol3 p {
    background: #96abc0;
    margin:0;
    padding: 15px;
    color: #fff;
}
.struktur-1 .scol1 p:first-of-type ,.struktur-1 .scol3 p:first-of-type {
    border-bottom: 1px solid #627b98;
    margin-top: 23px;;
}
.struktur-1 .scol2 {
    background: #6f88a4;
    color: #fff;
    padding-top:51px;
}
.struktur-2, .struktur-3, .struktur-4, .struktur-5{
    border: 1px solid #bcccdb;
    margin-top: 18px;
    padding: 1em 2em .6em;
    color: #68819e;
    position: relative;
}
.struktur-2 {
    background: #ced7e2;
}
.struktur-3 {
    background: #e5eaf0;
}
.struktur-4 {
    background: #eff2f6;
}
.struktur-5 {
    background: #f4f6f9;
}


.struktur-2:before, .struktur-3:before, .struktur-4:before, .struktur-5:before {
    content: "";
    display: block;
    width: 9px;
    height: 24px;
    background: transparent url(img/container-connector.png) no-repeat 0 0;
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -4px;
}
.p-item {
    padding: 4em 1.5em 2em 1.5em;
    line-height: 1.3;
}
.p-item h4 {
    margin-bottom: 3px;
}

.p-item .image {
    display: table-cell;
    vertical-align: top;
    width: 150px;
 
}
.p-item a img {
    border: 1px solid rgb(236, 236, 236);
    height: auto;
    width: 91%;
  
  }
.p-item .info {
    display: table-cell;
    vertical-align: top;
  }

.linklist a {
    display: block;
    color: #164294;
    padding-left: 13px;
    background: transparent url(img/arrow_linklist.png) no-repeat 0 .5em;
    line-height: 1.5em;
}
.linklist a.cart, #HTML_2_2 a.cart {
    background: transparent url("img/warenkorb.png") no-repeat scroll 0px 6px;
    color: rgb(22, 66, 148);
    display: block;
    line-height: 1.5em;
    padding-left: 14px;
}
.backlink {
    text-indent: -500px;;
    display: block;
    width: 73px;
    height: 35px;
    background: transparent url(img/bg_backlink.png) no-repeat 0 0;
    position: absolute;
    left: 1em;
    top: 160px;
    z-index: 10;
}
.admin-bar .backlink {
    top: 180px;
}
.backlink:hover {
    background-position: 0 -35px;
}


footer {
    background: rgb(246, 246, 246);
    color: #8a8a8a;
    padding: 3em 0;
}

footer .footer-container.claim {
    background: transparent url(img/bg_footer.png) no-repeat center top;
    text-align: center;
    margin: 0;
    width: 100%;
    height: 88px;
    float: left;
    padding-top: 45px;
    padding-bottom: 60px;
}

#info_layer{
    position:fixed;
    top: 0px;
    z-index: 19199;
    width: 100%;
}
.admin-bar #info_layer{
    top:30px;
}

#info_layer .block{
    max-width: 948px;
    width: 75%;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 46px -1px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 46px -1px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 46px -1px rgba(0,0,0,0.33);
    padding: 10px 30px 30px;
}
  

#info_layer .block {
	position:relative;
	padding-top:30px;
	max-width: 760px;
}
#info_layer.en .block {
	max-width: 715px;
}
#info_layer .block .half14{
	width: 50%;
	float:left;
	padding-right: 20px;
}
#info_layer .block .half34{	
	width: 50%;
	float:left;
	font-size: 14px;
}
#info_layer .block .half34 p{	
    margin-bottom:7px
}
.block .btn.btn-primary, .textright .btn.btn-primary{
	padding: 0.25em 2em 0.3em;
    text-transform: none;
}
.block .btn.btn-primary:hover, .textright .btn.btn-primary:hover{
    text-decoration: none !important;
}
#info_layer #close {
	position:absolute;
	right: 20px;
	top:15px;
}
.imgleft {
	float:left; 
	margin-right: 20px;
	margin-bottom:10px;
}

/* Cookie */
#cookieback{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9197;
    background-color: #363c3d;
    opacity: 0.6;
    /*display: none;*/
}
#cookie_layer, #info_layer{
    position:fixed;
    top: 0px;
    z-index: 9199;
    width: 100%;
}

#cookie_layer .block, #info_layer .block{
    max-width: 760px;
    width: 75%;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 46px -1px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 46px -1px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 46px -1px rgba(0,0,0,0.33);
    padding: 10px 45px 30px 30px;
}
#cookie_layer .headline{
    font-size: 26px;
    color: #164194;
    padding:2px 0 10px;
    text-align: center;
}
#cookie_layer p{
    font-size:14px;
    color:#555;
}
#cookie_layer .gray{
    padding:15px;
    background-color: #f7f7f7;

}
#cookie_layer a{
    font-weight: normal;
    font-size:14px;
    color:#164194;
}
#cookie_layer a:visited{
    color:#164194;
}
#cookie_layer a#co-all:visited{
	color:#fff;
}
#cookie_layer a#co-confirm:visited{
	color:#164194;
}
#cookie_layer .gray b{
    font-size:14px;
    text-transform: uppercase;
    color:#4a4a4a;  
}

#cookie_layer .gray a, #cookie_layer .gray span{
    padding: 0px 0 0 33px;  
    height:37px;
    display: inline-block;
    background: url('img/cookie_deaktive.png') 0px 2px no-repeat; 
    text-decoration: none;
    font-size: 14px;
    color: #4a4a4a;
    margin-top: 10px;
    width:100px;
}

#cookie_layer .gray span.necessary{
    color:#8e8e8e;
    background: url('img/cookie_standard.png') 0px 2px no-repeat; 
}
#cookie_layer .gray a.active{
    color:#8e8e8e;
    background: url('img/cookie_aktive.png') 0px 2px no-repeat; 
}

#cookie_layer a:after{
    border:none;
}
#cookie_layer a#klapp{
    padding-right:18px;
    background: url('img/arrow-down_bt.png') right 4px no-repeat; 
    font-size:14px;
    color:#164194;
	text-decoration: none;
}
#cookie_layer a#klapp.open{
    background: url('img/arrow-down_tb.png') right 4px no-repeat; 
}

#cookie_layer .left{
    float: left;
}
#cookie_layer .right{
    float: right    ;
}

#cookie_layer .spalte1, #cookie_layer .spalte2, #cookie_layer .spalte3{
    float:left;
}
#cookie_layer .spalte1{
    width:31%;
    margin-left:27%;
}
#cookie_layer .spalte2{
    width:30%;
}
#cookie_layer .btn{
    padding: 10px 25px 10px;
    margin: 0  0 0 5px;
    background-image: none;
}
#cookie_layer #toopen{
    text-align: left;
    padding-top: 20px;
}
#cookie_layer .btn{
	display: inline-block;
    border: #8ca0b6 1px solid !important;
    padding: 8px 25px;
	background: #8ca0b6 !important;
	letter-spacing: 0.1em;
	color:#fff;
}
#cookie_layer .btn:hover{
    background-color: #fff;
    color: #8ca0b6 !important;
    border: #8ca0b6 1px solid !important;
    background: #fff !important;
}
#cookie_layer .btn.white{
   background: #fff !important;
    border: #8ca0b6 1px solid !important;
    color:#8ca0b6;
}

#cookie_layer .btn.white.lucid{
    border: #8ca0b6 1px solid !important;
    color:#8ca0b6;
}
#cookie_layer a:hover.btn.white.lucid{
    color:#4598A5;
    border: #4598A5 1px solid;
}

#cookie_layer .schalterblock{
	text-align: center;
	margin-top: 15px;
}

#info_layer{
	z-index: 9190;
}

.standort-akkordeon a.trigger {
    display: block;
    padding: 1em 1.5em;
    font: 1.37em/1.5 "Conv_RobotoCondensed-Regular",Arial,sans-serif;
    text-transform: uppercase;
    border-top: 2px solid #fff ;
    text-decoration: none;
    color: #5a5a5a;
    background:#f7f7f7 url("img/arrow_grey-down.png") no-repeat scroll right 20px center;
}
.standort-akkordeon a.trigger.open{
    background:#f7f7f7 url("img/arrow_grey-up.png") no-repeat scroll right 20px center;
}
.standort-akkordeon a.trigger:hover {
    text-decoration: none !important;
}
.standort-akkordeon .info {
    padding:0;
    display: none;
}
.standort-akkordeon .info div.wrap {
    background:#f7f7f7;
    display: block;
    padding: 0 15px 15px 30px !important;
    margin:0;
}
.standort-akkordeon .info img{
    float: left;
    margin-right: 30px;
}
.standort-akkordeon .info div.text{
    padding: 0 0 0 130px !important;
}

/*
 *  Owl Carousel - Core
 */
 #kundenlogos {
	 position:relative;
 } 
 #kundenlogos .fade_l{
	  position:absolute;
	  left: 0;
	  top:0;
	  z-index: 10;
  }
   #kundenlogos .fade_r{
	  position:absolute;
	  right: 0;
	  top:0;
	  z-index: 10;
  }
.owl-carousel {
	
	cursor:pointer;
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
margin: 40px 0 35px;
  }
 
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@media only screen and (max-width: 1300px) {
	#mainnav .dropdown-item {
		padding: 2px 15px;
	}
}
@media only screen and (max-width: 1240px) {
    #page .container.navi, .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
	.container-fluid.full {
		padding-left: 0px;
        padding-right: 0px;
	}
	#nav-top a.nav-link, #nav-main a.nav-link {
        padding: 8px 8px;
        font-size: 0.938em;
    }
}
@media only screen and (max-width: 1200px) {

    .video video {
        height: 300px;
    }
    #world-map-container {
        max-width: 900px;
        height:750px;
        background-size: 100% auto;
    }

    #world-map-container .loclink.munich {
        left: 47.9%;
        top: 51.4%;
    }
    #world-map-container .loclink.london {
        left: 29.8%;
        top: 40.2%;
    }
    #world-map-container .loclink.brussels {
        left: 36.1%;
        top: 42.5%;
    }
	#la2 #world-map-container .loclink.brussels {
	  left: 36.1%;
	}
    #world-map-container .loclink.paris {
        left: 34%;
        top: 50.7%;
    }
    #world-map-container .loclink.vienna {
        left: 56.8%;
        top: 47.4%;
    }
    #world-map-container .loclink.berlin {
        left: 50.9%;
        top: 39%;
    }
    #world-map-container .loclink.prague {
        left: 53.5%;
        top: 44.1%;
    }
    #world-map-container .loclink.rom {
        left: 50.6%;
        top: 60.5%;
    }
    #world-map-container .loclink.frankfurt {
        left: 42.2%;
        top: 47.6%;
    }
    #world-map-container .loclink.budapest {
        left: 60%;
        top: 48.8%;
    }
	#la2 #world-map-container .loclink.budapest {
	  left: 59.9%;
	}
    #world-map-container .loclink.madrid {
        left: 18%;
        top: 61.1%;
    }
    #world-map-container .loclink.dusseldorf {
        left: 42.1%;
        top: 41.7%;
    }
    #world-map-container .loclink.kopenhagen {
        left: 48.5%;
        top: 33.1%;
    }
	#world-map-container .loclink.warszawa {
		left: 61.5%;
		top: 38.9%;
	}
	#la2 #world-map-container .loclink.warszawa {
	  left: 62.4%;
	}

    .col-small {
        padding-right: 0;
    }

}
@media only screen and (max-width: 1157px) {
    #nav-top a.nav-link, #nav-main a.nav-link {
        padding: 8px 8px;
        font-size: 0.938em;
    }
    #nav-top .linkin.menu-item {
        padding-left: 18px;
        background-position: left 0 top 7px;
    }
    
    #nav-top .contact.menu-item {
        padding-left: 15px;
        background-position: left 0 top 11px;
    }    
	#nav-top a.nav-link, #nav-main a.nav-link {
        padding: 8px 5px;
	}
	.contact-info div span.add2 {
	  max-width: 180px;
	}
}

@media only screen and (max-width: 1110px) {
	#nav-top .menu-item {
		margin-left: 2px;
	}
	#nav-top #topnav {
		right: 275px;
	}
}
@media only screen and (max-width: 1058px) {

    #nav-top a.nav-link, #nav-main a.nav-link {
        font-size: 0.875em;
    }
    h2 {
        font-size: 1.714em;
    }
    .col-1551 .col-md-1{
        width: 0;
        padding:0;
    }
    .col-1551 .col-md-5{
        width: 50%;
        padding: 0 15px;;
    }
    .col-1551 .col-md-5.col-small .wp-block-spacer {
        height: 30px !important;
    }
	.kontakt .col-md-6 {
		position:relative;
	}
	.kontakt .col-md-6 figure {

		bottom: 0px
	}
	.contact-info div span.add2 {
	  max-width: 135px;
	}
}
@media only screen and (max-width: 1023px) {

     .container-fluid.bg-blue-gradient .col-md-6 .wp-bootstrap-blocks-container{
       margin: 15px 0;
    }
	 #nav-top a.nav-link, #nav-main a.nav-link {
		padding: 8px 4px;
	}
}
@media only screen and (max-width: 999px) {
    #nav-top a.nav-link, #nav-main a.nav-link {
        font-size: 0.875em;
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .dropdown-toggle.show::after {
        top: 30px;
    }
}
@media only screen and (max-width: 999px) {
    #nav-top .logo {
        max-width: 140px;
    }
    
    #nav-top #topnav {
        right: 285px;
    }
   .backlink {
        top: 135px;
    }
    .admin-bar .backlink {
        top: 165px;
    }
    .container-fluid.bg-blue-gradient .col-md-6{
        position: relative;
        min-height: 440px;
		display:block;
    }
    
    .container-fluid.bg-blue-gradient .col-md-6 figure {
        position: absolute;
        bottom:0px;
    }
    .video video, .video-block h2 {
        display: none;
    }
    .video .teaser {
        display: block;
    }
    .p-item {
        padding: 3em 1.5em 2.5em 1.5em;
    }
    .p-item.linie {
        border-top: 1px solid #ececec;
    }
	.wave-blue .h-center {
		padding: 10px 0;
	}
	.contact-info div span.add2 {
	  max-width: 300px;
	}
}
@media only screen and (max-width: 980px) {
    #main {
        padding-top: 62px;
    }
    #page .container.navi {
        position: fixed;
        top:0;
        z-index: 999;
        border-bottom: 1px solid rgb(230, 230, 230);
    }
    .map {
        display: none;
    }
    #nav-main a.nav-link {
        padding: 8px 20px;
    }
    #nav-main a.nav-link:active {
        background-color: #f7f7f7;
    }
    #nav-main, #topnav{
        display: none;
        margin: 0 -20px;
    }
    #nav-top a.nav-link, #nav-main a.nav-link, .dropdown-menu a.dropdown-item {
        font-size: 1.2em !important;
    }
    #mobile-nav-trigger {
        display: block;
    }
    #nav-main ul#mobilnav {
        display: block;
    }
    ul#mainnav {
        display:none;
    }
    ul#mobilnav li {
        border-left: none;
        border-top: 1px solid #ececec;
    }
    #nav-top #language-switch { 
        top: 8px;
        border-top: 1px solid #d1d0d0;
    }
    #nav-top #language-switch a{ 
        padding: 0.55em 0.8em 0.75em;
    }
    #nav-main .navbar-nav {
        flex-direction: column;
    }
    #nav-top .linkin.menu-item {
        background-size: 30px;
        background-position: center top 0px;
        right: 178px;
        height: 30px;
        width: 50px;
        top: 13px;
        padding: 0;
    }
    #nav-top .linkin.menu-item  a.nav-link {
        padding:0;
        width: 100%;
        height: 100%;
    }
    #nav-top .linkin.menu-item span{
        display: none; 
    }
    #nav-main .menu-item ul li a {
        font-size: 0.875em;
        padding-left: 40px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu  {
        position: static;
        padding: 0;
        margin-top: 0;
        border-top: none;
    }
    .navbar-expand-lg .navbar-nav .dropdown-toggle.show::after {
        display: none;
    }
    .floating-nav #nav-main {
        text-align:left;
        margin:0;
    }
}
@media only screen and (max-width: 850px) {
	.wave-blue .h-center {
		padding: 20px 0;
	}
	
.row.tausch{
    display: -webkit-flex;
    display: -ms-flexbox; 
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .row.tausch .text {
	  order: 2; 
	  padding-left:0px
	}
  .row.tausch .imgright { order: 1; }
    .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .container-fluid.bg-blue-gradient .col-md-6 {
        position:inherit;
        min-height: 100%;
    }
    .container-fluid.bg-blue-gradient .col-md-6 figure {
        position: relative;
    }
    .container-fluid.bg-blue-gradient .img-right .col-md-6{
        display: flex;
        flex-direction: row;
    }
    .container-fluid.bg-blue-gradient .img-right .col-md-6:nth-child(1) { order: 2; }
    .container-fluid.bg-blue-gradient .img-right .col-md-6:nth-child(2) { order: 1; }
    .container-fluid.bg-blue-gradient .col-md-6 .wp-bootstrap-blocks-container {
        padding: 20px 0 50px ;
    }

    .video {
        max-width:unset;
    }
    .col-1551 .col-md-5 figure{
        display: none;
    }
    .col-1551 .col-md-5{
        width:100%;
		padding-bottom: 5px;
    }
    #cookie_layer .block {
    	width: 100%;
   }
   #info_layer .block {
    width: 90%;
   }
   .kontakt .col-md-6 figure {
	   position: relative;
	   margin-top:10px;
   }
    .col-md-6.h-center.image {
		padding-left: 0;
		padding-right: 0;
	}
	.kontakt .wp-block-image .aligncenter {
     margin-left: 0; 
    margin-right: 0;
	}
	.contact-info div span.add2 {
	  max-width: 300px;
	  right: 10px;
	}
	
	.container-fluid.wave .stars h3 {
		text-align: left;
	}
	
}

@media only screen and (max-width: 862px) {
	.struktur-1 .scol3 p:last-of-type {
        height: 81px;
    }
}

@media only screen and (max-width: 768px) {
    .struktur-1 .scol1, .struktur-1 .scol3 {
        display: none;
    }
    .struktur-1 .scol1, .struktur-1 .scol2 {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    #info_layer .block {
        width: 98%;
       }

    .col-md-4 .box.white {
        min-height:0;
    }
	#la2 .col-md-4 .box.white {
		min-height: 0px;
	}
}

@media only screen and (max-width: 530px) {
    #info_layer .block .half14,  #info_layer .block .half34 {
        width: 100%;
        padding: 0;
    }
    #info_layer .block img {
        width: 100%;
        max-width: 380px;
        margin: 0 auto 15px;
        display: block;
    }
	.contact-info div span.add2 {
		position: relative;
		right: auto;
		margin: 20px 0;
	}
}


@media only screen and (max-width: 495px) {
	#erklaerung td .textspace.en {
		width: auto;
   }
   #erklaerung td div {
	   padding: 4px 0;
   }
   #erklaerung td {
    line-height: 1.3;
   }
}
@media only screen and (max-width: 465px) {
	#erklaerung td .textspace {
		width: auto;
   }
}
@media only screen and (max-width: 450px) {
    #page .container.navi, .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }
    #mobile-nav-trigger {
        background: transparent url(img/btn_menu-klein.png) no-repeat 0 0;
        background-size: contain;
        width: 38px;
        right: 88px;
    }
    #nav-top .linkin.menu-item {
        right: 125px;
    }
    #cookie_layer .block {
        padding: 10px 15px 30px 15px;
   }
   #info_layer .block {
    padding: 10px 40px 30px 20px;
   }
   #info_layer #close {
    right: 15px;
   }
   h2 {
	   letter-spacing: .1em;
   }
}
@media only screen and (max-width:400px) {
    
    .p-item .info {
        display: block;
        margin-top: 15px;;
    }
    #cookie_layer .block {
        padding: 10px 10px 30px;
   }
   #cookie_layer .btn.white.lucid {
    margin-bottom: 10px;
   
  }
  #cookie_layer .btn {
    padding: 8px 28px;
    width: 60%;
  }
  #cookie_layer .spalte2 {
        width: 40%;
        margin-left: 0;
    }
    #cookie_layer .spalte1 {
        width: 40%;
        margin-left: 17%;
    }
	h2 {
	   letter-spacing: .05em;
   }
}
@media only screen and (max-width: 360px) {
    #page .container.navi, .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    #nav-top .logo {
        max-width: 115px;
    }
    #nav-top #language-switch {
        right: -3px;
    }
    #mobile-nav-trigger {
        right: 81px;
    }
    #nav-top .linkin.menu-item {
        right: 116px;
        
    }
    h2 {
	  font-size:1.500em;
   }
    #formelblock {
        padding-left: 0;
        padding-right: 0;;
    }
    #cookie_layer .btn {
        width: 75%;
      }

}