/*
Theme Name: Portal2020
Description: A responsive theme built with Bootstrap 4.0
Author: Michael Tigges
Version: 1.00
Tags: responsive, white, bootstrap
*/

/* SCHRIFT ##################################################################### */

body {  
    font-family: Moderat,Helvetica,Arial,sans-serif;; 
    font-weight: normal;
    font-size: 16px;    
}

h1, h2 {
	font-size: 1.5em;  /* 1.875em; */
}
h4, h3 {
	font-size: 1em;
    font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	body {  
    	font-size: 14px;    
	}
}

/* FARBEN ###################################################################### */

body {  
	background-color: #fafaf6;
}

/*
#menu-hauptmenu > li.active > a
#menu-hauptmenu > li.active > a:link,
#menu-hauptmenu > li.active > a:hover,
#menu-hauptmenu > li.active > a:visited,
*/
h1, h2 {
	color: rgb(9, 112, 134);
}	
strong {
	color: rgb(27,65,30);
}
.navbar-dark {
	/*
	background-color: rgb(118,184,42);
	*/
}
.navbar-dark a,
.navbar-dark a:visited,
.navbar-dark a:hover,
.navbar-dark a:link,
.navbar-dark a:active {
	color: rgb(186, 27, 2);
}

.trennlinie {
	border: 0;
	border-bottom: 1px solid rgb(186, 27, 2);
}
.menu-text {
	color: #097086;
}

.panel-body .trennlinie {
	border-bottom: 1px solid #097086;
}
#sidebar-lbb-sidebar .trennlinie {
	border-bottom: 1px solid #64af12;
}

.dropdown-menu {
	background-color: rgb(27,65,30);
}
#sidebar-lbb-sidebar ul.menu a,
#sidebar-lbb-sidebar ul.menu a:link,
#sidebar-lbb-sidebar ul.menu a:hover,
#sidebar-lbb-sidebar ul.menu a:visited {
	color: #60815A;
}
#footer {
	background-color: #76B729;
}
#footer a,
#footer a:link,
#footer a:visited {
	color: #ba1b02;
}
#footer a:hover {
	color: #881401;
}

#sidebar-lbb-sidebar h2,
#sidebar-lbb-sidebar h3,
.ingruen {
	color: #64af12;
}

/* STRUKTUREN ################################################################## */

form {
    background-color: #edf2ef;
    border-color: #097086;
	padding: 18px 20px 20px;
	border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    margin: 24px 0 0;
}

.mypagecontent {
	margin-top: 0px;
	margin-bottom: 120px;
}
#sidebar-lbb-pageheader {
	width: 100%;
}

#sidebar-lbb-sidebar {
	padding-bottom: 3em;
}
.sidebar_element {
	width: 100%;
}

#footer {
	height: 3em;
	background-color: rgba(242, 240, 229, 0.6);
	background-size: 100%;
	background-position: left center;
}
#sidebar-gg-pagefooter {
	width: 100%;
	margin-top: 0.6em;
}
.rechter_rand {
	margin-right:2%;
}
.logo_rahmen {
	padding: 2em 0 2em 2em;
}

.widget .gallery img {
	width: 100%;
}

@media screen and (max-width: 575px) {
	.logo_rahmen {
		padding: 2em;
	}
}
.panel-body h1 + p,
.panel-body h2 + p {
	margin-top: 1em;
}
.panel-body .collapse {
	padding-bottom: 30px;
}
h3, h4 {
	margin-bottom: 15px;
	margin-top: 30px;
}
#accordion h4 {
  margin-top: 1rem;
  margin-bottom: 0.9rem;
  color: initial;
}
#accordion h5 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: rgb(27,65,30);
  font-size: 1rem;
}
#accordion p > a {
  color: rgb(27,65,30);
}

#accordion a > h4::before {
  content: "- ";

}
#accordion a.collapsed > h4::before {
  content: "+ ";

}
#accordion .row > .zifferspalte > h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  color: rgb(9, 112, 134);
}
#accordion .row > .inhaltspalte > h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
#accordion .row {
  border-bottom: 1px solid rgb(9, 112, 134);
}

#accordion .row .inhaltspalte > p:first-of-type {
  color: rgb(9, 112, 134);
}

