@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

/* Globale Definitionen
---------------------------------------------------------------------------------------------- */
* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}


/* General
---------------------------------------------------------------------------------------------- */
body {
    font-family: 'arial', sans-serif;
    font-size: 14px;
    color: #797979;
    line-height: 1.5em;
    background-color: #1e316a;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'georgia', serif;
    color: #1e316a;
    margin: 0.4em 0;
    line-height: 1.2em;
    font-weight: normal;
}

h1 {
    font-size: 1.3em;
    color: #a39369;
    display: block;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 7px;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1em;
}

a {
    text-decoration: none;
    font-weight: normal;
    color: #a39369;
}

a:hover {
    text-decoration: none;
    color: #1e316a;
}

strong {
    font-weight: 700;
}

hr {
    border-top: 1px solid #eee;
    background-color: #eee;
    margin-top: 50px;
    margin-bottom: 30px;
    opacity: 1;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}


p {
    margin: 0 0 1.0em 0;
}

.csc-textpic-caption {
    padding: 5px 0 10px 0;
    font-size: 0.8em;
    line-height: 1.2em;
}

.nowrap {
    white-space: nowrap;
}


#wrapper_header,
#wrapper_content,
#header {
    background-color: white;
}


/* FontAwesome
------------------------- */
a.email:before,
a.download:before,
a.external-link:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    padding-right: 5px;
    margin: 0;
    color: #a39369;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.email:before {
    content: "\f0e0";
    font-weight: 400;
}

a.download:before {
    content: "\f019";
    font-weight: 600;
}

a.external-link:before {
    content: "\f0ac";
    font-weight: 600;
}

a.email:hover:before,
a.download:hover:before,
a.external-link:hover:before {
    color: #1e316a;
}

a.email:hover,
a.download:hover,
a.external-link:hover {
    text-decoration: none;
}

/* iOS-fix: Ändere Style von Telefon-Nr. nicht */
a[href^=tel],
a[href^=tel]:hover {
    color: inherit;
    text-decoration: none;
}


/* Buttons
------------------------ */
.btn-info,
.btn-primary {
    background-image: linear-gradient(to bottom, #495c93 0%, #1e316a 100%);
    background-repeat: repeat-x;
    border-color: #131c37;
}

.btn-info:hover,
.btn-info:focus,
.btn-primary:hover,
.btn-primary:focus {
    background: #1e316a;
    background-position: 0 -15px;
}

.btn-info:hover,
.btn-primary:hover {
    border-color: #1e316a
}


/* Logo and Navigation
---------------------------------------------------------------------------------------------- */
#menu_container {
    padding-top: 20px;
    padding-bottom: 1px;
}

#menu {
    margin: 10px 0 10px 0;
    padding: 0;
    border-bottom: 1px solid #f2f2f2;
}

/* Logo
--------------------------- */
#logo {
    padding: 0 0 0 5px;
}

#logo img {
    height: auto;
    width: auto;
}


/* Navigation
--------------------------- */
#menu nav ul {
    margin: 0;
}

#menu nav ul li {
    list-style: none;
    display: inline-block;
    margin: 8px 0;
    padding: 0 25px;
}

#menu nav ul li:last-of-type {
    border-right: none;
}

#menu a {
    font-family: 'Georgia', sans-serif;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: normal;
}

#menu nav a {
    width: auto;
    color: #1e316a;
    display: block;
}

#menu nav li:first-of-type {
    padding: 0 25px 0 0;
}

#menu nav a:last-child {
    /* padding: 0 0 0 50px;   */
}

#menu nav a {
    width: auto;
    color: #1e316a;
    display: block;
}

#menu nav a:hover {
    text-decoration: none;
    color: #a39369;
}

#menu nav .aktiv {
    text-decoration: none;
    color: #a39369;
}

#menu .menu_level_2,
#menu .menu_level_3,
#menu .menu_level_4 {
    display: none;
}


/* SlickNav
------------------------ */
.slicknav_menu {
    background-color: #1e316a!important;
}

.slicknav_btn {
    background-color: #2aabd2!important;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    background-color: #fff!important;
}

.slicknav_menu {
    display: none;
}


/* Slider
------------------------------- */
#wrapper_slide {
    padding: 0;
}

#slide img {
    height: auto;
    width: 100%;
}


/* Content
----------------------------------------------------------------- */
#content_container {
    display: table;
    /* table-display: fixed; */
    table-layout: fixed;
    margin: 0;
    width: 100%;
}

#content {
    /* display: table-cell; */
    vertical-align: top;
    padding-top: 40px;
    padding-bottom: 60px;
}

#content h1 a {
    color: #a39369;
    text-decoration: none;
    font-weight: normal;
}

#content h1 a:hover {
    color: #1e316a;
    text-decoration: none;
}

