/*================================================================
[PIXELSCHUPSER FRAMEWORK]
================================================================*/

/*

    [FARBEN] - Hier werden Hex- und RGB(A) Werte definiert

    body copy:              #fff
    headlines:              #284156
    primary:                #284156

*/

/* [IMPORT] */

@import url("https://use.typekit.net/hcr3aoe.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i');

/* [FUNDAMENT] */

*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    color: inherit;
    font: inherit;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

html,
body {
    height: 100%;
}

html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background-color: #fff;
    color: #284156;
    font: normal 400 16px/1.75 "Open Sans", sans-serif;
}

body.nav-open {
    overflow: hidden;
}

/* [HEADLINES] */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 40px 0 20px;
    line-height: 1.25;
    font-family: 'museo-slab', serif;
    color: #284156;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

h1:last-child,,

h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1,
.h1 {
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
    text-align: inherit;
    text-transform: uppercase;
}

h3 {
    font-size: 20px;
    text-transform: uppercase;
}

h4 {
    font-size: 16px;
    font-style: italic;
}



/* [INLINE ELEMENTE] */

a,
.menu > ul > li.is-dropdown,
.menu-short > ul > li {
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
    -webkit-touch-action: manipulation;
    -moz-touch-action: manipulation;
    -ms-touch-action: manipulation;
    -o-touch-action: manipulation;
    touch-action: manipulation;
    font-size:  14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #809aad;
    transition: 0.3s;
    white-space: nowrap;
}

a:active {
    outline: 0;
}

a:active,
.not-touch a:hover {
    color: #284156;
    transition: 0.3s;
}

abbr,
acronym,
dfn {
    border-bottom: 1px solid #d9d9d9;
    cursor: help;
}

b,
strong {
    font-weight: 700;
}

big {
    font-size: 24px;
}

cite,
dfn,
em,
i,
q {
    font-style: italic;
}

code,
kbd,
samp,
tt,
var {
    font-family: 'Open Sans', sans-serif;
}

del,
s,
strike {
    text-decoration: line-through;
}

ins,
mark {
    padding: 0 4px;
    background-color: #e0f2f1;
    text-decoration: none;
}

kbd {
    padding: 4px 8px;
    border: 1px solid #d9d9d9;
}

q:before {
    content: "„";
}

q:after {
    content: "“";
}

small,
sub,
sup {
    font-size: 12px;
}

sub,
sup {
    position: relative;
    line-height: 0;
}

sup {
    top: -8px;
}

sub {
    bottom: -4px;
}

u {
    text-decoration: underline;
}

span { 
    color: #bdc2c7;
    display: block;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}

li {
    margin-left: 20px;
}


li a.active {
    color: #284156;
}


/* [BLOCK ELEMENTE] */

address {
    margin-bottom: 20px;
    font-style: normal;
}

address:last-child {
    margin-bottom: 0;
}

address > *:last-child {
    margin-bottom: 0;
}

blockquote {
    padding: 0 20px;
    margin-bottom: 20px;
    border-left: 4px solid #d9d9d9;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    quotes: none;
}

blockquote:last-child {
    margin-bottom: 0;
}

blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

blockquote > *:last-child {
    margin-bottom: 0;
}

