/*Basis Farbe: Gelb #f4b700 */

/*------------------------------------------------------------------------------*/

/*BASIS SETUP*/

/*------------------------------------------------------------------------------*/

/* clicker-script-regular - latin */
@font-face {
  font-family: 'Clicker Script';
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('../fonts/clicker-script/clicker-script-v13-latin-regular.woff2')
      format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('../fonts/clicker-script/clicker-script-v13-latin-regular.woff')
      format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-100 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local(''), url('../fonts/lato/lato-v23-latin-100.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('../fonts/lato/lato-v23-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-100italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: local(''),
    url('../fonts/lato/lato-v23-latin-100italic.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('../fonts/lato/lato-v23-latin-100italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local(''), url('../fonts/lato/lato-v23-latin-300.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('../fonts/lato/lato-v23-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-300italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local(''),
    url('../fonts/lato/lato-v23-latin-300italic.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('../fonts/lato/lato-v23-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('../fonts/lato/lato-v23-latin-regular.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('../fonts/lato/lato-v23-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('../fonts/lato/lato-v23-latin-700.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('../fonts/lato/lato-v23-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  background-color: #fff;
  color: #555;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '.';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

/*------------------------------------------------------------------------------*/

/*WIEDERVERWENDBARE KOMPONENTEN*/

/*------------------------------------------------------------------------------*/

.row {
  max-width: 1140px;
  margin: 0 auto;
}

section {
  padding: 80px 0;
}

.box {
  padding: 1%;
}

/*-----HEADINGS-----*/

h1,
h2,
h3 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 240%;
  word-spacing: 2px;
}

h2 {
  font-size: 180%;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
}

h3 {
  font-size: 110%;
  margin-bottom: 15px;
  letter-spacing: 0px;
}

h2:after {
  display: block;
  height: 2px;
  background-color: #f4b700;
  content: ' ';
  width: 100px;
  margin: 0 auto;
  margin-top: 30px;
}

/*-----PARAGRAPHEN-----*/

.long-copy {
  line-height: 145%;
  width: 70%;
  margin-left: 15%;
}

.box p {
  font-size: 90%;
  line-height: 145%;
}

/*-----ICONS-----*/

.icon-big {
  font-size: 350%;
  display: block;
  color: #e67e22;
  margin-bottom: 10px;
}

.icon-small {
  display: inline-block;
  width: 30px;
  text-align: center;
  color: #e67e22;
  font-size: 120%;
  margin-right: 10px;
  /* sectrets to align text and icons */
  line-height: 120%;
  vertical-align: middle;
  margin-top: -5px;
}

.ion-icon {
  color: #f4b700;
  font-size: 150%;
}

/*-----GENERISCHE LINKS-----*/

a:link,
a:visited {
  color: #e67e22;
  text-decoration: none;
  border-bottom: 1px solid #e67e22;
  padding-bottom: 1px;
  -webkit-transition: border-bottom 0.2s, color 0.2s;
  transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}

/*-----BUTTONS-----*/

.btn:link,
.btn:visited,
.cookie-settings,
input[type='submit'] {
  display: inline-block;
  padding: 10px 30px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 200px;
  -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
  cursor: pointer;
}

.btn-full:link,
.btn-full:visited,
.cookie-settings,
input[type='submit'] {
  background-color: #f4b700;
  border: 1px solid #f4b700;
  color: #fff;
  margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited {
  border: 1px solid #f4b700;
  color: #f4b700;
}

.btn:hover,
.btn:active,
input[type='submit']:hover,
input[type='submit']:active {
  background-color: #be8f00;
}

.btn-full:hover,
.btn-full:active,
.cookie-settings {
  border: 1px solid #be8f00;
}

.btn-ghost:hover,
.btn-ghost:active {
  border: 1px solid #d4a105;
  color: #fff;
}

.cookie-settings {
  margin-bottom: 20px;
}

.cookie-settings:hover,
.cookie-settings:active {
  padding: 10px 30px;
}

/*------------------------------------------------------------------------------*/

/*HEADER*/

/*------------------------------------------------------------------------------*/

header {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url('resources/img/Hero.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url('resources/img/Hero.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 100vh;
}

.bilder {
  height: auto;
  background-image: none;
}

.hero-text-box {
  position: absolute;
  width: 1140px;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-text-box span {
  font-family: 'Clicker Script', cursive;
  text-transform: none;
  font-size: 350%;
  color: #f4b700;
  letter-spacing: 0;
}

.logo {
  height: 40px;
  width: auto;
  float: left;
  margin: 10px 0px;
}

.logo-black {
  display: none;
  height: 50px;
  width: auto;
  float: left;
  margin: 5px 0px;
}

/* Main navi */

nav {
  /*Basis Farbe: Gelb #f4b700 */
  background-color: rgba(244, 183, 0, 0.9);
}

.index_link:link,
.index_link:visited {
  border-bottom: 0;
  color: #555;
}

.logo-text {
  display: inline-block;
  padding-top: 8px;
  font-family: 'Clicker Script', cursive;
  font-size: 150%;
}

.liste_icon {
  display: inline-block;
  float: right;
}

.main-nav {
  list-style: none;
  display: inline-block;
  margin: 20px 0;
}

.main-nav li {
  display: inline-block;
  margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited {
  padding: 8px 0px;
  color: #555;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom 0.2s;
  transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
  border-bottom: 2px solid #555;
}

/* Mobile Navi*/

.mobile-nav-icon {
  cursor: pointer;
  display: none;
}

.mobile-nav-icon ion-icon {
  font-size: 200%;
  color: #555;
}

/* Sticky Navi*/

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(244, 183, 0, 0.9);
  z-index: 5;
}

.sticky .main-nav {
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
  padding: 8px 0px;
  color: #555;
}

/*------------------------------------------------------------------------------*/

/*ÜBER MICH*/

/*------------------------------------------------------------------------------*/

.ueber_mich__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper {
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
  -webkit-perspective: 1000;
  padding: 2px;
}

.profilbild {
  margin-left: 20px;
  height: 500px;
  -webkit-transform: rotateZ(5deg);
  transform: rotateZ(5deg);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4),
    0 6px 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}

/*------------------------------------------------------------------------------*/

/*BÜCHER*/

/*------------------------------------------------------------------------------*/

.section-buecher {
  background-color: #f7f7f7;
}

.section-buecher a {
  border: none;
}

.leseprobe a {
  color: #555;
  position: relative;
  top: 1px;
  border-bottom: solid 2px #f4b700;
}

.leseprobe a:hover {
  color: #f4b700;
}

#versand-information {
  display: block;
  position: relative;
  visibility: hidden;
  top: -85vh;
}

.versand-information {
  margin-top: 40px;
}

.buch {
  max-width: 1140px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ud_book_box {
  height: 300px;
  width: 200px;
  -webkit-perspective: 1800px;
  perspective: 1800px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  margin-right: 30px;
}

.ud_book {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate3d(0, 1, 0, 0);
  transform: rotate3d(0, 1, 0, 0);
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4),
    0 6px 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}

.ud_book:hover {
  -webkit-transform: rotate3d(0, 1, 0, 35deg);
  transform: rotate3d(0, 1, 0, 35deg);
}

.ud_ruckseite {
  top: 0;
  left: 0;
  background-size: cover;
  height: 100%;
  width: 25px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: rotate3d(0, 1, 0, -86deg) translate3d(-100%, 0, 0);
  transform: rotate3d(0, 1, 0, -86deg) translate3d(-100%, 0, 0);
}

.borschtel-eins .ud_book {
  background-image: url(resources/img/borschtel-eins-cover.jpg);
}

.borschtel-eins .ud_ruckseite {
  background-image: url(resources/img/borschtel-eins-ruecken.jpg);
}

.borschtel-zwei .ud_book {
  background-image: url(resources/img/borschtel-zwei-cover.jpg);
}

.borschtel-zwei .ud_ruckseite {
  background-image: url(resources/img/borschtel-zwei-ruecken.jpg);
}

.borschtel-drei .ud_book {
  background-image: url(resources/img/borschtel-drei-cover.jpg);
}

.borschtel-drei .ud_ruckseite {
  background-image: url(resources/img/borschtel-drei-ruecken.jpg);
}

.flaya .ud_book {
  background-image: url(resources/img/flaya-cover.jpg);
}

.flaya .ud_ruckseite {
  background-image: url(resources/img/flaya-ruecken.jpg);
}

.annemarie .ud_book {
  background-image: url(resources/img/annemarie-cover.jpg);
}

.annemarie .ud_ruckseite {
  background-image: url(resources/img/annemarie-ruecken.jpg);
}

.was-ein-quadrat-alles-kann .ud_book {
  background-image: url(resources/img/was-ein-quadrat-alles-kann-cover.jpg);
}

.buch-informationen {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.buch-informationen ion-icon {
  margin-right: 10px;
}

.leseprobe,
.altersempfehlung,
.buchausgabe,
.buch-preis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.buch_anker {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}

iframe {
  width: 90%;
  height: 90%;
}

.close {
  position: absolute;
  top: -1%;
  right: 0;
  padding: 8px 20px;
  font-size: 300%;
}

/*------------------------------------------------------------------------------*/

/*Kurzgeschichten*/

/*------------------------------------------------------------------------------*/

.kurzgeschichten-titel {
  text-align: center;
}

.kurzgeschichten-art {
  padding-bottom: 10px;
  color: #f4b700;
}

.kurzgeschichten-bilder {
  text-align: center;
  position: relative;
}

.kurzgeschichten-bilder img {
  width: 80%;
}

.kurzgeschichten-gedicht {
  text-align: center;
  line-height: 1.5;
}

.kurzgeschichten-geschichte {
  text-align: justify;
  line-height: 1.5;
}

.kurzgeschichten-geschichte br {
  display: block;
  content: '';
  margin-top: 10px;
}

.kurzgeschichten-content {
  max-height: 300px;
  position: relative;
  overflow: hidden;
}

.kurzgeschichten-download {
  display: inline-block;
  text-align: center;
  padding: 10px;
}

.mehr-lesen {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding-top: 100px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.weniger-lesen {
  display: inline-block;
  position: static;
  width: auto;
  bottom: inherit;
  left: inherit;
  padding: 10px;
}

/*------------------------------------------------------------------------------*/

/*BILDER*/

/*------------------------------------------------------------------------------*/

.bilder__liste {
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 8px;
  column-gap: 20px;
  list-style: none;
  margin-top: 10px;
}

.thumbnail figure {
  margin-bottom: 10px;
  position: relative;
}

.thumbnail img {
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4),
    0 6px 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4), 0 6px 5px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  margin-bottom: 7px;
  z-index: 2;
}

.thumbnail figure:hover img {
  -webkit-filter: grayscale();
  filter: grayscale();
  z-index: 0;
}

.thumbnail figure:hover p {
  visibility: visible;
}

.thumbnail p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  font-weight: normal;
  color: #f4b700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  z-index: 1;
  visibility: hidden;
}

.overlay {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  z-index: 8;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.beschriftung {
  position: absolute;
  bottom: 2%;
  z-index: 11;
  padding: 20px;
  color: #555;
}

.beschriftung p {
  line-height: 130%;
}

.bilder-container {
  position: relative;
}

.hintergrund-bild {
  position: relative;
  width: 100%;
}

.bilder-box {
  position: absolute;
  left: 36.5vw;
  top: 4vw;
  width: 26.24vw;
  height: 26.24vw;
}

.bild-informationen {
  position: absolute;
}

.bild-information {
  display: none;
}

.bild-information .beschriftung {
  position: absolute;
  left: 30vw;
  top: -26.24vw;
  width: 23vw;
  height: 8.5vw;
}

.slider-nav {
  background: none;
}

.slider-nav button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0.5vw 0.1vw;
  color: #555;
  font-size: 1.5vw;
}

.slider-nav ul {
  list-style: none;
  margin: 0.1vw;
  padding: 0.1vw;
  display: flex;
  justify-content: center;
}

.slider-nav li {
  display: flex;
  justify-content: center;
  padding: 0.1vw 5vw;
}

/*
.arrow ion-icon{
    color: #555;
}
*/

.bilder-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.bild-typ-1 {
  height: 42.62%;
  width: 58.2%;
  display: none;
  box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2);
}

.bild-typ-2 {
  height: 41.8%;
  width: 50%;
  display: none;
  box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2);
}

.bild-typ-3 {
  height: 34.43%;
  width: 75.41%;
  display: none;
  box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2);
}

.bild-typ-4 {
  height: 75.41%;
  width: 34.43%;
  display: none;
  box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2);
}

.bild-typ-5 {
  height: 34.43%;
  width: 83.61%;
  display: none;
  box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2);
}

.bild-typ-6 {
  height: 83.61%;
  width: 42, 62%;
  display: none;
  box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2);
}

