/*
*    Startuply v1.1 Custom Styles
*    by Vivaco
*
*    Table of Contents
*    -------------------------
*    1. Fonts
*    2. Global & Helpers
*    3. Preloader
*    4. Elements
*    5. Alternative tab slider
*    6. ShortCodes
*    7. Navigation Header
*    8. Top Hero Section
*    9. Page versions
*    10. Footer
*    11. Mobile device 767px
*    12. Mobile device 540px
*    13. Mobile device 340px
*    14. Tablet device Landscape 1024px and 768px
*    15. Tablet device Portrait 768px and 1024px
*    16. Desktop medium screen 992px and 1199px
*    17. Desktop large screen 1200px
*
*/
/* Fonts */
.thin {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

input,
body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

strong {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

/* Global & Helpers */
body {
    color: #000;
    font-size: 16px;
    line-height: 27px;
    background: #fff;
    margin: 0;
}

h1 {
    font-size: 58px;
    font-weight: 300;
    display: block;
}

h2 {
    font-size: 30px;
    font-weight: 300;
    display: block;
}

h3 {
    font-size: 34px;
    font-weight: 300;
    display: block;
}

h4 {
    font-size: 28px;
    font-weight: 300;
    display: block;
}

h5 {
    font-size: 24px;
    font-weight: 300;
    display: block;
}

h6 {
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.h7 {
    font-size: 17px;
    font-weight: 700;
    display: block;
}

.highlight {
    color: #4285f4;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

h5, .h5, h6, .h6, .h7 {
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    line-height: 27px;
    color: #1D1D1D;
}

small {
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
}

a {
    color: #4285f4;
    text-decoration: none;
}

a:hover, a:active, a:focus, a.active, .active a {
    color: #4285f4;
    text-decoration: none;
    outline: none;
}

::selection {
    background-color: #4285f4;
    color: #fff;
}

hr {
    width: 100%;
    border-top: 1px solid #E9E9E9;
    display: inline-block;
}

.light {
    color: #fff;
    background: #333;
}

.dark {
    color: #000;
    background: #f0f0f0;
}

.colored {
    background: #bed4f9;
    color: #000;
}

.center {
    text-align: center;
}

.resp-center {
    text-align: center;
}

.btn {
    border: 1px solid #fff;
    font-size: 13px;
    border-radius: 3px;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 40px;
    min-width: 162px;
    max-width: 100%;
}

.btn:Hover, .btn.hovered {
    border: 1px solid #fff;
}

.btn:Active, .btn.pressed {
    opacity: 1;
    border: 1px solid #fff;
    border-top: 3px solid #17ade0;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.dropdown-toggle:Active, .dropdown-toggle.pressed {
    border-top: 0;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0;
    outline-offset: 0px;
}

.btn-default-highlight {
    background: #fff;
    color: #4285f4;
    border: 1px solid #fff;
}

.btn-default-highlight:Hover, .btn-default-highlight.hovered, .btn-default-highlight:Active, .btn-default-highlight.pressed {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn-default {
    background: #4285f4;
    color: #ffffff;
    border: 1px solid #4285f4;
}

.btn-default:Hover, .btn-default.hovered {
    background: #fff;
    color: #4285f4;
    border: 1px solid #fff;
}

.btn-default:Active, .btn-default.pressed {
    background: #fff;
    color: #4285f4;
    border: 1px solid #fff;
}

.btn-primary {
    background: #4285f4;
    border: 1px solid #4285f4;
    color: #fff;
}

.btn-primary:hover, .btn-primary.hovered {
    background: #4285f4;
    border: 1px solid #4285f4;
    opacity: 0.9;
}

.btn-primary:Active, .btn-primary.pressed {
    background: #4285f4;
    border: 1px solid #4285f4;
}

.btn-secondary {
    background: transparent;
    border: 1px solid #4285f4;
    color: #4285f4;
}

.btn-secondary:hover, .btn-secondary.hovered {
    background: #4285f4;
    border: 1px solid #4285f4;
    color: #fff;
}

.btn-secondary:Active, .btn-secondary.pressed {
    background: #4285f4;
    border: 1px solid #4285f4;
    color: #fff;
}

.btn-invert {
    background: #fff;
    color: #535353;
    border: 1px solid #dadfe3;
}

.btn-invert:Hover, .btn-invert.hovered {
    background: #dadfe3;
    color: #535353;
    border: 1px solid #dadfe3;
}

.btn-invert:Active, .btn-invert.pressed {
    background: #dadfe3;
    color: #535353;
    border: 1px solid #dadfe3;
}

.btn-lg {
    font-size: 18px;
    padding: 22px 40px;
}

.img-responsive-full {
    max-width: 100%;
    width: 100%;
}

.img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.section {
    min-height: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
}

#pewl {
    text-align: left;
}

#pewl a.pew-go {
    color: #4285f4 !important;
}

#pewl .pew-check {
    background-image: url('https://www.fussballhomepage.de/img/check_blue.png') !important;
}

#pewl .pew-recImage {
    background-image: url("https://www.fussballhomepage.de/img/recommendations_g.png") !important;
}

.wrapper {
    width: 70%;
    margin: 0 auto;
}

.container {
    z-index: 1;
    position: relative;
}

.icon-active {
    color: #4285f4;
}

.gap {
    padding-bottom: 50px;
}

hr.no-margin {
    margin-top: 0px;
}

article {
    text-align: left;
}

.hiding {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.m-bot-20 {
    margin-bottom: 20px;
}

.m-bot-50 {
    margin-bottom: 50px;
}

/* Preloader */
#mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F6F6F6;
    z-index: 10000;
    height: 100%;
}

#loader {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../img/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.sticky {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    z-index: 9;
}

.back-to-top {
    text-align: center;
    background: #000;
    color: #fff;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 9999;
}

.back-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navigation {
    background: #fafafa;
    z-index: 2;
}

.navigation-brand {
    float: left;
}

.navigation-brand:after {
    content: '';
    display: table;
}

.navigation-brand .brand-logo {
    width: 300px;
    height: 50px;
}

.navigation-brand .brand-logo .logo {
    display: block;
    height: 50px;
    background: url(../img/logo-inverted.png) center center no-repeat;
}

.fixmenu-clone .brand-logo .logo {
    background: url(../img/logo-inverted.png) center center no-repeat;
}

.navigation-brand .brand-logo h4 {
    margin-top: 15px;
}

.navigation-brand .brand-logo a {
    color: #fff;
}

.navigation-navbar {
    display: block;
}

.navigation-bar {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.navigation-bar-left {
    float: left;
}

.navigation-bar-right {
    float: right;
}

.navigation-bar > li {
    display: inline-block;
}

.navigation-bar > li a {
    display: inline-block;
    padding: 15px;
}

.navigation-bar > li a:Hover,
.navigation-bar > li.active a {
    color: #fe4918;
    text-decoration: none;
}

.navigation-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin: 10px 15px;
    border-radius: 4px;
    border: 1px solid #fff;
    outline: none;
    background: transparent;
}

.navigation-toggle:after {
    content: '';
    clear: both;
    height: 1%;
}

.navigation-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    opacity: 0.7;
}

.navigation-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

/* Elements */
.sub-title {
    font-weight: 300;
    color: #8D8D8D;
    padding: 0px 0px 8px 0px;
}

.well {
    border: none;
    border-top: 2px solid #4285f4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    padding-left: 60px;
}

.well h6 {
    color: #4285f4;
}

.well .icon {
    color: #4285f4;
    font-size: 50px;
    position: absolute;
    left: 5px;
    top: 40px;
}

.alert {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    font-size: 17px;
    line-height: 22px;
    padding: 16px;
    padding-left: 60px;
}

.alert .icon {
    font-size: 28px;
    position: absolute;
    left: 15px;
    top: 13px;
}

.alert-success {
    background-color: #d8f0e4;
    color: #68a74c;
}

.alert-info {
    background-color: #e2f6fa;
    color: #4c95a4;
}

.alert-warning {
    background-color: #faf3e2;
    color: #a68128;
}

