﻿









/*
=========================================
=========================================

Online
Autor: Open|Source|Solutions

=========================================
========================================= */

/* 1. Allgemeine Einstellungen */
/* 2. Navigation */
/* 3. Footer */
/* 4. Hero - Section */


/* ===================== */
/* 1. Allgemeine Einstellungen: */
/* ===================== */

body {
  overflow-x: hidden;
   font-family: 'exo_2regular', Arial, sans-serif; 
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.5;
  color: #111;
  background-color: #fff;
}
a,
i,
span {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover, a:focus,
i:hover,
i:focus,
span:hover,
span:focus {
  text-decoration: none;
}
a i {
  transition: none;
}
a {
  color: #eb6c6e;
  text-decoration: none;
}
a:focus, a:hover {
  color: #eb6c6e;
  text-decoration: underline;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  margin-left:25px;
  list-style:none;
}
.main li:before {
  content: "\f00d"; /* FontAwesome Unicode */
  color:#65b361;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.main b, strong {
        font-weight: lighter;
}

section {
  padding: 100px 0;
  overflow-x: hidden;
}
button,
input {
  outline: none !important;
   font-family: 'exo_2regular', Arial, sans-serif; 
}
button {
  cursor: pointer;
}
main,
aside {
  padding: 50px 0 100px;
}
h1 a {
  margin-left: 10px;
  font-size: 0.9em;
  opacity: 0;
  transition: all 0.3s;
  color: #555;
  text-decoration: none;
}
h1:hover a {
  opacity: 1;
}
.page-header {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fafafa;
  margin-top: 30px;
}
.page-header h2 {
  margin-bottom: 0;
}
.animsition {
  z-index: 9999;
}
i[class*="icon-"] {
  transform: translateY(3px);
}
.no-padding {
  padding: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}

.padding-small {
  padding: 100px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}



.container-fluid {
  width: 100%;
}


div[class*="-btn"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
   font-family: 'exo_2regular', Arial, sans-serif; 
  font-weight: 700;
  line-height: 1.5;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
strong {
  font-weight: 700;
}


/* Buttons */
.btn {
  border-radius: 0 !important;
}
.btn {
  font-weight: normal;
  line-height: 1.25;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
}
.btn-primary {
  color: #fff;
  background-color: #bb8788;
  border-color: #ebd060;
  border-radius: 2px;
}
.btn-primary:hover {
  color: #ebd060;
  background-color: #fff;
  border-color: #ebd060;
}


.btn .btn-kontakt {
   margin-top:25px;
   text-decoration: none;
   color:#fff;
   background-color:#bb8788;
   padding: 10px 20px 10px 20px;

}

/*  Pagination */ 
.pagination-template li.page-item {
  margin: 0 5px;
}
.pagination-template a.page-link {
  width: 40px;
  height: 40px;
  line-height: 27px;
  border-radius: 50% !important;
  border: 1px solid #ddd;
  color: #555;
  text-align: center;
}
.pagination-template a.page-link:hover, .pagination-template a.page-link.active {
  background: #f5f5f5;
}
.pagination-template li.page-item {
  margin: 0 5px;
}
.pagination-template a.page-link {
  width: 40px;
  height: 40px;
  line-height: 27px;
  border-radius: 50% !important;
  border: none;
  color: #555;
  text-align: center;
}
.pagination-template a.page-link:hover, .pagination-template a.page-link.active {
  background: #eee;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.page-link {
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #999;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus, .page-link:hover {
  color: #737373;
  text-decoration: none;
  background-color: #eceeef;
  border-color: #ddd;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}


 

/* General Media Query ------------------------------------- */


@media (max-width: 800px) {
  nav.navbar .search-btn {
    margin-left: 0;
    padding-left: 0;
    border-left: none;

  }
}

@media (max-width: 576px) {
  nav.navbar .container {
    width: 100%;
  }
  .breadcrumb li {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/*
* ==========================================================
*     NAVBAR
* ==========================================================
*/
.navbar {
  background: #2f4f4f;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  z-index: 9998;
  border-bottom: 4px solid #e8a120;
}

.navbar .search-btn {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #111;
  height: 30px;
  line-height: 30px;
  color: #111;
  font-size: 1.5em;
}



.navbar .navbar-toggler {
  margin-bottom: 5px;
  background-color:#2f4f4f;
}

.navbar .navbar-toggler span {
  width: 40px;
  height: 3px;
  background: #fff;
  margin-top:10px;
  margin-bottom: 0px;
  display: block;
  
}

.navbar .navbar-toggler:hover {
    background-color: #2f4f4f;
}
.navbar .navbar-toggler:active {
    background-color: #2f4f4f;
}
.navbar .navbar-toggler:visited {
    background-color: #2f4f4f;
}

.navbar .navbar-toggler span:last-of-type {
  margin-bottom: 0;
}

.navbar .navbar-toggler.active span {
  margin: 0;
}

.navbar .navbar-toggler.active span:first-of-type {
  transform: rotate(45deg) translate(3px);
}

.navbar .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}

.navbar .navbar-toggler.active span:last-of-type {
  transform: rotate(-45deg) translate(3px);
}

.navbar .search-area {
  display: none;
  z-index: 9999;
}

.navbar .search-area-inner {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.99);
}

.navbar .search-area-inner .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.navbar .search-area-inner .row {
  width: 100%;
}

.navbar .navbar-nav a.nav-link {
  color: #fff;
  margin: 0 5px;
/*  font-weight: 500;*/
  font-size: 1.2em;
   font-family: 'exo_2regular', Arial, sans-serif; 
}

.navbar .navbar-nav a.nav-link:hover {
  color: #e8a120;

}
.navbar .navbar-nav a.nav-link.active {
  color: #e8a120;
}

.navbar-brand span{
  color:#fff;
  padding-left:10px;
  font-size:40px;
  position: absolute;
  top:0px;
}

.navbar-brand img{

     width:auto;
     height:40px;
     background:#111;

}
 
@media (max-width:800px) {

    .navbar .navbar-toggler span {
        width: 30px;
        height: 2px;
        margin-top:10px;
        margin-bottom: 0px;
    }
    .navbar-brand span{
       color:#fff;
       padding-left:5px;
       font-size:28px;
       position: absolute;
       top:8px;
    }
   .navbar-brand img{
       width:auto;
       height:28px;
       background:#111;
   } 
}

.navbar-collapse {
  padding-top:50px;
  background:#2f4f4f;
 
}



/* Navbar Media Query ------------------------------------- */
@media (max-width: 800px) {
  nav.navbar::after {
    width: 100%;
  }
  nav.navbar.active::after {
    width: calc(100% - 170px);
  }
  nav.navbar .search-area {
    font-size: 0.75em;
  }
}


.btn-search {
  font-size:40px;
}
@media (max-width: 800px) {
  .btn-search {
    display:none;
  }
}





/*==============================*/
/* 3. Footer */
/*==============================*/
footer.main-footer {
  background:#565555;
  padding: 50px 0 0;
  color: #fff;
  font-size:0.9em;
  border-top: 4px solid #e8a120;
}
footer.main-footer .contact-details p {
  font-weight: 300;
  color: #fff;
  margin-bottom: 5px;
  font-size: 0.9em;
}
footer.main-footer .contact-details a {
  text-decoration: underline;
  margin-bottom: 0;
}
footer.main-footer a {
  color: #fff;
  font-weight: 300;
  margin-bottom: 7px;
}
footer.main-footer a:hover, footer.main-footer a:focus {
  color: #fff;
}
footer.main-footer ul {
  margin-right: 30px;
}
footer.main-footer .list-unstyled a {
  font-size: 0.9em;
}
footer.main-footer .copyrights {
  background: #293133;
  margin-top: 20px;
  padding: 20px 0;
  font-size: 0.9em;
  color:#fff;
}
footer.main-footer .copyrights * {
  margin-bottom: 0;
}
footer.main-footer .social-menu {
  margin-top: 20px;
}
footer.main-footer .social-menu li {
  padding: 0 5px;
}
footer.main-footer .date::after,
footer.main-footer .title::after {
  display: none !important;
}

/* Footer Media Query ------------------------------------- */
@media (max-width: 800px) {
  footer.main-footer div[class*="col-"] {
    margin-bottom: 40px;
  }
  footer.main-footer div[class*="col-"]:last-of-type {
    margin-bottom: 0;
  }
  footer.main-footer .copyrights div[class*="col-"] {
    margin-bottom: 20px;
    text-align: center !important;
  }
  footer.main-footer .copyrights div[class*="col-"]:last-of-type {
    margin-bottom: 0;
  }
}


.portbox input[type=text] {
   width:100%;
 }
.portbox input[type=email] {
   width:100%;
 }
.portbox textarea {
   width:100%;
}
.portbox {
  padding:10px 25px 10px 25px;
  background:#84847d;
  height: 500px;
  color:#fff;
  font-size:18px; 
  margin-bottom:40px; 
}

.portbox i{
  padding-top:30px;
  text-align:center;
  font-size:60px;
  padding-bottom:20px;
}
.portbox h3{
  text-align:center;
  font-size:20px;
  padding-bottom:25px;
}

.masterclassbox{
   padding-top:50px;
   padding-bottom:50px;
   width:100%;
   background: #565555;
   color:#fff;
   text-align:justify;
}
.masterclassbox h2 {
  color:#bb8788;
  padding-bottom:30px;

}

.masterclassbox a{
   margin-top:25px;
   text-decoration: none;
   color:#fff;
   background-color:#bb8788;
   padding: 10px 20px 10px 20px;
}

.masterclassbox a:hover{
  color:#bb8788;
  background:#efe9e7;
}


.startseitediensteportbox {
  padding:10px 25px 10px 25px;
  background:#84847d;
  height: 500px;
  color:#fff;
  font-size:18px; 
  margin-bottom:40px; 
}


.startseitediensteportbox i{
  padding-top:30px;
  text-align:center;
  font-size:60px;
  padding-bottom:20px;
}
.startseitediensteportbox h3{
  text-align:center;
  font-size:20px;
  padding-bottom:25px;
}



.jetztbox {
  background: #565555;
  font-size:100px;
  color:#fff;
  padding-top:50px;
}

.jetztbox a{
   font-size:20px;
   margin-top:60px;
   text-decoration: none;
   color:#fff;
   background-color:#bb8788;
   padding: 10px 20px 10px 20px;
}


.referenzbox {
  border: 1px solid #565555;
  padding:40px 25px 10px 25px;
  height:150px;
  text-align:center;
  font-size:20px;
  margin-bottom:30px;
  font-weight:800;
}
@media(max-width:800px){
  .referenzbox{
  font-size:25px;
 }
}
@media(min-width:800px) and (max-width:1199px){
  .referenzbox{
  font-size:17px;
 }
}

#referenzen a{
   margin-top:25px;
   text-decoration: none;
   color:#fff;
   background-color:#bb8788;
   padding: 10px 20px 10px 20px;
}



#workshop .portbox {
  padding:10px 25px 10px 25px;
  background:#84847d;
  height: 500px;
  color:#fff;
  font-size:18px; 
  margin-bottom:40px; 

}
@media(min-width:770px) and (max-width:1000px){
  #workshop .portbox{
    height: 600px;
 }
}

