@media ( min-width: 1200px) {}

@media ( min-width: 992px) {}

@media ( min-width: 601px) {}

@media ( max-width: 600px) {}

@media only screen and (min-width: 993px) {
    .container {
        width: 90%;
    }
}


/* lato-300 - latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato/lato-v14-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Lato Light'), local('Lato-Light'), url('../fonts/lato/lato-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato/lato-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato/lato-v14-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato/lato-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato/lato-v14-latin-300.svg#Lato') format('svg');
    /* Legacy iOS */
}


/* lato-regular - latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato/lato-v14-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/lato/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato/lato-v14-latin-regular.svg#Lato') format('svg');
    /* Legacy iOS */
}


/* lato-700 - latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato/lato-v14-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/lato/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato/lato-v14-latin-700.svg#Lato') format('svg');
    /* Legacy iOS */
}


/* noto-serif-regular - latin */

@font-face {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/notoserif/noto-serif-v6-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Noto Serif'), local('NotoSerif'), url('../fonts/notoserif/noto-serif-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/notoserif/noto-serif-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/notoserif/noto-serif-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/notoserif/noto-serif-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/notoserif/noto-serif-v6-latin-regular.svg#NotoSerif') format('svg');
    /* Legacy iOS */
}

* {
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
}

*::selection {
    background: #ccc;
    color: #fff;
}

textarea,
input[type="text"] {
    /*-webkit-appearance: none;
-webkit-border-radius:0; 
border-radius:0;*/
}

html,
body {
    height: 100%;
}

body {
    background: #fafafa;
    color: #111;
    font-family: 'Lato', Arial, Verdana, sans-serif !important;
    font-size: 17px;
    -webkit-text-size-adjust: none;
    font-weight: 300;
}

@media ( max-width: 600px) {
    body {
        font-size: 16px;
    }
}

div {
    position: relative;
}

img,
iframe {
    vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    hyphens: none;
    word-wrap: break-word;
    font-family: 'Noto Serif', serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

h1 {
    font-size: 32px;
    font-weight: 300 !important;
    letter-spacing: 0.005em;
    color: #003a67;
}

h2 {
    font-size: 22px;
    font-family: 'Lato', Arial, Verdana, sans-serif;
    font-weight: 300!important;
    line-height: 1.45;
}

@media ( max-width: 1100px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 19px;
    }
}

@media ( max-width: 600px) {
    h1 {
        font-size: 24px;
    }
}

h3 {
    font-family: 'Noto Serif', serif;
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-family: 'Noto Serif', serif;
    font-size: 28px;
    line-height: 34px;
    color: #003a67;
}

h5 {
    font-family: 'Noto Serif', serif;
    font-size: 24px;
    line-height: 30px;
    margin-top: 25px;
}

h6 {
    font-family: 'Lato', Arial, Verdana, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    color: #81817e;
}

p,
.textcol ol {
    margin: 0 0 10px 0;
    line-height: 24px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: justify;
}

@media ( max-width: 600px) {
    p {
        line-height: 1.4em;
    }
}

.text-center p {
    text-align: center;
}

p a {
    color: #666;
    border-bottom: 1px dotted #999;
}

p a:hover {
    color: #888;
}

a:hover {
    color: #003a67;
}

blockquote {
    padding: 20px;
    background: url(../img/bg-quote-left.png) no-repeat left top, url(../img/bg-quote-right.png) no-repeat right bottom;
}

blockquote p {
    font-family: 'Noto Serif', serif;
    font-size: 28px;
    line-height: 30px;
    text-align: left;
}

blockquote cite {
    font-family: 'Lato', Arial, Verdana, sans-serif;
    font-size: 15px;
    text-align: right;
    display: block;
}

a:hover {
    text-decoration: none;
}