.alert-danger {
    background-color: #fae2e2;
    color: #ad5254;
}

.close {
    font-weight: 300;
    font-size: 28px;
    color: inherit !important;
    opacity: .8;
}

.social-icons {
    margin-top: 25px;
}

.social-icons li {
    margin-bottom: 50px;
    width: 16%;
    width: 16.2%;
    text-align: center;
}

.social {
    color: #4285f4;
    font-size: 30px
}

.dropdown {
    font-size: 13px;
    line-height: 28px;
    text-align: left;
}

.dropdown .btn {
    padding: 14px 14px;
    border-top: 2px solid #4285f4;
}

.dropdown .caret {
    margin-left: 7px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    position: relative;
    top: -11px;
}

.dropdown .caret .fa {
    color: #4285f4;
    font-size: 16px;
}

.dropdown-menu {
    background: #dadfe3;
    border: none;
    border-bottom: 2px solid #4285f4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 0 0 0 transparent;
    border-radius: 0 0 0 transparent;
    box-shadow: 0px 0px 0px transparent;
}

.dropdown-menu > li > a {
    font-size: 15px;
    padding: 14px 20px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: #4285f4;
    color: #fff;
}

.long-block {
    background: #bed4f9;
    color: #1d1d1d !important;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 25px;
}

.long-block .btn-default {
    color: #fff !important;
    background: #4285f4;
}

.long-block p {
    color: #1d1d1d !important;
}

.long-block h2 {
    letter-spacing: -1px;
}

.long-block .icon {
    font-size: 60px;
    position: relative;
    margin-right: 15px;
    margin-top: 20px;
}

.long-block .btn-default, .long-block input {
    margin-top: 20px;
}

.panel-group {
    text-align: left;
}

.panel-group .panel {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.panel-group .panel > .panel-heading {
    border: none;
    padding: 0;
    border-bottom: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-group .panel > .panel-heading a {
    background: #4285f4;
    color: #fff;
    width: 100%;
    display: block;
    font-size: 17px;
    line-height: 22px;
    padding: 15px;
    position: relative;
    padding-left: 50px;
}

.panel-group .panel > .panel-heading a.collapsed {
    color: #8e959c;
    background-color: #eff3f6;
}

.panel-group .panel > .panel-heading a.collapsed:Hover,
.panel-group .panel > .panel-heading a:Hover {
    background: #dadfe4;
    color: #6b7681;
}

.panel-group .panel > .panel-heading a:before {
    position: absolute;
    content: '-';
    color: #fff;
    font-weight: 300;
    left: 10px;
    top: 15px;
    font-size: 26px;
    width: 30px;
    text-align: center;
}

.panel-group .panel > .panel-heading a.collapsed:before {
    content: '+';
    color: #8e959c;
}

.panel-group .panel > .panel-heading a:before::Hover {
    color: #8e959c;
}

.panel-group .panel > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #dadfe4;
    border-top: none;
    padding: 16px 30px;
}

.panel-group .panel + .panel {
    margin-top: 8px;
}

.nav-tabs > li > a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #30353A;
    margin-right: 0px;
    background-color: #eff3f6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 20px 60px;
    border-left: 0;
    border-right: 0;
}

.nav-tabs > li > a:Hover {
    background: #4285f4;
    color: #fff;
}

.tab-content .tab-pane {
    border: 1px solid #ddd;
    border-top: 0;
    text-align: center;
}

.form-wizard .tab-content .tab-pane {
    text-align: left;
}

.thumb-wrapper {
    position: relative;
    display: table;
    width: 100%;
}

.thumb-wrapper .img-responsive {
    width: 100%;
    z-index: 0;
}

.thumb-wrapper .overlay {
    position: absolute;
    bottom: 0;
    background: rgba(26, 198, 255, 0.5);
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
    z-index: 1;
    display: table-cell;
    padding: 15px;
    top: auto;
    vertical-align: middle;
    font-weight: 300;
}

.thumb-wrapper:Hover > .overlay {
    top: 0;
    cursor: url('../img/magnify-cur.cur');
    cursor: url('../img/magnify-cur.png') 20 20, auto;
}

blockquote {
    position: relative;
    display: block;
    padding: 0 100px;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    border: 0;
    font-weight: 300;
}

blockquote:before {
    font-family: "line-icons";
    position: absolute;
    color: #4285f4;
    content: url('../img/icon/quotes-a.png');
    left: 0;
    top: 25%;
}

blockquote:after {
    font-family: "line-icons";
    position: absolute;
    color: #4285f4;
    content: url('../img/icon/quotes-b.png');
    right: 0;
    top: 25%;
}

.progress-txt {
    text-align: center;
    color: #8e959c;
}

.progress {
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background-color: #f1f1f1;
}

.progress .progress-bar {
    background-color: #4285f4;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.table {
    border-color: #d1d8dd;
    text-align: left;
}

.table > thead > tr > th {
    background: #4285f4;
    color: #fff;
    border-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    border-color: #d1d8dd;
}

.table > thead > tr > th,
.table > tbody > tr > td {
    font-size: 15px;
    font-weight: 300;
    padding: 15px 20px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background: #fff;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background: #eff3f6;
}

.form .form-group {
    margin-bottom: 25px;
}

.form .form-group:after {
    content: '';
    display: block;
    clear: both;
}

.form .form-group + .form-group {
    margin-top: -10px;
}

.form .form-control {
    height: 50px;
    border: 1px solid #d1d8dd;
    border-radius: 0;
    box-shadow: 0px 0px 0px transparent;
    background: #fff;
    font-size: 17px;
    font-weight: 300;
}

.form .form-group label {
    text-align: right;
    line-height: 50px;
    margin-bottom: 0;
}

.countdown .stat-info {
    font-size: 14px;
    font-weight: 700;
    color: #4285f4;
    text-transform: uppercase;
}

.countdown .stat {
    font-size: 100px;
    color: #4285f4;
    font-weight: 300;
    line-height: 100px;
}

.countdown hr {
    border-top: 1px solid #d1d8dd;
    width: 90%;
    margin-bottom: 10px;
}

.countdown .counter {
    position: relative;
}

.countdown .counter:after {
    position: absolute;
    content: '\2022';
    color: #4285f4;
    right: -19px;
    top: 105px;
}

.countdown :last-child > .counter:after {
    display: none;
}

/* Alternative tab slider */
.alt.nav-tabs {
    margin-bottom: 50px;
    border: 0;
    display: inline-block;
}

.alt.nav-tabs {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 3px;
}

.alt.nav-tabs li {
    border-right: 1px solid #ddd;
    margin-bottom: 0;
}

.alt.nav-tabs > li.active {
    border-top: 0;
}

.alt.nav-tabs > li.active > a,
.alt.nav-tabs > li.active > a:hover,
.alt.nav-tabs > li.active > a:focus {
    font-weight: 400;
    color: #fff;
    background: #4285f4;
}

.alt.nav-tabs > li.active > a:hover {
    border: 0;
}

.alt.nav-tabs > li > a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: #596068;
    margin-right: 0px;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 20px 60px;
}

.alt.nav-tabs > li > a:Hover {
    background: #4285f4;
    color: #fff;
}

.alt.tab-content .tab-pane {
    padding: 0;
    border: 0;
    text-align: left;
}

.alt.tab-content .tab-pane .btn {
    margin-top: 15px;
}

/* ShortCodes */
#shortcodes-page .container {
    width: 960px;
}

#shortcodes-page .section {
    padding-bottom: 30px;
    padding-top: 30px;
}

#shortcodes-page .header-holder {
    background: url('../img/background/bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 85px;
    width: 100%;
}

#sc-heading {
    margin-top: 50px;
}

#sc-heading h1, #sc-heading h2, #sc-heading h3, #sc-heading h5, #sc-heading h6 {
    margin-bottom: 15px;
}

#sc-button ul.list-inline {
    margin-bottom: 30px;
}

#sc-button ul.list-inline > li {
    padding-left: 15px;
    padding-right: 15px;
}

#sc-gallery .wrapper {
    width: 90%;
}

