/*-----------------------------------------------------------------------------------

 [Global CSS for some elements]

 # html
 # body
 # a tag
 # responsive images
 # input placeholders
 # i tag for font awesome icons
 # paragraph
 # hr tag for horizontal line
 # white section
 # dark section
 # align center (class)
 # bootstrap fluid container
 # theme button
 # swiper (carousel slider)

-----------------------------------------------------------------------------------*/

/*-- allgmemein --*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 100%;
  /* ----------------------------- Global font */
  font-family: 'Poppins', serif;
  background: white;
}

* {
  outline: none !important;
}

/* a tag */
a {
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
  color: #1aa2f8;
}

a:hover, a:active, a:focus, a:visited {
  color: #1aa2f8;
  text-decoration: none;
}

/* Responsive image */
img {
  display: inline-block;
  max-width: 100%;
}

span {
  display: inline-block;
  max-width: 100%;
}

figure {
  overflow: hidden;
  max-width: 100%;
  display: block;
}

/* Input Placeholders */
:-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-webkit-input-placeholder {
  color: white;
  font-size: 18px;
}

::-moz-placeholder {
  opacity: 1;
}

/* I tag for font-awesome icons */
i {
  display: inline-block;
}

/* Paragraph */
p {
  color: #777;
  font-size: 13px;
  font-weight: 400;
  line-height: 27px;
  font-family: inherit;
}

/* Horizontal line */
hr {
  max-width: 70px;
  width: 100%;
  display: block;
  height: 0;
  clear: both;
  border: 2px solid #d7d7d7;
  margin: 0;
}

/* White section (.site-white-section) class */
.site-white-section, .site-dark-section {
  margin: 0;
  padding: 0;
  width: 100%;
  clear: both;
  display: block;
  text-align: center;
  background: white;
}

.site-white-section h1, .site-dark-section h1 {
  /* H1 heading */
  color: #1a1e2a;
  font-family: inherit;
  font-size: 40px;
  line-height: 66px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  display: block;
}

.site-white-section h1 a, .site-dark-section h1 a {
  color: #1a1e2a;
}

@media screen and (max-width: 767px) {
  .site-white-section h1, .site-dark-section h1 {
    font-size: 32px;
    line-height: 44px;
    padding-bottom: 10px;
  }
}

.site-white-section h1 strong, .site-dark-section h1 strong {
  font-weight: 700;
}

.site-white-section h1:before, .site-dark-section h1:before {
  /* H1 horizontal line */
  content: "";
  position: absolute;
  max-width: 70px;
  width: 100%;
  display: block;
  height: 4px;
  background: #d7d7d7;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 100%;
}

.site-white-section h2, .site-dark-section h2 {
  /* H2 Heading */
  font-family: inherit;
  font-size: 25px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
  color: #1a1e2a;
}

.site-white-section h2 a, .site-dark-section h2 a {
  color: #1a1e2a;
}

.site-white-section h2 span, .site-dark-section h2 span {
  color: #1aa2f8;
}

.site-white-section h3, .site-dark-section h3, .site-white-section h4, .site-dark-section h4, .site-white-section h5, .site-dark-section h5, .site-white-section h6, .site-dark-section h6 {
  /* a tag color change inside headings */
}

.site-white-section h3 a, .site-dark-section h3 a, .site-white-section h4 a, .site-dark-section h4 a, .site-white-section h5 a, .site-dark-section h5 a, .site-white-section h6 a, .site-dark-section h6 a {
  color: #1a1e2a;
}

/* Dark section (.site-dark-section) class */
.site-dark-section {
  margin: 0;
  padding: 0;
  width: 100%;
  clear: both;
  display: block;
  text-align: center;
  background: #2e3f5a;
  color: white;
}

.site-dark-section h1 {
  /* H1 heading */
  color: white;
}

.site-dark-section h2 {
  /* H2 heading */
  color: white;
}

.site-dark-section p {
  /* Paragraph */
  color: white;
}

/* Align center class */
.section-align-center {
  display: inline-block;
}

/* Fluid Container max width set when use (.wide) class */
.container-fluid.wide {
  max-width: 1400px;
}

/* Theme button */
a.theme-btn {
  /* a tag */
  border: 2px solid white;
  color: white;
  background-color: #1aa2f8;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 50px 10px 50px;
  position: relative;
  overflow: hidden;
  transition: 400ms ease;
  transition-property: color, background;
  cursor: pointer;
  z-index: 10;
  display: inline-block;
}

/* Theme button */
a.theme-btn2 {
  /* a tag */
  border: 2px solid white;
  color: white;
  background-color: #1aa2f8;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 50px 10px 50px;
  position: relative;
  overflow: hidden;
  transition: 400ms ease;
  transition-property: color, background;
  cursor: pointer;
  z-index: 10;
  display: inline-block;
}

a.theme-btn:hover {
  color: white;
  background: #1aa2f8;
}

a.theme-btn2:hover {
  color: #1aa2f8;
  background: white;
  border: 2px solid #1aa2f8;
}

/* Swiper carousel slider pagination */
.swiper-pagination {
  width: 100%;
  display: block;
  clear: both;
  padding: 0;
  position: relative;
  margin: 40px 0 0;
  overflow: hidden;
  left: 0;
  top: auto;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background-color: #636e78;
  transition: 400ms ease;
  transition-property: background-color;
  margin: 8px !important;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1aa2f8;
}

/* Swiper carousel slider navigation */
.swiper-button-prev, .swiper-button-next {
  /* Prev navigation button */
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  background: white none;
  text-align: center;
  transition: 400ms ease;
  transition-property: background-color;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 10px;
  overflow: hidden;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    margin: 0;
  }
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  background-color: #2E3F59;
}

.swiper-button-prev:hover:before, .swiper-button-next:hover:before {
  color: white;
}

.swiper-button-prev:before, .swiper-button-next:before {
  content: "\e902";
  font-family: 'icomoon', serif;
  display: block;
  color: rgba(26, 30, 42, 0.4);
  transition: 400ms ease;
  transition-property: color;
  position: relative;
  left: -2px;
}

.swiper-button-next {
  /* Next navigation button */
  right: 10px;
  left: auto;
}

.swiper-button-next:before {
  content: "\e903";
  left: 2px;
}

/*-- Impressum --*/
.impressum{
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
}   

.impressum h1 {
    margin-top: 28px;
    font-size: 28px;
}

.impressum a {
    font-size: 22px;
}


/*-- fußzeile --*/
.site-copyright {
  /* copyright class */
  font-family: sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  color: white;
}

.social-footer {
  padding: 1rem;
  background-color:orange;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.social-footer .social-footer-icons li:last-of-type {
  margin-right: 0;
}

.social-footer .social-footer-icons .fa {
  font-size: 2.5rem;
  color: white;
}

.social-footer .social-footer-icons .fa:hover {
  color: #4a4a4a;
  transition: color 0.3s ease-in;
}

.social-footer li { 
    display: inline-block;
    margin-right: 50px;
}

.social-footer ul {
    list-style-type:none;
    margin-right: 55px;  
}

.site-copyright li {   
    display: block;
    float: none;
    font-weight: bold;
}

.site-copyright ul {   
    margin-left: 20px;
}

.site-copyright a {
text-decoration: none;
color: white;
}

.site-copyright a:visited {
text-decoration: none;
color: white;