p.initiale:first-letter {
    color: #6b6a65;
    float: left;
    font-family: 'Noto Serif', serif;
    font-size: 94px;
    line-height: 70px;
    padding-top: 0;
    padding-right: 8px;
    padding-left: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

@-moz-document url-prefix() {
    p .initiale:first-letter {
        padding-top: 10px;
    }
}

a.readmore,
.pagenav_right a {
    color: #484847;
    font-family: 'Noto Serif', serif;
    font-size: 19px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

a.readmore:after,
.pagenav_right a:after {
    content: '';
    background: url('../img/icon-arrow-right-grey.svg') center no-repeat;
    width: 20px;
    height: 15px;
    display: block;
    margin: 0 0 0 5px;
    transform: translate(0, 1px);
    display: inline-block;
    transition: .1s;
}

a.readmore.text_white:after {
    background: url('../img/icon-arrow-right-white.svg') center no-repeat;
}

a.readmore:hover:after,
.pagenav_right a:hover:after {
    transform: translate(3px, 1px);
}

a.back,
.pagenav_left a {
    color: #484847;
    font-family: 'Noto Serif', serif;
    font-size: 19px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

a.back:before,
.pagenav_left a:before {
    content: '';
    background: url('../img/icon-arrow-left-grey.svg') center no-repeat;
    width: 20px;
    height: 15px;
    display: block;
    margin: 0 5px 0 0;
    transform: translate(0, 1px);
    display: inline-block;
    transition: .1s;
}

a.back:hover:before,
.pagenav_left a:hover:before {
    transform: translate(-3px, 1px);
}

.text_white,
a.text_white {
    color: #fff;
}

.arrow_right {
    padding-right: 35px;
}

.arrow_right:after {
    font-family: 'FontAwesome';
    content: "\f054";
    z-index: 100;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 15px;
    transition: all .15s;
}

.arrow_right:hover:after {
    color: #d30000;
    right: 10px;
}

hr {
    height: 0;
    margin: 20px 0;
    border: 0;
    border-bottom: 1px solid #dbd9d2;
    text-align: left;
}

.shaded {
    display: inline;
    color: #fff!important;
    background: none repeat scroll 0px 0px #285e7a;
    box-shadow: 5px 0 0 #285e7a, -5px 0 0 #285e7a;
    background-origin: border-box;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.lined {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.lined:before,
.lined:after {
    background-color: #aaa;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.lined:before {
    right: 1em;
    margin-left: -50%;
}

.lined:after {
    left: 1em;
    margin-right: -50%;
}


/* LAYOUT */

.bodywrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    position: relative;
    max-width: 1680px;
}

.section {
    width: 100%;
    padding: 0;
}

.bgimg {
    background-size: cover;
    background-position: center;
}

.bgimgtop {
    background-size: cover;
    background-position: center top;
}

.row {
    margin-bottom: 0;
}


/*.col{outline: 1px dotted #ccc;}*/

.padding30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.paddingbottom20 {
    padding-bottom: 20px;
}

.spacer10 {
    height: 10px;
    width: 100%;
}

.spacer20 {
    height: 20px;
    width: 100%;
}

.spacer30 {
    height: 30px;
    width: 100%;
}

.spacer50 {
    height: 50px;
    width: 100%;
}

@media ( max-width: 600px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .wrap {
        width: 100%;
    }
    .padding30 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .padding50 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .padding70 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

.fullwidth {
    width: 100%;
}

.content img {
    margin: 5px 0 15px 0;
}

.image-right {
    float: right;
    margin: 0 !important;
    padding: 7px 0 10px 30px;
    width: 50%;
}

.image-left {
    float: left;
    margin: 0 !important;
    padding: 7px 20px 10px 0;
    width: 40%;
}

@media ( max-width: 600px) {
    .image-right,
    .image-left {
        float: none;
        width: 100%;
        padding: 5px 0 15px 0;
    }
}

.image-right img,
.image-left img {
    width: 100%;
}

.caption {
    font-size: 13px;
    letter-spacing: 0.02em;
    color: #81817e;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
}

.textcol p,
.textcol img,
.textcol .caption,
.textcol ol {
    max-width: 66%;
}

@media ( max-width: 600px) {
    .textcol p,
    .textcol figure,
    .textcol ol {
        max-width: 90%;
    }
    .textcol img,
    .textcol .caption {
        max-width: 100%;
    }
}


/*.bodywrap {
margin: 0 auto -150px; 
}*/

.push {
    height: 150px;
}

.footer {
    background: #022c50;
    margin: 0 auto;
    width: 100%;
    padding: 50px 0 100px 0;
    transition: transform .2s;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.02em;
}

.footer a {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.footer a:hover {
    opacity: .7;
}

.footer ul {
    margin-top: 3px;
    list-style: none;
}

.footer li {
    padding: 1px 0;
}

.footer ul ul li a {
    font-weight: 300;
    text-transform: none;
    color: #fff;
}

.footer .col-sm-12 a {
    margin-right: 15px;
}

@media ( max-width: 600px) {
    .bodywrap {
        margin: 0 auto;
        min-height: auto;
        height: auto;
    }
    .push {
        height: auto;
        display: none;
    }
}


/* NAVIGATION */

.navigation {
    position: absolute;
    right: 15px;
    top: 35px;
    font-weight: 500;
    color: #333;
    z-index: 100;
}

.navigation ul {
    list-style: none;
}

.navigation ul li {
    margin: 0 0 0 20px;
    float: left;
    position: relative;
}

.navigation ul li a {
    display: block;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    letter-spacing: 0.02em;
}

.navigation ul li a:hover {
    opacity: 0.5;
}


/*
.navigation ul li.current-page-parent a{
color:#003a67;
font-weight: bold;
}

.navigation ul li.current-page-parent ul li a{
color:#333;
font-weight: normal;
}
*/

.navigation ul li.current-menu-item a,
.navigation ul li li.current-menu-item a {
    color: #003a67;
    font-weight: bold;
}

.navigation ul li:not(.current-menu-item) a {
    color: #333;
    font-weight: 500;
}

.navigation ul li.current-menu-parent>a:first-child {
    color: #003a67 !important;
    font-weight: bold !important;
}

.navigation ul li a.current:hover {
    opacity: 1;
}

.navigation ul li ul {
    position: absolute;
    z-index: 100;
    left: -20px;
    padding-top: 10px;
    display: none;
    padding-bottom: 20px;
    width: 300px;
}

.navigation ul li ul li {
    float: none;
    border-left: 0;
    padding: 5px 0 6px 0px;
    min-width: 200px;
}

.navigation ul li ul li a {
    text-transform: none;
    font-weight: 400;
}

.navoverlay {
    background: #fff;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 110px;
    z-index: 99;
    transition: 0.15s;
    opacity: 0.4;
    display: block !important;
}


/* CUSTOM */

.bildbeschreibung p {
    line-height: 1.8;
}

.nooverflow {
    overflow-y: hidden;
}

.bg_color_1 {
    background: #003a67;
}


/*mainblue*/

.bg_color_2 {
    background: #4f657d;
}


/*midblue*/

.bg_color_3 {
    background: #022c50;
}


/*darkblue*/

.bg_color_4 {
    background: #edebe8;
}

.bg_color_5 {
    background: #f9f9f8;
}

.bg_color_6 {
    background: #ffffff;
}

.bg_color_7 {
    background: #edebe8;
}


/* 274564 */

.bg_color_1,
.bg_color_2,
.bg_color_1 h1,
.bg_color_1 h6,
.bg_color_1 h1 a {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

.bg_color_1 h1 a:hover {
    opacity: .5;
}

.bg_color_4 a h2 {
    color: #111;
}

.bg_color_4 a h2:hover {
    opacity: .5;
}

.btn-blue {
    background: #003a67;
    border-color: #003a67;
}

.btn-blue .inline-icon {
    transform: translateY(-1px);
    padding-right: 3px;
}

.white-border {
    border: 1px solid #fff;
}

.topnav {
    background: #f4f2f0;
    padding: 8px 0;
    text-align: right;
    font-size: 16px;
}

.topnav ul {
    list-style: none;
    margin-bottom: 0;
}

.topnav ul li {
    display: inline;
    margin-left: 15px;
}

.topnav ul li a {
    color: #111;
    font-weight: 500;
}

.header {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
}

.logo {
    width: 380px;
}

@media ( max-width: 600px) {
    .header {
        background: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .logo {
        width: 80%;
    }
}

.praesidenten img {
    width: 100%;
}

.praesidenten .bgimgtop {
    float: left;
    width: 33.3333%;

}


.praesidenten{
    padding-top: 50px;
    padding-bottom: 50px;
}

.praesidenten img {
    width: 100%;
}

.praesidenten .bgimgtop {
    float: left;
    width: 33.3333%;
    width:25%;

}


.praesidenten .bgimgtop:nth-child(4),
.praesidenten .bgimgtop:nth-child(5),
.praesidenten .bgimgtop:nth-child(6),
.praesidenten .bgimgtop:nth-child(7) {
    float: left;
    width:25%;
}



.p-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .98);
    opacity: 0;
    transition: .5s;
}

.p-overlay:hover {
    opacity: 1;
    transition: .2s;
}

.p-overlay-text {
    color: #003a67;
    padding: 15px;
    font-weight: 700;
    padding: 15px;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
}

.p-overlay-text h2,
.p-overlay-text h6,
.p-overlay-text p {
    color: #003a67;
}

.p-overlay-text h2 {
    line-height: 1.3;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Serif', serif;
    margin-bottom: 3px;
}

@media ( max-width: 600px) {
    .p-overlay-text h2 {
        font-size: 16px;
    }
}

.p-overlay-text h6 {
    font-size: 12px;
    margin-bottom: 3px;
}

.p-overlay-text p {
    color: #003a67;
    font-size: 13px;
    text-align: left;
}

@media ( max-width: 600px) {
    .p-overlay-text p {
        display: none;
    }
}

.heroimg_right {
    position: absolute;
    left: 52%;
    top: 0;
    width: 48%;
    max-width: 800px;
}

.date_wrap {}

.date_teaser {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dbd9d2;
    font-size: 16px;
    color: #111;
}

.date_left {
    width: 90px;
    float: left;
}

.date_right {
    float: left;
    width: calc(100% - 100px);
}

.date_big_day {
    font-size: 60px;
    line-height: 55px;
}

.date_big_month {
    font-size: 15px;
    text-transform: uppercase;
}

.date_full_date {
    color: #737270;
    padding-left: 23px;
    letter-spacing: 0.02em;
    line-height: 21px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.date_full_date:before {
    content: '';
    background: url('../img/icon-clock-grey.svg');
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
}

.date_title {
    font-family: 'Noto Serif', serif;
    font-size: 26px;
    line-height: 26px;
}

@media ( max-width: 992px) {
    .date_left {
        width: 75px;
        float: left;
    }
    .date_right {
        float: left;
        width: calc(100% - 85px);
    }
    .date_big_day {
        font-size: 40px;
        line-height: 45px;
    }
    .date_big_month {
        font-size: 12px;
        text-transform: uppercase;
    }
    .date_title {
        serif;
        font-size: 20px;
        line-height: 22px;
    }
}

.date_speaker {
    color: #737270;
    padding-left: 23px;
    letter-spacing: 0.02em;
    line-height: 21px;
    padding-top: 3px;
}

.date_speaker:before {
    content: '';
    background: url('../img/icon-user-grey.svg') no-repeat center center;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
}

.date_info {
    color: #737270;
    padding-left: 23px;
    letter-spacing: 0.02em;
    line-height: 21px;
    padding-top: 3px;
}

.date_info:before {
    content: '';
    background: url('../img/icon-info-grey.svg') no-repeat center center;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
}

.date_teaser:hover * {
    color: #949391;
}

.date_location {
    color: #737270;
    padding-left: 23px;
    letter-spacing: 0.02em;
    line-height: 21px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.date_location:before {
    content: '';
    background: url('../img/icon-map-grey.svg') no-repeat left center;
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
}

.date_teaser:hover .bubble_anmeldung {
    transform: scale(1.1);
}

.bubble_anmeldung {
    width: 60px;
    position: absolute;
    right: 0;
    top: 0: z-index: 2;
    transition: .15s;
}

.date_detail {}

.date_detail div {
    font-size: 20px;
    color: #111;
    padding-left: 23px;
    letter-spacing: 0.02em;
    line-height: 27px;
    padding-top: 0;
    padding-bottom: 6px;
}

.date_sidebar * {
    color: #111;
    font-size: 15px;
    padding-bottom: 10px;
}

.news_teaser {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dbd9d2;
    font-size: 16px;
}

.circleimage {
    width: 80%;
    background-size: cover;
    background-position: center top;
    border-radius: 300px;
    margin: 15px auto;
    border: 1px solid #fff;
    max-width: 300px;
}

.circleimage:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.medium_image_right.praesidium {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40%;
    right: 0;
    background-size: cover;
    background-position: center top;
}

.medium_image_left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 45%;
    background-size: cover;
    background-position: center top;
}

.medium_image_right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45%;
    right: 0;
    background-size: cover;
    background-position: center top;
}

@media ( max-width: 992px) {
    .medium_image_right.praesidium {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        background-size: cover;
        background-position: center top;
        margin-bottom: 0;
    }
    .medium_image_left {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        background-size: cover;
        background-position: center top;
        width: 100%;
        height: 300px;
    }
    .medium_image_right {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        background-size: cover;
        background-position: center top;
        width: 100%;
        height: 300px;
    }
}

.content img.inline-icon {
    margin: 0;
    margin-right: 3px;
}

.inline-icon {
    height: 17px;
    vertical-align: middle;
    transform: translateY(-1px);
    margin: 0;
    margin-right: 3px;
}

.topnav .inline-icon {
    height: 14px;
    transform: translateY(-2px);
    margin-right: 3px;
}

.two-text-cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
}

@media (max-width: 600px) {
    .two-text-cols {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.caption-arrow {
    width: 30px;
    margin-bottom: 10px;
}

@media ( max-width: 768px) {
    .caption-arrow {
        display: none;
    }
}

.rueckblick h1 a {
    margin-left: 10px;
}

.people h6 {
    margin: 0;
}

.people h3 {
    font-size: 22px;
}

.people p {
    text-align: left;
}

.people img {
    margin-bottom: 10px;
}

.member-box {
    background: white;
    width: 100%;
    margin-bottom: 20px;
}

a .member-box {
    transition: 0.2s;
}

a .member-box:hover {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}

.member-image {
    width: 200px;
    height: 200px;
    float: left;
    line-height: 190px;
    text-align: center;
    background-color: #efefef;
    background-image: url('../img/user.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    transition: background .5s;
}

.member-image img {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.member-text {
    width: calc(100% - 200px);
    padding: 20px;
    float: left;
}

.member-text h3 {
    font-size: 21px;
    color: #111;
}

.member-text p {
    color: #999;
}

@media ( max-width: 600px) {
    .member-image {
        width: 150px;
        height: 150px;
        line-height: 140px;
    }
    .member-text {
        width: calc(100% - 150px);
    }
    .member-text h3 {
        font-size: 18px;
        line-height: 1.45;
    }
}

@media ( max-width: 360px) {
    .member-image {
        width: 100px;
        height: 100px;
        line-height: 90px;
    }
    .member-text {
        width: calc(100% - 100px);
    }
    .member-text h3 {
        font-size: 18px;
        line-height: 1.45;
    }
}

.a_to_z {
    padding-top: 5px;
    text-align: right;
}

.a_to_z a {
    color: #999;
    font-size: 20px;
    padding: 0 2px;
}

@media ( max-width: 600px) {
    .a_to_z {
        padding-top: 3px;
        text-align: left;
    }
    .a_to_z a {
        font-size: 16px;
        padding: 0 1px;
    }
}

.table td,
.table th {
    border-top: 1px solid #ccc;
}

td[scope="row"] {
    padding-left: 0;
    font-weight: 500;
}

.content ul,
.textcol ul {
    margin: 10px 0;
    list-style: none;
    letter-spacing: 0.02em;
}

.content ol,
.textcol ol {
    margin: 10px 0;
}

.content li,
.textcol li {
    margin: 0 0 10px 30px;
    line-height: 23px;
}

.content ol li,
.textcol ol li {
    margin: 0 0 10px 30px;
    padding-left: 3px;
}

.content ul li:before,
.textcol ul li:before {
    margin: 0 0 0 -30px;
    color: #fff;
    position: absolute;
    content: '';
    background: url('../img/icon-arrow-right-white.svg') center no-repeat;
    width: 20px;
    height: 15px;
    display: block;
    transform: translate(0, 3px);
    display: inline-block;
    transition: .1s;
}

.two-text-cols ul {
    margin: 10px 0;
    list-style: none;
    letter-spacing: 0.02em;
}

.two-text-cols li {
    margin: 0 0 10px 30px;
    line-height: 23px;
}

.two-text-cols ul li:before,
.textcol ul li:before {
    margin: 0 0 0 -30px;
    color: #fff;
    position: absolute;
    content: '';
    background: url('../img/icon-arrow-right-grey.svg') center no-repeat;
    width: 20px;
    height: 15px;
    display: block;
    transform: translate(0, 3px);
    display: inline-block;
    transition: .1s;
}

.textcol ul li a {
    color: #666;
    text-decoration: underline;
}

.textcol ul li a:hover {
    color: #999;
    text-decoration: none;
}

.content li.parsley-required {
    margin: 0 0 10px 20px;
    padding-top: 6px;
}

.content li.parsley-required:before {
    background: none;
    width: auto;
    margin: 0 0 0 -20px;
    transform: translate(0, -1px);
    color: red;
}

.content li a {
    color: #666;
}

.content li a:hover {
    opacity: .7;
}


/* VIDEO / YOUTUBE */

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}


/* GRID */


/*<div class="grid" data-columns> */

@media ( min-width: 992px) {
    .grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

@media ( min-width: 601px) {
    .grid[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media ( max-width: 600px) {
    .grid[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

.column {
    float: left;
}

.size-1of1 {
    width: 100%;
}

.size-1of2 {
    width: 50%;
}

.size-1of3 {
    width: 33.333%;
}

.item {
    padding: 0 15px 15px 15px;
}


/* ACC */

.acc_item {
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    font-size: 16px;
    line-height: 22px;
}

.acc_btn {
    font-weight: 500;
    cursor: pointer;
    padding-top: 4px;
    padding-right: 15px;
}

.acc_btn p {
    margin: 0;
}

.acc_btn:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    z-index: 100;
    color: #bd9b07;
    position: absolute;
    top: 3px;
    right: 5px;
    transition: all .2s;
}

.acc_btn.active:after {
    transform: rotate(-180deg);
}

.acc_btn:hover {
    opacity: .7;
}

.acc_content {
    padding-top: 12px;
    display: none;
}

.cms .acc_content {
    display: block;
}


/* MAP */

.map {
    height: 400px;
    background: #f9f8f8;
    width: 100%;
}

@media ( max-width: 750px) {
    .map {
        height: 250px;
    }
}


/* *** */

.arrow_up_section {
    position: fixed;
    z-index: 15;
    bottom: 0;
    padding: 0;
    margin: 0;
}

.arrow_up_section .row {
    margin-bottom: 0;
}

.arrow_up {
    position: absolute;
    right: 10px;
    bottom: -200px;
    z-index: 10;
    transition: .5s;
    background: #022c50;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
}

.arrow_up.visible {
    bottom: 0;
}

.arrow_up i {
    color: #fff;
}


/* GALLERY */

.gallerywrap {
    padding: 5px 0 10px 0;
}

.gallerywrap a img {
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
}

.gallerywrap:hover img {
    opacity: .5;
    z-index: 900;
}

.gallerywrap a img {
    transition: all .4s;
}

.gallerywrap a:hover img {
    transform: scale(1.07);
    transition: all .1s;
    opacity: 1;
    z-index: 1000;
}

.collagewrap {
    background: #fff;
}

.collage {
    padding: 10px;
    background: #fff;
}

.collage img {
    vertical-align: bottom;
    float: left;
}

.collage img a {
    float: left;
}


/* CONTENTOVERLAY / LIGHTBOX */

.contentoverlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.85);
    z-index: 1250;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    padding: 40px 15px;
    display: none;
}

.contentoverlay img {
    max-width: 100%;
}

.contentoverlayclose {
    position: fixed;
    cursor: pointer;
    top: 15px;
    right: 30px;
    font-size: 20px;
    z-index: 360;
    color: #666;
}

.contentoverlayclose:hover {
    opacity: 0.5;
}


/* FORM */

#datenschutz.redbox.filled-in:not(:checked)+span:not(.lever):after {
    border: 2px solid #5a5a5a;
    border: 2px solid red;
}

.form {
    letter-spacing: 0.02em;
}

.form small {
    font-weight: 300;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: .375rem .75rem !important;
}


/*

.form{
margin:20px 0 20px 0; 
}

.form_label{
padding-top:19px;
float:left;
padding-right:30px;
}

.form_input{
width:70%;
float:left;
height:52px;
line-height:50px;
margin-bottom:10px;
}

.form .textinput, .form .textarea, .form select{
font-family:'Roboto', Helvetica, Arial, Verdana, sans-serif;
padding:15px;
width:300px;
background:#f9f9f9;
color:#333;
-webkit-appearance: none;
border-radius:0;
-webkit-border-radius:0;
box-sizing:border-box;
width:100%;
border:1px solid #f9f9f9;
}

.form .label{
font-size: 13px;
text-transform:uppercase;
margin: 3px 0 20px 0;
color:#666;
letter-spacing:1px;
}

.checkboxes{
padding:10px 5px 15px 5px;
line-height:28px;
}

input[type=checkbox], input[type=radio] { display:none; }
input[type=checkbox] + label:before, input[type=radio] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  color:#999; 
  font-size: 23px;
  transform:translateY(3px);
}

input[type=checkbox] + label:before, input[type=radio] + label:before { content: "\f096"; }
input[type=checkbox] + label:before, input[type=radio] + label:before {  padding-right:10px; } 

input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before { content: "\f046"; color:green;} 
input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {padding-right:7px;} 

.form label{
margin-right:20px;
}

.form .status{
display:none;
color:#f00;
margin: 0 0 8px 0;
}

.form .submitbutton{
margin:20px 0;
}

.form .submitbutton:active{
-webkit-transform:scale(0.95);
}

*/

.form_error {
    border: 1px solid red !important;
    color: red !important;
    -webkit-animation: shake .1s;
    -webkit-animation-iteration-count: 3;
    -moz-animation: shake .1s;
    -moz-animation-iteration-count: 3;
    animation: shake .1s;
    animation-iteration-count: 3;
}

.text_error {
    color: red !important;
    -webkit-animation: shake .1s;
    -webkit-animation-iteration-count: 3;
    -moz-animation: shake .1s;
    -moz-animation-iteration-count: 3;
    animation: shake .1s;
    animation-iteration-count: 3;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(0, 0)
    }
    33% {
        -webkit-transform: translate(-10px, 0)
    }
    66% {
        -webkit-transform: translate(10px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0)
    }
}

@-moz-keyframes shake {
    0% {
        -moz-transform: translate(0, 0)
    }
    33% {
        -moz-transform: translate(-10px, 0)
    }
    66% {
        -moz-transform: translate(10px, 0)
    }
    100% {
        -moz-transform: translate(0, 0)
    }
}

@keyframes shake {
    0% {
        transform: translate(0, 0)
    }
    33% {
        transform: translate(-10px, 0)
    }
    66% {
        transform: translate(10px, 0)
    }
    100% {
        transform: translate(0, 0)
    }
}

.not_selectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}


/*  * * * *  */

.fadeInOnLoad {
    opacity: 0;
    transition: .15s;
}

.clearer {
    clear: both;
}

.overflowhidden {
    overflow: hidden;
}

@media ( min-width: 601px) {
    .mobile {
        display: none;
    }
}

@media ( min-width: 1024px) {
    .navicon,
    .subnav_mobile {
        display: none;
    }
}


/* MOBILE  NAVIGATION * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media ( max-width: 1023px) {
    .navigation {
        display: none;
    }
    .navicon {
        position: absolute;
        right: 10px;
        top: 05px;
        height: 30px;
        width: 30px;
        line-height: 0;
        text-align: right;
        display: block;
        z-index: 100;
        font-size: 10.3px;
        text-transform: uppercase;
    }
    .navicon img {
        height: 30px;
        margin-bottom: 3px;
    }
    .outerwrap {
        transition: transform .2s;
    }
    .shifted {
        transition: transform .2s;
        transform: translateX(-270px);
    }
    .subnav_mobile {
        background: #1d3b57;
        position: fixed;
        width: 270px;
        top: 0;
        bottom: 0;
        right: -270px;
        transition: transform .2s;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 20px 0;
    }
    .subnav_mobile ul {
        list-style: none;
    }
    .subnav_mobile ul li {
        margin: 0 0 0 0;
        text-transform: uppercase;
    }
    .subnav_mobile ul li ul li {
        text-transform: none;
    }
    .subnav_mobile ul li a {
        padding: 5px 5px 5px 20px;
        display: block;
        font-weight: 300;
        color: #fff;
        letter-spacing: 1px;
        word-wrap: break-word;
        hyphens: auto;
    }
    .subnav_mobile ul li:last-child {
        border-bottom: none;
    }
    .subnav_mobile ul li a:hover {
        opacity: .8;
    }
    .subnav_mobile ul li a.current {
        color: #fff;
        font-weight: bold;
    }
    .subnav_mobile ul li ul {
        padding: 0 0 0 20px;
    }
    .subnav_mobile ul li ul li {}
    .subnav_mobile ul li ul li a {
        padding: 5px 5px 5px 20px;
        color: #fff;
    }
    .subnav_mobile ul li ul li:last-child a {
        margin-bottom: 10px;
    }
    .subnav_mobile.shifted {
        box-shadow: 0 0 6px rgba(0, 0, 0, .3) !important;
    }
    .subnav_mobile_overlay {
        background: rgba(255, 255, 255, .7);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        transition: transform .2s;
    }
    .bodywrap {
        transition: transform .2s;
    }
}


/**** CSS-ICONS *********************/

.iconwrap {
    display: inline-block;
    width: 30px;
    height: 20px;
}

.icon {
    box-sizing: content-box;
}

.menu.icon {
    color: #000;
    position: absolute;
    margin-left: 2px;
    margin-top: 10px;
    width: 17px;
    height: 1px;
    background-color: #000;
}

.menu.icon:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 17px;
    height: 1px;
    background-color: #000;
}

.menu.icon:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 17px;
    height: 1px;
    background-color: #000;
}

.print.icon {
    color: #000;
    position: absolute;
    margin-left: 2px;
    margin-top: 5px;
    width: 15px;
    height: 6px;
    border: solid 1px #000;
    border-radius: 1px 1px 0 0;
}

.print.icon:before {
    content: '';
    position: absolute;
    left: 2px;
    top: -3px;
    height: 13px;
    width: 9px;
    border: solid 1px #000;
    background-color: white;
}

.print.icon:after {
    content: '';
    position: absolute;
    left: 1px;
    top: -1px;
    width: 13px;
    height: 3px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    background-color: white;
}

.mail.icon {
    color: #000;
    position: absolute;
    margin-left: 2px;
    margin-top: 4px;
    width: 15px;
    height: 10px;
    border-radius: 1px;
    border: solid 1px #000;
}

.mail.icon:before {
    content: '';
    position: absolute;
    left: 7px;
    top: -4px;
    width: 1px;
    height: 10px;
    background-color: #000;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotate(-54deg);
    transform: rotate(-54deg);
}

.mail.icon:after {
    content: '';
    position: absolute;
    left: 7px;
    top: -4px;
    width: 1px;
    height: 10px;
    background-color: #000;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
}

.pin.icon {
    color: #000;
    position: absolute;
    margin-left: 4px;
    margin-top: 2px;
    width: 12px;
    height: 12px;
    border: solid 1px #000;
    border-radius: 7px 7px 7px 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pin.icon:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 4px;
    height: 4px;
    border: solid 1px #000;
    border-radius: 3px;
}

.phone.icon {
    color: #000;
    position: absolute;
    margin-left: 4px;
    margin-top: 0px;
    width: 12px;
    height: 19px;
    border-radius: 2px;
    border: solid 1px #000;
}

.phone.icon:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 2px;
    height: 1px;
    background-color: #000;
}

.phone.icon:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 5px;
    height: 2px;
    width: 2px;
    border-radius: 50%;
    background-color: #000;
}


/* Dots */

.slick-dotted.slick-slider {
    /*margin-bottom: 30px;*/
}

.slick-dots {
    position: absolute;
    /*bottom: -25px;*/
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 100;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: sans-serif;
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}


/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #111 !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

#loginform label[for*="user_login"],
#loginform label[for*="user_pass"],
#lostpasswordform label[for*="email"] {
    display: none;
}

#loginform #user_login {
    margin-top: 15px;
}

#loginform #user_login,
#loginform #user_pass {
    margin-bottom: 0;
}