#sc-skillbar .wrapper,
#sc-table .wrapper,
#sc-form .wrapper {
    width: 40%;
}

#sc-countdown .wrapper {
    width: 50%;
}

#sc-icons ul {
    padding: 10px 0 0;
}

#sc-icons li {
    margin: 0 7px;
}

#sc-icons .icon {
    font-size: 55px;
}

#sc-icons p a {
    text-decoration: underline;
    text-align: center;
    font-size: 13px;
    color: #3b3b3b;
    display: block;
    padding: 5px 0;
}

#sc-countdown {
    margin-bottom: 50px;
}

/* Navigation Header */
.navigation-header {
    position: absolute;
    top: 10px;
    background: transparent;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

.navigation-header .navigation-brand {
    margin-right: 70px;
    margin-top: 7px;
}

.navigation-header .navigation-bar > li {
    padding: 15px 15px;
}

.navigation-header .navigation-bar > li > a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
    line-height: 13px;
    opacity: 0.8;
}

.navigation-header .navigation-bar > li > a:Hover {
    opacity: 0.9;
}

.navigation-header .navigation-bar-left > li.active > a {
    color: #fff;
    border-bottom: 2px solid #4285f4;
    opacity: 0.9;
}

.navigation-header .navigation-bar > li.featured {
    padding: 15px 0;
    margin-left: 30px;
}

.navigation-header .navigation-bar > li.featured > a {
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    opacity: 1;
    border-radius: 3px;
}

.navigation-header .navigation-bar > li.featured > a:Hover {
    opacity: .9;
    background: #4285f4;
    color: #fff;
}

/* Hero section */

#hero {
    height: 550px;
}

#hero.hero-page {
    height: auto;
    background: url('../img/screen1-3.jpg');
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
}

#hero.hero-page .sub-heading{
    margin-top: 10px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    text-align: left;
}

.swiper-slide.slide-one {
    background: url('../img/screen1-3.jpg');
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
}

.swiper-slide.slide-one .slide-one-image {
    height: 380px;
    position: absolute;
    right: 15px;
    top: 130px;
}

.swiper-slide.slide-two {
    background: url('../img/screen1-2.jpg');
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
}

.swiper-slide.slide-two .slide-two-image {
    height: 470px;
    position: absolute;
    right: 100px;
    top: 80px;
}

.swiper-slide.slide-three {
    background: url('../img/screen1-1.jpg');
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
}

.swiper-slide.slide-three .slide-three-image {
    height: 470px;
    position: absolute;
    right: 15px;
    top: 110px;
}

.swiper-slide.slide-four {
    background: url('../img/screen1-1.jpg');
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
    text-align: center;
}

#hero h1 {
    margin-top: 200px;
    font-size: 47px;
    line-height: 100%;
    color: #000;
    margin-bottom: 0px;
}

#hero h1.two-line{
    line-height: 120%;
    margin-top: 160px;
}

#hero h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 160%;
    color: #000;
}

#hero p {
    margin-top: 5px;
    font-size: 10px;
    line-height: 160%;
    color: #000;
}

#hero ul li {
    color: #fff;
    list-style: none;
    position: relative;
    line-height: 24px;
    margin-bottom: 15px;
}

#hero ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 34px;
    left: -40px;
    top: 7px;
}

#hero ul.nav-pills li:before {
    content: '';
    font-family: 'FontAwesome';
}

#hero .twelve-point-star {
    height: 150px;
    width: 150px;
    background: #ffe900;
    position: absolute;
    top: 180px;
    left: 50px;
    z-index: 10;
    border-radius: 4px;
}

#hero .twelve-point-star h4 {
    margin: 0px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
}

#hero .twelve-point-star p {
    margin: 0px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}

#hero .twelve-point-star:before {
    height: 150px;
    width: 150px;
    background: #ffe900;
    content: "";
    position: absolute;
    /* Rotate */
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    border-radius: 4px;
    left: 0px;
    top: 0px;
    z-index: -1;
}

#hero .twelve-point-star:after {
    height: 150px;
    width: 150px;
    background: #ffe900;
    content: "";
    position: absolute;
    /* Rotate */
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    border-radius: 4px;
    left: 0px;
    top: 0px;
    z-index: -1;
}

#hero img {
    margin-top: 0px;
}

#hero h1.small {
    margin-top: 0px;
}

#hero h3.small {
    margin-top: 0px;
    margin-bottom: 0px;
}

#hero .btn-default-highlight {
    background: #ffe900;
}

#hero .btn-default-highlight:hover {
    background: #ffffff;
    color: #4285f4;
}

.hint-section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.hint-section p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.hint-section img {
    opacity: 0.5;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 300ms ease-in-out;
}

.hint-section img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.star-hint {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 10;
    text-align: center;
}

.star-hint i {
    font-size: 40px;
    line-height: 40px;
    color: #4285f4;
}

#cta p {
    margin-top: 30px;
}

#cta p .icon-cta {
    font-size: 130px;
}

.icon-generator {
    font-size: 70px;
}

.image-generator {
    height: 100px;
}

#highlights {
    padding-top: 60px;
    padding-bottom: 0px;
}

.border-right {
    border-right: 1px solid #E9E9E9;
}

.static-header {
    background: url('../img/background/bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    min-height: 1155px;
    position: relative;
}

.text-heading {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 135px;
}

.text-heading p {
    font-size: 23px;
    font-weight: 300;
}

.static-header h4 {
    text-align: center;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    margin-bottom: 0;
}

#register-page .text-heading {
    padding-top: 125px;
}

/* Header versions */
.plain-version .text-heading {
    padding-top: 18%;
}

.plain-version .text-heading h1, .plain-version .text-heading p {
    line-height: 160%;
}

.register-version.static-header {
    background: url('../img/background/smb_owner.jpg') top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    min-height: 1155px;
    position: relative;
}

.register-version .text-heading {
    padding-top: 20%;
}

.video-version .text-heading {
    padding-top: 12%;
}

.form-version {
}

.register-version#hero .btn-primary, .register-version .submit-wrap {
    width: auto;
}

.register-version .signup-wrapper {
    text-align: center;
    width: auto;
}

#color-landing-page .navigation-brand .brand-logo .logo {
    display: block;
    height: 50px;
    background: url(../img/logo-white.png) center center no-repeat;
}

#color-landing-page .fixmenu-stick .navigation-brand .brand-logo .logo {
    background: url(../img/logo-inverted.png) center center no-repeat;
}

#color-landing-page .long-block .btn-secondary {
    margin-top: 35px;
}

#color-landing-page .static-header {
    background-image: none;
    background-color: #4285f4;
}

#color-landing-page .navigation-header .navigation-bar > li.featured > a {
    color: #fff;
    border-color: #fff;
}

#color-landing-page .fixmenu-clone.navigation-header .navigation-bar > li.featured > a {
    color: #4285f4;
    border-color: #4285f4;
}

#color-landing-page blockquote:before {
    content: url('../img/icon/quotes-a-white.png');
}

#color-landing-page blockquote:after {
    content: url('../img/icon/quotes-b-white.png');
}

#color-landing-page .fixmenu-clone.navigation-header .navigation-bar > li.featured > a:hover {
    color: #fff;
}

#color-landing-page .navigation-toggle {
    border-color: #fff;
}

#color-landing-page .navigation-toggle .icon-bar {
    background: #fff;
}

#color-landing-page .fixmenu-stick .navigation-toggle {
    border-color: #4285f4;
}

#color-landing-page .fixmenu-stick .navigation-toggle .icon-bar {
    background: #4285f4;
}

#color-landing-page #guarantee.light p,
#color-landing-page #guarantee {
    color: #4285f4;
}

#color-landing-page #guarantee, #color-landing-page #features {
    background-color: #f0f0f0;
}

#color-landing-page .static-header {
    min-height: 974px;
}

#color-landing-page .inverted {
    background-image: none;
    background-color: #4285f4;
}

#color-landing-page .inverted .btn-secondary {
    background-color: #fff;
}

