@charset "UTF-8";
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*Additions by Norman Sieger are marked with S:D:I*/
/*google font einbauen*/
@import url(https://fonts.googleapis.com/css?family=Dosis:400,600&amp;subset=latin-ext); /*S:D:I*/


html {
    font-size: 1.4em;
    font-family: 'Dosis', sans-serif; /*S:D:I*/
    line-height: 1.4;
    height: 100%; /*S:D:I  dev1 hero*/
    color: #000;;
    background-color: #fbfbfb;/*S:D:I*/
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #fffc03;
    color: #000;
    padding: 0.3em 2em;
}

/* ==========================================================================
   Author's custom styles S:D:I
   ========================================================================== */

/*Hyperlinks allgemein*/

/*S:D:I*/
   body {
       height: 100%;
      font-size: 100%;
   }

/*S:D:I*/
/*dies ermöglicht das Bild oben*/
.hero {
      position: relative;
      min-height: 55%;
      text-align: center;
   }
.hero__image{
       	position: absolute;
         top: 0;
         left: 0;
       	width: 100%;
       	height: 100%;
         background-size: cover;
   }

/*spezieller h1 Stil für hero*/
   .hero__text--h1{
     font-size: 2.4em;
     position: absolute;
     text-align: center;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     background:none
   }
/*S:D:I*/
/*BASIS https://codepen.io/shangle/pen/rmxgh*/
/*Multi Level alles auf der rechten Seite*/
/*Basis: https://www.cssscript.com/demo/pure-css-mobile-compatible-responsive-dropdown-menu/*/

.toggle, [id^=drop] {
 display: none;
}

nav {
  margin: 0;
  padding: 0;
  background-color: rgba(255, 0, 0, 1);
  background-color: white;
  /*background-color: red;*/
  z-index: 300; /*S:D:I*/
  position: fixed; /*S:D:I*/
  top: 0; /*S:D:I*/
  width: 100% /*S:D:I*/
}

/*Logotext Format*/
.logo {
  display: block;
  padding: 0 30px;
  float: left; /*logotext links von der Navigation*/

  font-size: 2.1em;/*38px; /*S:D:I*/
  color: black;*/white; /*S:D:I*/
}
/*Logo Icon Format*/
.logoicon{ /*S:D:I*/
  width: 55px;
  height: 55px;
  padding: 5px;
  float: left; /*logotext links von der Navigation*/
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  /*background-color: #ff0000; /*S:D:I*//* sonst hier farbe level1*/
  /*background-color: rgba(255, 0, 0, 0.3);*/
  border-left: solid; /*S:D:I*/
  border-width: 1px; /*S:D:I*/
  border-color: white; /*S:D:I*/
    border-color: red; /*S:D:I*/
}

nav a {
  display: block;
  padding: 0 20px;
  color: black;/*#FFF;*/
  font-size: 0.9em;/*20px;*/
  line-height: 60px;
  text-decoration: none;
}

nav ul li ul li:hover { background: #b913d4;
}
nav a:hover { background-color: #b00000;
  color: white;
  font-weight: bolder;
transition: all 0.8s linear;}

nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 200px; /*Breite Level2*/
  float: none;
  display: list-item;
  position: relative;

}

nav ul ul ul li {
  position: relative;
  top: -60px; /* damit wird das ganze nach recht gerückt*/
  left: 170px; /*Abstand nach rechts der level2 Navigation  mit minus wird es nach links verschoben Breite oben beachten* /*/
  background-color: blue;
}

li > a:after { content: ' +'; }

li > a:only-child:after { content: ''; }