#facebook .portbox {
  padding:10px 25px 10px 25px;
  background:#84847d;
  height: 400px;
  color:#fff;
  font-size:18px; 
  margin-bottom:40px;
}
@media (max-width: 800px) {
  #facebook .portbox {
     height:640px;
  }
  #facebook .eins{
     height:350px;
     margin-bottom:0px;
  }
}
#facebook .portbox h3 {
    padding-top:25px;
    font-size:20px;
    text-align:left;
    color:/*#e8a120;*/ #d3c4be;
}
#facebook .portbox h2 {
    padding-top:25px;
    text-align:center;
}
#facebook .portbox i{
    text-align:center;
    font-size:100px;
    padding-top:10px;
}


@media (max-width: 800px) {
  #instagram .portbox {
     height:750px;
  }
  #instagram .zwei { 
     height:350px;
     margin-bottom:0px;
 }
}

#seo .portbox {
  height:400px;
}

@media (max-width: 800px) {
  #seo .portbox {
    height:500px;
  }
    #seo .eins{
    height:250px;
    margin-bottom:0px;
  }
}
@media (min-width: 801px) and (max-width:1199px) {
  #seo .portbox {
    height:400px;
  }
    #seo .eins{
    height:400px;
    margin-bottom:0px;
  }
}
#seo .portbox h3 {
    padding-top:25px;
    font-size:20px;
    text-align:left;
    color:#d3c4be;
}
#seo .portbox h2 {
    padding-top:25px;
    text-align:center;
}
#seo .portbox i{
    text-align:center;
    font-size:100px;
    padding-top:60px;
}

