@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.animated {
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 95px;
    margin-bottom: 60px;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-420px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    min-height: 100%;
/*    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;*/
}
body {
    font-family: "Abel", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    background-color: #fff;
    -webkit-text-size-adjust: none;
}
/*.content {
    background-size: initial;
    background-repeat: repeat;
    background-image: url(../dottedbackground.png) !important;
}*/
h1 {
    font-family: "Abel", sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 14px 0;
    padding: 0;
}
h2 {
    font-family: "Abel", sans-serif;
    font-size: 86px;
    line-height: 92px;
    font-weight: 300;
    font-style: normal;
    color: #439c23;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}
h3 {
    font-family: "Abel", sans-serif;
    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
    font-style: normal;
    color: #439c23;
    margin: 0 0 8px 0;
    padding: 0;
}
.fontgruen {
    font-family: "Abel", sans-serif;
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    font-style: normal;
    color: green;
    margin: 0 0 15px 0;
    padding: 0;
}

a {
    color: #eb6b51;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
a:hover {
    color: #333;
}
a:active {
    a:active {
        opacity: 0.7;
    }
}
.pin img {
    opacity: 0.9;
}
.pin a {
    color: #439c23;
}
#pin:hover {
    opacity: 0.7;
    text-decoration: dotted;
    border-bottom: 1px red dashed;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.listenfeld {
    margin-bottom: 26px;
}
.listenfeld li {
    padding-left: 18px;
    background: url(../images/direct_diode_bullet.gif) no-repeat 0 4px;
}
.dunkelgruen {
    color: #439c23;
}
.dunkelgruen a:hover {
    opacity: 0.8;
}
#nav-wrapper {
    height: 100px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    background: #41403c;
    z-index: 9999;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

#logo {
    display: inline-block;
    margin: 0;
    width: auto;
    height: auto;
    padding-top: 8px;
    padding-left: 2%;
}
#menu {
    text-align: center;
    padding-left: 14%;
}
#menumobil {
    display: none;
}
#menu ul {
    max-width: 1170px;
    display: inline;
}
nav[role="navigation"] {
    font-family: "Abel", sans-serif;
    font-size: 20px;
    line-height: 24px;
    background: none;
    margin-top: -35px;
}
nav[role="navigation"] ul {
    text-align: center;
    padding-left: 20%;
}
nav[role="navigation"] ul li {
    display: inline-block;
}
nav[role="navigation"] ul li a {
    text-transform: uppercase;
    color: #fff;
    padding: 0 0 0 80px;
    border-bottom:transparent;
}
nav[role="navigation"] ul li a:visited {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.9);
  }
nav[role="navigation"] ul li a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.9);
  }
    nav[role="navigation"] ul li a:focus {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.9);
}
nav[role="navigation"] ul li a:active {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.9);
}
#hamburger {
    display: none;
}
#menumobil {
    font-family: "Abel", sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
#menumobil ul li {
    text-align: right;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}