#color-landing-page .inverted .btn-secondary:hover {
    color: #4285f4;
}

#color-landing-page .inverted h2 {
    color: #fff;
}

#color-landing-page .inverted .highlight {
    color: #fff;
}

#color-landing-page .inverted .footer-content a,
#color-landing-page .inverted li .icon {
    color: #fff !important;
}

.form-register {
    background: #eff3f6;
    padding: 20px 20px;
    margin-top: 50px;
}

.form-register:after {
    content: '';
    display: block;
    clear: both;
}

.form-register .form-control {
    border-left: 3px solid #4285f4;
}

.form-register .form-group {
    margin-bottom: 45px;
    margin-top: 20px;
}

.form-register .form-group .checkbox {
    margin-bottom: -10px;
    margin-top: 0px;
}

.form-register .form-group .checkbox label {
    line-height: 1.42857143;
}

.agree-text {
    font-size: 13px;
    line-height: 21px;
    padding-top: 15px;
    text-align: center;
    margin-bottom: 100px;
}

.dokumentation .btn-group-vertical {
    width: 100%;
}

.btn-group-vertical .btn-primary {
    background: none;
    color: #4285f4;
}

.btn-group-vertical .btn-primary:hover, .btn-group-vertical .btn-primary.active {
    background: #4285f4;
    color: #fff;
}

.dokumentation img {
    max-width: 100%;
}

.dokumentation .solution-container {
    padding: 20px;
    background: #f8f8f8;
    margin-bottom: 20px;
}

.dokumentation .solution-container h4 {
    margin-top: 0px;
    margin-bottom: 10px;
}

label.error {
    color: #FF4040;
    line-height: 0px !important;
    margin-top: 10px;
    text-align: left;
    font-size: 10pt;
    display: block;
}

.form-register-small label.error {
    display: block;
    position: absolute;
}

.form-register-small .form-group {
    margin-bottom: 5px;
    margin-top: 5px;
}

input[type=checkbox] {
    margin: 4px 15px 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: button;
    border: 1px solid #d1d8dd;
    background-color: #fff;
    color: #000;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

input[type=checkbox]:checked {
    color: #000;
}

input[type=checkbox]:checked::before {
    content: '\2713';
    position: relative;
    top: -2px;
    left: 3px;
    font-size: 17px;
    color: #333;
    text-align: center;
    line-height: 15px;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: none;
}

.form-register-small {
    margin: 50px 0px 0px 0px;
    padding: 15px 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    display: inline-block;
}

.form-register-small .form-control {
    height: 45px;
    border-radius: 0;
    border-left: 3px solid #4285f4;
}

.form-register-small .form-group {
    margin-right: 10px;
}

#clients {
    background: #f0f0f0;
    text-align: center;
}

#clients ul.list-inline {
    margin: 23px -5px;
}

#clients ul.list-inline li {
    padding-left: 25px;
    padding-right: 25px;
}

#landing-page .static-header {
    min-height: 974px;
}

.static-header .text-heading {
    margin-bottom: -10px;
    z-index: 20;
}

.static-header .text-heading p {
    color: #fff;
}

.static-header .list-inline {
    padding: 30px 0;
}

.static-header .list-inline li {
    margin-left: 15px;
    margin-right: 15px;
}

.static-header .video-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.static-header .video-wrapper .container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.static-header .video-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 755px;
    z-index: 99;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    z-index: 9;
}

.embed-container .EDGE,
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-container iframe {
    border: 0;
}

.section {
    padding: 90px 0;
}

.section-cta {
    padding: 30px 0;
}

.section .section-header {
    margin-top: 30px;
    margin-bottom: 30px;
}

.section-big-desc {
    padding-bottom: 0px;
}

.section-big-desc .image-container {
    position: relative;
    width: 1050px;
    margin: 0px auto;
}

.section-big-desc .image-container img {
    width: 1050px;
}

.section-big-desc .hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    z-index: 1;
    color: #4285f4;
    background: rgba(66, 133, 244, 1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.section-big-desc .hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.section-big-desc .hi-icon:before {
    font-family: 'ecoicon';
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.section-big-desc .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, 1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.section-big-desc .image-container .hi-icon {
    background: rgba(66, 133, 244, 1);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #92b0e3;
}

.section-big-desc .image-container .hi-icon:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.5;
    }
    40% {
        opacity: 0.8;
        box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.1), 0 0 10px 10px #92b0e3, 0 0 0 10px rgba(66, 133, 244, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.1), 0 0 10px 10px #92b0e3, 0 0 0 10px rgba(66, 133, 244, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.5;
    }
    40% {
        opacity: 0.8;
        box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.1), 0 0 10px 10px #92b0e3, 0 0 0 10px rgba(66, 133, 244, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.1), 0 0 10px 10px #92b0e3, 0 0 0 10px rgba(66, 133, 244, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.5;
    }
    40% {
        opacity: 0.8;
        box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.1), 0 0 10px 10px #92b0e3, 0 0 0 10px rgba(66, 133, 244, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.1), 0 0 10px 10px #92b0e3, 0 0 0 10px rgba(66, 133, 244, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.section-big-desc .hi-icon-admin-teams {
    top: 175px;
    left: 345px;
}

.section-big-desc .hi-icon-admin-content {
    top: 270px;
    left: 100px;
}

.section-big-desc .hi-icon-admin-user {
    top: 368px;
    left: 100px;
}

.section-big-desc .hi-icon-admin-help {
    top: 200px;
    right: 100px;
}

.section-big-desc .hi-icon-club-news {
    top: 170px;
    left: 420px;
}

.section-big-desc .hi-icon-club-calendar {
    top: 330px;
    left: 380px;
}

.section-big-desc .hi-icon-club-ticker {
    top: 475px;
    left: 325px;
}

.section-big-desc .hi-icon-team-choose {
    top: 240px;
    right: 100px;
}

.section-big-desc .hi-icon-team-berichte {
    top: 170px;
    left: 400px;
}

.section-big-desc .hi-icon-team-kader {
    top: 320px;
    left: 380px;
}

.section-big-desc .hi-icon-team-galerie {
    top: 300px;
    left: 80px;
}

.section-big-desc .hi-icon-communication-trainers {
    top: 235px;
    left: 380px;
}

.section-big-desc .hi-icon-communication-open {
    top: 445px;
    left: 380px;
}

.section-big-desc .hi-icon-communication-profile {
    top: 330px;
    left: 80px;
}

.section-big-desc .presentation-tabs {
    list-style: none;
    width: 100%;
    height: 80px;
    text-align: center;
    text-indent: 0px;
    padding: 0;
}

.section-big-desc .presentation-tabs:after {
    content: '';
    clear: both;
}

.section-big-desc .presentation-tabs li {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    margin: 0 15px;
}

.presentation-tabs a {
    border: 1px solid #4285f4;
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.presentation-tabs a:hover, .presentation-tabs a:focus, .presentation-tabs a:active, .presentation-tabs .active a {
    border: 1px solid #4285f4;
    background: #4285f4;
    color: #fff;
}

.section-desc {
    height: 640px;
}

.section-refresh {
    background: url('../img/background/bg-one.jpg');
    background-position: center;
    background-size: cover;
}

.section-desc-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.section-desc-content{
    width: 70%;
}

.section-desc-content a.btn{
    margin-top: 10px;
}

.light .sub-heading, .light p {
    color: #fff;
}

.inverted h2 {
    color: #4285f4;
}

.inverted blockquote {
    color: #fff;
    opacity: 0.8;
}

.inverted .sub-heading {
    color: #fff;
    opacity: 0.8
}

.inverted .fancy-line span:before, .inverted .fancy-line span:after {
    opacity: 0.3;
}

.inverted .fancy-line span {
    background: #fff;
    opacity: 0.8;
}

.sub-heading {
    font-size: 19px;
    line-height: 28px;
    color: #6f6f6f;
    font-weight: 300;
}

.section-cta .sub-heading {
    color: #000;
}

.section-cta .btn-default-highlight {
    background: #4285f4;
    color: #fff;
}

.section-cta p {
    color: #000;
}

.fancy-line {
    line-height: 0.5;
    text-align: center;
    margin-bottom: 30px;
}

.fancy-line span {
    display: inline-block;
    position: relative;
    background: #4285f4;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.fancy-line span:before,
.fancy-line span:after {
    content: '';
    position: absolute;
    height: 5px;
    border-bottom: 2px solid #e4e4e4;
    top: -2px;
    width: 110px;
}

.fancy-line span:before {
    right: 100%;
    margin-right: 15px;
}

.fancy-line span:after {
    left: 100%;
    margin-left: 15px;
}

#steps .col-sm-4 {
    position: relative;
}

#steps p {
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 300;
}