@media (max-width:800px){
    #google .portbox{
      height:730px;
   }
   #google .eins {
      height:350px;
      margin-bottom:0px;
   }
}

.intro a{
    margin-top:30px;
    text-decoration: none;
    color:#fff;
    background-color:#bb8788;
    padding: 10px 20px 10px 20px;
    margin-bottom:25px;
    width:100%;
}
.introbox {
    background:#565555;
    color:#fff;
    padding:20px 25px 10px 25px;
}

.introbox h2 {
  color:#bb8788;
  padding-bottom:0px;


}

@media (min-width: 800px) {
  .smartphone {
     display:none;
  }
}
@media (max-width: 800px) {
  .portbox .portkleiner {
     height:20px;
  }
}


















/*
* ==========================================================
*    4. HERO SECTION
* ==========================================================
*/

p.text-hero {
  font-size: 1.2em;
}
p.text-hero i {
  font-size: 1.2em;
}

section.heromobile{
  margin-top:35px;
  padding:0;
}

@media (min-width:801px){
section .heromobile{
   display:none;
  }
}
section.hero {
  margin-top:35px;
  padding:0;
}

@media (max-width:800px){
section.hero {
  display:none;
  }
}
@media (min-width:801px){
.mobile {
  display:none;
}

}

section.hero .container {
  padding: 0px 0px;
  position: relative;
  
}
section.hero h1 {
  line-height: 1.2em;
  color:#fff;
  display:inline-block;
}
section.hero .continue {
  position: absolute;
  bottom: 80px;
  left: 20px;
  text-decoration: underline;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.0em;
  opacity: 1.0;
  background-color:#ea6c6e;
  padding:5px;
  
}

