/*
##########################################################################################
##########################################################################################
START HTML General
 */


@font-face {
    font-family: 'Arial Nova Cond';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Nova Cond'), url('../fonts/ArialNovaCond-Light.woff') format('woff');
}


@font-face {
    font-family: 'Arial Nova Cond Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Nova Cond Italic'), url('../fonts/ArialNovaCond-LightItalic.woff') format('woff');
}


body {
    font-family: "Arial Nova Cond";
    background-color: #F7FBFD;
    color: black;
}


div.desktop {
    display: none;
}


a {
    color: #B0D6E7;
    text-decoration: none;
}


a:hover {
    color: #B0D6E7;
    text-decoration: none;
}


a:active {
    color: #B0D6E7;
    text-decoration: none;
}


a:visited {
    color: #B0D6E7;
    text-decoration: none;
}

p {
    font-size: 16px;
    text-align: justify;
}


h1 {
    font-size: 24px;
    font-weight: bold;
}


h2 {
    font-size: 22px;
    font-weight: bold;
}


h3 {
    font-size: 18px;
    font-weight: bold;
}


/*
END HTML General
##########################################################################################
##########################################################################################
 */





/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
header.php: Header file with menu
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 */






/*
##########################################################################################
##########################################################################################
START body_container
 */


div.body_container {
    width: 100%;
    margin: 0px;
}


/*
END body_container
##########################################################################################
##########################################################################################
 */



/*
##########################################################################################
##########################################################################################
START menu_container
 */


div.menu_container {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    background-color: #F5EFE0;
    color: black;
}

div.menu {
    position: absolute;
    width: 100%;
    height: 75px;

    padding: 0px;


    font-size: calc(100vw / 1600 * 20);
    font-family: "Lexend Exa", Arial;
    line-height: calc(100vw / 1600 * 20);
}

div.menu-desktop-menue-container {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    padding-top: calc(100vw / 1600 * 18);
}

div.logo {
    position: absolute;
    height: 75px;
    float: left;
    top: 15px;
    left: 15px;
}

div.logo img {
    width: 45px;
}

div.company {
    position: absolute;
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
    float: left;
    height: 75px;
    top: 15px;
    left: 75px;


}


/* Style the navigation menu */
.topnav {
    overflow: hidden;
    z-index: 999;
    background-color: transparent;
    position: absolute;
    width: 220px;
    min-height: 53px;
    top: 15px;
    right: 15px;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
    display: none;
    z-index: 999;
    background-color: #333;
    width: 220px;
}

/* Style navigation menu links */
.topnav a {
    color: #F5EFE0;
    z-index: 999;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
    background-color: #ddd;
    color: #F5EFE0;
}

/* Style the active link (or home/logo) */
.active {
    background-color: transparent;
    color: white;
    height: 53px;
    width: 220px;
}


/*
END menu_container
##########################################################################################
##########################################################################################
 */





/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
index.php: Header file with menu
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 */





/*
##########################################################################################
##########################################################################################
START index_content_container
 */


div.index_content_container {
    width: 100%;
    margin: 0px;
    margin-left: 0px;
    padding: 0px;
}

div.index_content_container li {
    font-size: 18px;
    margin-bottom: 5px;
    margin-left: -22px;
}

div.index_content_container .color {
    background-color: #DFEFF5; !important;
    color: black; !important;
}

div.index_content_container .grey {
    background-color: #F7FBFD; !important;
    color: black; !important;
}

div.index_content_container .white {
    background-color: #F7FBFD; !important;
    color: black; !important;
}



div.index_content_container .normal {
    background-color: #DFEFF5; !important;
    color: black; !important;
}

div.index_content_container .hell {
    background-color: #F3F9FB; !important;
    color: black; !important;
}

div.index_content_container .sehrhell {
    background-color: #FFF9FB; !important;
    color: black; !important;
}


div.index_content_container .dunkel {
    background-color: #7EBCD8; !important;
    color: black; !important;
}




div.latest-posts {
    width: 100%;
    height: 600px;
}


div.latest-posts a {
    color: black;
    text-decoration: none;
}


div.latest-posts a:hover {
    color: black;
    text-decoration: none;
}