#steps .col-sm-4 .icon {
    position: absolute;
    font-size: 50px;
    top: 10px;
    right: 0;
    margin-right: -25px;
    color: #DDDDDD;
}

#about {
    padding: 60px 0px 0px 0px;
}

#process {
    padding: 20px 0px 0px 0px;
}

.howitworks {
    font-size: 81px;
    vertical-align: middle;
}

#feedback {
    background: url('../img/background/bg1.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    padding: 20px 0px 0px 0px;
}

#feedback.section .section-header {
    margin-bottom: 30px;
}

#feedback-controls {
    background: #fff;
    padding: 10px 0px 0px 0px;
}

/* Testimonials slider */
.flexslider {
    margin-bottom: 30px;
}

.flexslider ul, ol {
    list-style: none;
    padding: 0;
}

.flex-manual .wrap {
    padding: 0px;
}

.flex-manual .switch {
    padding: 15px 0px;
    margin: 0px 0px 0px 30px;
}

.flex-manual .switch {
    opacity: 0.75;
    height: 75px;
    text-align: left;
}

.flex-active > .img-circle {
    border-color: #fff;
}

.flex-manual .switch.flex-active, .flex-manual .switch:hover {
    opacity: 1;
    cursor: pointer;
    cursor: hand;
}

.flex-manual .switch.flex-active .highlight, .flex-manual .switch:hover .highlight {
    opacity: 1;
    cursor: pointer;
    cursor: hand;
    color: #4285f4;
}

.flex-manual .switch.flex-active p, .flex-manual .switch:hover p {
    opacity: 1;
    cursor: pointer;
    cursor: hand;
    color: #525252;
}

.flex-manual, .flex-manual .switch {
    height: 120px;
}

.flex-manual {
    margin-top: 15px;
    border-bottom: 1px solid #E9E9E9;
}

.switch.flex-active {
    border-bottom: 1px solid #4285f4;
}

.switch p, .switch .highlight {
    color: #dbdbdb;
}

.switch p {
    padding: 12px 0px 0px 80px;
    font-size: 12pt;
}

.switch img {
    line-height: 70px;
    vertical-align: middle;
}

.flex-manual .switch.flex-active .name {
    color: #4285f4;
}

.package-column, .package-details {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.package-column {
    border: 1px solid #F0F0F0;
    background: #F7F7F7;
}

.package-column.featured {
    background: #4285f4;
}

.package-column.featured > .package-price {
    background: rgba(71, 72, 76, 0.2);
}

.package-column.featured > .package-price .price,
.package-column.featured > .package-price .period,
.package-column.featured > .package-title,
.package-column.featured > .package-detail ul li {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.package-column.featured > .package-detail .btn.btn-secondary, .package-column:hover > .package-detail .btn.btn-secondary {
    color: #fff;
    border-color: #fff !important;
}

.package-detail .btn.btn-secondary:hover {
    color: #4285f4 !important;
    background: #fff !important;
    border-color: #fff !important;
}

.package-column .package-title {
    color: #47484c;
    font-size: 25px;
    padding: 20px 0 18px;
    font-weight: 300;
    text-transform: uppercase;
}

.package-column .package-price {
    background: rgba(171, 172, 179, 0.1);
    padding: 15px;
}

.package-column .package-price .price {
    color: #4285f4;
    font-size: 110px;
    font-weight: 300;
    line-height: 110px;
    position: relative;
}

.package-column .package-price .currency {
    font-size: 47px;
    line-height: 47px;
    font-weight: 300;
    position: relative;
    top: -40px;
}

.package-column .package-price .period {
    font-size: 15px;
    color: #4285f4;
    text-transform: uppercase;
}

.package-column .package-detail {
    padding: 30px 15% 50px;
}

.package-column .package-detail ul {
    margin-bottom: 30px;
}

.package-column .package-detail ul li {
    font-weight: 300;
    font-size: 16px;
    color: #47484c;
    border-bottom: 1px solid #dadfe3;
    padding: 15px 0;
}

.package-column .package-detail ul li:last-child {
    border-bottom: none;
}

/*
.package-column.featured { background: #f3f3f3; }
.package-column.featured .package-title { color: #47484c; }
.package-column.featured .package-price { background: #47484c; }
.package-column.featured .package-price .price { color: #4285f4 ; }
.package-column.featured .package-detail ul li { color: #47484c; }
*/

.package-column.disabled {
    background: #fafafa;
}

.package-column.disabled .package-title {
    color: #8b8b8b;
}

.package-column.disabled .package-price {
    background: #e0e0e0;
}

.package-column.disabled .package-price .price {
    color: #afafaf;
}

.package-column.disabled .package-detail ul li {
    color: #8b8b8b;
}

.package-column.disabled .package-detail .btn {
    color: #dadfe3;
    background: transprarent;
    color: #A5A5A5;
    border: 1px solid #A5A5A5;
}

#features {
    background: #f0f0f0;
    padding: 0px 0px 30px 0px;
    margin-bottom: 50px;
}

#featuredTab {
    position: relative;
    margin-top: 160px;
}

#featuredTab li {
    display: block;
    position: relative;
}

#featuredTab li > a {
    display: block;
}

#featuredTab li > a:after {
    content: '';
    clear: both;
    display: block;
}

#featuredTab li > a .tab-info {
    float: left;
    text-align: left;
    display: block;
    width: 346px;
    padding: 25px 28px;
    position: relative;
    z-index: 2;
}

#featuredTab li > a .tab-icon {
    float: right;
    text-align: right;
    display: block;
    width: 113px;
    position: relative;
    z-index: 2;
}

#featuredTab li > a .tab-info .tab-title {
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
    color: #4285f4;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#featuredTab li > a .tab-info .tab-desc {
    font-size: 15px;
    line-height: 28px;
    color: #5f5f5f;
    font-weight: 300;
    display: block;
}

#featuredTab li > a .icon {
    font-size: 50px;
    padding: 21px 7px;
    display: block;
    padding: 46px 28px;
}

/*
#featuredTab li.active { margin-top: -1px; padding-bottom: 2px; }
*/
#featuredTab li.active > a .tab-info {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    background: #4285f4;
}

#featuredTab li.active > a .tab-icon {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    background: #4285f4;
}

#featuredTab li.active > a .tab-info .tab-title,
#featuredTab li.active > a .tab-info .tab-desc,
#featuredTab li.active > a .icon {
    color: #fff;
}

#featuredTab li a .tab-info:after,
#featuredTab li a .tab-icon:after {
    content: '';
    width: 99%;
    border-bottom: 1px solid #dadfe3;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

#featuredTab li a .tab-icon:after {
    left: 0;
    right: auto;
}

#featuredTab li:last-child a .tab-info:after,
#featuredTab li:last-child a .tab-icon:after,
#featuredTab li.active a .tab-info:after,
#featuredTab li.active a .tab-icon:after {
    display: none;
}

#featuredTab .tab-content .tab-pane {
    border: none;
    padding: 0;
}

#features-list article {
    margin: 0px 0px 60px 0px;
    padding: 0px 10px;
}

#features-list article .icon {
    font-size: 3.3em;
}

#features-list article p {
    font-size: 15px;
    color: #8A8A8A;
}

#features-list article:hover .icon {
    opacity: 0.6;
}

#features-list .h7 {
    margin: 12px 0px 13px 0px;
}