/*Für SprachauswahlS:D:I*/
.language {
  color: black;
  font-size: 30px;
  /*background-color: red;*/
  text-align: center;
  padding: 0 0;

}
/*S:D:I*/
/* Media Queries 1 NAV and Header--------- */
@media all and (max-width : 780px) {

.logo {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
  float: none;
  font-size: 1.5em; /*S:D:I*/
  }

.logoicon{ /*S:D:I*/
  width: 35px;
  height: 35px;
}
.hero {
  position: relative;
  min-height: 25%;
  text-align: center;
}

.hero__text--h1{
  font-size: 1.6em;
  top: 30%;

}

h1{font-size: 1.6em;}


nav { margin: 0;
position: relative;}

.toggle + a,
 .menu { display: none; }

.toggle {
  display: block;
  background-color: #ff0000;
  padding: 0 20px;
  color: #FFF;
  font-size: 1em; /*25px;*/
  line-height: 40px;
  text-decoration: none;
  border: none;
  }

.toggle:hover { background-color: #cb0000; }

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid black;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { background-color: #b00000; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #212121; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}
}

@media all and (max-width : 415px) {

.logo {
  font-size: 0.9em; /*S:D:I*/
  text-align: center;

}
.logoicon{ /*S:D:I*/
  width: 35px;
  height: 35px;
}

.hero {
  position: relative;
  min-height: 18%;
  text-align: center;
}

.hero__text--h1{
  font-size: 1em;
  top: 25%;
}
h1{font-size: 1.2em;}

p {font-size: 0.9em;}
}


/*===== Main =====S:D:I=*/
main {
  margin: 0 auto;
  max-width: 70%;
  padding:1em 50px;
  background-color: #fbfbfb;

}

section {
  background-color: #fbfbfb;
}

/*media */
@media only screen and (max-width: 1300px) {
  main{
      max-width: 90%;
  }
}

@media only screen and (max-width: 780px) {
  main{
    padding:0.1em 10px;
      max-width: 100%;
  }
  textarea {
    width: 50px;

  }
}
/*=====BILDER IM TEXTE====S:D:I*/
.fotorechts {
  float:right;
  border-radius: 10px;
  margin-left: 1em;
  margin-bottom: 1em;
  max-width: 60%;
}

.fotolinks {
  float: left;
  border-radius: 10px;
  margin-right: 1em;
  margin-bottom: 1em;
  max-width: 60%;
}

.fotocenter {
    display: block;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
  /*  width: 50%;*/
}

/*bei kleinen Bildschirmen kein float*/
@media all and (max-width : 415px) {
  .fotorechts {
    float: none;
      max-width: 80%;

  }


}

/*=====FOOTER===*/


footer {
background-color: #f6efef;

}

address {
  text-align: center;
  padding: 30px 6px;
  font-style: normal;
  font-size: 0.8em;
}

/*back to top button*/
/*https://www.w3schools.com/howto/howto_js_scroll_to_top.asp*/
/*wird durch Stil button beinflusst*/
button{
  background-color: rgba(255,0,0,0.3);
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */nav a
    background-color: rgba(255,0,0,0.3); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    /*padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 3em; /* Increase font size */
}

#myBtn:hover {
    background-color: rgba(25,25,25,0.3) /* Add a dark-grey background on hover */
}


/*====*/
/*===========Kontaktformular============*/
form {
/*  background-color: #DDDDDD;*/
  /*width: 410px;         /* Breite des Formulars */
  /*border: 1px solid #8c8c8c;*/
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 10px;
}

input {
  width: 250px;
  display: block;
  margin-bottom: 12px;
  height: 20px;
  /*background-color: #DDDDD0;/*#FFFBF0;*//*neu*/
}
label {
  width: 120px;
  float: left;
}
fieldset {
  color: black;
  padding-left: 12pX;
  padding-top: 15px;

}
textarea {
  width: 650px;
  height: 300px;
  /*background-color: #DDDDD0;/*#FFFBF0;*//*neu*/
  /*font-family: Verdana, Arial, sans-serif;*/
}


@media only screen and (max-width: 780px) {
  }
  textarea {
    width: 90%;

  }
}


#senden{
  margin: 20px 0 20px 220px;
  color: #003737;

  background-color: darkgrey;
  border: 2px solid #D9753B;
  width: 120px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/*neues Kontaktformular*/
.btn{
  border-radius: 14px;
  text-transform: uppercase;
  background-color: red;
  font-weight: 400;
  text-align: center;
  height: 50px;
  color: yellow;

}
/*--------*/
/*google maps*/
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height: 100%;
    width:100%;
    position:absolute;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) /*490px*/{
    /* Style adjustments for viewports that meet the condition */



}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
.fotorechts {display: none;}

}