div.latest-posts a:active {
    color: black;
    text-decoration: none;
}


div.latest-posts a:visited {
    color: black;
    text-decoration: none;
}


/*
END index_content_container
##########################################################################################
##########################################################################################
 */



/*
##########################################################################################
##########################################################################################
START index_content
 */


div.index_content {
    padding-left: 15px;
    padding-right: 20px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}


/*
END index_content
##########################################################################################
##########################################################################################
 */



/*
##########################################################################################
##########################################################################################
START index_content
 */


div.wallpaper_content {
    width: 100vw;
    margin: 0px;
    margin-top: 75px;
    padding: 0px;
}


div.wallpaper_content figure {
    width: calc((100vw - 35px));
    overflow:hidden;
    margin:0px;
    padding: 0px;
}


div.wallpaper_content figure img {
    display: block;
    width: calc((100vw - 35px));
    align-items: center;
}



div.wallpaper_image {
    width: 100vw;
    background-color: #B0D6E7;
    padding-left: 15px;
    padding-right: 20px;
}


div.wallpaper_content div.wallpaper_image figure {
    overflow:hidden;
    margin:0;
}


div.wallpaper_content div.wallpaper_image figure img {
    align-items: center;
}




div.wallpaper_text {
    position: absolute;
    top: 300px;
    left: calc((100vw - 1000px) / 2);
    padding: 25px;
    width: 1000px;
    background-color: rgba(255,255,255,0.8);
    text-align: center; !important;
}

div.wallpaper_text h2 {
    font-size: 36px;
    font-weight: bold;
}

div.wallpaper_text p {
    font-size: 22px;
    text-align: center; !important;
}


/*
END index_content
##########################################################################################
##########################################################################################
 */






/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
home.php: Blog Overview Page
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 */





/*
##########################################################################################
##########################################################################################
START home_content_container
 */


div.home_content_container {
    width: 100%;
}


div.home_content_container .green {
    background-color: #658D1B; !important;
    color: white; !important;
}

div.home_content_container .grey {
    background-color: #DFEFF5; !important;
    color: black; !important;
}

div.home_content_container .white {
    background-color: #F7FBFD; !important;
    color: black; !important;
}


/*
END home_content_container
##########################################################################################
##########################################################################################
 */



/*
##########################################################################################
##########################################################################################
START home_content
 */


div.home_content {
    padding-left: calc((100vw - 1000px) / 2);
    padding-right: calc((100vw - 1000px) / 2);
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}


/*
END home_content
##########################################################################################
##########################################################################################
 */



/*
##########################################################################################
##########################################################################################
START home_wallpaper_content
 */


div.home_wallpaper_content {
    width: 100vw;
    height: calc(100vw / 1600 * 560);
}


div.home_wallpaper_content figure {
    width:100vw;
    height: calc(100vw / 1600 * 560);
    overflow:hidden;
    margin:0;
}


div.home_wallpaper_content figure img {
    display: block;
    width: 100vw;
    align-items: center;
}

div.home_wallpaper_text {
    position: absolute;
    top: 300px;
    left: calc((100vw - 1000px) / 2);
    padding: 25px;
    width: 1000px;
    background-color: rgba(255,255,255,0.8);
    text-align: center; !important;
}

div.home_wallpaper_text h2 {
    font-size: 36px;
    font-weight: bold;
}

div.home_wallpaper_text p {
    font-size: 22px;
    text-align: center; !important;
}


/*
END home_wallpaper_content
##########################################################################################
##########################################################################################
 */



/*
##########################################################################################
##########################################################################################
START blog-overview-content
 */


div.blog-overview-content {
    padding-left: calc((100vw - 1000px) / 2);
    padding-right: calc((100vw - 1000px) / 2);
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}


div.blog-overview-item {
    float: left;
    margin-right: 20px;
    margin-left: 15px;
    margin-bottom: 50px;
    background-color: lightgrey;
    width: calc(100vw - 35px);
    height: 600px;
}


div.blog-overview-content a {
    color: black;
    text-decoration: none;
}


div.blog-overview-content a:hover {
    color: black;
    text-decoration: none;
}


