@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  background: #f5f4f4;
  font-size: 13px;
  padding-top: 40px;
}

.m0 {
  margin: 0;
}

section.row, header.row, footer.row {
  margin: 0;
  position: relative;
  width: 100%
}

a, .btn, button {
  text-decoration: none;
  outline: none;
  font-size: 13px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

/*Headings*/
h5 {
  font-size: 13px;
}

/*Button*/
.btn-primary {
  background: transparent;
  border-width: 0 2px;
  border-style: solid;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 2px;
  background-size: 100% 2px;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0 40px;
  line-height: 42px;
  font-family: "Kanit", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.btn-primary span {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.btn-primary:hover, .btn-primary:focus {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  border-left: 2px solid;
  border-right: 2px solid;
  color: #fff;
}
.btn-primary.btn-sm {
  padding: 0 18px;
  line-height: 38px;
}


/*Content Wrap*/
.content-wrap {
  padding: 55px 0 65px;
}
@media (max-width:420px){
.content-wrap {
  padding: 55px 0 65px;
}
}
.content-wrap.single-nosidebar {
  padding-top: 5px;
}
@media (max-width: 991px) {
  .content-wrap .blog-posts {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .content-wrap .sidebar {
    width: 100%;
    padding-top: 40px;
  }
}

.content-wrap-2 {
  padding: 0 0 130px;
}
@media (max-width: 991px) {
  .content-wrap-2 .blog-posts {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .content-wrap-2 .sidebar {
    width: 100%;
  }
}

.content-wrap-3 {
  padding: 40px 0 80px;
}
.content-wrap-3 .blog-posts {
  margin-bottom: 20px;
}

.sticky-posts-wrap {
  padding-top: 15px;
}
@media (max-width: 991px) {
  .sticky-posts-wrap .col-sm-8 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .sticky-posts-wrap .col-sm-4 {
    width: 100%;
  }
  .sticky-posts-wrap .col-sm-4 .featured-content {
    width: 50%;
    float: left;
  }
  .sticky-posts-wrap .col-sm-4 .post-excerpt {
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  .sticky-posts-wrap .col-sm-4 .featured-content {
    width: 100%;
    text-align: center;
  }
  .sticky-posts-wrap .col-sm-4 .featured-content a img {
    display: inline-block;
  }
  .sticky-posts-wrap .col-sm-4 .post-excerpt {
    width: 100%;
  }
}

.navbar-default {
  margin-bottom: 0;
  background: #6C3636;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.navbar-default.affix {
  top: 0;
  width: 100%;
  z-index: 100;
}
/*.navbar-default.affix + header + section {
  margin-top: 0px;
}*/
.navbar-default .navbar-header {
  margin: 0;
}
.navbar-default .navbar-toggle {
  float: none;
  margin: 0 auto;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 0;
  padding: 0 14px;
}
@media (max-width: 767px) {
  .navbar-default .navbar-toggle {
    display: block;
  }
}
.navbar-default .navbar-toggle[aria-expanded="false"] {
  background: #fff;
}
.navbar-default .navbar-toggle[aria-expanded="false"] span {
  background: #000;
}
.navbar-default .navbar-toggle[aria-expanded="true"] {
  background: #000;
}
.navbar-default .navbar-toggle[aria-expanded="true"] span {
  background: #fff;
}
.navbar-default .container {
  padding: 0;
}
@media (max-width: 767px) {
  .navbar-default #main-navbar {
    margin: 0;
  }
}
.navbar-default #main-navbar .navbar-nav li a {
  padding: 0 20px;
  font: 13px/57px "Kanit", sans-serif;
  color: #808080;
  letter-spacing: 1px;
}
.navbar-default #main-navbar .navbar-nav li a span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navbar-default #main-navbar .navbar-nav li a:hover, .navbar-default #main-navbar .navbar-nav li a:focus {
  color: #333;
}
.navbar-default #main-navbar .navbar-nav li.open a, .navbar-default #main-navbar .navbar-nav li.active a {
  background: none;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-default #main-navbar .navbar-nav li.open a span, .navbar-default #main-navbar .navbar-nav li.active a span {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-default #main-navbar .navbar-nav li.open a + ul, .navbar-default #main-navbar .navbar-nav li.active a + ul {
  padding: 4px 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  min-width: 180px;
}
.navbar-default #main-navbar .navbar-nav li.open a + ul li a, .navbar-default #main-navbar .navbar-nav li.active a + ul li a {
  font: 500 13px/38px "Roboto", sans-serif;
  color: #808080;
}
.navbar-default #main-navbar .navbar-nav li.open a + ul li a:hover, .navbar-default #main-navbar .navbar-nav li.open a + ul li a:focus, .navbar-default #main-navbar .navbar-nav li.active a + ul li a:hover, .navbar-default #main-navbar .navbar-nav li.active a + ul li a:focus {
  color: #FFF;
}
.navbar-default #main-navbar .navbar-nav nav.active a:after {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
}
@media (max-width: 767px) {
  .navbar-default #main-navbar .navbar-nav li.active a:after {
    left: 20px;
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}
.navbar-default #main-navbar .navbar-nav li.active a + ul li a:after {
  display: none;
}
.navbar-default #main-navbar .navbar-nav li.active.open a:after {
  display: none;
}
.navbar-default.onbottom {
  background: #fff;
  margin-top: -30px;
}
.navbar-default.onbottom.affix {
  margin-top: 0;
}
.navbar-default.onbottom #main-navbar .navbar-nav li.active a:after {
  background-image: none;
  position: absolute;
  display: block;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 2px;
  top: auto;
  bottom: -1px;
}
.navbar-default.onbottom #main-navbar .navbar-nav li.active ul li a:after {
  display: none;
}
.navbar-default .social-nav li a {
  line-height: 57px;
}