blockquote cite,
blockquote small {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

blockquote cite:before,
blockquote small:before {
    content: "— ";
}

hr {
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #d4d4d4;
}

hr:first-child {
    margin-top: 0;
}

hr:last-child {
    margin-bottom: 0;
}

p {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #2e3031;
}

p:last-child {
    margin-bottom: 0;
}

pre {
    margin-bottom: 20px;
    padding: 16px 20px;
    overflow: auto;
    background-color: #f2f2f2;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

pre:last-child {
    margin-bottom: 0;
}

/* [LISTEN] */

dl {
    margin-bottom: 20px;
}

dl:last-child {
    margin-bottom: 0;
}

dd,
dt {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d9d9d9;
}

dt {
    color: #222;
    font-weight: 700;
}

ol,
ul {
    margin: 0 0 20px 16px;
    list-style: none;
}

ol:last-child,
ul:last-child {
    margin-bottom: 0;
}

ol {
    list-style: outside decimal;
}

ul {
    list-style: outside disc;
}

ol > li {
    margin-bottom: 8px;
}

ol > li > ol,
ol > li > ul,
ul > li > ol,
ul > li > ul {
    margin-top: 8px;
    margin-bottom: 0;
}

/* [MEDIEN] */

figure {
    margin: 0;
    margin-bottom: 20px;
}

figure:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

.frame-wrap {
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.frame-wrap:last-child {
    margin-bottom: 0;
}

.frame-wrap > * {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* [BUTTONS] */

.btn-solid,
.btn-ghost {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    margin: 0 auto;
    padding: 4px 28px;
    text-transform: uppercase;
    border-radius: 45px;
    font-size: 12px;
    letter-spacing: 3px;
}

.btn-solid {
    background-color: #95744a ;
    color: #fff;
}

.not-touch .btn-solid {
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.btn-solid:active,
.btn-solid:focus,
.not-touch .btn-solid:hover {
    background-color: #fff;
    color: #95744a ;
    text-decoration: none;
}

.btn-ghost {
    border: 1px solid #284156;
    background-color: transparent;
    color: #284156;
}

.not-touch .btn-ghost {
    -webkit-transition: background-color 0.2s, color 0.2s;
    -moz-transition: background-color 0.2s, color 0.2s;
    -ms-transition: background-color 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}

.btn-ghost:active,
.btn-ghost:focus,
.not-touch .btn-ghost:hover {
    background-color: #284156;
    color: #fff;
    text-decoration: none;
}

.btn-row {
    margin-bottom: 12px;
}

.btn-row:last-child {
    margin-bottom: -8px;
}

.btn-row .btn-solid,
.btn-row .btn-ghost {
    margin: 0 8px 8px 0;
}

/* [FORMULAR ELEMENTE] */

::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

:-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

form {
    margin-bottom: 20px;
}

form:last-child {
    margin-bottom: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

button,
input,
select,
textarea {
    max-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-touch-action: manipulation;
    -moz-touch-action: manipulation;
    -ms-touch-action: manipulation;
    -o-touch-action: manipulation;
    touch-action: manipulation;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
    opacity: 0.5;
}

button,
input,
select {
    line-height: 1.5;
    white-space: nowrap;
}

button {
    overflow: visible;
    text-transform: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select,
textarea {
    vertical-align: middle;
    padding: 12px 16px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    color: #222;
}

.not-touch input[type="text"],
.not-touch input[type="email"],
.not-touch input[type="url"],
.not-touch input[type="password"],
.not-touch input[type="search"],
.not-touch input[type="tel"],
.not-touch input[type="number"],
.not-touch select,
.not-touch textarea {
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    -ms-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
    border-color: #284156;
    outline: 0;
}

input[type="file"] {
    width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    margin-right: 4px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    -ms-appearance: textfield;
    -o-appearance: textfield;
    appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

label {
    display: inline-block;
    margin: 0 16px 4px 0;
    line-height: 1.5;
}

legend {
    margin-bottom: 20px;
    color: #222;
    font-size: 24px;
    font-weight: 700;
}

select,
select[multiple] {
    height: auto;
}

select {
    text-transform: none;
}

select::-ms-expand {
    display: none;
}

textarea {
    height: auto;
    min-height: 240px;
    overflow: auto;
    resize: none;
}

.form-block {
    margin-bottom: 20px;
}

.form-block:last-child {
    margin-bottom: 0;
}

.form-block label,
.form-block input[type="text"],
.form-block input[type="email"],
.form-block input[type="url"],
.form-block input[type="password"],
.form-block input[type="search"],
.form-block input[type="tel"],
.form-block input[type="number"],
.form-block select,
.form-block textarea {
    display: block;
    width: 100%;
}

.form-block label {
    display: block;
    margin-right: 0;
    font-size: 12px;
}

/* [TABLES] */

table,
th,
td {
    border: 1px solid #d9d9d9;
}

table {
    width: 100%;
    max-width: 100%;
    min-width: 640px;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

table:last-child {
    margin-bottom: 0;
}

caption,
th,
td {
    line-height: 1.5;
    font-weight: normal;
    text-align: left;
}

caption,
th {
    border-width: 0 1px 1px 0;
    color: #222;
    font-weight: 700;
}

caption {
    margin-bottom: 20px;
    font-size: 24px;
}

th,
td {
    padding: 8px 16px;
    border-width: 0 1px 1px 0;
}

td {
    border-width: 0 1px 1px 0;
}

.table-scrollable {
    overflow-x: auto;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    -webkit-overflow-scrolling: touch;
}

.table-scrollable > table {
    margin-bottom: 0;
    border: 0;
}

.table-scrollable > table th:last-child,
.table-scrollable > table td:last-child {
    border-right: 0;
}

.table-scrollable > table tr:last-child td {
    border-bottom: 0;
}

/* [WORDPRESS] */

.wp-caption {
    max-width: 100%;
    margin-bottom: 20px;
}

.wp-caption:last-child {
    margin-bottom: 0;
}

.wp-caption img {
    display: block;
    margin: 0;
}

.wp-caption .wp-caption-text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
    font-style: italic;
}

.alignnone {
    display: block;
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
}

.alignnone img {
    width: 100%;
    max-width: none;
}

.aligncenter {
    display: block;
    max-width: 80%;
    max-width: none;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: center;
}

.aligncenter img {
    width: 100%;
    max-width: none;
}

.alignright {
    max-width: 260px;
    margin-top: 8px;
    margin-bottom: 20px;
    margin-left: 20px;
    float: right;
}

.alignright img {
    width: 100%;
    max-width: none;
}

.alignleft {
    max-width: 260px;
    margin-top: 8px;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}

.alignleft img {
    width: 100%;
    max-width: none;
}

/*
.gallery {
    margin-right: -1.1fff667%; 
    margin-bottom: 20px;
    margin-left: -1.1fff667%;
    *zoom: 1;
}

.gallery:last-child {
    margin-bottom: 0;
}

.gallery:before,
.gallery:after {
    content: "";
    display: table;
    line-height: 0;
}

.gallery:after {
    clear: both;
}

.gallery-item {
    display: block;
    width: 100%;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    margin: 0;
    float: left;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
    font-style: italic;
}

.post-password-form {
    margin-bottom: 20px;
}

.post-password-form:last-child {
    margin-bottom: 0;
}

.post-password-form label {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    font-size: 12px;
}

.post-password-form input[type="password"] {
    margin-top: 8px;
}

.post-password-form > *:last-child {
    margin-bottom: 0;
}

.screen-reader-text {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

*/

/* [GRID] */

.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-centered {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.row-horizontal {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.row:before,
.row:after {
    content: "";
    width: 0;
}

.col-full {
    width: 100%;
}

.col-threequarters {
    width: 75%;
}

.col-thirds {
    width: 66.66%;
}

.col-half {
    width: 50%;
}

.col-onethird {
    width: 33.33%;
}

.col-onequarter {
    width: 25%;
}

.col-right {
    margin-left: auto;
}

.col-center {
    margin-right: auto;
    margin-left: auto;
}

.row-spacing,
.row-spacing > .col {
    padding-right: 20px;
    padding-left: 20px;
}

/*================================================================
[BEGINN PROJEKT]
Ab hier wird das Layout der Website angelegt
================================================================*/

/* [SEKTION] */

.g-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.g-section-entry {
    padding-bottom: 20px;
}

.g-section-entry:last-child {
    padding-bottom: 0;
}

.g-wrap-narrow {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.padding-l-r {
    padding-left: 100px;
    padding-right: 100px;
}

.g-type-center {
    text-align: center;
}

.g-section {
    padding-top: 30px;
    padding-bottom: 33px;
}

.g-section:first-child {
    padding-top: 0;
}
    
.g-section:last-child {
    padding-bottom: 50px;
}


/* [HEADER] */

.header { 
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}


.header img {
    margin-top: 5px;
    width: 85%;
    display: inline-block;
}

.header nav img {
    margin-top: 0px;
}

.header li {
    margin: 0;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
}

/*[HEADER-BURGER]*/

.burger {
    display: none;
    position: absolute;
    top: 60px;
    right: 40px;
    background-color: #284156;
    height: 45px;
    width: 45px;
    border-radius: 45px;
    padding-left: 4px;
    padding-top: 7px;
}

.burger-line {
    width: 28px;
    height: 2px;
    background-color: #fff;
    margin-top: 6px;
    margin-left: 4px;
}

.burger a{
    display: block;
}


/* [HERO] */

.hero {
    padding-bottom: 25px;
}

.hero h1,
.hero .h1,
.hero h2,
.hero h3 {
    color: #fff;
}

.post .hero-background {
    height: 400px;
}
.post-single h1,
.post-single h2,
.post-single h3,
.post-single h4 {
    text-transform: none;
}
.col-full.hero-background {
    margin-left: 20px;
    margin-right: 20px;
}

.hero-background,
.hero-dark {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.hero-dark {
    background: -moz-linear-gradient(top, rgba(0,0,0,0)20%, rgba(0,0,0,0.45) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 20%,rgba(0,0,0,0.45) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 20%,rgba(0,0,0,0.45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.hero-content {
    position: absolute;
    left: 0;
    bottom: 90px
 
}

.hero h1,
.hero h2,
.hero p {
    max-width: 630px;
}

.hero p {
    font-style: italic;
    color: #fff;
    margin-top: 20px;
    font-weight: 400;
}

.hero a.btn-ghost {
    border-color: #fff;
    color: #fff;
    font-style: normal;
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    transition: border-color .2s;
}

.not-touch .hero a.btn-ghost:hover,
.hero a.btn-ghost:active,
.hero a.btn-ghost:focus {
    background-color: #284156;
    color: #fff;
    border-color: #284156;
}

/* [text-full-center] */

.text-full-center {
    text-align: center;
    max-width: 660px;
    margin: auto;
    color: #284156;
}

.text-full-center h2,
.text-full-center p {
    margin: auto;
}

.text-full-center span {
    padding-bottom: 20px;
    display: block;
    color: #284156
}

.text-full-center p {
    border-top: 1px solid #d4d4d4;
    padding: 20px 30px 0 30px;
}
.text-full-center p:fist-child{
    border-top: none;
}
/* [TWO-COL] */

.text li,
.two-col p {
    font-weight: 400;
}


/* [CARDS] */

.cards-img-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-bottom: 75%;
    margin: auto;
}

.cards-img-container a {
    display: block;
}

.logo-img-container a,
.cards-img-container .item-nolink {
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.cards-img-container a,
.cards-img-container .item-nolink,
.cards-img-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cards-img-background {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -ms-transition: -ms-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
}

.logo-img-container .cards-img-background {
    background-size: 90%;
    overflow: hidden;
}

.cards-img-background {
    background-size: cover;

}

.not-touch .news:hover .logo-img-background,
.not-touch .news:hover .cards-img-background,
.not-touch .text-pic-left:hover a .cards-img-background,
.not-touch .text-pic-left:hover a .logo-img-background,
.news:active .logo-img-background,
.news:active .cards-img-background,
.text-pic-left:active .cards-img-background,
.text-pic-left:active .logo-img-background {
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
}

/* [TEXT-PIC-LEFT] */
.text-pic-left h1 {
    font-size: 34px;
    font-weight: 400;
}

.text-pic-left h2 {
    font-size: 29px;
}
.text-pic-left {
    padding-bottom: 20px;
    padding-top: 20px;
}

.text-pic-left span.date {
    color: rgba(40,65,86,0.4);
    padding-bottom: 10px;
    display: block;
    white-space: nowrap; 
    overflow: hidden;
    margin-top: -20px;
}


.text-pic-left p:first-of-type {
    margin-top: 20px;
}

.text-pic-left .btn-ghost {
    margin-top: 40px;
}

.newest-entry > .text-pic-left {
    margin-bottom: 20px;
}

.newest-entry.col.col-onethird {
    list-style: none;
    padding-left: 40px;
}


.newest-entry h3 { 
    margin-top: 20px;
    margin-bottom: 0;
}


.newest-entry h2.title {
    margin-bottom: 5px;
    font-size: 24px;
}

/* [HEADLINE-LEFT] */

.headline-left h1,
.headline-left h2 {
    color: #284156;
    font-size: 32px;
    margin: 0;
    font-weight: 500;
}

.headline-left span {
    font-size: 16px;
}

/* [TEXT] */


.text ul {
    padding-bottom: 20px;
}

.text li  {
    font-size: 14px;
    font-style: italic;
    padding: 0;
    margin: 0;
    color: #284156;
}

/* [NEWS-BORDERNONE] */

.news-bordernone .news {
    border: none;
}

.news-bordernone .text-box {
    padding-left: 0px;
    padding-right: 0px;
}

/* [NEWS] */

.news {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #eaeaea;
}
.news h3 {
    text-transform: none;
}
.text-pic-left img,
.news img {
    width: 100%;
}
.news-pagerination {
    padding-bottom: 20px;
    text-align: center;
}
.news-pagerination a,
.news-pagerination span {
    display: inline-block;
    padding: 0 5px;
}

/* [TEXT-BOX] */

.text-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px; 
    padding-bottom: 30px;
}

.text-box h3 {
    max-width: 240px;
    margin-bottom: 0px;
}

.text-box p {
    display: block;
    position: relative;
    max-height: 98px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* [STROKE] */

.col-stroke .stroke {
    margin-top: 50px;
    margin-bottom: 50px;
}

.col-full .stroke {
    margin-top: 20px;
    margin-bottom: 20px;
}

.stroke {
    height: 1px;
    background-color: #969089;
    width: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.headline-left .stroke,
.cards .stroke {
    width: 100%;
}

.cards h3 {
    margin-bottom: 0;
}

.not-touch .two-col:hover .stroke,
.not-touch .news:hover .stroke,
.two-col:active .stroke,
.news:active .stroke {
    width: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* [MAGNIFIC POPUP] */

.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.75}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;left:0}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{top:40px;bottom:40px;right:0;z-index:-1;background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}

.mfp-transition.mfp-bg,
.mfp-transition .mfp-content {
    opacity: 0;
}

.mfp-transition.mfp-bg {
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.mfp-transition.mfp-ready.mfp-bg {
    opacity: 0.75;
}

.mfp-transition .mfp-content {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: opacity 0.25s, -webkit-transform 0.5s cubic-bezier(.2,1,.2,1);
    -moz-transition: opacity 0.25s, -moz-transform 0.5s cubic-bezier(.2,1,.2,1);
    -ms-transition: opacity 0.25s, -ms-transform 0.5s cubic-bezier(.2,1,.2,1);
    -o-transition: opacity 0.25s, -o-transform 0.5s cubic-bezier(.2,1,.2,1);
    transition: opacity 0.25s, transform 0.5s cubic-bezier(.2,1,.2,1);
}

.mfp-transition.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.mfp-transition.mfp-removing.mfp-bg,
.mfp-transition.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-transition.mfp-removing .mfp-content {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
}

.mfp-transition.mfp-removing .mfp-close,
.mfp-transition.mfp-removing .mfp-prevent-close {
    visibility: hidden;
}

/* [MEDIA] */
.section-media-item {
    display: block;
    position:relative;
}

.section-media-item a:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.5);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.gallery-preview-image a:after  {
    background-image: url(../images/media-image-white.svg);
}

.gallery-preview-video a:after {
    background-image: url(../images/media-video-white.svg);
}

.gallery-preview-link a:after {
    background-image: url(../images/media-link-white.svg);
}


/* [FOOTER] */

.footer {
    background-color: #284156;
    width: 100%;
    min-height: 90px;
    max-width: 1120px;
    margin-top: 40px;
}

.header li,
.footer li {
    display: inline;
}


.footer ul {
    display: block;
    margin: 0;
}

.footer img {
    opacity: 0.25;
}

.footer a,
.footer small {
    color: rgba(255,255,255, 0.25);
}

.not-touch .footer img:hover,
.not-touch .footer a:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.75;
    color: rgba(255,255,255, 0.75);
    border: none;
}

.footer .col-onethird {
    margin-top: auto;
    margin-bottom: auto; 
}
.footer .social-media a {
    display: inline-block;
    padding: 0 6px;
}


.footer .social-media img {
    width: 26px;
    height: 26px;
}

/*[DROPDOWN]*/

.menu > ul {
    list-style: none;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.menu > ul > li {
    position: relative;
    list-style: none;
}

.menu-short > ul > li.active > a,
.menu > ul > li .active > a {
    color: #284156;
    
}

.menu > ul > li.dropdown-open > a,
.menu > ul > li > a:active,
.not-touch .menu > ul > li:hover > a {
    color: #284156;
}

.menu > ul > li.menu-item-has-children > a {
    position: relative;
    padding-right: 15px;
}

.menu > ul > li.menu-item-has-children > a:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent url('../images/icons/pfeil-rechts-blau.png') no-repeat 50% 50%;
    background-size: cover;
    top: 50%;
    margin-top: -5px;
    right: 0;
    opacity: 0.5;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .3s;   

}


.menu > ul > li > ul {
    list-style: none;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    display: none;
    position: absolute;
    max-width: 330px;
    background-color: rgba(255,255,255,1);
    box-shadow: 5px 5px 40px rgba(0,0,0,0.05);
    z-index: 10; 
    left: -30px;
    top: 65px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
}

.not-touch .menu > ul > li:hover > ul,
.menu > ul > li:active > ul,
.menu > ul > li.dropdown-open > ul {
    display: block;
}


.menu > ul > li > ul > li {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    border-bottom: 1px solid transparent;
    list-style: none;
}

.menu > ul > li > ul > li,
.not-touch .menu > ul > li > ul > li:hover,
.menu > ul > li > ul > li:active {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.not-touch .menu > ul > li > ul > li:hover,
.menu > ul > li > ul > li:active {
    background-color: #f9f9f9;
}

.not-touch .menu > ul > li > ul > li:hover > a,
.menu > ul > li > ul > li:active > a  {
    color: #284156;
}

.menu > ul > li > ul > li > a {
    text-transform: none;
    font-weight: 400;
    width: 100%;
}


/*[BOX-SLIDER]*/
.slider-single {
    height: 600px;
}
.bx-wrapper {
    display: block;
    position: relative;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    text-indent: -9999px;
    z-index: 500;
    width: 32px;
    height: 32px;
    opacity: 0.4;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/icons/pfeil-links-weiss.png) no-repeat ;
    background-size: 75% 75%;

}

.bx-wrapper .bx-next {
    right: 5px;
    background: url(../images/icons/pfeil-rechts-weiss.png) no-repeat ;
    background-size: 75% 75%;
}

.not-touch .bx-wrapper .bx-prev:hover,
.not-touch .bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:active, 
.bx-wrapper .bx-prev:active {
    opacity: 1;
}

.bx-wrapper .bx-pager {
    position: absolute;
    left: 50%;
    top: 90%;
    -webkit-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);
    z-index: 55;
}

.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.bx-wrapper .bx-pager .bx-pager-item a {
    z-index: 9999;
    text-indent: -9999px;
    outline: 0; 
    background-color: rgba(255,255,255, 0.25);
    border-radius: 5px;
    height: 10px;
    width: 10px;
    display: block;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
}

.bx-wrapper .bx-pager .bx-pager-item a.active {
    background-color: rgba(255,255,255,1);
}

.not-touch .bx-wrapper .bx-pager .bx-pager-item a:hover {
    background-color: rgba(255,255,255, 0.6);

}

/*[DROPDOWN-ARROWS]*/


.menu-short > ul > li.menu-item-has-children > a {
    position: relative;
    padding-right: 21px;
}

.menu-short > ul > li.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background: transparent url('../images/icons/pfeil-rechts-blau.png') no-repeat 50% 50%;
    background-size:cover;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    opacity: 0.5;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    transition: transform .3s;
}



.menu-short > ul > li.dropdown-open > a:after,
.header .menu > ul > li.dropdown-open> a:after,
.not-touch .menu-short > ul > li.menu-item-has-children:hover > a:after,
.not-touch .header .menu > ul > li.menu-item-has-children:hover > a:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform:rotate(90deg);
    opacity: 1;
}


/*[MENU-SHORT]*/

.menu-short ul {
    list-style: none;
}

.menu-short ul,
.menu-short ul li {
    margin-left: 0;
}

.menu-short > ul {
    padding-top: 150px;
    padding-left: 10%;
    padding-right: 60px;
}

.menu-short > ul > li {
    list-style: none;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    height: 100%;
}

.menu-short > ul > li,
.menu-short > ul > li > a {
    font-size: 22px;
}

.navigation-mobile,
.menu-short > ul > li > ul {
    display: none;
}
.menu-short > ul > li.dropdown-open > ul,
.menu-short > ul > li > ul > li {
    display: block;
}

.menu-short > ul > li > ul > li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.not-touch .menu-short > ul > li.is-dropdown:hover,
.menu-short > ul > li.is-dropdown:active,
.menu-short >ul > li.dropdown-open > a {
    color: #284156;
}

.menu-short > ul > li > ul > li,
.menu-short > ul > li > ul > li > a {
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
}





/* [MEDIA QUERIES] */

@media only screen and ( max-width: 1028px ) {

    .col-threequarters,
    .col-thirds,
    .col-onequarter {
        width: 50%;
    }


    .col-onethird {
        width: 50%;
    }
 
    .col-stroke {
        display: none;
    }

    .footer .col-onethird {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 10px;
    }

    .navigation-mobile {
        display: block;
        z-index: 980;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        background-color: #fff;
        transform: translateX(100%);
        transition: transform .8s;
        position: fixed;
        overflow-x: hidden;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
    }

    .nav-open .navigation-mobile {
        transform: translateX(0%);     
    }

    .menu-long {
        display: none;
    }

    .burger {
        z-index: 9999;
        display: block;
        position: fixed;

    }

    .nav-open .burger {
        position:fixed;
    }
    
    .nav-open .burger .burger-line:first-child {
        -webkit-transform: translateY(8px) rotateZ(-45deg);
        -moz-transform: translateY(8px) rotateZ(-45deg);
        -ms-transform: translateY(8px) rotateZ(-45deg);
        -o-transform: translateY(8px) rotateZ(-45deg);
        transform: translateY(8px) rotateZ(-45deg);
    }

    .burger .burger-line:nth-child(2) {
        -webkit-transition: opacity 0.15s;
        -moz-transition: opacity 0.15s;
        -ms-transition: opacity 0.15s;
        -o-transition: opacity 0.15s;
        transition: opacity 0.15s;
    }

    .nav-open .burger .burger-line:nth-child(2) {
        opacity: 0;
    }

    .nav-open .burger .burger-line:last-child {
        -webkit-transform: translateY(-8px) rotateZ(45deg);
        -moz-transform: translateY(-8px) rotateZ(45deg);
        -ms-transform: translateY(-8px) rotateZ(45deg);
        -o-transform: translateY(-8px) rotateZ(45deg);
        transform: translateY(-8px) rotateZ(45deg);
    }
    
    .nav-open .burger .burger-line:nth-child(1),
    .nav-open .burger .burger-line:nth-child(3) {
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(.2,1,.2,1);
        -moz-transition: -moz-transform 0.5s cubic-bezier(.2,1,.2,1);
        -ms-transition: -ms-transform 0.5s cubic-bezier(.2,1,.2,1);
        -o-transition: -o-transform 0.5s cubic-bezier(.2,1,.2,1);
        transition: transform 0.5s cubic-bezier(.2,1,.2,1);

    }

    
    .footer .col-onethird:first-child {
        padding-top: 20px;
    }

    .footer .col-onethird:last-child {
        padding-bottom: 20px;
    }

}

@media only screen and ( max-width: 930px ) {

    .col-thirds,
    .col-half {
        width: 100%;
    }

    .newest-entry.col.col-onethird {
        width: 50%;
        margin: 0 auto;
    }
}

@media only screen and ( max-width: 770px ) {

    .newest-entry.col.col-onethird {
        padding-left: 20px;
    }

    .newest-entry.col.col-onethird,
    .col-onequarter,
    .col-half {
        width: 100%;
    }

    .col-threequarters,
    .col-onethird{
        width:50%;
    }

    .footer .col-onethird {
        padding-bottom: 10px;
    }

    .footer .col-onethird:first-child {
        padding-top: 20px;
    }

    .footer .col-onethird:last-child {
        padding-bottom: 20px;
    }

    .hero-dark .padding-l-r {
        padding-left: 40px;
        padding-right: 40px;
    }

    .slider-wrap .hero-background {
        height: 400px;
        margin-left: 0px;
    }


    .hero-content {
        top: 50%;
        transform: translateY(-50%);
    }

    .hero-content h1,
    .hero-content .h1,
    .hero-content h2 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .hero-content p {
        display: none;
    }

    .padding-l-r {
        padding-left: 60px;
        padding-right: 60px;
    }

    .two-col h1 {
        font-size: 30px; 
    }

    .two-col h2 {
        font-size: 24px; 
    }
}

@media only screen and ( max-width: 540px ) {

    .col-onethird img {
        width: 100%;
        max-width: 300px;
        margin-top: 10px;
    }
}

@media only screen and ( max-width: 480px ) {

    .newest-entry.col.col-onethird {
        padding-left: 0px;
    }

    .col-onethird {
        width: 100%;
    } 

    .g-section {
        padding-bottom: 20px;
    }
    
    .g-section:last-child {
        padding-bottom: 40px;
    }

    .text-pic-left {
        padding-bottom: 40px !important;
    }
    .text-pic-left .btn-ghost {
        margin-top: 10px;
    }


    .header-normal img {
        width: 75%;
        height: auto;
    }

    .burger {
        right: 15px;
    }

    .col-full.hero-background {
        margin-left: 0px;
        margin-right: 0px;
    }

    .aligncenter {
        max-width: 100%;
    }

    .alignright,
    .alignleft {
        max-width: 100%;
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .hero-content h1,
    .hero-content .h1,
    .hero-content h2 {
        font-size: 26px;
    }

    .hero-content p {
        display: none;
    }

    .padding-l-r {
        padding-left: 40px;
        padding-right: 40px;
    }

    .row-spacing .col {
        padding: 0;
    }

}

/*================================================================
[ENDE PROJEKT]
Und nicht vergessen: CSS komprimieren (CSS Minifier)
================================================================*/