.bild-typ-7 {
  height: 26.23%;
  width: 83.61%;
  display: none;
  box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2);
}

.bild-typ-8 {
  height: 59.02%;
  width: 84.43%;
  display: none;
  box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2);
}

.bild-typ-9 {
  height: 50.82%;
  width: 67.21%;
  display: none;
  box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2);
}

.bild-typ-10 {
  height: 59.92%;
  width: 42.62%;
  display: none;
  box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2);
}

.bild-typ-11 {
  height: 100%;
  width: 67.21%;
  display: none;
  box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2);
}

.bild-typ-12 {
  height: 81.97%;
  width: 98.36%;
  display: none;
  box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2);
}

.bild-typ-13 {
  height: 73.77%;
  width: 73.77%;
  display: none;
  box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2);
}

.bild-typ-14 {
  height: 18.85%;
  width: 18.85%;
  display: none;
  box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2);
}

.bild-typ-15 {
  height: 75.41%;
  width: 100%;
  display: none;
  box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2);
}

.bild-typ-16 {
  height: 50.82%;
  width: 18.03%;
  display: none;
  box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2);
}

.bild-typ-17 {
  height: 49.18%;
  width: 40.98%;
  display: none;
  box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2);
}

.bilder-slider img.active {
  display: block;
  -webkit-animation: fadeImg 0.8s;
  animation: fadeImg 0.8s;
}