#menumobil ul li a:hover {
    color: rgba(235, 107, 81, 1);
    font-weight: 600;
}
#menumobil ul li:last-child {
    border-bottom: none;
}
#menumobil a {
    color: #fff;
    display: block;
    width: 100%;
}
.base {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px 0 15px;
}
section {
    display: block;
}
.sectionAbstand {
    box-sizing: border-box;
    width: 100%;
    padding: 70px 0 60px 0;
}
#willkommen {

}
#impressum {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px 0 15px;
}
strong {
    font-weight: 700;
}
.clear {
    clear: both;
}
footer {
    background: #41403c;
    font-family: "Abel", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding: 15px 0 15px 20px;
    color: #eb6b51;
}
footer a:hover {
    text-decoration: underline;
    color: rgba(235, 107, 81, 0.7);
}
.footdiv {max-width: 1170px; margin: 0 auto;}
.noplay {display: none;}
.see {display: none;}
.adresse {
    float: left;
    width: 31.62393162%;
    max-width: 370px;
    text-align: left;
}
.anfahrt {
    float: right;
    width: 65.81196581%;
    max-width: 770px;
    text-align: left;
    margin-top: -2.5em;
}
.rahmen {
    float: left;
    width: 47.43589744%;
    max-width: 555px;
    text-align: left;
}
.bildrahmen {
    float: right;
    width: 47.43589744%;
    max-width: 555px;
    text-align: left;
}
.bildrahmen img {
    width: 100%;
    height: auto;
}
.volleWeite {
    color: #fff;
    width: 93%;
    margin-left: -51.94805195%;
    padding-left: 51.94805195%;
    padding-top: 5.3%;
    padding-bottom: 5.3%;
    padding-right: 7%;
}
.backdunkelgruen {
    background: #41403c;
    height: 100px;
}
.tgliste,
.nosee {
    display: none;
}
.background {
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.content-eins {
    box-sizing: border-box;
    display: table;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}
.content-zwei {
    box-sizing: border-box;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    font-family: "Oswald", sans-serif;
    font-size: 70px;
    letter-spacing: 10px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0.8;
}
#inhaltbottom {
    padding-bottom: 50px;
}
.baseplatz {
    margin-bottom: -99px;
    width: 100%;
    position: relative;
    padding: 0;
}
.name-termin {
    position: absolute;
    z-index: 99;
    width: 92%;
    bottom: 20%;
    text-align: right;
}
#seemobil {
    display: none;
}
.name-termin a {
    color: #fff;
}
#termin a:hover {
    text-decoration: underline;
}
.homebase {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(../images/2_-kopf.jpg) no-repeat 100% 20% / cover;
    border-radius: 0 0 10px 10px;
}
.I-kopf {
    display: block;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding-left: 18%;
    font-family: Abel;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5%;
    font-size: 200%;
}
.fueller {
    width: 100%;
    height: 100px;
}
.ontop {
    position: relative;
    float: right;
    margin-top: -3.5em;
}
.top {
    font-size: 24px;
    color: rgba(235, 107, 81, 0.7);
}
.top:hover {
    color: rgba(235, 107, 81, 1);
}
.quali:hover {
    color: rgba(235, 107, 81, 0.9);
}
@media only screen and (min-width: 2200px) {
    .name-termin {
        width: 100%;
    }
}
@media only screen and (min-width: 3000px) {
    .homebase {
        
    }
}
#kontaktfeld {
    font-family: "Abel", sans-serif;
    font-size: 20px;
    line-height: 28px;
}
#kontaktfeld a {
    color: #439c23;
}
#kontaktfeld a:hover {
    opacity: 0.8;
}
.iconfa {
    padding-left: 30px;
    font-size: 19px;
}
.icoende {
    font-size: 19px;
    display: inline-block;
}
.iconfa .fa {
    display: inline-block;
    margin-left: -30px;
    width: 30px;
}
@media only screen and (max-width: 2048px) {
}
@media only screen and (max-width: 1200px) {
    .I-kopf {margin-top: -5.5%;
    }
        nav[role="navigation"] ul li a {
      padding: 0 0 0 70px;}
}
@media only screen and (max-width: 1100px) {
    .I-kopf {margin-top: -6%;
    }
    nav[role="navigation"] ul {
        padding-left: 10%;
    }
}
@media only screen and (max-width: 1024px) {
        nav[role="navigation"] ul li a {
      padding: 0 0 0 60px;}
    .base {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
    }
    .sectionAbstand {
        padding-left: 0;
        padding-right: 0;
    }
    .content-a {
        width: 100%;
        max-width: 100%;
        padding: 0 25px;
    }
    #menu ul {
        max-width: 100%;
        display: inline;
    }
}
@media only screen and (max-width: 950px) {
    .homebase {
    }
    nav[role="navigation"] ul {
        padding-left: 15%;
    }
    #menu {
        overflow: visible;
    }
    .I-kopf {
        margin-top: -7%;
    }
        nav[role="navigation"] ul li a {
      padding: 0 0 0 50px;}
}
@media only screen and (max-width: 900px) {
    nav[role="navigation"] ul li a {

    }
    #menu {
        text-align: right;
    }
    .name-termin {
        bottom: 20%;
        width: 98%;
    }
    .listenfeld li {
        background: url(../images/direct_diode_bullet.gif) no-repeat 0 2px;
    }
}
@media only screen and (max-width: 865px) {
		 nav[role="navigation"] {
        padding-left: 10%;
    }
    nav[role="navigation"] ul {
    	        font-size: 19px;
    	      }
}
@media only screen and (max-width: 850px) {
	    nav[role="navigation"] ul {
        padding-left: 15%;
    }
    nav[role="navigation"] ul li a {
    }
    .I-kopf {
        margin-top: -8%;
        padding-left: 22%;
    }
}
@media only screen and (max-width: 805px) {
    .homebase {
    }
    nav[role="navigation"] ul li a {
      padding: 0 0 0 40px;}
    .adresse,
    .rahmen {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-top: 3em;
    }
    .rasee {
        display: block;
    }
    .ranosee {
        display: none;
    }
    .anfahrt,
    .bildrahmen {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .bildrahmen img {
        margin-top: 40px;
    }
    .volleWeite {
        width: 100%;
        margin-left: -15px;
        margin-right: 15px;
        padding: 4% 15px 2% 15px;
    }
    #logo {
        padding-left: 0;
    }
    #logo img {
        padding-left: 15px;
    }
    .modh2 {
        margin: 0 0 -0.5em 0;
    }
    .name-termin {
        width: 100%;
        bottom: 10%;
    }
    .I-kopf { margin-top: -7.7%;}
}

