/* Das Layout - Angaben die Bootstrap überschreiben! */
@import "onepagelayout.css";
/* Eigene CSS-Deklarationen */
body {
color:#999;
font-family: 'Open Sans', sans-serif;
font-size:16px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Serif', serif;
}
/* CONTAINER
------------------------------------------ */
.container {
width:100%;
}
/* HAMBURGER
------------------------------------------- */
.navbar-toggle {
background-color: transparent;
background-image: none;
border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-toggle:hover .icon-bar {
background-color: #000;
}
/* NAVIGATION
------------------------------------------- */
.navbar {
margin-bottom: 0px;
border: 1px solid transparent;
background-color: #fff !important;
}
h1, h2, h3 {
padding-bottom:24px;
text-align:left;
}
div.form {
width: 200px;
margin: 50px auto;
}
/*ul.dropdown-menu li ul.submenu li {
list-style-type: none;
}
ul.dropdown-menu li ul.submenu li a {
font-size:18px;
line-height:1em;
margin-bottom:8px;
display:block;
}*/
/* SUBNAVIGATION
-------------------------------------------- */
aside.sidebar {
width: 100%;
border-radius: 0px;
z-index: 1010;
background-color: #ccc!important;
}
nav.secondary li a {
color:#666;
display:block;
background-color:transparent;
padding: 2px 2px 2px 6px;
text-align:left;
}
nav.secondary li a:hover {
color:#333;
background-color:#ffffff;
}
nav.secondary ul {
list-style-type:none;
padding:0;
}
nav.secondary li li {
padding:0 10px;
background-color:transparent;
display:block;
}
nav.secondary li li a {
padding-left:1em;
}
/*nav.secondary li li:hover {
background-color:#fff;
}*/
/* OVERLAY NAVGATION
-------------------------------------------- */
#overlay {
position:absolute;
left: -260px;
transition: 0.5s;
min-width: 320px;
max-width: 320px;
background-color:rgba(250,250,250,0.8)!important;
min-height: 100vh;
background:#ccc!important;
box-shadow: 0px 3px 6px rgba(0,0,0,0.7);
}
#overlay:hover {
left:0;
}
#sidebar.active {
margin-left: -250px;
}
.overlaybtn {
display:block;
}
#overlay .nav a {
color:#333;
}
#overlay .nav ul {
list-style-type:none;
padding:0;
}
#overlay .nav li li {
padding:10px;
background-color:transparent;
display:block;
}
#overlay .nav li li a {
padding-left:1em;
}
#overlay .nav li li:hover {
background-color:#fff;
}
/* BLOCKS
-------------------------------------------- */
section {
margin:0;
}
div.breaksign {
margin: 120px 60px 24px 60px;
border-top: 6px solid grey;
text-align:center;
}
div.breaksign span {
position:relative;
width:100%;
top:-50px;
left:auto;
right:auto;
font-size:36px;
}
h2.BlockHolderTitle {
position:absolute;
top:40px;
text-align: center;
width:100%;
z-index: 999;
color: #fff;
text-shadow:1px 1px 3px rgba(0,0,0,0.6);
}
section h2 {
margin-top: 2.7em!important;
margin-bottom:0.7em!important;
}
/* OnePage */
div.OnePage {
margin-top: 1.8ex;
column-count: 1;
column-gap:2em;
column-width: 80%;
column-rule-style:dotted;
column-rule-width:2px;
column-rule-color:silver;
}
div.OnePage h1, div.OnePage h2, div.OnePage h3 {
-webkit-column-span: all;
column-span: all;
}

.glyphicon {
position: relative;
top: 50%;
display: inline-block;
}
/* Footer
-------------------------------------------- */
.right > p > a > img {
width:30px;
height:auto;
}
.right > p > a > img:hover {
opacity:0.5;
}
p.social img {
max-width:20px;
height:auto;
background:none;
}
p.social svg {
fill: red;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.left {
text-align: left
}
.center {
text-align: center
}
.right {
text-align: right
}
/* IMAGES
-------------------------------------------- */
img {
height: auto; /* resets the image height so that it maintains its aspect ratio when width is set */
background: transparent url(../images/ajax-loader.gif) no-repeat center center;
}
img.left {
float: left;
max-width: 50%;
margin: 5px 20px 10px 0;
width:auto;
}
img.right {
float: right;
max-width: 50%; /* Responsive width */
margin: 5px 0 10px 20px;
}
img.leftAlone {
margin-bottom: 10px;
height:auto;
width:auto;
max-width:100%;
}
img.center {
float: none;
margin-left: auto;
margin-right: auto;
display: block;
margin-bottom: 10px;
clear: both;
}
.captionImage.leftAlone {
  width: 100% !important;
}
/* BLOG
-------------------------------------------- */
div.blog-post-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
div.blog-post-teaser {
flex-direction: column;
width: 30%;
min-width:200px;
border:1px solid #999;
padding:6px;
margin:12px 0px;
box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
div.blog-post-teaser a {
color:#555;
}
div.blog-post-teaser a:hover {
color:#900;
}
a.current {
color:#f00;
}

/* FORM */

#Form_ContactForm_Adresse_Holder {
    display: none;
}
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
div.OnePageText {
padding: 50px 10px;
}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
section {
margin: 0 5px 0 5px;
}

}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
.dropdown-menu {
position: relative;
display:block;
top: 0;
left: 0;
width:100%;
margin: 0 0 24px 0;
margin-top: 0px;
padding: 10px;
border-radius: 0px;
-webkit-box-shadow: none;
box-shadow: none;
}
div.OnePageText {
padding: 50px 0px;
}
div.Page {
column-count: 1!important;
column-gap: 0em;
column-width: 100%;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}