.bild-information.active {
  display: block;
  -webkit-animation: fadeImg 0.8s;
  animation: fadeImg 0.8s;
}

@-webkit-keyframes fadeImg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeImg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*------------------------------------------------------------------------------*/

/*Konakt*/

/*------------------------------------------------------------------------------*/

.section-form {
  background-color: #f7f7f7;
}

.contact-form {
  width: 60%;
  margin: 0 auto;
}

input[type='text'],
input[type='email'],
select,
textarea {
  width: 100%;
  padding: 7px;
  margin-bottom: 7px;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 100%;
  font-family: 'Lato', 'Arial', sans-serif;
  font-weight: 300;
}

textarea {
  height: 100px;
}

input[type='checkbox'] {
  margin: 10px 5px 10px 0;
}

input[type='submit'] {
  font-size: 100%;
}

*:focus {
  outline: none;
}

.nachricht_gesendet {
  text-align: center;
  color: #62b340;
  display: none;
}

.nachricht_nicht_gesendet {
  text-align: center;
  color: #ff0000;
  display: none;
}

/*------------------------------------------------------------------------------*/

/*FOOTER*/

/*------------------------------------------------------------------------------*/

footer {
  background-color: #333;
  padding: 50px;
  font-size: 80%;
}

.footer-nav {
  list-style: none;
  text-align: center;
}