@media only screen and (max-width: 767px) {
	   div.content { background-image:none !important;}
    .homebase {
    }
    .blind {display: none;}
    .modh2 {
        margin: -0.9em 0 -0.5em 0;
    }
    #hamburger {
        display: block;
        position: absolute;
        top: -13%;
        right: 0;
        height: 45px;
        width: 100px;
    }
    #nav-toggle {
        position: absolute;
        left: 20%;
        top: 20%;
        cursor: pointer;
        padding: 15px 45px 20px 0;
    }
    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        cursor: pointer;
        border-radius: 4px;
        height: 4px;
        width: 45px;
        background: #fff;
        position: absolute;
        display: block;
        content: "";
        transition: all 300ms ease-in-out;
    }
    #nav-toggle span:before {
        top: -11px;
    }
    #nav-toggle span:after {
        bottom: -11px;
    }
    #nav-toggle.active span {
        background-color: transparent;
    }
    #nav-toggle.active span:before,
    #nav-toggle.active span:after {
        top: 0;
    }
    #nav-toggle.active span:before {
        transform: rotate(45deg);
    }
    #nav-toggle.active span:after {
        transform: rotate(-45deg);
    }
     a#nav-toggle {border-bottom: 0;}
     ul.submenu.open li a {border-bottom: 0;}
    #nav-wrapper {
        height: 75px;
        padding-top: 8px;
    }
    #menu {
        display: none;
    }
    #menumobil {
        box-sizing: border-box;
        position: absolute;
        z-index: 10000;
        left: 0;
        top: 47px;
        width: 100%;
        padding: 8px 25px;
        background-color: #94a7ae;
        text-align: center;
    }
    #logo img {
        width: auto;
        height: 40px;
        margin-top: -9px;
        padding-left: 15px;
    }
        .name-termin {
        bottom: 7%;
    }
    #termin {
        top: -140px;
    }
 /*   #willkommen {
        margin-top: 6%;
    }*/
    .fueller {
        height: 59px;
    }
    .I-kopf {
        margin-top: -7.5%;
        font-size: 140%;
    }
}
@media only screen and (max-width: 700px) {
  /*  #willkommen {
        margin-top: 20%;
    }*/
    .I-kopf {
        margin-top: -8.5%;
    }
}
@media only screen and (max-device-width: 736px) {
    .name-termin {
        display: none;
    }
    #seemobil {
        display: block;
        margin-top: -99px;
    }
    #seemobil a {
        color: #fff;
    }
    #mobiltermin {
        position: absolute;
        color: #fff !important;
        left: 5%;
        text-align: right;
        z-index: 999;
    }
    .fontTermin {
        font-size: 76%;
    }
/*    #willkommen {
        margin-top: 20%;
    }*/
}
@media only screen and (max-width: 600px) {
    .nodis {
        display: none;
    }
    .noplay{
        display: block;
    }
    #hamburger {
        top: -28.5%;
    }
    body {
        font-size: 15px;
        line-height: 25px;
    }
    h1 {
        font-size: 28px;
        line-height: 34px;
        font-weight: 400;
        margin: 0 0 12px 0;
    }
    h2 {
        font-size: 54px;
        line-height: 90px;
        margin: 0 0 8px 0;
    }
    h3 {
        font-size: 28px;
        line-height: 30px;
        margin: 0 0 8px 0;
    }
    #nav-wrapper {
        height: 65px;
        padding-top: 8px;
    }
    #menumobil {
       /* top: 57px;*/
        padding: 8px 15px;
    }
    #logo {
       /* max-width: 50px;*/
    }
    #logo img {
        width: auto;
        height: 40px;
        margin-top: -13px;
        padding-left: 15px;
    }
    .name-termin {
        padding: 0 0;
    }
    .content-a {
        padding: 0 15px;
    }
    .sectionAbstand {
        padding: 65px 0 50px 0;
    }
   /* #willkommen {
        margin-top: 18%;*/
    }
    .modh2 {
        margin: -0.5em 0 -0.5em 0;
    }
    #contentB2 {
        padding-bottom: 50px;
    }

    .I-kopf {
        margin-top: -8.2%;
    }
}
@media only screen and (max-width: 586px) {
}
@media only screen and (max-width: 550px) {
    .name-termin {
        padding: 0 0;
    }

    .I-kopf {
        margin-top: -9%;
        padding-left: 28%;
    }
}
@media only screen and (max-width: 500px) {
    .see {
        display: block;
    }    
    footer {
        padding: 2px 0 0 20px;
    }
    h1 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 12px 0;
    }
    h2 {
        font-size: 44px;
        line-height: 50px;
        margin: 0 0 8px 0;
    }
    .modh2 {
        margin: -0.5em 0 -0.5em 0;
    }
    h3 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 8px 0;
    }
    #menumobil {
        padding: 8px 10px;
    }
    .base {
        padding: 0 10px;
    }
    .content-a {
        padding: 0 10px;
    }
    #termin {
        top: -100px;
    }
    .sectionAbstand {
        padding: 70px 0 50px 0;
    }
  /* #willkommen {
        margin-top: 22%;
    }*/

    .fontTermin {
        font-size: 80%;
    }
    .fontgruen {
        font-size: 22px;
        line-height: 24px;
    }
    .I-kopf {
        margin-top: -10%;
    }
}
@media only screen and (max-width: 450px) {
}
@media only screen and (max-height: 300px) {

}
@media only screen and (max-width: 405px) {
        .see {display:block;}
}
@media only screen and (max-device-width: 325px) {
    .I-kopf {
        margin-top: -12.5%;
    }
    .noicon {
        display: none;
    }
}
