/*
Theme Name: ISK - Umbau -Theme
Author: Lea Lüttgens
Description: A thoughtfully designed WordPress theme.
Version: 1.0
*/

@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/caveat-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #212121;
    width:100%;
    margin:0;
}
main {
    min-height: 600px;
}
.header-container {
    background-color: #094780;
    color: #fff;
    width: 100%;
    min-height: 100%;
    display: inline-block;
    align-items: baseline;
    clear: both;
}

    .header-container div {
      
        align-items: center;
        margin-top: 1em;
        float: left;
    }

.my-logo {
    float: left;
    margin-left: 2em;
    padding-right: 1em;
    padding-bottom: 1em;
    min-height: 100%;
    
}
.homeTitle {
    float: left;
    height: 100%;
    display: block;
    padding-left: 2em;
    width: 50%;
    padding-top:1em;
}
.welcome {
    margin-top: 0;
 
    clear:both;
    
}

.nav-container{
    float:right;
    position: static;
    right:0px;
}

.welcomeText {
    padding: 2em;
    text-align: center;
}

.welcome-textbox {
    background-color: #fff;
    margin: auto;
    width: 50%;
    object-fit: fill;
}


  
    a{
        text-decoration:none;
    }

    a:hover {
        text-decoration: underline;
        color: #fff;
    }



.page-content {
    padding: 2em 3em;
}

.post-header {
    clear: both;
    background-color: #003366;
    color: #fff;
    height: 100%;
    text-align: center;
    margin-top: 0;
}
.post-header h1 {
    padding: 0.75em;
    margin-top: 0;
    margin-bottom:0;
}

.menu-umbau-container {
    
    float: right;
    display: flex;
    font-weight: bold;
    font-size: large;
    width: 100%;
}

.wp-block-quote {
font-size: medium;
font-weight: bold;
font-style: italic;
margin: 0;
color: #003366;
}


#menu-umbau li {
    list-style: none;
    float: left;
    padding-left: 3em;
}

#menu-umbau a {
    text-decoration: none;
    height: 100%;
    color: #fff;
}
    #menu-umbau a:active {
        text-decoration: underline;
    }

    footer {
        position: absolute;
       width:100%;
    }

.footerContent {
    clear: both;
    background-color: #094780;
    color: #fff;
    width: 100%;
    margin-top: 0.25em;
    padding-top: 1em;
    text-align: center;
    padding-bottom: 1.25em;
}