@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('fonts/OpenSansCondensed/OpenSans-CondLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: top;
}

:focus {
    outline: 0;
}

img,
embed,
object,
video {
    max-width: 100%;
    height: auto!important;
    width: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    vertical-align: top;
}

html,
body {
    font: normal 11px/1.0em Arial, sans-serif;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    height: 100%;
    /* needed for container min-height */
    color: #666;
    background: #ffffff;
    border: 0px solid #f00;
}

ul {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul li {
    padding-left: 0px;
}

a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #999;
}

#page-content {}

.footer-section .section-row {
    margin: 0;
}

.footer-section-content .frame-inner {
    color: #999;
}

.footer-section-content a {
    color: #999;
}

.footer-section-content a:hover {
    color: #000;
    text-decoration: none;
}

.footer-section-content strong {
    text-transform: uppercase;
}

.footer-section-content-column {
    padding: 0;
}

.footer-section-content-column-left strong {
    color: #000;
    text-transform: uppercase;
}

.footer-section-content-column-left a {
    color: #000;
}

.footer-section-content-column-middle {
    text-align: right;
    padding-right: 1.5%;
}

.footer-section-content-column-right {
    text-align: right;
}

.footer-section-content .frame-inner {
    float: none;
    margin-bottom: 0px;
}

.wrapper {
    position: relative;
    /* needed for footer positioning*/
    width: 100%;
    height: auto !important;
    /* real browsers */
    height: 100%;
    /* IE6: treaded as min-height*/
    min-height: 100%;
    /* real browsers */
    margin: 0;
    padding: 0;
    min-width: 240px;
    border: 0px solid #ff0;
}

.container,
.frame-container {
    max-width: 1200px;
    margin: 0px auto 0px;
    border: 0px solid #f0f;
    padding: 0;
}

.footer .frame-container {
    width: 31%;
    margin: 0px auto 30px;
    border: 0px solid #f0f;
    padding: 0;
}

.frame-default {
    padding: 0;
}

.frame .frame-inner {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

#page-header.navbar-default {
    background-color: #fff;
    border: none;
    box-shadow: none;
}

.logo {
    text-align: left;
    border: 0px solid #f0f;
    margin-top: 0px;
    width: 30%;
    max-width: 320px;
}

.logo img {
    width: 100%;
    max-width: 260px;
}

.navbar-mainnavigation .navbar-brand-image img {
    max-height: 60%;
}

.nav-item span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.page-header {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 100;
    position: relative;
    top: 0;
    border: 0px solid #ff0;
}

.navbar {
    margin-bottom: 0;
}

.navbar .container {
    margin-bottom: 0;
}


/* Footer */

#page-footer {
    width: 100%;
    height: 100%;
    clear: left;
    position: relative;
    bottom: 0;
    /* stick to bottom */
    margin: 0;
    padding: 0;
    float: left;
}

#page-footer .footer-section-content {
    background: #fff !important;
}

#page-footer .footer-section-content {
    width: 100%;
    padding: 0;
    font-size: 1em;
    /* 24 */
    line-height: 1.6em;
    /* 60 (24) */
    text-align: left;
    font-family: Arial, sans-serif;
    color: #999;
}

#page-footer .container {
    padding: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    float: none;
    border-top: 1px solid #c7c7c7;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-top: 20px;
}


/* Content */

.section {
    max-width: 1200px;
    margin: 0 auto;
}

.frame-onethree {
    display: inline-block;
    width: 33.33%;
}

.frame-twothree {
    display: inline-block;
    width: 33.33%;
}

div.container {
    width: 100%;
    height: 100%;
    float: left;
}