ul.mit_abstand li {
	margin-top: 15px;
	margin-bottom: 15px;
}

span.bf_plz input {
    width: 15%;
}
span.bf_ort input {
    width: 76%;
    float: right;
}
span.bf_kindalter input,
span.bf_hausnummer input {
    width: 15%;
    float: right;
}
span.bf_adresse input {
    width: 76%;
}

span.preise_label {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

span.ausgebucht { color: red; }

#bf_bemerkungen {
	width: 100%;	
}

.marked {
    color: red;
    font-size: 20px;
    position: absolute;
    right: 15px;
}

/* TEXT ######################################################################## */

.panel-body a,
.panel-body a:link,
.panel-body a:hover,
.panel-body a:visited {
	color: rgb(27,65,30);;
	font-weight: bold;
}
.panel-body .jumpmarker {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom:15px;
}
.nostrong {
	font-weight: normal !important;
}

/* NAVIGATION ################################################################## */

a.navbar-brand {
	position: relative;
}
.navbar-brand img {
	width: 50%;
	height: auto;
}
.navbar {
	line-height: 2;
}
#menu-hauptmenu>.menu-item {
	padding-right: 0px;
}
#menu-hauptmenu .menu-item .dropdown-toggle:after {
	display: none;
}
#sidebar-lbb-sidebar ul.menu {
	padding-left: 15px;
    list-style: none;
}
#sidebar-lbb-sidebar ul.menu ul.sub-menu {
	padding-left: 0px;
    list-style: none;
}
#sidebar-lbb-sidebar ul.menu ul.sub-menu ul.sub-menu {
	padding-left: 15px;
    list-style: none;
}
#sidebar-lbb-sidebar ul.menu>li:before {
	content: ' ';
    background-image: url(images/bullet_dreieck_2.svg);
    background-size: 12px 12px;
    margin-left: -15px;
    width: 15px;
    max-width: 15px;
    height: 12px;
    display: inline-block;
    background-position: -2px 0;
    background-repeat: no-repeat;
}
#sidebar-lbb-pageheader .shadow {
	position: relative;
}
/*
.navbar-nav .dropdown-menu {
    margin-top: 7px;
	padding: 0 8px;
	border-radius: 0;
	min-width: 15rem;
}
*/

#footer a {
	padding-right: 10px;
}

.svgIcon {
  color: #ba1b02;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  width: 35px;
}
.svgIcon {
  height: 40px;
  width: 40px;
}
a:not(:focus):not(:hover) .svgIcon.standard circle, 
a:not(:hover):not(:focus) .svgIcon.standard circle, 
button:not(:focus):not(:hover) .svgIcon.standard circle, 
button:not(:hover):not(:focus) .svgIcon.standard circle, 
li:not(:focus):not(:hover) .svgIcon.standard circle, 
li:not(:hover):not(:focus) .svgIcon.standard circle {
  fill: #fff;
  stroke: #ba1b02;
}
.svgIcon circle, .svgIcon path {
  -webkit-transition: fill .4s ease,stroke .4s ease;
  transition: fill .4s ease,stroke .4s ease;
}
a:not(:focus):not(:hover) .svgIcon.standard path, 
a:not(:hover):not(:focus) .svgIcon.standard path, 
button:not(:focus):not(:hover) .svgIcon.standard path,
button:not(:hover):not(:focus) .svgIcon.standard path, 
li:not(:focus):not(:hover) .svgIcon.standard path, 
li:not(:hover):not(:focus) .svgIcon.standard path {
  stroke: #ba1b02;
}

.navbar-brand {
  position: absolute;
  top: 10px;
  left: 15px;
}

.navbar-inner {
	min-height: 80px;
}

button.navbar-toggler {
	padding: 5px 0;
}

.navbar-nav {
	padding-right: 0;
}

#menu-hauptmenu > .menu-item {
	padding-right: 0px;
	padding-left: 15px;
}

/* WIDGETS ##################################################################### */
/* EIGENE ELEMENTE ############################################################# */

.inhaltspalte.abgesagt {
    position: relative;
    color: lightgrey;
}
.inhaltspalte.abgesagt > p:first-of-type {
    color: lightgray !important;
}
.inhaltspalte.abgesagt:before {
    content: 'abgesagt';
    font-size: 2rem;
    color: red;
    position: absolute;
    display: inline-block;
    transform: rotate(-30deg);
    top: 4rem;
    left: 4rem;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0.3rem 1rem;
    font-weight: 700;
}

