﻿
/* !!! copyright Dirk Hartwig Webdesign !!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!! 123doo.css     									!!! */
/* !!! Version 2.11.2-11.01.20					!!! */
/* !!! Basis-Template  									!!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
@font-face {
font-family: "OpenSans";
src: url("../fonts/open_sans_condensed/OpenSansCondensed-Light.ttf");
}
@font-face {
font-family: "OpenSans";
font-weight: bold;
src: url("../fonts/open_sans_condensed/OpenSansCondensed-Bold.ttf");
}
@font-face {
font-family: "Coiny";
src: url("../fonts/coiny_cursive/Coiny-Regular.ttf");
}
html {
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
-moz-text-size-adjust; 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
@-ms-viewport {
width: device-width;
}
body {
margin: 0px;
font-family: OpenSans, Arial, sans-serif;
font-weight: 400;
}
ol, ul, p {
margin: 0px;
padding: 0px;
}
header, main, footer, nav, figure, figcaption  {
display: block;
}
a {
margin: 0px;
padding: 0px;
outline: none;
text-decoration: none;
color: #999999;
}
a:hover {
outline: none;
text-decoration: none;
color: #595959;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
font-weight: 600;
color: inherit;
background-color: transparent;
}
h1 {
font-size: 2.5rem;
line-height: 1.5rem;
margin-top: 0px;
margin-bottom: 15px;
}
h2 {
font-size: 2.0rem;
line-height: 1.5rem;
margin-top: 0px;
margin-bottom: 15px;
}
h3 {
font-size: 1.75rem;
line-height: 1.75rem;
margin-bottom: 5px;
}
h4 {
font-size: 1.5rem;
line-height: 1.75rem;
}
h5 {
font-size: 1.25rem;
line-height: 1.25rem;
}
h6 {
font-size: 1rem;
line-height: 1.0rem;
}
.system-color {
color: #666666;
background-color: #FFFFFF;
}
.background-smooth-down {
background: linear-gradient(to bottom, #D3D3D3, #FFFFFF), #FFFFFF;
background-repeat: repeat-x;
}
.background-smooth-up {
background: linear-gradient(to top, #D3D3D3, #FFFFFF), #FFFFFF;
background-repeat: repeat-x;
}
.background-smooth-down-up-down {
background-image: repeating-linear-gradient(#D3D3D3, #FFFFFF 50%, #D3D3D3 100%);
}
.background-smooth-repeat-twice {
background-image: repeating-linear-gradient(#D3D3D3, #FFFFFF 25%, #D3D3D3 50%);
}
.opensans-font {
font-family: OpenSans, Arial, sans-serif;
}
.coiny-font {
font-family: 'Coiny', cursive;
}
img {
vertical-align: middle;
border-style: none;
}
.img-fluid {
margin: 0px auto;
display: block;
width: auto;
height: auto;
max-width: 100%;
}
.img-circle {
border-radius: 50%;
}
.icon-img {
margin: 5px auto;
display: block;
width: auto;
height: auto;
max-width: 100%;
max-height: 60px;
}
.icon-img:hover {
max-height: 61px;
}
.body-overflow-hidden {
overflow: hidden;
}
.body-fixed-header {
margin-top: 80px;
}
.body-fixed-footer {
margin-bottom: 50px;
}
.wrapper {
width: 100%;
margin: 0px auto;
padding-left: 5px;
padding-right: 5px;
}
@media (min-width: 576px) {
.wrapper {
max-width: 540px;
}
}
@media (min-width: 768px) {
.wrapper {
max-width: 720px;
}
}
@media (min-width: 992px) {
.wrapper {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.wrapper {
max-width: 1140px;
}
}
.wrapper-fluid {
width: 100%;
margin: 0px auto;
}
.wrapper-fluid-max1000w {
max-width: 1000px;
}
#navbar-header, #navbar-footer {
margin: 0px;
padding: 0px;
}
.navbar-static {
position: relative;
width: 100%;
height: auto;
min-height: 80px;
border-bottom: 1px solid #D3D3D3;
}
.navbar-fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
height: auto;
min-height: 80px;
z-index: 1002;
border-bottom: 1px solid #D3D3D3;
}
.navbar-fixed-bottom {
position: fixed;
bottom: 0;
right: 0;
left: 0;
height: auto;
min-height: 50px;
z-index: 1001;
border-top: 1px solid #D3D3D3;
}
.navbar-logo {
float: left;
width: auto;
height: auto;
margin-left: 10px;
margin-right: 10px;
margin-top: 8px;
margin-bottom: 5px;
text-align: center;
color: #BBBBBB;
}
.navbar-logo:hover  {
cursor: pointer;
text-decoration: none;
color: #AAAAAA;
}
.navbar-logo a {
text-decoration: none;
color: #BBBBBB;
}
.navbar-logo a:hover  {
cursor: pointer;
text-decoration: none;
color: #AAAAAA;
}
.navbar-logo-123 {
font-size: 44px;
line-height: 150%;
letter-spacing: 0px;
text-shadow: 0 2px 2px rgba(0, 0, 0, .8);
}
.navbar-toggle-btn {
display: none;
position: absolute;
top: 0;
right: 0;
margin: 10px;
margin-top: 20px;
padding-left: 4px;
padding-right: 4px;
padding-top: 3px;
padding-bottom: 4px;
font-size: 1.6rem;
font-weight: 1000;
line-height: 100%;
border: 2px solid #666666;
border-radius: 5px;
color: #666666;
}
.navbar-toggle-btn:hover {
cursor: pointer;
text-decoration: none;
background: linear-gradient(to top, #AAAAAA, #FFFFFF), #FFFFFF;
background-repeat: repeat-x;
}
#menu-toggle {
display: none;
}
#menu-toggle:checked + #navbar {
display: block;
}
#navbar-header:target .toggle-btn-open {
display: none;
}
#navbar-header:target #navbar {
display: block;
}
#navbar {
float: right;
margin-top: 20px;
margin-left: 0px;
margin-right: 10px;
margin-bottom: 0px;
}
.navbar-item-list {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
list-style-type: none;
white-space: nowrap;
}
.navbar-item {
padding-top: 0px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 0px;
border: none;
font-size: 24px;
font-weight: normal;
font-variant: small-caps;
text-align: left;
letter-spacing: 0px;
text-decoration: none;
color: inherit;
background-color: transparent;
}
.navbar-item:hover {
cursor: pointer;
text-decoration: none;
color: #222222;
}
.dropdown-list {
position: absolute;
width: auto;
min-width: 100px;
box-shadow: 0px 8px 16px 0px #666666;
border-radius: 8px;
border: 1px solid #666666;
font-size: 24px;
font-weight: normal;
font-variant: small-caps;
visibility: hidden;
opacity:0;
transition: opacity 0.4s linear, visibility 0.3s linear;
}
.dropdown-list a {
display: block;
padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
text-decoration: none;
text-align: left;
border-radius: 8px;
color: inherit;
background-color: transparent;
}
.dropdown:hover .dropdown-list {
visibility: visible;
opacity: 1;
}
.show-dropdown-list{
visibility: visible;
opacity: 1;
}
.dropdown-list a:hover {
cursor: pointer;
text-decoration: none;
color: #222222;
background-color: #EEEEEE;
}
.navbar-impressum {
width: auto;
height: auto;
margin-top: 12px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 0px;
color: inherit;
background-color: transparent;
}
.navbar-impressum-list {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
list-style-type: none;
white-space: nowrap;
}
.navbar-impressum-list .single {
float: left;
}
.navbar-impressum-item, .navbar-copyright-item {
padding-top: 0px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 0px;
font-size: 13px;
line-height: 100%;
font-weight: normal;
text-align: left;
letter-spacing: 0px;
text-decoration: none;
color: #666666;
background-color: transparent;
}
.navbar-impressum-item:hover:not(.active) {
cursor: pointer;
text-decoration: none;
color: #222222;
}
.navbar-copyright-item:hover {
text-decoration: none;
color: inherit;
}
@media only screen and (max-width: 650px) {
.navbar-expand-small .navbar-toggle-btn {
display: block;
cursor: pointer;
}
.navbar-expand-small #navbar {
display: none;
float: left;
width: 100%;
margin: 0px;
padding: 0px;
border-top: 1px solid #666666;
}
.navbar-expand-small .navbar-item-list {
-ms-flex-direction: column;
flex-direction: column;
margin: 0px;
margin-left: 10px;
margin-right: 5px;
}
.navbar-expand-small .dropdown-list {
margin-left: 20px;
margin-top: -5px;
}
}
@media only screen and (max-width: 768px) {
.navbar-expand-wide .navbar-toggle-btn {
display: block;
cursor: pointer;
}
.navbar-expand-wide #navbar {
display: none;
float: left;
width: 100%;
margin: 0px;
padding: 0px;
border-top: 1px solid #666666;
}
.navbar-expand-wide .navbar-item-list {
-ms-flex-direction: column;
flex-direction: column;
margin: 0px;
margin-left: 10px;
margin-right: 5px;
}
.navbar-expand-wide .dropdown-list {
margin-left: 20px;
margin-top: -5px;
}
}
.main-container-relative {
position: relative;
width: 100%;
height: auto;
z-index: 0;
color: inherit;
background-color: inherit;
}
.text-on-left-top {
position: absolute;
left: 0px;
top: 0px;
width: auto;
height: auto;
padding: 15px;
z-index: 10;
background-color: transparent;
}
.text-on-right-top {
position: absolute;
right: 0px;
top: 0px;
width: auto;
height: auto;
padding: 15px;
z-index: 10;
background-color: transparent;
}
.text-on-left-bottom {
position: absolute;
left: 0px;
bottom: 0px;
width: auto;
height: auto;
padding: 15px;
z-index: 10;
background-color: transparent;
}
.text-on-right-bottom {
position: absolute;
right: 0px;
bottom: 0px;
width: auto;
height: auto;
padding: 15px;
z-index: 10;
background-color: transparent;
}
.text-on-center-top {
position: absolute;
right: 5%;
top: 5%;
left: 5%;
padding-bottom: 15px;
text-align: center;
z-index: 10;
background-color: transparent;
}
.text-on-center-bottom {
position: absolute;
right: 5%;
bottom: 5%;
left: 5%;
padding-top: 15px;
text-align: center;
z-index: 10;
background-color: transparent;
}
.text-under-content {
float: top;
width: auto;
height: auto;
padding: 20px;
padding-top: 10px;
padding-bottom: 10px;
background-color: transparent;
}
.onepage-liner {
width: auto;
height: auto;
max-width: 100%;
margin-top: 1%;
margin-bottom: 1%;
margin-left: 1%;
margin-right: 1%;
padding-top: 1%;
padding-bottom: 1.5%;
padding-left: 1%;
padding-right: 1%;
text-align: center;
color: inherit;
background-color: inherit;
}
.onepage-fixed-top {
margin-top: 95px;
}
.onepage-fixed-bottom {
margin-bottom: 60px;
}
.fade-container  * {
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-webkit-touch-callout: none;
}
.fade-container {
position: relative;
width: 100%;
height: auto;
background-color: transparent;
}
.fade-container input {
display: none;
}
.fade-list-item {
display: block;
width: 100%;
height: auto;
}
.fade-item {
position: absolute;
display: block;
top: 0;
width: 100%;
height: auto;
opacity: 0;
transition: all 1.2s ease-in-out;
background-color: transparent;
}
.fade-item figure {
position: relative;
width: auto;
height: auto;
margin: 0;
padding: 0;
}
.fade-item img {
display: block;
max-width: 100%;
width: auto;
height: auto;
margin: 0px auto;
max-height: 500px;
}
.fade-item figcaption {
width: auto;
height: auto;
margin: 0px;
margin-bottom: 50px;
padding-left: 20px;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 20px;
font-size: 16px;
text-align: center;
color: inherit;
background-color: transparent;
}
.fade-item label {
position: absolute;
top: 0;
width: 40%;
height: 100%;
font-size: 70px;
cursor: pointer;
font-family: "Varela Round", sans-serif;
z-index: 100;
opacity: .6;
transition: opacity .2s;
text-shadow: 0 2px 15px rgba(0, 0, 0, .6);
color: #FFFFFF;
}
.fade-item label:hover {
filter: alpha(opacity=80);
opacity: .8;
text-shadow: 0 2px 2px rgba(0, 0, 0, .8);
color: #FFFFFF;
}
.fade-item .btn-top-prev {
left: 0px;
padding-left: 20px;
text-align: left;
}
.fade-item .btn-top-next {
right: 0px;
padding-right: 20px;
text-align: right;
}
input:checked + .fade-list-item  .fade-item {
opacity: 1;
transition: opacity 1.0s ease-in-out;
}
input:checked + .fade-list-item .fade-item label {
display: block;
}
.kontakt-adresse {
width: auto;
max-width: 600px;
height: auto;
margin: 0px auto;
margin-top: -1%;
padding: 0px;
font-size: 15px;
line-height: 140%;
text-align: left;
box-shadow: 0px 4px 8px 0px #666666;
color: #666666;
background-color: transparent;
}
.kontakt-adresse a {
color: #666666;
}
.kontakt-adresse a:hover {
text-decoration: none;
color: #222222;
}
.kontakt-input {
width: auto;
max-width: 600px;
height: auto;
margin: 0px auto;
margin-top: 2%;
padding: 0px;
text-align: left;
box-shadow: 0px 4px 8px 0px #666666;
}
.input-body  {
padding-top: 5px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
background-color: inherit;
}
.input-body a {
color: #666666;
}
.input-body a:hover {
text-decoration: none;
color: #222222;
}
.label-control {
margin-left: 5px;
margin-right: 5px;
font-size: 15px;
line-height: 180%;
color: #666666;
}
.input-control {
width: 98%;
height: auto;
margin: 5px auto;
padding: 5px;
font-family: Verdana, Arial, sans-serif;
font-size: 1.0rem;
font-weight: 400;
line-height: auto;
z-index: 10;
color: #666666;
background-color: transparent;
border: 1px solid #666666;
border-radius: 4px;
}
.input-control:hover {
border: 1px solid #222222;
}
.input-control:focus {
border-color: #222222;
box-shadow: 0px 4px 8px 0px #666666;
}
.input-btn {
display: inline-block;
width: auto;
height: auto;
margin-top: 0px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
padding: 0px;
padding-left: 7px;
padding-right: 7px;
text-align: center;
font-size: 16px;
line-height: 180%;
white-space: nowrap;
font-family: Verdana, Arial, sans-serif;
box-shadow: 0px 2px 4px 0px #666666;
border: 1px solid #666666;
border-radius: 4px;
color: #666666;
background-color: transparent;
}
.input-btn:hover {
cursor: pointer;
background: linear-gradient(to bottom, #AAAAAA, #FFFFFF), #FFFFFF;
background-repeat: repeat-x;
box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.label-btn {
width: auto;
height: auto;
margin: 0px;
margin-left: 5px;
margin-right: 5px;
padding: 0px;
font-family: OpenSans, Arial, sans-serif;
font-size: 15px;
line-height: 180%;
white-space: nowrap;
border: none;
color: #666666;
background-color: transparent;
}
.label-btn:hover {
cursor: pointer;
color: #222222;
}
.close-btn {
float: right;
padding-bottom: 2px;
font-size: 18px;
font-weight: bold;
line-height: 1;
box-shadow: 0px 2px 4px 0px #666666;
border: 1px solid #666666;
border-radius: 4px;
color: #666666;
}
.close-btn:hover {
cursor: pointer;
background: linear-gradient(to bottom, #AAAAAA, #FFFFFF), #FFFFFF;
background-repeat: repeat-x;
box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.form-group {
width: 100%;
height: auto;
text-align: left;
}
#success, .help-control {
width: 98%;
height: auto;
margin: 0px;
margin-left: 5px;
margin-right: 5px;
padding: 0px;
font-size: 15px;
line-height: 180%;
color: rgb(185, 70, 96);
background-color: transparent;
}
.post-box {
width: auto;
max-width: 800px;
height: auto;
margin: 0px auto;
margin-top: -1%;
padding: 10px 10px;
}
.post-title {
margin: 0px;
font-size: 24px;
line-height: 120%;
color: #666666;
}
.post-subtitle {
margin: 0px;
font-size: 17px;
line-height: 120%;
color: #666666;
}
.post-meta {
margin: 5px;
font-size: 15px;
font-style: italic;
line-height: 120%;
color: #666666;
}
.post-text {
margin: 5px;
font-size: 17px;
color: #666666;
}
.onepage-liner a .post-title:hover,
.onepage-liner a .post-subtitle:hover {
cursor: pointer;
text-decoration: none;
color: #333333;
}
#old-blogposts {
display: none;
}
#main-content:target #new-blogposts {
display: none;
}
#main-content:target #old-blogposts {
display: block;
}
.modal {
position: fixed;
display: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1050;
outline: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
background-color: rgba(0,0,0,0.3);
}
.modal-dialog {
position: relative;
margin: 85px auto;
width: auto;
max-width: 600px;
border: 1px solid #666666;
background-color: #FFFFFF;
}
.animate {
-webkit-animation: animatezoom 0.4s;
animation: animatezoom 0.4s
}
@-webkit-keyframes animatezoom {
from {-webkit-transform: scale(0)}
to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
from {transform: scale(0)}
to {transform: scale(1)}
}
.color-darkgrey {
color: #222222;
}
.color-grey {
color: #666666;
}
.no-margin {
margin: 0px;
}
.no-padding {
padding: 0px;
}
.margin-top0px {
margin-top: 0px;
}
.margin-top5px {
margin-top: 5px;
}
.margin-bottom5px {
margin-bottom: 5px;
}
.margin-bottom0px {
margin-bottom: 0px;
}
.padding-top5px {
padding-top: 5px;
}
.padding-top0px {
padding-top: 0px;
}
.padding-bottom5px {
padding-bottom: 5px;
}
.padding-bottom0px {
padding-bottom: 0px;
}
.rounded-4px {
border-radius: 4px;
}
.rounded-6px {
border-radius: 6px;
}
.rounded-8px {
border-radius: 8px;
}
.box-border {
border: 1px solid #666666;
}
.box-overline {
border-top: 1px solid #666666;
}
.box-underline {
border-bottom: 1px solid #666666;
}
.box-shadow {
box-shadow: 0px 4px 8px 0px #666666;
}
.text-align-left {
text-align: left;
}
.text-align-right {
text-align: right;
}
.text-align-center {
text-align: center;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.hide {
display: none;
}
.show {
display: block;
}