#wp-submit,
button[type="submit"] {
    background: #003a67;
    border-color: #003a67;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#loginform {
    float: none !important;
}

#rememberme {}

#loginform label {
    font-size: 13px;
}

#rememberme {
    margin-right: 5px;
}

#lost_password {
    font-size: 13px;
    color: #999;
}

@media ( max-width: 992px) {
    .custom-logo {
        height: 40px;
        width: auto !important;
    }
}

.pagenav_left {
    float: left;
}

.pagenav_right {
    float: right;
}


/* !FOCUSED IMAGES */


/*-----------------------------------------*/

.focuspoint,
.no-focuspoint {
    position: relative;
    /*Any position but static should work*/
    overflow: hidden;
}

.focuspoint img,
.no-focuspoint img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    display: block;
    /* fill and maintain aspect ratio */
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: none;
    opacity: 0;
    transition: opacity 0.2s;
}

label[for="ichwirnehmenpersnlichteilteilnahme"],
label[for="ichwirnehmenvirtuellteilteilnahme"] {
    font-weight: bold;
    font-size: 18px;
}

.tribe-events-cost {
    display: none !important;
}

.tribe-tickets__rsvp-attendance {
    display: none !important;
}

.tribe-events-c-small-cta__price {
    display: none !important;
}

.tribe-events-event-image img {
    max-width: 100%;
}

.tribe-events-calendar-list__event-featured-image-link img {
    display: none !important;
}

.tribe-tickets__rsvp-availability {
    display: none !important;
}

.tribe-tickets__rsvp-ar-sidebar-wrapper {
    opacity: 0 !important;
    pointer-events: none;
}

.tribe-tickets__rsvp-ar-form-title {
    display: none !important;
}

.file-field .btn{
padding:0;
text-align: left;
}

.file-field .file-path.validate{
display:none;
}

.file-field span{
display:block;
padding-bottom:5px;
}

.parsley-errors-list li.parsley-required:before {
   
     content: ''; 
}