#newsletter {
    background: url('../img/background/bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

#subscribe input {
    margin-right: 8px;
}

#response {
    display: block;
    text-align: center;
    position: absolute;
    margin-left: 7%;
}

#subscribe .form-control {
    border-left: 3px solid #4285f4;
}

#team .thumb-wrapper .overlay {
    background: rgba(26, 198, 255, 0.5);
    top: 0px;
}

#team .thumb-wrapper .socials {
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
    z-index: 1;
    display: table-cell;
    padding: 15px;
    top: 43%;
    vertical-align: middle;
    font-weight: 300;
}

#team .thumb-wrapper .socials a {
    margin: 0px 15px;
    font-size: 30px;
    color: #fff;
}

#team .thumb-wrapper:hover .overlay {
    top: 0;
    cursor: pointer;
    background: rgba(26, 198, 255, 0);
    cursor: pointer 20 20, auto;
}

#team .thumb-wrapper:hover .socials {
    opacity: 1;
}

#team .thumb-wrapper .socials a :hover {
    color: #4285f4;
}

#team .thumb-wrapper p {
    color: #696969;
}

#team .h7 {
    margin-top: 25px;
    margin-bottom: 0;
}

#awards {
    overflow: hidden;
    padding-top: 0px;
}

#awards .list-inline > li {
    padding-left: 30px;
    padding-right: 30px;
}

#awards .list-inline > li a:hover {
    opacity: 0.7;
}

/* Footer */
.footer {
    background: #222;
    color: #ababab;
    font-weight: 300;
    padding: 0px 0px 30px 0px;
}

.footer p, .footer li {
    color: #fff;
}