/* SEITEN ###################################################################### */
/* RESPONSIVE ################################################################## */
/* PRINTER ##################################################################### */

/*
strong {
	font-family: Roboto;
	font-weight: 900;
}

body, p {  
    font-family: Roboto; 
    font-weight: normal;
    font-size: 20px;    
}
body {  
    background-image: url(); 
    background-repeat: no-repeat;   
    background-size: cover;
    background-position: top;
    background-attachment: fixed; 
}

#myNavbar,
h1, h2, h3, h4, h5, h6  {
    font-family: DINWeb;
    color: black;
}
.bg_red .h5 {
    font-family: DINWeb-Bold;
    color: black;
}

a, a:focus , a:hover, a:link, a:visited {
    outline: none;
    color: rgb(255, 102, 0);
    text-decoration: none;
}
a.nocolors:focus,
a.nocolors:link, 
a.nocolors:visited {
	color: black;
}
a.nocolors:hover {
    color: rgb(255, 102, 0);	
}
.bg-blue a.nocolors:focus,
.bg-blue a.nocolors:link, 
.bg-blue a.nocolors:visited {
	color: white;
}
.bg-blue a.nocolors:hover {
    color: black;	
}


h1,
.team_details h4 {
    position: relative;
    font-size: 1.5em;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 50px;    
    color: black;
    text-transform: uppercase;
}
h1::before {
    background: rgb(255, 102, 0) none repeat;
    left: -20px;
    position: absolute;
    width: 2px;
    height: 60px;
    bottom: 36px;
	content: " ";
}

.text-center h2::before {
    left:44.7%;
}

.MyKontakt,
.MyKontakt p {
    font-size: 0.85em;	
}

h2 {
	font-weight: bold;
} 
h2, h3 {
    font-size: 1.0em;
}
h4 {
    font-size: 1.0em;
}

p {
    color: black;
}
p, .panel-body ul li, .panel-body a {
    font-size: 1em;
}

.row.abstand-oben,
ul.abstand-oben,
h2.abstand-oben,
h3.abstand-oben,
h4.abstand-oben,
h5.abstand-oben,
p.abstand-oben {
    padding-top: 50px;  
}
div.abstand-oben {
	padding-top: 60px;
}

.container div#teamheader img,
.container div#headerslide img {
    border: none;
    height: auto;
    width: 100%;
}

.container div#teamheader .header-inner,
.container div#headerslide .carousel-inner {
    max-height: 640px;
}

img.maxwidth {
	width: 100%;
	height: auto;
}
img.smallwidth {
	width: 100%;
	height: auto;
	padding: 0 20%;
}


.navbar-default {
    background-color: transparent;
}
.navbar {
    border-radius: 0;
    background-color: white;
    z-index: 1080;
    box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.25);
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
	border-bottom-width: 0px;
}

.navbar>.row,
.bg-yellow,
.bg-yellow.well p {
	background-color: #fec803;
}
.affix-top {
}
.affix-top .row {
    padding-top: 0px;
    padding-bottom: 0px;
}
.affix-top .row > div {
}
.affix-top #myNavbar {
    margin-bottom: 0;
}
.affix-top .navbar-header {
}
.affix-top .navbar {
    margin-bottom: 0;
}
.affix .navbar-header {
}
a.navbar-zusatz {
    color: black;
    margin: 15px 0 0 80px;
    position: absolute;
}
.navbar-brand {
	padding: 0;
}	
.navbar-brand img {
    width: 52px;
    height: auto;
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
	display: none;
}

.navbar-brand.navbar-toggle {
    color: #0800B5;
    font-weight: bold;
    margin-left: 8.33333333%;
	float: left;
	border: none;
}
.navbar-brand.navbar-toggle:hover {
	background-color:transparent !important;
	border: none !important;
}
.navbar-brand.navbar-toggle > span {
    margin-left: -15px;
}

.affix-top .navbar-zusatz,
.affix .navbar-brand > img#logo_large,
.affix-top .navbar-brand > img#logo_small {
    display: none !important;
}

.affix .navbar-zusatz,
.affix-top .navbar-brand > img#logo_large,
.affix .navbar-brand > img#logo_small {
    display: block !important;
}
.navbar-brand > img#logo_small {
    border: none;
    height: 46px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
.navbar-brand > img#logo_large {
    border: none;
    height: 86px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}

#myNavbar {
	text-align: center;
	padding: 15px 0 5px 0;
}
#myNavbar>ul {
    font-size: 18px;  
    color: black;
    text-transform: uppercase;
	float: none !important; 
	display: inline-block;
	background-color: transparent;
}

.navbar-collapse {
	padding-left: 0;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li > a {
    color: #000000;
    background-color: transparent;
	font-weight: bold; 
	padding-left: 0;
	padding-right: 25px
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    -webkit-transition: margin 0.4s; 
    transition: margin 0.4s;
    text-decoration: underline;	
}

.navbar-default .navbar-nav > li.active > a:before {
    background: rgb(255, 102, 0) none repeat;
    left: -10px;
    position: absolute;
    width: 2px;
    height: 40px;
    bottom: 14px;
	content: " ";
}
.navbar.large {
    padding: 10px 0;
}
.affix {
    top: 0;
    width: 100%;
    z-index:1080;
}

.container.navbar {
    padding-right: 15px !important;
    padding-left: 15px !important;
}




.container.c-rough > .article,
.container.c-rough > .row, 
.container > .article,
.container > .row {
    margin-left: -15px;
    margin-right: -15px;
}

.container.c-rough,
.container,
.container.c-rough > .row > *,
.container > .row > * {
    padding-left: 0 !Important;
    padding-right: 0 !Important;
}

.container.c-rough, .container {
    overflow: hidden;
}

.unsichtbar {
    display: block;
    height: 0;
    margin: -50px 0 50px;    
    padding: 0;
}

.panel-body {
    padding: 50px 0; 
    margin-top: 0;
    margin-bottom: 0;
}

.container.c-rough .panel-body {
    padding: 0;
}
.container.c-rough .panel-body p {
    margin: 0;
}
.container.c-rough .panel-default {
    position: absolute;
    z-index: 10;
    top: 0; 
}
.container.c-rough img {
	width: 100%;
}
.bg-parallax {
    color:#fff;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    overflow: hidden;
}
.bg-parallax .container .row {
    background-color: unset;
}
.bg-parallax .inner {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.bg-gallery a,
.bg-gallery a:hover,
.bg-gallery a:visited,
.bg-gallery h2,
.bg-parallax a,
.bg-parallax a:hover,
.bg-parallax a:visited,
.bg-parallax h2 {
    color: black;
}

.bg-white,
.bg-white p {
    background-color: #ffffff;
}
.text-blue {
    color: #0800B5;
}
.bg-blue,
.bg-blue p {
    background-color: #04A0E3;
}

.bg-grey, 
.bg-grey p{
    background-color: #E0E0E0;
}

.bg-darkgrey,
.bg-darkgrey p {
    background-color: rgb( 102, 102, 102 );
}

.text-red {
    color: rgb( 205, 0, 0 );
}
.bg-red,
.bg-red p {
    background-color: rgb( 205, 0, 0 );
}

.bg-black,
.bg-black p {
    background-color: black;
    color: WHITE;
    font-family: DINWeb;
    font-size: 0.8333em;
}

.bg-black h5 {
    font-family: DINWeb;
    font-size: 0.6666em;
    color: rgb( 204, 211, 42 );
    text-transform: uppercase;
    margin: 20px 0 auto;
}

.bg-blue hr {
    border-color: currentcolor;
    border-width: 2px 0 0;
    color: rgb(205, 0, 0);
    width: 80px;    
}
.bg-blue p,
.bg-blue h1,
.bg-blue h3 {
    color: WHITE;
}

.zahl_wert {
    font-family: DINWeb;
    font-size: 58px;
    margin: 20px 0;
}

.add_text {
    font-family: DINWeb;
    font-size: 1em;
    text-transform: uppercase;
}

.text-center img {
	width: 100%;
	height: auto;
}

.controlpfeil {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1070;
}
#pfeil_prev {
    margin-top: 20px;
}
#pfeil_next {
    margin-top: -20px;
}

.My3erreihe img {
    width : 90%;
	height : auto;
}
.My4erreihe img {
    width : 90%;
	height : auto;
}
.MyProduktspektrum_qualitaet p.fadingborder {
	text-align:right;
	border-bottom: dotted rgb( 102, 102, 102 ) 1px;
	width: 100%;
	padding-top: 20px;
}
.MyProduktspektrum_qualitaet img {
    background-image: url(/wp-content/uploads/2018/09/grau-verlauf.png);
    background-repeat: repeat-y;
    background-position: 133px;
    width: 238%;
    overflow: visible;
    position: relative;
	z-index: 100;
}

.block-fix-size-200 {
    width: 200px;
    display: inline-block;
    margin-top: 30px;
}


.bg-black p {
    background-color: black;
    color: WHITE;
    font-family: DINWeb;
    font-size: 0.8333em;
}

form h3 {
	margin-top: 50px;
	margin-bottom: 25px;
}
span.wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
}
label {
    width: 100%;
	font-weight: normal;
}
label span.MyFormLabel {
    width: 40%;
    display: inline-block;
}
label span.wpcf7-form-control-wrap {
    width: 50%;
    display: inline-block;
}

#footer .container {
    background-color : rgb( 102, 102, 102 );
    padding-top: 5px;
    padding-bottom: 5px;
}
#footer,
#footer p, 
#footer a,
#footer a:link,
#footer a:hover,
#footer a:visited {
    font-family: DINWeb;
    text-decoration: none;
    color : WHITE;
	font-size: 1.05em;
}
#footer a {
	margin-left:15px
}
#footer p {
    font-family: DINWeb;
    margin: 10px 0;
}
#footer {
    font-size: 0.6666em;
}
.myCloseArea {
    margin-top: 30px;
    display: block;
    z-index: 1070;
    position: absolute;
    width: 100%;
    margin-left: -15px;
}
.panel-body .myCloseArea {
    margin-top: -90px;
}

.panel-group,
.panel-group .panel + .panel,
.panel-group .panel {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.panel {
    background-color: unset;
    border: 0;
    box-shadow: unset;
}

.carousel h5 {
    color: white;
    font-size: 0.75em;
    height: 40px;
    line-height: 200%;
    text-transform: uppercase;
    vertical-align: middle;
}

.MyCarouselIndicator {
    left: unset;
    right: 0;
    bottom: 0;
    text-align: right;
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    z-index: 50;
    position: absolute;
}
.MyCarouselIndicator ol.carousel-indicators {
    bottom: 0;
    left: unset;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    text-align: right;
    top: 20px;
    height: 60px;
}
.MyCarouselIndicator ol.carousel-indicators li {
    background-color: #ffffff;
}
.MyCarouselIndicator ol.carousel-indicators li.active {
    background-color: rgb( 205, 0, 0 );
    border-color: rgb( 205, 0, 0 );
}
.MyMehr, 
.MyMehr:hover, 
.MyMehr:visited,
.MyMehr:link {
    text-decoration: none;
    color: rgb( 255, 102, 0);
}
.MyLink::before,
.MyMehr::before { 
    content: url('/wp-content/uploads/2018/09/pfeil-mehr-erfahren2.png');
    margin-right: 10px;
}

.likeTable::before {
    background-color: black;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.verweispfeil {
	font-size: 100px;
	text-align: center;
}
.verweispfeil > span {
    padding-top: 74%;
}
#subpageslide {
    margin-bottom: -60px;
    padding-bottom: 60px;
}

#subpageslide .carousel-indicators {
    bottom: 0;
}

#subpageslide img {
    width: 200px;
    height: 200px;
    margin: 50px auto;  

}
#subpageslide p {
    margin: 0 20%;
    display: inline-flex;
}
#subpageslide a {
    margin-top:30px;
}

.disable_not_logged_in {
    display: none !important;
}
.logged-in .disable_not_logged_in {
    display: inline-block !important;
}

.menulogout,
.logged-in .menulogin {
    display: none !important;
}
.logged-in .menulogout {
    display: inline !important;
}

#beitragliste .myentry {
    padding: 30px 0 30px 0;
    border-top: 1px dotted #333333;
    display: block;
}


#beitragliste .myentry p>a:link,
#beitragliste .myentry p>a:visited,
#beitragliste .myentry p>a:hover,
#beitragliste .myentry p>a {
    color: rgb(255, 102, 0);
    text-decoration: none;
}

#beitragliste .panel-body {
    padding: 50px 0;   
}

#beitragliste .panel-footer {
    margin-top: 30px;
    padding-left: 0;
    background-color: white;
}
  
#beitragliste .myentry h2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#beitragliste .beitragbild {
    margin-bottom: 30px;
}

#beitragliste .sidebar_element {
    margin-top: 50px;  
}

#beitragliste .sidebar_element>h3 {
    font-size: 0.75em;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
}
#beitragliste .sidebar_element>h5 {
    font-size: 0.75em;
}
#beitragliste .sidebar_element ul {
    padding-left: 0;
}
#beitragliste .sidebar_element ul>li {
    list-style-type: none;
    list-style-position:outside;
    padding-bottom: 10px;
    border-bottom: 2px dotted #333333;
    margin-bottom: 10px;
}
#beitragliste .sidebar_element ul>li a:link,
#beitragliste .sidebar_element ul>li a:visited,
#beitragliste .sidebar_element ul>li a:hover,
#beitragliste .sidebar_element ul>li a {
    color: rgb(255, 102, 0);
    text-decoration: none;
    font-size: 0.7em;
}

#beitragliste .tagcloud > a:link,
#beitragliste .tagcloud > a:visited,
#beitragliste .tagcloud > a:hover,
#beitragliste .tagcloud > a {
    font-size: 0.7em !important;
    color: rgb(255, 102, 0);
    text-decoration: none;
}


.freespacepic {
    width: 100%;
    height: 500px !important;
    height: 70vh !important;
}

.container .jumbotron {
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	margin-bottom: 0;
	text-align: center;
}

.gallery-child::before {
    background-color: #FFCC66;
	box-shadow: 0 4px 5px grey;
	content: " ";
	display: block;
	height: 10px;
}
.gallery-child::after {
    background-color: #FFCC66;
	box-shadow: 0 -3px 4px grey;
	content: " ";
	display: block;
	height: 2px;
}
.gallery-child  {
	background-color: white;
	clear: both;
}
.gallery-child .inner-frame {
	padding: 30px 15px;
}
.bg-gallery .glyphicon {
	color: rgb( 205,0,0);
	padding: 0 10px;
	top: 3px;
}
.bg-gallery .glyphicon-arrow-right {
    display: none;
}
.bg-gallery .glyphicon-arrow-down {
    display: inline-block;
}
.bg-gallery .collapsed > .glyphicon-arrow-down {
    display: none;
}
.bg-gallery .collapsed > .glyphicon-arrow-right {
    display: inline-block;
}
.gallery-child p {
    padding: 2px 10px;
    margin-top: 20px;
}
.MyGalleryLink {
	margin-top: 15px;
}
.dgwt-jg-caption__font--14 {
	font-family: DINWeb !important;
	font-style: normal !important;	
	letter-spacing: normal !important;
}
.slb_group_status {
	display: block;
}
	
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, 
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	font-family: DINWeb !important;
	font-style: normal !important;	
}
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	font-size: 14px	!important;	
}

.impressumstyle h4 {
	font-weight: bold;
	padding-bottom:16px;
	margin-top: 30px;
}
.impressumstyle ul {
	padding-bottom:8px;
}
.page-template-page img.freespacepic {
	display:none;
}
.absatz_silbentrennung {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}

.language-chooser.language-chooser-custom.qtranxs_language_chooser {
    position: fixed;
    list-style-type: none;
    right: 0px;
    top: 20%;
    z-index: 1090;
}
.language-chooser-item {
    background: white none repeat scroll 0 0;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    box-shadow: 0 4px 6px -2px #dddddd;
    text-transform: uppercase;   
    margin-bottom: 10px;
    padding: 4px 10px;
    font-size: 18px;
}
.language-chooser-item a,
.language-chooser-item a:link,
.language-chooser-item a:visited {
    color: black;
    text-decoration: none;
}
*/