.subscribe-link {
  line-height: 57px;
  font: 13px/57px "Kanit", sans-serif;
  color: #808080;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.subscribe-link i {
  margin-right: 10px;
  float: left;
  line-height: 57px;
}
.subscribe-link:hover, .subscribe-link:focus {
  color: #333;
}

.subscribe-form2 i {
  line-height: 57px;
}
.subscribe-form2 .input-group {
  width: 250px;
}
.subscribe-form2 .input-group-addon {
  padding: 0;
  background: none;
  border-radius: 0;
  border: none;
  color: #808080;
}
.subscribe-form2 .form-control {
  padding: 0 0 0 10px;
  height: 57px;
  border: none;
  font: 13px/57px "Kanit", sans-serif;
  color: #808080;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.subscribe-form2 .form-control::-moz-placeholder {
  color: #808080;
}
.subscribe-form2 .form-control:-ms-input-placeholder {
  color: #808080;
}
.subscribe-form2 .form-control::-webkit-input-placeholder {
  color: #808080;
}
.subscribe-form2 .form-control:focus {
  color: #333;
}



.single-post-content {
  margin-top: 15px;
  padding: 0;
  background: #fff;
}
.single-post-content header {
  padding: 25px 30px;
}
.single-post-content header .post-meta {
  color: #ccc;
}
.single-post-content .featured-content {
  text-align: center;
}
.single-post-content .featured-content img {
  max-width: 100%;
}
.single-post-content .post-title {
  font-family: "Dosis", sans-serif;
  line-height: 1.25;
}
.single-post-content .post-content {
  margin: 0;
  padding: 25px 30px;
}
.single-post-content .post-content h4 {
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  color: #808080;
  margin: 0;
  text-align: justify;
}
.single-post-content .post-content h3 {
  margin: 0;
  font-family: "Dosis", sans-serif;
  line-height: 1.25;
  color: #333;
}
.single-post-content .post-content p {
  font: 15px/21px "Open Sans", sans-serif;
  color: #808080;
  margin: 0;
}
.single-post-content .post-content blockquote {
  border: none;
  padding: 10px;
  margin-bottom: 10px;
}
.single-post-content .post-content blockquote.has-sign {
  padding-left: 0;
  font: 24px/1.25 "Dosis", sans-serif;
  color: #333;
}
.single-post-content .post-content blockquote.has-sign:before {
  float: left;
  content: '“';
  font: 72px/0.8 "Montserrat", sans-serif;
  width: 60px;
  text-align: center;
}
.single-post-content .post-content blockquote.has-sign div {
  float: left;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
.single-post-content .post-content blockquote.has-sign p {
  margin-bottom: 10px;
  font: 500 24px/1.25 "Dosis", sans-serif;
  color: #333;
}
@media (max-width: 479px) {
  .single-post-content .post-content blockquote.has-sign p {
    font-size: 18px;
  }
}
.single-post-content .post-content blockquote.has-sign footer {
  font: 13px/1 "Kanit", sans-serif;
  color: #808080;
}
.single-post-content .post-content blockquote.has-sign footer:before {
  display: none;
}
.single-post-content .post-content blockquote.no-sign {
  padding-left: 40px;
}
@media (max-width: 479px) {
  .single-post-content .post-content blockquote.no-sign {
    padding-left: 10px;
  }
}
.single-post-content .post-content blockquote.no-sign p {
  font: 22px/1.25 "Kanit", sans-serif;
}
@media (max-width: 479px) {
  .single-post-content .post-content blockquote.no-sign p {
    font-size: 16px;
  }
}
.single-post-content .post-content .nav {
  margin-top: 15px;
}
.single-post-content .post-content .nav li {
  padding-left: 22px;
  font: 15px/21px "Open Sans", sans-serif;
  color: #808080;
}
.single-post-content .post-content .nav li + li {
  margin-top: 20px;
}
.single-post-content .post-content .nav li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 22px;
  color: #ccc;
  margin-left: -22px;
}
.single-post-content .post-content .nav.triangle-list li:before {
  content: "\f0da";
}
.single-post-content .post-content .nav.circle-list li:before {
  content: "\f111";
  font-size: 7px;
}
.single-post-content.v2 header {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .single-post-content.v2 header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.single-post-content.v2 .post-title {
  font-family: 'Proza Libre', sans-serif;
  font-size: 35px;
  text-shadow: 1px 1px #777
}
.single-post-content.v2 .post-content {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 479px) {
  .single-post-content.v2 .post-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.single-post-content.v2 .post-content h3 {
  font-family: 'Proza Libre', sans-serif;
  font-size: 23px;
}
.single-post-content.v2 .post-content blockquote.has-sign:before {
  width: 90px;
  text-align: left;
  font-size: 120px;
}
@media (max-width: 767px) {
  .single-post-content.v2 .post-content blockquote.has-sign:before {
    width: 60px;
  }
}
.single-post-content.v2 .post-content blockquote.has-sign div {
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
}
@media (max-width: 767px) {
  .single-post-content.v2 .post-content blockquote.has-sign div {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}
.single-post-content.v2 .post-content blockquote.has-sign p {
  font-family: "Fredoka One", cursive;
}
.single-post-content.v2 .post-content blockquote.no-sign p {
  font-family: "Fredoka One", cursive;
}
.single-post-content.v2 .thumbCarousel #carousel .flex-viewport {
  margin: 0 260px;
}
@media (max-width: 991px) {
  .single-post-content.v2 .thumbCarousel #carousel .flex-viewport {
    margin: 0 60px;
  }
}
.single-post-content.v2 .thumbCarousel #carousel .flex-direction-nav li a.flex-prev {
  left: 200px;
}
@media (max-width: 991px) {
  .single-post-content.v2 .thumbCarousel #carousel .flex-direction-nav li a.flex-prev {
    left: 0;
  }
}
.single-post-content.v2 .thumbCarousel #carousel .flex-direction-nav li a.flex-next {
  right: 200px;
}
@media (max-width: 991px) {
  .single-post-content.v2 .thumbCarousel #carousel .flex-direction-nav li a.flex-next {
    right: 0;
  }
}
.single-post-content.v2 .thumbCarousel #carousel .flex-direction-nav li a:before {
  display: none;
}
.single-post-content.v2 .pager li .post-title a {
  font: 23px/1.25 "Fredoka One", cursive;
}
.single-post-content.v2 .comment .media-body h4 a {
  font: 20px/1.25 "Fredoka One", cursive;
}
.single-post-content.v2 .tags {
  padding: 30px 40px;
}
@media (max-width: 479px) {
  .single-post-content.v2 .tags {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.single-post-content.v2 .comment-form {
  padding: 30px 25px;
}
.single-post-content.v2 .comments {
  padding: 0 40px;
}
@media (max-width: 479px) {
  .single-post-content.v2 .comments {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.single-post-content.v2p1 .post-content blockquote.no-sign p {
  font-family: "Kanit", sans-serif;
}
.single-post-content .post-author-about {
  padding-right: 60px;
  padding-left: 0;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .single-post-content .post-author-about {
    padding: 0 0 30px;
  }
}
.single-post-content .post-author-about p {
  font: 16px/21px "Roboto", sans-serif;
  color: #808080;
}
.single-post-content .post-author-about .media {
  overflow: visible;
}
@media (max-width: 479px) {
  .single-post-content .post-author-about .media {
    text-align: center;
  }
}
.single-post-content .post-author-about .media .media-left {
  padding-right: 20px;
  overflow: visible;
}
@media (max-width: 479px) {
  .single-post-content .post-author-about .media .media-left {
    display: block;
  }
}
.single-post-content .post-author-about .media .media-left a {
  display: block;
  width: 108px;
  margin-left: -94px;
}
@media (max-width: 991px) {
  .single-post-content .post-author-about .media .media-left a {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .single-post-content .post-author-about .media .media-left a {
    margin: 0 auto;
  }
}
.single-post-content .post-author-about .media .media-left a img {
  max-width: 100%;
}
.single-post-content .post-author-about .media .media-body {
  padding-top: 15px;
}
.single-post-content .post-author-about .media .media-body:after {
  content: '';
  height: 0;
  border-bottom: 2px dotted #ccc;
  display: block;
  width: 125px;
  float: right;
  margin: 25px 0;
}
.single-post-content .post-author-about .media .media-body h3 a {
  margin: 0;
  font-family: "Fredoka One", cursive;
  line-height: 1.25;
  color: #333;
  font-size: 24px;
}
.single-post-content .post-author-about .media .media-body h5 {
  text-transform: uppercase;
  font: 13px/1 "Kanit", sans-serif;
  color: #808080;
  letter-spacing: 0.75px;
}
@media (max-width: 479px) {
  .single-post-content .post-author-about .media .media-body ul {
    margin: 15px auto 0;
  }
}
.single-post-content .post-author-about .media .media-body ul li {
  padding-left: 0;
}
.single-post-content .post-author-about .media .media-body ul li + li {
  padding-left: 18px;
  margin: 0;
}
.single-post-content .post-author-about + h4 {
  padding-right: 20px;
  font: 300 18px/30px "Roboto", sans-serif;
}
@media (max-width: 991px) {
  .single-post-content .post-author-about + h4 {
    padding-right: 0;
  }
}

/*meins*/
.post-snippet {
padding-right: 80px;
padding-left: 80px;
/*color: #3b5998;*/
}
@media (max-width: 990px){
  .post-snippet {
    padding-right: 0px;
    padding-left: 0px;
    }
  }
@media (min-width: 1199px){
.post-snippet {
  padding-right: 150px;
  padding-left: 100px;
  }
}
@media (min-width: 1300px){
  .post-snippet {
    padding-right: 100px;
    padding-left: 100px;
    }
  }

/*.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}*/

.masthead {

  background-image: url(../images/AdobeStock_168222001_Preview.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50vw;
  max-width: 100%;
  padding-top: 14px;

}
.masthead .container{
  text-align: center;
  font-size: 16px;
  color: rgb(155, 31, 31);
  padding-right: 300px;
}

.masthead .item-post {
height: 30%;
}

@media (max-width: 767px) {
  .masthead .container {
    /*font-size: 12px;*/
    line-height: 0.9;
    padding-right: 250px;
  }
}
@media (max-width: 680px) {
  .masthead .container {
    /*font-size: 12px;*/
    line-height: 0.9;
    padding-right: 200px;
  }
}
@media (max-width: 480px) {
  .masthead .container {
    font-size: 12px;
    line-height: 0.9;
    padding-right: 150px;
  }
}
@media (max-width: 420px) {
  .masthead .container {
    padding-right: 0px;
  }
}
.masthead .post {
  padding: 0;
}
.masthead .post-content {
  width: 100%;
  position: relative;
  top: 80px;
  
}
@media (max-width: 768px){
  .masthead .post-content{ 
    top: 0px;
}
}


/*@media (max-width: 1199px) {
  .masthead .post-content {
    top: 80px;
  }
}
@media (max-width: 1020px) {
  .masthead .post-content {
    top: 80px;
  }
}
@media (max-width: 820px) {
  .masthead .post-content {
    top: -55px;
  }
}
@media (max-width: 680px) {
  .masthead .post-content {
    top: 55px;
    font-size: 10px;
  }
}

@media (max-width: 380px) {
  .masthead .post-content {
    top: 80px;
  }
}*/
.masthead h5 {
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.masthead h5 a {
  color: rgba(255, 255, 255, 0.7);
}
.masthead h2 {
  margin: 10px 0 22px;
}
@media (max-width: 680px) {
  .masthead h2 {
    max-width: 100%;
    margin: 5px 0 15px;
    line-height: 0.6;
  }
}

.masthead h2  {
  color: #808080;
  font: 600 30px/1.25 'Proza Libre', sans-serif;
  text-align: center;
}
@media (max-width: 520px) {
  .masthead h2 {
    font-size: 20px;
  }
}
@media (max-width: 680px) {
  .masthead h2 a {
    font-size: 18px;
    line-height: 0.7;
  }
}
@media (max-width: 680px) {
  .masthead .btn-primary {
    padding: 0 15px;
    line-height: 30px;
  }
}
.masthead .owl-prev, .masthead .owl-next {
  position: absolute;
  color: #fff;
  background: #000;
  width: 70px;
  height: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  text-align: center;
  line-height: 70px;
  font-size: 36px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.masthead .owl-prev:hover, .masthead .owl-prev:focus, .masthead .owl-next:hover, .masthead .owl-next:focus {
  background: #fff;
  color: #000;
}
.masthead .owl-prev {
  left: 0;
}
.masthead .owl-next {
  right: 0;
}
.masthead:hover .owl-prev, .masthead:hover .owl-next {
  opacity: 1;
}
.masthead.text-center {
  background: #000;
}
.masthead.text-center .main-bg {
  opacity: 0.87;
}
.masthead.text-center .post-content {
  bottom: 47px;
}
@media (max-width: 991px) {
  .masthead.text-center .post-content {
    bottom: 30px;
  }
}
.masthead.text-center h2 {
  margin-left: auto;
  margin-right: auto;
}
.masthead.dosis h2 a {
  font: 500 30px/1.25 "Dosis", sans-serif;
}
.masthead.fredoka h2 a {
  font: 400 30px/1.25 "Fredoka One", cursive;
}
.masthead.kanit-bold h2 {
  max-width: 780px;
}
.masthead.kanit-bold h2 a {
  font: 700 30px/1.25 "Kanit", sans-serif;
}

.content-wrap-new {
  padding: 0px 0 65px;
}

.portrait{
  width: 120%;
}

@media (max-width: 768px){
  .portrait{
    width:100%;
  }
}

/* Das Kontaktformular 
form {
  background-color: #eee;
  width: 370px; /* Breite des Formulars 
  padding: 20px;
  border: 1px solid #8c8c8c;
}
label { /* Beschriftung auf eigener Zeile 
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand 
}
input#absender,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
textarea {
  height: 7em;
}
input:focus,
textarea:focus {
  background-color: #d9d9d9;
}*/

/* Scroll down button */
.demo a {
  position: relative;
  top: 60px;
  
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #000;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .3;
}

@media (max-width: 1020px) {
  .demo a {
    display: none;
  }
}

#section01 a {
  padding-top: 40px;
}
#section01 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

@media (max-width: 1020px) {
#section01 a span {
display: none;
}
}

.followUpBTN {
text-align: center;
padding-top: 50px;
}

ul { 
  list-style: none 
}

.btn-primary {
  border-left-color: #6c3636;
  border-right-color: #976767;
  background-image: -webkit-linear-gradient(left, #6c3636 0%, #976767 100%), -webkit-linear-gradient(left, #6c3636 0%, #976767 100%);
  background-image: -moz-linear-gradient(left, #6c3636 0%, #976767 100%), -moz-linear-gradient(left, #6c3636 0%, #976767 100%);
  background-image: -o-linear-gradient(left, #6c3636 0%, #976767 100%), -o-linear-gradient(left, #6c3636 0%, #976767 100%);
  background-image: linear-gradient(to right, #6c3636 0%, #976767 100%), linear-gradient(to right, #6c3636 0%, #976767 100%);
}
.btn-primary span {
  background: -webkit-linear-gradient(330deg, #6c3636 0%, #976767 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #976767;
}
.btn-primary:hover, .btn-primary:focus {
  background-size: 100% 100%;
  border-left-color: #6c3636;
  border-right-color: #976767;
}
.btn-primary:hover span, .btn-primary:focus span {
  background: -webkit-linear-gradient(330deg, white 0%, white 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
}

th, td {
  padding-left: 15px;
  padding-bottom: 10px;
}

.RIcons{
  width: 187px;
}
.col-lg-4{
  text-align: center;
}
.col-lg-4, h4{
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  color: #808080;
  margin: 0;
}
.col-lg-3{
  text-align: center;
}
.col-lg-3, h4{
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  color: #808080;
  margin: 0;
}
table {
  font-family: 'Open Sans', sans-serif;
}
p{
  font-family: 'Open Sans', sans-serif;
}
ul{
  font-family: 'Open Sans', sans-serif;
}
h2{
  font-family: 'Proza Libre', sans-serif;
  text-align: left;
}

article h4 {
  hyphens: manual;
}

.trennung{
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;  
}

.boldb{
font-weight: bold;
}

table td, table td * {
  vertical-align: top;
}

.datschu{
  text-align: justify;
}