.footer p {
    font-size: 15px;
    line-height: 24px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .logo-wrapper {
    margin-bottom: 20px;
}

.footer .footer-content {
    padding: 75px 0 65px;
}

.footer .footer-title {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.footer .list-inline {
    text-align: center;
    margin: 0 auto;
}

.footer .list-inline li {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.footer .list-inline li .icon {
    color: #4285f4;
    font-size: 50px;
}

.footer .list-unstyled li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 24px;
}

.footer .list-unstyled li .icon {
    position: absolute;
    left: 0;
    color: #4285f4;
    font-size: 20px;
}

.copyright {
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 0px;
    font-weight: 300;
}

.footer .socials a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.rev-big {
    font-size: 58px;
    font-weight: 300;
    color: #fff;
}

.rev-normal {
    font-size: 23px;
    line-height: 27px;
    font-weight: 300;
    color: #fff;
}

.rev-big span,
.rev-normal span {
    color: #4285f4;
}

.tp-caption a {
    color: #fff;
}

.tp-caption a:Hover {
    color: #fafafa;
}

.tp-caption .list-inline li {
    margin-left: 15px;
    margin-right: 15px;
}

.fixmenu-clone {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.fixmenu-clone.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(100, 100, 100, .3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(100, 100, 100, .3);
    box-shadow: 0px 1px 5px 0px rgba(100, 100, 100, .3);
}

.fixmenu-stick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.fixmenu-unstick {
}

.logo-inverted,
.fixmenu-clone .logo {
    display: none;
}

.fixmenu-clone .logo-inverted {
    display: block;
}

.fixmenu-clone.navigation-header .navigation-bar > .featured > a {
    background: #4285f4;
    color: #fff;
}

.fixmenu-clone.navigation-header .navigation-bar > .featured > a:hover {
    color: #fff;
}

.fixmenu-clone.navigation-header .navigation-bar > li > a {
    color: #000;
}

.fixmenu-clone.navigation-header .open .navigation-bar > li > a {
    color: #fff;
}

.fixmenu-clone.navigation-header .open .navigation-bar > .featured > a {
    color: #ffffff;
}

.fixmenu-clone.navigation-header .navigation-bar > li > a:Hover,
.fixmenu-clone.navigation-header .navigation-bar > li.active > a {
    color: #4285f4;
}

.fixmenu-clone.navigation-header .navigation-brand {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-right: 15px;
    margin-left: -15px;
}

.fixmenu-clone.navigation-header .navigation-toggle {
    border: 1px solid #4285f4;
    opacity: 1;
}

.fixmenu-clone.navigation-header .navigation-toggle .icon-bar {
    background: #4285f4;
}

/* Home Slider - Revolution Slider */
div.slider-container {
    background: #666;
    max-height: 700px;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

div.slider-container.light {
    background-color: #EAEAEA;
}

div.slider-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.slider {
    max-height: 700px;
    position: relative;
}

div.slider-container-fullscreen,
div.slider-container-fullscreen div.slider {
    max-height: none;
}

div.slider div.tp-bannertimer {
    display: none;
}

div.slider-container {
    background: #171717;
}

div.slider-container div.tp-caption {
    filter: alpha(opacity=0);
    opacity: 0;
}

div.slider-container div.tp-bannershadow {
    filter: alpha(opacity=20);
    opacity: 0.20;
}

div.slider-container.light div.tp-bannershadow {
    filter: alpha(opacity=5);
    opacity: 0.05;
    top: 0;
    bottom: auto;
    z-index: 1000;
}

div.slider > ul > li > div.center-caption {
    left: 0 !important;
    margin-left: 0 !important;
    text-align: center;
    width: 100%;
}

div.slider-container div.top-label {
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
}

div.slider-container div.main-label {
    color: #FFF;
    font-size: 62px;
    line-height: 62px;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

div.slider-container div.bottom-label {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
}

div.slider-container div.tp-caption a,
div.slider-container div.tp-caption a:hover {
    color: #FFF;
}

div.slider-container div.blackboard-text {
    color: #BAB9BE;
    font-size: 46px;
    line-height: 46px;
    text-transform: uppercase;
}

div.slider a.main-button {
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

div.slider-container.light div.top-label,
div.slider-container.light div.main-label,
div.slider-container.light div.bottom-label,
div.slider-container.light div.tp-caption a,
div.slider-container.light div.tp-caption a:hover {
    color: #333;
}

.tp-hide-revslider, .tp-caption.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important;
}

.tp-caption {
    z-index: 1;
}

.tp-caption-demo .tp-caption {
    position: relative !important;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px !important;
}

.tp-caption.medium_grey {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    padding: 2px 4px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #888;
    white-space: nowrap;
}

.tp-caption.small_text {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.medium_text {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.very_large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    letter-spacing: -2px;
}

.tp-caption.very_big_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    padding: 0px 4px;
    padding-top: 1px;
    background-color: #000;
}

.tp-caption.very_big_black {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    padding: 0px 4px;
    padding-top: 1px;
    background-color: #fff;
}

.tp-caption.modern_medium_fat {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.modern_medium_fat_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.modern_medium_light {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.modern_big_bluebg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    padding: 3px 10px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #4e5b6c;
    letter-spacing: 0;
}

.tp-caption.modern_big_redbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    padding: 3px 10px;
    padding-top: 1px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #de543e;
    letter-spacing: 0;
}

.tp-caption.modern_small_text_dark {
    position: absolute;
    color: #555;
    text-shadow: none;
    font-size: 14px;
    line-height: 22px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.boxshadow {
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
    color: #000;
    text-shadow: none;
}

.tp-caption.noshadow {
    text-shadow: none;
}

.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
    color: #ffa902;
}

.tp-caption.thinheadline_dark {
    position: absolute;
    color: rgba(0, 0, 0, 0.85);
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    font-family: "Open Sans";
    background-color: transparent;
}

.tp-caption.thintext_dark {
    position: absolute;
    color: rgba(0, 0, 0, 0.85);
    text-shadow: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    font-family: "Open Sans";
    background-color: transparent;
}

.tp-caption.largeblackbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #000;
    padding: 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.tp-caption.largepinkbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #db4360;
    padding: 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.tp-caption.largewhitebg {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #fff;
    padding: 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.tp-caption.largegreenbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #67ae73;
    padding: 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.tp-caption.excerpt {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    font-family: Arial;
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 1);
    text-shadow: none;
    margin: 0px;
    letter-spacing: -1.5px;
    padding: 1px 4px 0px 4px;
    width: 150px;
    white-space: normal !important;
    height: auto;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    border-style: none;
}

.tp-caption.large_bold_grey {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(102, 102, 102);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    margin: 0px;
    padding: 1px 4px 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.medium_thin_grey {
    font-size: 34px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(102, 102, 102);
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0px;
    text-shadow: none;
    margin: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.small_thin_grey {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(117, 117, 117);
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0px;
    text-shadow: none;
    margin: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.lightgrey_divider {
    text-decoration: none;
    background-color: rgba(235, 235, 235, 1);
    width: 370px;
    height: 3px;
    background-position: initial initial;
    background-repeat: initial initial;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.large_bold_darkblue {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(52, 73, 94);
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.medium_bg_darkblue {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(52, 73, 94);
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.medium_bold_red {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(227, 58, 12);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.medium_light_red {
    font-size: 21px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(227, 58, 12);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.medium_bg_red {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(227, 58, 12);
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.medium_bold_orange {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(243, 156, 18);
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.medium_bg_orange {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(243, 156, 18);
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.grassfloor {
    text-decoration: none;
    background-color: rgba(160, 179, 151, 1);
    width: 4000px;
    height: 150px;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.large_bold_white {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.medium_light_white {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.mediumlarge_light_white {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.mediumlarge_light_white_center {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    text-align: center;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.medium_bg_asbestos {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(127, 140, 141);
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.medium_light_black {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.large_bold_black {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.mediumlarge_light_darkblue {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(52, 73, 94);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.small_light_white {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.roundedimage {
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.large_bg_black {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(0, 0, 0);
    padding: 10px 20px 15px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.mediumwhitebg {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    padding: 5px 15px 10px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.medium_bg_orange_new1 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(243, 156, 18);
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.boxshadow {
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 19px;
    line-height: 19px;
    font-family: 'Open Sans', sans;
}

.tp-caption.noshadow {
    text-shadow: none;
}

.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important;
}

.tp-caption .frontcorner {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0px;
}

.tp-caption .backcorner {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    right: 0px;
    top: 0px;
}

.tp-caption .frontcornertop {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0px;
}

.tp-caption .backcornertop {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    right: 0px;
    top: 0px;
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    position: absolute;
    visibility: hidden;
    -webkit-font-smoothing: antialiased !important;
}

.tp-simpleresponsive img {
    max-width: none;
}

/** BULLETS **/

.tpclear {
    clear: both;
}

.tp-bullets {
    z-index: 1000;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(5px);
}

.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.tp-bullets.simplebullets.navbar {
    border: 1px solid #666;
    border-bottom: 1px solid #444;
    background: url(../assets/boxed_bgtile.png);
    height: 40px;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tp-bullets.simplebullets.navbar-old {
    background: url(assets/navigdots_bgtile.png);
    height: 35px;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: url(assets/bullet.png) no-Repeat top left;
    width: 20px;
    height: 20px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
    margin-left: 3px;
}

.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 3px;
}

.tp-bullets.simplebullets.round-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(assets/bullets.png) no-Repeat bottom left;
    width: 23px;
    height: 23px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
}

.tp-bullets.simplebullets.round-old .bullet.last {
    margin-right: 0px;
}

/** SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet {
    cursor: pointer;
    position: relative;
    background: url(assets/bullets2.png) no-Repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
}

.tp-bullets.simplebullets.square .bullet.last {
    margin-right: 0px;
}

/** SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(assets/bullets2.png) no-Repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
}

.tp-bullets.simplebullets.square-old .bullet.last {
    margin-right: 0px;
}

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet {
    cursor: pointer;
    position: relative;
    background: url(assets/bullet_boxed.png) no-Repeat top left;
    width: 18px;
    height: 19px;
    margin-right: 5px;
    float: left;
    margin-top: 0px;
}

.tp-bullets.simplebullets.navbar .bullet.first {
    margin-left: 0px !important;
}

.tp-bullets.simplebullets.navbar .bullet.last {
    margin-right: 0px !important;
}

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(assets/navigdots.png) no-Repeat bottom left;
    width: 15px;
    height: 15px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    float: left;
    margin-top: 10px;
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
    margin-left: 0px !important;
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
    margin-right: 0px !important;
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    background-position: top left;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
    background-position: bottom left;
}

/*************************************
    -   TP ARROWS   -
**************************************/
.tparrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(5px);

}

.tparrows.hidearrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.tp-leftarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(assets/large_left.png) no-Repeat top left;
    width: 40px;
    height: 40px;
}

.tp-rightarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(assets/large_right.png) no-Repeat top left;
    width: 40px;
    height: 40px;
}

.tp-leftarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(assets/small_left.png) no-Repeat top left;
    width: 19px;
    height: 14px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
}

.tp-rightarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(assets/small_right.png) no-Repeat top left;
    width: 19px;
    height: 14px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
}

.tp-leftarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(assets/arrow_left.png) no-Repeat top left;
    width: 26px;
    height: 26px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
}

.tp-rightarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(assets/arrow_right.png) no-Repeat top left;
    width: 26px;
    height: 26px;
    margin-right: 0px;
    float: left;
    margin-top: 0px;
}

.tp-leftarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(assets/small_left_boxed.png) no-Repeat top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-right: 6px;
    margin-top: 12px;
}

.tp-rightarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(assets/small_right_boxed.png) no-Repeat top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-left: 6px;
    margin-top: 12px;
}

.tp-leftarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(assets/arrowleft.png) no-Repeat top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-right: 6px;
    margin-top: 10px;
}

.tp-rightarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(assets/arrowright.png) no-Repeat top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-left: 6px;
    margin-top: 10px;
}

.tp-leftarrow.navbar-old.thumbswitharrow {
    margin-right: 10px;
}

.tp-rightarrow.navbar-old.thumbswitharrow {
    margin-left: 0px;
}

.tp-leftarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(assets/arrow_left2.png) no-Repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0px;
    margin-top: 0px;
}

.tp-rightarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(assets/arrow_right2.png) no-Repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
}

.tp-leftarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(assets/arrow_left2.png) no-Repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0px;
    margin-top: 0px;
}

.tp-rightarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(assets/arrow_right2.png) no-Repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
}

.tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(assets/large_left.png) no-Repeat 0 0;
    width: 40px;
    height: 40px;

}

.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(assets/large_right.png) no-Repeat 0 0;
    width: 40px;
    height: 40px;

}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-position: bottom left;
}

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive > ul > li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.container-button {
    padding: 15px;
    box-shadow: 0 0 5px #ccc;
    background: #fdfdfd;
}

.phone-container {
    margin: 0px auto;
    width: 400px;
    position: relative;
}

.phone-container .phone {
    width: 400px;
}

.phone-container .app-demo {
    position: absolute;
    top: 68px;
    left: 46px;
}

.phone-container .app-demo iframe {
    width: 308px;
    height: 555px;
}

.create-page-content {
    min-height: 700px;
}

.create-page-loading {
    display: block;
    height: 700px;
    text-align: center;
}

.create-page-error {
    display: none;
}

#create-page-loading-2 {
    display: none;
}

.create-page-loading i {
    font-size: 50px;
    margin-top: 315px;
}

.create-page-loading p {
    margin-top: 20px;
}

.create-page-loading p.text-following {
    display: none;
}

.create-page-success {
    display: none;
}

.green {
    background: #35aa47 !important;
    color: #fff !important;
}

.infobox {
    padding: 10px;
    background: url("../img/icons/info-blue.png") no-repeat #4285f4;
    background-position: 10px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.infobox p {
    color: #ffffff;
    padding: 0 0 0 50px;
}

.input-append.color .add-on i {
    width: 26px;
    height: 26px;
}

span.twitter-typeahead {
    width: 100%;
    margin-bottom: 10px;
}

.tt-menu {
    background: #eee;
    width: 100%;
}

.tt-suggestion {
    padding: 5px 10px;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #4285f4;

}

.made-in-germany {
    position: absolute;
    top: 425px;
    right: 15px;
    width: 110px;
}

.jivo-btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    text-transform: none;
    cursor: pointer;
    background-image: none;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0px;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.jivo-btn:hover {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);
}
.jivo-btn.jivo-btn-light:hover{
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);
}
.jivo-btn.jivo-btn-light{
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);
}
.jivo-btn:active,
.jivo-btn.jivo-btn-light:active{
    box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);
    cursor: pointer;
}
.jivo-btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.jivo-btn-gradient {
    background-image: url(//static.jivosite.com/button/white_grad_light.png);
    background-repeat: repeat-x;
}
.jivo-btn-light.jivo-btn-gradient {
    background-image: url(//static.jivosite.com/button/white_grad.png);
}
.jivo-btn-icon {
    width:17px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -5px;
}
.jivo-btn-light {
    color: #fff;
}
.jivo-btn-dark {
    color: #222;
}

.m-top-0 {
    margin-top: 0px !important;
}

.m-top-10 {
    margin-top: 10px !important;
}

.m-top-30 {
    margin-top: 30px !important;
}

.m-top-60 {
    margin-top: 60px !important;
}

.m-bot-30 {
    margin-bottom: 30px !important;
}

.m-bot-60 {
    margin-bottom: 60px !important;
}

.p-bot-0 {
    padding-bottom: 0px !important;
}

.p-top-10 {
    padding-top: 10px !important;
}

.p-top-30 {
    padding-top: 30px !important;
}

.m-bot-15 {
    margin-bottom: 15px !important;
}

.m-bot-10 {
    margin-bottom: 10px !important;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

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

@media (max-width: 1199px){

    .navigation-brand .brand-logo {
        width: 200px;
        height: 35px;
        margin-top: 8px;
    }

    .navigation-brand .brand-logo .logo {
        display: block;
        height: 35px;
        background: url(../img/logo-inverted.png) center center no-repeat;
        background-size: 100%;
    }

    .center-md{
        text-align: center;
    }

    .swiper-slide.slide-two .slide-two-image{
        right: 15px;
    }

    .section-big-desc .image-container, .section-big-desc .image-container img{
        width: 860px;
    }

    .section-big-desc .hi-icon-admin-teams {
        top: 130px;
        left: 300px;
    }

    .section-big-desc .hi-icon-admin-content {
        top: 220px;
        left: 80px;
    }

    .section-big-desc .hi-icon-admin-user {
        top: 300px;
        left: 80px;
    }

    .section-big-desc .hi-icon-admin-help {
        top: 160px;
        right: 50px;
    }

    .section-big-desc .hi-icon-club-news {
        top: 140px;
        left: 420px;
    }

    .section-big-desc .hi-icon-club-calendar {
        top: 270px;
        left: 380px;
    }

    .section-big-desc .hi-icon-club-ticker {
        top: 385px;
        left: 325px;
    }

    .section-big-desc .hi-icon-team-choose {
        top: 180px;
        right: 30px;
    }

    .section-big-desc .hi-icon-team-berichte {
        top: 140px;
        left: 350px;
    }

    .section-big-desc .hi-icon-team-kader {
        top: 260px;
        left: 300px;
    }

    .section-big-desc .hi-icon-team-galerie {
        top: 240px;
        left: 60px;
    }

    .section-big-desc .hi-icon-communication-trainers {
        top: 185px;
        left: 300px;
    }

    .section-big-desc .hi-icon-communication-open {
        top: 350px;
        left: 380px;
    }

    .section-big-desc .hi-icon-communication-profile {
        top: 250px;
        left: 60px;
    }

    .swiper-slide, #hero.hero-page{
        background-size: cover !important;
    }
}
@media (max-width: 991px) {

    .navigation{
        overflow: visible;
        height: 54px;
    }

    .navigation-brand .brand-logo {
        margin-top: 0px;
    }

    .navigation-brand .brand-logo .logo {
        height: 30px;
        background-size: auto 30px;
    }

    .center-sm {
        text-align: center;
    }

    p {
        font-size: 14px;
        line-height: 25px;
    }

    .fixmenu-clone {
        background: transparent;
    }

    .static-header, #newsletter, #feedback, .footer {
        background-size: auto !important;
        background-size: auto !important;
        background-position: bottom left;
        background-attachment: scroll !important;
    }

    .list-inline img {
        max-width: 35%;
    }

    .navigation .container {
        padding: 0;
    }

    .navigation-brand {
        float: none;
        margin-right: 0 !important;
    }

    .navigation-brand .brand-logo {
        padding: 15px 0px 0px 0px;
        margin-left: 15px;
        float: left;
    }

    .navigation-header .navigation-brand {
        margin: 0px 0px 0px 0px;
    }

    .navigation-bar > li,
    .navigation-bar > li a {
        display: block;
    }

    .navigation-navbar {
        overflow: hidden;
        height: 0;
        display: block;
        background: rgba(11, 64, 95, 0.85);
        text-align: center;
    }

    .navigation-navbar.open {
        height: auto;
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 0;
        border-top: 3px solid #4285f4;
    }

    .navigation-brand:after {
        content: '';
        clear: both;
    }

    .navigation-bar-left, .navigation-bar-right {
        float: none;
    }

    .navigation-header .navigation-bar > li,
    .navigation-header .navigation-bar > li.featured {
        padding: 5px 15px;
    }

    .navigation-header .navigation-bar > li.featured > a {
        padding: 0px 25px;
    }

    .navigation-header .navigation-bar > li.featured > a:Hover {
        border-bottom: 1px solid #4285f4;
    }

    .navigation-header .navigation-bar > li > a {
        padding: 0px;
        z-index: 999;
        display: block;
        position: relative;
        height: 30px;
        line-height: 30px;
    }

    .navigation-header .navigation-bar > li > a:Hover,
    .navigation-header .navigation-bar > li.active > a {
        color: #4285f4;
        border-bottom: 2px solid transparent;
    }

    .center-sm{
        text-align: center;
    }

    .swiper-slide{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    #hero h1 {
        margin-top: 57px;
        font-size: 35px;
    }

    #hero h1.two-line {
        margin-top: 48px;
    }

    .section-desc-content{
        width: 90%;
    }

    h2{
        font-size: 24px;
    }

    p, .footer p, .footer .list-unstyled li, .copyright {
        font-size: 12px;
    }

    .sub-heading{
        font-size: 16px;
    }

    .section-big-desc .image-container, .section-big-desc .image-container img{
        width: 650px;
    }

    .section-big-desc .hi-icon-admin-teams {
        top: 100px;
        left: 250px;
    }

    .section-big-desc .hi-icon-admin-content {
        top: 160px;
        left: 50px;
    }

    .section-big-desc .hi-icon-admin-user {
        top: 220px;
        left: 50px;
    }

    .section-big-desc .hi-icon-admin-help {
        top: 100px;
        right: 10px;
    }

    .section-big-desc .hi-icon-club-news {
        top: 90px;
        left: 260px;
    }

    .section-big-desc .hi-icon-club-calendar {
        top: 190px;
        left: 250px;
    }

    .section-big-desc .hi-icon-club-ticker {
        top: 280px;
        left: 220px;
    }

    .section-big-desc .hi-icon-team-choose {
        top: 140px;
        right: 20px;
    }

    .section-big-desc .hi-icon-team-berichte {
        top: 100px;
        left: 250px;
    }

    .section-big-desc .hi-icon-team-kader {
        top: 185px;
        left: 230px;
    }

    .section-big-desc .hi-icon-team-galerie {
        top: 170px;
        left: 50px;
    }

    .section-big-desc .hi-icon-communication-trainers {
        top: 135px;
        left: 280px;
    }

    .section-big-desc .hi-icon-communication-open {
        top: 260px;
        left: 280px;
    }

    .section-big-desc .hi-icon-communication-profile {
        top: 195px;
        left: 50px;
    }
}

@media (max-width: 767px){
    .section-desc-container{
        width: 100%;
    }

    .center-xs{
        text-align: center;
    }
}

.example-image{
    height: 280px;
}

.example-headline{
    white-space: nowrap;
}