div.blog-overview-content a:active {
    color: black;
    text-decoration: none;
}


div.blog-overview-content a:visited {
    color: black;
    text-decoration: none;
}


div.blog-title {
    padding: 10px;

}


div.blog-title h2.blog-post-time {
    font-size: 16px;
}


div.blog-title h2.blog-post-title {
    font-size: 20px;
    font-weight: bold;
}


div.blog-title h2.blog-post-subtitle {

}


div.blog-image {
    padding-left: 10px;
    padding-right: 10px;
}


div.blog-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}

div.blog-text p{
    font-size: 16px;
}



/*
END blog-overview-content
##########################################################################################
##########################################################################################
 */




/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
single.php: Blog single view
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 */



/*
##########################################################################################
##########################################################################################
START single_content_container
 */


div.single_content_container {
    width: 100%;
}


div.single_content_container .green {
    background-color: #658D1B; !important;
    color: white; !important;
}

div.single_content_container .grey {
    background-color: lightgray; !important;
    color: black; !important;
}

div.single_content_container .white {
    background-color: #F7FBFD; !important;
    color: black; !important;
}


/*
END single_content_container
##########################################################################################
##########################################################################################
 */



/*
##########################################################################################
##########################################################################################
START single_wallpaper_content
 */


div.single_wallpaper_content {
    width: 100vw;
    height: calc(100vw / 1600 * 560);
}


div.single_wallpaper_content figure {
    width:100vw;
    height: calc(100vw / 1600 * 560);
    overflow:hidden;
    margin:0;
}

div.single_wallpaper_content figure div.videowrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
}

div.single_wallpaper_content figure div.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


div.single_wallpaper_content figure img {
    display: block;
    width: 100vw;
    align-items: center;
}

div.single_wallpaper_text {
    position: absolute;
    top: 300px;
    left: calc((100vw - 1000px) / 2);
    padding: 25px;
    width: 1000px;
    background-color: rgba(255,255,255,0.8);
    text-align: center; !important;
}

div.single_wallpaper_text h2 {
    font-size: 36px;
    font-weight: bold;
}

div.single_wallpaper_text p {
    font-size: 22px;
    text-align: center; !important;
}


/*
END single_wallpaper_content
##########################################################################################
##########################################################################################
 */



/*
##########################################################################################
##########################################################################################
START blog-single-content
 */


div.blog-single-content {
    padding-left: calc((100vw - 1000px) / 2);
    padding-right: calc((100vw - 1000px) / 2);
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F7FBFD;
}


div.blog-links {
    float: left;
    width: 1000px;
    margin-bottom: 40px;
}


div.blog-links table.blog-link-table {
    width: 100%;
}


div.blog-links table.blog-link-table td.prev {
    width: 33.33%;
    text-align: left;
}


div.blog-links table.blog-link-table td.overview {
    width: 33.33%;
    text-align: center;
}


div.blog-links table.blog-link-table td.next {
    width: 33.33%;
    text-align: right;
}



a.blog-overview {
    font-size: 18px;
    font-weight: bold;
}


a.blog-prev-post {
    font-size: 18px;
    font-weight: bold;
}



a.blog-next-post {
    font-size: 18px;
    font-weight: bold;
}


div.blog-content-text {
    float: left;
    width: 1000px;
    margin-bottom: 40px;
}


/*
END blog-single-content
##########################################################################################
##########################################################################################
 */





/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
footer.php: Footer
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 */





/*
##########################################################################################
##########################################################################################
START footer_content
 */


footer {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 20px;
    background-color: black;
    color: white;
}


footer a {
    color: white;
    text-decoration: none;
}


footer a:hover {
    color: #F5EFE0;
    text-decoration: none;
}


footer a:active {
    color: white;
    text-decoration: none;
}


footer a:visited {
    color: white;
    text-decoration: none;
}


div.footer_content {

}


/*
END footer_content
##########################################################################################
##########################################################################################
 */





/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
PLUGIN: Modern Event Calendar
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 */





/*
##########################################################################################
##########################################################################################
START footer_content
 */


div.mec-skin-list-container {
    width: 1000px;
}


/*
END footer_content
##########################################################################################
##########################################################################################
 */