#content a {
    color: #a39369;
    font-weight: normal;
    text-decoration: none;
}


#content a:hover {
    color: #1e316a;
}

#content {
    width: 100%;
}

#content .col-md-3 {
    text-align: center;
    margin-bottom: -15px;
}


#content .col-md-3 img {
    height: 60%;
    width: 60%;
    padding: 7px 0 15px 0;
    margin: 0 auto;
}

#content .col-md-3 p {
    display: none;
}

#content .col-6 {
    margin-bottom: 15px
}

/* Tables */
#content table {
    margin: 30px 0 0;
    width: 100%;
}

#content table,
#content table th,
#content table td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#content table th {
    padding: 20px 10px;
}

#content table td {
    padding: 10px;
}


/* Flexible iFrames
---------------------------------------------------------------------------------------------- */
#iframe-container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 30px;
}

.youtube {
    padding-bottom: 56.25%;
}

.map {
    padding-bottom: 65%;
}

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


/* Masonry
--------------------- */
/* ---- grid ---- */

.masonry-grid {
    width: 100%;
}

/* ---- grid-item ---- */

.masonry-grid-sizer,
.masonry-grid-item {
    width: 23.5% !important;
}

.masonry-gutter-sizer {
    width: 2%;
}

.masonry-grid-item {
    margin-bottom: 20px;
    overflow: hidden;
}

.masonry-grid-item img {
    transition: all .2s ease-in-out;
}

.masonry-grid-item:hover img {
    transform: scale(1.1);
}


/* Footer
----------------------------------------------------------------- */
#wrapper_footer {
    background-color: #1e316a;
    height: 80px;
}

#footer {
    font-size: 12px;
    margin-top: 0px;
    padding-top: 15px;
    text-align: center;
    color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a.internal-link:before {
    display: none;
}

#footer a:hover {
    color: #f5f5f5;
    text-decoration: none;
}



/*  @media, media-queries
---------------------------------------------------------------------------------------------------------------------------------------- */

/*  @media: Breakpoint Large (lg)»
---------------------------------------------------------------------------------------------- */
@media (max-width: 1199.98px) {}

/* end @media - Breakpoint Large (lg)» */


/*  @media: Breakpoint «Medium (md)»
---------------------------------------------------------------------------------------------- */
@media (max-width: 991.98px) {

    .masonry-grid-sizer,
    .masonry-grid-item {
        width: 47% !important;
    }

}

/* end @media - Breakpoint «Medium (md)» */



/*  @media: Breakpoint «Small (sm)»
---------------------------------------------------------------------------------------------- */
@media (max-width: 767.98px) {}

/* end @media - Breakpoint «Small (sm)» */



/*  @media: Breakpoint «X-Small (xs)»
---------------------------------------------------------------------------------------------- */
@media (max-width: 575.98px) {

    body {
        line-height: 1.3em;
    }

    .slicknav_menu {
        display: block;
    }

    #menu {
        display: none;
    }

    #logo img {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

    #content {
        /* display: table-cell; */
        vertical-align: top;
        padding-top: 15px;
        padding-bottom: 20px;
    }

    h1 {
        margin-bottom: 0.2em;
        font-size: 1.3em;
    }

    h3 {
        font-family: arial, sans serif;
        font-size: 1em;
    }

    p {
        margin: 0 0 0.5em 0;
        font-size: 12px;
    }

}

/* end @media - Breakpoint «X-Small (xs)» */






:root {
    --cc-bg: #fff;
    --cc-text: #2d4156;
    --cc-border-radius: .35em;
    --cc-btn-primary-bg: #2d4156;
    --cc-btn-primary-text: var(--cc-bg);
    --cc-btn-primary-hover-bg: #1d2e38;
    --cc-btn-secondary-bg: #eaeff2;
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-secondary-hover-bg: #d8e0e6;
    --cc-btn-border-radius: 4px;
    --cc-toggle-bg-off: #919ea6;
    --cc-toggle-bg-on: var(--cc-btn-primary-bg);
    --cc-toggle-bg-readonly: #d5dee2;
    --cc-toggle-knob-bg: #fff;
    --cc-toggle-knob-icon-color: #ecf2fa;
    --cc-block-text: var(--cc-text);
    --cc-cookie-category-block-bg: #f0f4f7;
    --cc-cookie-category-block-bg-hover: #e9eff4;
    --cc-section-border: #f1f3f5;
    --cc-cookie-table-border: #e9edf2;
    --cc-overlay-bg: rgba(4, 6, 8, .85);
    --cc-webkit-scrollbar-bg: #cfd5db;
    --cc-webkit-scrollbar-bg-hover: #9199a0;
    --cc-font-family: $font-stack;
}
.tx-cf-cookiemanager
{

    img{
        height: 15px;
        width: 15px;
    }
    
}