.social-links {
  list-style: none;
  float: right;
}

.footer-nav li,
.social-links li {
  display: inline-block;
  margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
  margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links a:visited {
  text-decoration: none;
  border: 0;
  color: #888;
  -webkit-transition: color 0.02s;
  transition: color 0.02s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
  color: #ddd;
}

.social-links li a:link,
.social-links li a:visited {
  font-size: 160%;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-instagram {
  -webkit-transition: color 0.02s;
  transition: color 0.02s;
}

.ion-social-facebook:hover,
.ion-social-facebook:active {
  color: #3b5998;
}

.ion-social-twitter:hover,
.ion-social-twitter:active {
  color: #00aced;
}

.ion-social-instagram:hover,
.ion-social-instagram:active {
  color: #517fa4;
}

footer p {
  color: #888;
  text-align: center;
  margin-top: 20px;
}

/*------------------------------------------------------------------------------*/

/*DISCLAIMER, DSGVO, IMPRESSUM*/

/*------------------------------------------------------------------------------*/

.section-disclaimer,
.section-dsgvo,
.section-impressum {
  margin: 20px 0;
  padding: 30px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(rgba(0, 0, 0, 0.99)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 0.99),
    rgba(0, 0, 0, 0)
  );
  color: #fff;
  height: 88vh;
  overflow-y: auto;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

.ersatz-kontakt {
  display: flex;
  justify-content: center;
  font-size: 200%;
  color: #f4b700;
  text-decoration: none;
  border: none;
}

.ersatz-kontakt:link {
  display: flex;
  justify-content: center;
  font-size: 200%;
  color: #f4b700;
  text-decoration: none;
  border: none;
}

/*------------------------------------------------------------------------------*/

/*SONSTIGES*/

/*------------------------------------------------------------------------------*/

.hidden {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
}