.aktuelles {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.main_content {
    width: 100%;
}

.page-table1 {
    display: inline-block;
    border: 0px solid #f00;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    width: 33.333%;
}

.page-table2 {
    display: inline-block;
    border: 0px solid #f00;
    float: left;
    font-weight: 300;
    color: #666;
    width: 33.333%;
    text-align: justify;
    padding-right: 1.5%;
}

.page-table3 {
    display: inline-block;
    border: 0px solid #f00;
    float: left;
    font-weight: 300;
    color: #666;
    width: 33.333%;
    text-align: justify;
    padding-left: 1.5%;
}

.frame-twothree {
    text-align: justify;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 30px;
    line-height: 1.6em;
    width: 66.33%;
}

h1 {
    font-size: 1.0em;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #000;
}

h2 {
    font-size: 1.0em;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #000;
}

h3 {
    font-size: 1.0em;
    font-weight: bold;
    margin-bottom: 10px;
}

h4 {
    font-size: 1.0em;
    font-weight: bold;
}

.page-table1 h2 {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.page-table2 h2 {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.team1 h2 {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.team2 h2 {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.team3 h2 {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.team1 {
    width: 367px;
    border: 0px solid #f00;
    float: left;
    display: inline-block;
}

.team2 {
    border: 0px solid #f00;
    float: left;
}

.team3 {
    width: 315px;
    border: 0px solid #f00;
    float: left;
    display: inline-block;
}

.team2 {
    text-align: justify;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 30px;
    line-height: 1.6em;
}

ul.partner {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main_content {
    padding-top: 30px;
    margin-top: 0px;
    margin-bottom: 30px;
    width: 100%;
    border: 0px solid #f00;
}

.zitate {
    width: 47%;
    height: 311px;
    float: left;
    margin-bottom: 30px;
}

.container h1 {
    font-family: 'UNC', sans-serif;
    font-size: 1.7em;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #007777;
    margin-bottom: 20px;
}

.navbar-nav {
    float: right;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    background-color: #fff;
}

.navbar-mainnavigation .navbar-nav>li>.nav-link::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 4px;
    height: 100%;
    background: none;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #666;
    text-decoration: none;
    background-color: #fff;
}



/* Responsive Desgin */
@media only screen and ( min-width: 950px) {
#mainnavigation .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, .15);
  box-shadow:none;
  border-radius:0px;
}

}

@media only screen and ( max-width: 1200px)
/* 1100 */

{
    header {
        padding: 0 3% !important;
    }
    .section {
        padding: 0 3%;
    }
    #page-footer .footer-section-content {
        width: 100%;
        padding: 0 3%;
    }
}

@media only screen and ( max-width: 950px) {
    .page-table {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
        -webkit-column-gap: 40px;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 40px;
        /* Firefox */
        column-gap: 40px;
        margin-bottom: 30px;
        padding: 0px;
        padding-left: 0px;
        margin-top: 0;
        padding-top: 0;
    }
    .navbar-mainnavigation .navbar-brand-image img {
        max-height: 70%;
    }
    .dropdown-toggle::after {
        font-size: 20px;
    }
    .nav-item {
        border-bottom: 1px solid #999;
    }
    .nav-item span {
        font-size: 16px;
    }
    .navbar-mainnavigation .dropdown-item {
        padding-left: 20px;
    }
    .navbar-mainnavigation .dropdown-menu {
        margin: 0;
        border-left: 0px solid #4faf98;
    }
    .navbar-nav {
        float: left;
        width: 100%;
    }
}

@media only screen and ( max-width: 840px) {}

@media only screen and ( max-width: 750px) {
    .page-table1 {
        width: 100%;
    }
    .page-table2 {
        width: 100%;
        padding: 0;
    }
    .page-table3 {
        width: 100%;
        padding: 0;
    }
    .navbar-mainnavigation .navbar-brand-image img {
        max-height: 100%;
    }
  
  .footer-section-content-column .frame-container {
  margin: 0px auto 0;
}

.footer-section-content-column .frame-inner {

  margin-bottom: 0px;

}
}

@media only screen and ( max-width:580px)
/* 640 Smartphones */

{
    .logo {
        width: 100%;
        max-width: 600px;
    }
    .logo img {
        width: 100%;
        max-width: 600px;
    }
    .main_content h1 {
        padding-left: 20px;
    }
    .aktuelles {
        margin-bottom: 0px;
    }
    .main_content {
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .frame-twothree {
        float: left;
        width: 100%;
        margin-bottom: 30px;
        padding: 0px;
        padding-left: 0px;
    }
    .frame-twothree {
        text-align: justify;
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
        -webkit-column-gap: 0px;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 0px;
        /* Firefox */
        column-gap: 0px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        margin-bottom: 30px;
        line-height: 1.6em;
        width: 100%;
    }
    .footer-section-content-column-middle {
        text-align: left;
        padding-right: 0;
    }
    .footer-section-content-column-right {
        text-align: left;
    }
}

.theme-default .nivoSlider {
    position: relative;
    background: #fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cc-window .cc-message {
  padding: 1.5rem;
font-size: 0.8em;
}
.cc-compliance .cc-btn:hover {
    color: #fff !important;
    background-color: #999 !important;
    border-color: #000;
  text-decoration: none !important;
}