@media (max-width:800px){
  section.hero .continue {
    display:none;
  }
}


section.hero h4 {
  background:#fff;
  color:#2f5497;
  padding-left:0px;
  width: 250px;
  text-align: center;
  border-radius: 4px;
  border:2px solid #2f5497;
}


section.hero .continue i {
  margin-right: 5px;
}





/*
* ==========================================================
*     Blogs
* ==========================================================
*/

section.latest-posts header {
  margin-bottom: 50px;
}

.post {
  margin-bottom: 30px;
}

.post-meta {
  margin: 10px 0;  font-size: 0.8em;
}
.post-meta .date {
  text-transform: uppercase;
  font-weight: 400;
}
.post-meta .date::after {
  display: none;
}
.post .date {
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
  color: #aaa;
}
.post .title,
.post .date,
.post .comments,
.post .views {
  font-weight: 800;
  background-color: #ebd060;
  color:#fff; 
 text-transform: capitalize;
}

.post .title i,
.post .date i,
.post .comments i,
.post .views i {
  margin-right: 5px;
  font-size: 1.1em;
}

.post .title::after,
.post .date::after,
.post .comments::after,
.post .views::after {
  content: '|';
  display: inline-block;
  margin: 0 7px;
  font-size: 0.9em;
  color: #fff;
}

.post .meta-last::after {
  display: none;
}

.post-footer {
  margin-top:30px;

}



/* Latest Posts Section Media Query ------------------------------------- */
@media (max-width: 768px) {
  .post {
    margin-bottom: 40px;
  }
  .post:last-of-type {
    margin-bottom: 0;
  }
}

main.blog-post {
  padding-left: 0;
  padding-right: 0;
}

main.blog-post .post-thumbnail img {
  width: 100%;
  margin-bottom: 10px;
  border-top: 2px solid #8670ac;
}

main.blog-post .post-body {
  margin-top: 40px;
}


/* SOCIAL SHARE */

.social-share{
	border-bottom: 2px solid #eee;
	border-top: 2px solid #eee;
	display: inline;
	float: left;
	margin-bottom: 0px;
	margin-top: 30px;
	padding: 15px;
	width: 100%;
}
.social-share h3{
	float: left;
	margin: 0px;
	padding: 0px;
        font-size: 17px;
}
.social-share .social{
	float: right;
	text-align: right;
	display: inline-block;
        margin-bottom: 0px;
}
@media(max-width:991px ){
  .social-share h3 {text-align: center;width: 100%;}
  .social-share ul {width: 100%;margin-top: 15px;text-align: center;}
}
.social i{
  background:#2f4f4f;
  color:#fff;
  padding:20px;
  border-radius:20px;
  
  
}






@media (max-width: 768px) {
  .posts-nav a {
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  .blog-post .title::after {
    display: none !important;
  }
  .blog-post .author {
    margin-bottom: 10px;
  }
}


/*=========================*/
/* Sidebar */
/*========================*/
.widget {
  margin-bottom: 40px;
  padding: 20px;
  border-left: 1px solid #eee;
  width:100%;

}
.widget.latest-posts a {
  display: block;
  color: #333;
  text-decoration: none;
}
.widget.latest-posts a:hover {
  color: #ad1810;
}
.widget.latest-posts .image {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
}
.widget.latest-posts .item {
  margin-bottom: 20px;
}

.widget.tags .tag {
  padding: 5px 25px;
  border: 1px solid #64b361;
  margin: 5px 0;
  color: #64b361;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
}

.widget.tags .tag:hover {
  background: #64b361;
  color: #fff;
  border-color: #64b361;
}


/* ****  Team-Mitglieder *** */

.team-bild {
   height:180px;
   overflow:hidden;
}
.team-info {
   height:120px;
   overflow:hidden;
   font-size:15px;
}

 


 
strong {
  font-weight: bold;
}


.starterpaketheading {
   margin-top:-100px;
   font-size:60px;
}
@media (max-width: 768px) {
.starterpaketheading {
   margin-top: 40px;
 }
}
