/*
Theme Name: Concordia
Description: Friedliches Zusammenleben
Version: 1.0
Author: Bessy & Mendi
Author URI: https://jadosa.de/
*/

/* Globals */

* {
    box-sizing: border-box;
    background: rgba(248,250,209,1);
    color: rgba(48,125,14,1);
}

body {
    padding: 1em;
    font-family: sans-serif;
    font-size: calc(10px + (20 - 10) * ((100vw - 320px) / (1200 - 320)));
}

p {
    font-size: 1.4em;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    height: 0 auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/**************/
/*** Header ***/
/**************/

.site-header {
    padding: 1em;
}

.logo {
    width: 100%;
}
.logo .br, .logo .de {
    display: none;
}
.logo .titel {
    width: 100%;
}
.logo .titel h1, .logo .titel h2 {
    text-align: center;
}
.logo .titel h1 {
    margin-top: 0;
    margin-bottom: 0;
}
.logo .titel h2 {
    margin-bottom: 0;
    font-size: 1.4em;
}

@media screen and (min-width:500px) {
    img {
        border: 1px solid rgba(48,125,14,.4);
    }
    
    .logo .links {
        width: 20%;
        float: left;
    }
    .logo .rechts {
        width: 80%;
        float: right;
    }
    
    .logo .links .de {
        width: 100%;
    }
    
    .logo .rechts .titel {
        width: 75%;
        float: left;
    }
    .logo .rechts .br {
        width: 25%;
        float: right;
    }

    .logo .de, .logo .br {
        display: block; 
    }
}

/*************/
/*** Seite ***/
/*************/
.site-main {
    padding: 1em;
    clear: both;
}

/***************************/
/*** Suchen & Navigation ***/
/***************************/

/**************/
/*** Suchen ***/
/**************/
.site-search {
}

/******************/
/*** Navigation ***/
/******************/
.site-nav {
}

@media screen and (min-width:600px) {
    .search-nav {
        width: 100%;
    }
    .site-search {
        width: 25%;
        float: left;
    }
    .site-nav {
        width: 75%;
        float: right;
        text-align: center;
    }
    
    .content-sidebar {
        width: 100%;
    }
    .site-content {
        width: 70%;
        float: left;
    }
    .site-sidebar {
        width: 30%;
        float: right;
    }
    
    .site-footer {
        clear: both;
    }
}

@media screen and (min-width:800px) {
    .search-nav {
        width: 20%;
        float: left;
    }
    .site-search {
        width: 100%;
    }
    .site-nav {
        width: 100%;
        float: left;
        text-align: left;
    }
    
    .content-sidebar {
        width: 80%;
        float: right;
    }
    .site-content {
        width: 75%;
        float: left;
        padding: 0 .5em;
    }
    .site-sidebar {
        width: 25%;
        float: right;
    }
}

/**************/
/*** Inhalt ***/
/**************/
.site-content {
}

/********************/
/*** Seitenleiste ***/
/********************/
.site-sidebar {
}

/**************/
/*** Footer ***/
/**************/
.site-footer {
    padding: 1em;
}

@media screen and (min-width:400px) {
    .site-nav-1 {
        float: left;
    }
    .site-nav-2 {
        float: right;
    }
}