@media screen and (min-width: 993px) and (max-width: 1200px) {
/*
    #myNavbar>ul.nav {
        font-size: 15px;    
        letter-spacing: -0.1px;
    }
*/
    body, p {  
        font-size: 15px; 
    }
/*  
    #page-76 img {
        height: 58px;
    }
    .zahl_wert {
        font-size: 2.0833em;
    }
*/
  
/*  
    .nav > li > a {
        padding-right: 8px;
        padding-left: 8px;
    }
*/
/*  
    .text-center h2::after {
        left:43.5%;
    }
	.MyMehr {
		display:block;
	} 
	.verweispfeil {
		font-size: 80px;
	}
*/  
}
@media screen and (min-width: 768px) and (max-width: 992px) {
/*  
    #myNavbar>ul.nav {
        font-size: 14px;  
		float: none !important;
    }
  
	.navbar-nav > li {
		float: none;
	}
*/  
    body, p {  
        font-size: 14px; 
    }
/*  
    .nav > li > a {
        padding-right: 5px;
        padding-left: 5px;
    }
*/
/*  
    .text-center h2::after {
        left:44.5%;
    }
    #footer {
        font-size: 1em; 
    }
	.MyProduktspektrum_qualitaet p.fadingborder {
		font-size: 14px; 
		padding-top: 10px;
	}
	.MyProduktspektrum_qualitaet img {
		width: 280%;
		background-position: 100px;
	}
	.My4erreihe h3 {
		font-size: 12px; 
	}
	.MyMehr {
		display:block;
	} 
    .affix .navbar-header,
    .affix-top .navbar-header {
	    float: none;
    }
    .navbar-brand {
	    padding: 0 15px;
    }
	.navbar-default .navbar-nav > li.active > a:before {
		display: none;
    }
	
	.verweispfeil {
		font-size: 80px;
		text-align: center;
	}
*/  
}
@media screen and (max-width: 767px) {
    .zahl_wert,
    body, p {  
        font-size: 12px; 
    }
/*  
	h1 {
		margin-bottom: 0;
	}
    .MyKopf .kopfname,
    .MyKopf .kopffunktion {
        font-size: 0.6666em;
    }
    .add_text {
        font-size: 0.75em;
    }
    .fzbuk-login-form-wrap,
    .pwc {
        width: 260px !important;
    }
    .text-center h2::after {
        left:38%;
        width: 26%;
    }
	#footer, #footer p, #footer a, #footer a:link, #footer a:hover, #footer a:visited {		
        font-size: 0.94em; 
    }
	
	.My3erreihe img,
	.My4erreihe img {
        width : 100%;
	}	
	
	.MyProduktspektrum_qualitaet p.fadingborder {
		font-size: 14px; 
		padding-top: 8px;
		text-align: left;
	}
	.MyProduktspektrum_qualitaet img {
		width: 60%;
		background-position: 100px;
	}
	.My4erreihe .col-xs-10,
	.My3erreihe .col-xs-10 {
		padding-bottom: 20px;
		border-bottom: dotted rgb( 102, 102, 102 ) 1px;
		margin-bottom: 20px;
	}
	.My4erreihe h3 {
		font-size: 12px; 
	}
	.MyMehr {
		display:block;
	} 
    .affix .navbar-header,
    .affix-top .navbar-header {
	    float: none;
    }
    .navbar-brand {
	    padding: 0 15px;
    }
	.MyKontakt,
    .MyKontakt p {
        font-size: 1em;	
    }
	.navbar-default .navbar-nav > li.active > a:before {
		display: none;
    }
	img.smallwidth {
		width: 100%;
		height: auto;
		padding: 0;
	}	
	
	.language-chooser.language-chooser-custom.qtranxs_language_chooser {
        top: 0px;
		left: 0;
		width: 100%;
		padding: 0;
		text-align: center;		
	}
	
	.language-chooser-item {
		display: inline-block;
		border-right: 1px solid #ccc;
		border-radius: 4px;
	}
	
	.row-eq-height {
		display: block;
	}
	.verweispfeil {
		text-align: center;
	}
	.verweispfeil span {
		padding: 0;
	}
*/  
}

 collapse Navbar earlier 
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

span.edit-link {
    display: none;
}

header.container > .row > .col-md-12 {
	min-height: 0px !important;
}