/*
|===============================================================================|
| Template: Standard moziloCMS                                                  |
| Author: Sven Svetic, Twinix-Design                                            |
| Version: 0.1                                                                  | 
| *********  Dieser Hinweis darf nicht entfernt werden!  *********              |
|===============================================================================|
*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Body Style
--------------------------------------------------------------*/
body {
    background: #ebf0f3;
    color: #212529;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}


/*--------------------------------------------------------------
# allgemeine Style 
--------------------------------------------------------------*/
a {
    color: #73a7cf;
    text-decoration: none;
}

a:link,
a:visited,
a:active {
    color: #73a7cf;
    text-decoration: none;
}

a:hover {
    color: #30a5ff;
}

:hover {
    transition: color 0.2s ease 0s;
}

p {
    line-height: 1.61em;
    font-weight: 300;
    font-size: 1em;
}

/*--------------------------------------------------------------
# Überschriften Style
--------------------------------------------------------------*/
h1,
h2,
h3 {
    font-weight: 300;
}

h1 {
    font-size: 2.7em;
    line-height: 1.15;
    margin-bottom: 20px;
}

h2 {
    font-size: 2.2em;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.625em;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.header h1 {
    font-size: 60px;
    font-weight: bold;
    text-shadow: 0 0 2px #fff,
             -1px -1px 0 hsl(80, 70%, 35%),
             -2px -2px 1px hsl(80, 70%, 35%),
             -2px -2px 2px hsl(80, 10%, 15%);
}


/*--------------------------------------------------------------
# mozilo Syntax
--------------------------------------------------------------*/
hr {
    border: none;
    border-top: .111em #444444 solid;
    max-width: 100%;
    margin: .278em;
}

.leftcontentimage {
    float: left;
}

.rightcontentimage {
    float: right;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

.alignright {
    text-align: right;
}

.alignjustify {
    text-align: justify;
}

.highlight {
    padding: .059em;
    background: #dd0000;
    color: #fff;
}

.unorderedlist,
.orderedlist {
    padding-left: 1.471em;
}


/*--------------------------------------------------------------
# tabelle
--------------------------------------------------------------*/
table.contenttable {
    width: 100%;
    height: auto;
    border: .059em solid #444444;
    border-collapse: collapse;
    padding: .294em;
}

th.contenttable {
    border: .059em solid #444444;
    background: linear-gradient(to bottom, #444444, #fff);
    text-align: center;
    padding: .294em;
}

td.contenttable1,
td.contenttable2 {
    border: .059em solid #444444;
    text-align: center;
    padding: .294em;
}


/*--------------------------------------------------------------
# sitemap
--------------------------------------------------------------*/
.sitemap {
    padding: 0 0 .588em 0.778em;
}

.sitemap h2 {
    margin: 1.176em .882em .588em 0;
    padding-bottom: .118em;
    border-bottom: 1px #444444 solid;
}

.sitemap li {
    padding-bottom: .294em;
}

.sitemap a {
    text-decoration: none;
}


/*--------------------------------------------------------------
# bilder
--------------------------------------------------------------*/
img {
    border: 1px solid #444444;
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 3px 5px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 5px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 5px 8px 0px rgba(0, 0, 0, 0.75);
}

.contentimage {
    display: inline-block;
    max-width: 100%;
}

span.imagesubtitle {
    display: block;
    font-size: .706em;
    color: #444444;
    line-height: .824em;
    text-align: center;
}

img.leftcontentimage {
    max-width: 14.706em;
}

span.leftcontentimage {
    float: left;
    max-width: 14.706em;
    margin: .235em .588em .588em 0;
}

img.rightcontentimage {
    max-width: 14.706em;
}

span.rightcontentimage {
    float: right;
    max-width: 14.706em;
    margin: .235em 0 .588em .588em;
}


/*--------------------------------------------------------------
# Page Style
--------------------------------------------------------------*/
.header {
    padding: 20px;
    min-height: 250px;
    text-align: center;
    background: rgb(255, 137, 100);
    background: linear-gradient(90deg, rgba(255, 137, 100, 1) 0%, rgba(158, 175, 98, 1) 50%, rgba(95, 148, 177, 1) 100%);
    color: #212529;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
}

.header img {
    display: inline-block;
    box-shadow: none;
    border: none;
}

.topBar {
    display: flex;
    background-color: #333;
}

.row {
    display: flex;
    flex-wrap: wrap;
}


/*--------------------------------------------------------------
# Sidebar / Nav Style
--------------------------------------------------------------*/
.side {
    flex: 20%;
    height: 100%;
    margin: 0;
    padding: 20px;
}

nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1;
}


/*--------------------------------------------------------------
# mainmenu {}
--------------------------------------------------------------*/
ul.mainmenu {
    margin: 0;
    padding: 0;
}

li.mainmenu {
    display: block;
    width: 100%;
    margin: 0;
}

li.mainmenu a {
    padding: 0.444em 0.889em;
    border-bottom: 1px solid #ebf0f3;
    text-decoration: none;
}

li.mainmenu a:hover {}

a.menu {
    display: block;
    color: #212529;
    text-decoration: none;
}

a.menu:hover {
    color: #30a5ff;
}

a.menuactive {
    display: block;
    font-weight: bold;
    color: #212529;
    text-decoration: none;
}

a.menuactive:hover {
    color: #30a5ff;
}


/*--------------------------------------------------------------
# submenu {}
--------------------------------------------------------------*/

ul.submenu {
    margin: 0em;
    padding: 0em;
}

li.submenu {
    margin: 0em;
    padding: 0em;
    list-style-type: none;
}

a.submenu {
    display: block;
    color: #212529;
}

a.submenu:hover {
    color: #30a5ff;
}

a.submenuactive {
    display: block;
    font-weight: bold;
    color: #30a5ff;
}

a.submenuactive:hover {
    color: #30a5ff;
}


/*--------------------------------------------------------------
# detailmenu {}
--------------------------------------------------------------*/
ul.detailmenu {
    margin: 0;
    padding: 0;
}

li.detailmenu {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    list-style-type: none;
}

li.detailmenu a {
    text-decoration: none;
    color: #212529;
}

/*--------------------------------------------------------------
# Hamburger Button Checkbox
--------------------------------------------------------------*/

.dropdown input[type=checkbox] {
    display: none;
}

/*--------------------------------------------------------------
# Content Style
--------------------------------------------------------------*/
.main {
    flex: 50%;
    margin: 0;
    padding: 20px;
}

.panel {
    height: 100% !important;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 10px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}

.panel-title > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}


/*--------------------------------------------------------------
# Footer Style
--------------------------------------------------------------*/
.footer {
    padding: 20px;
    text-align: center;
    background: #444444;
    color: #ffffff;
}

/* -------------------------------------- */
/* ---------- max-width 768px ----------- */
/* -------------------------------------- */
@media screen and (max-width: 768px) {
    body {
        font-size: 15px;
    }

    .row,
    .navbar {
        flex-direction: column;
    }

    .panel {
        min-height: 40px;
    }

    h1 {
        font-size: 2.2em;
    }

    h2 {
        font-size: 1.9em;
    }

    h3 {
        font-size: 1.425em;
    }

    .header h1 {
        font-size: 50px;
    }


    /*--------------------------------------------------------------
# Hamburger Button 
--------------------------------------------------------------*/

    .side {
        position: absolute;
        top: -9999;
        opacity: 0;
        max-height: 0px;
        overflow: hidden;
        transition: all 1s cubic-bezier(.325, 1, .22, 1);
    }

    .dropdown input[type=checkbox]:checked ~ .side {
        position: relative;
        height: auto;
        opacity: 1;
        max-height: 500px;
        transition: all 1s cubic-bezier(.5, 1, .22, 1);
    }

    .hamburger {
        display: block;
        position: absolute;
        top: 18px;
        right: 13px;
        height: 27px;
        width: 27px;
        cursor: pointer;
        transition: all 1s cubic-bezier(.19, 1, .22, 1);
    }

    .line {
        position: absolute;
        display: block;
        background: #3d3d3d;
        width: 22px;
        height: 3px;
        border-radius: 1px;
        left: 0;
        transition: all .6s cubic-bezier(.5, .1, 0, 1.2);
    }

    .line1 {
        top: 0;
    }

    .line2 {
        top: 7px;
        width: 18px;
        transform: translateX(2px);
        -webkit-transform: translateX(2px);
    }

    .line3 {
        top: 14px;
    }

    input[type=checkbox]:checked ~ label .line1 {
        top: 0px;
        width: 24px;
        transform: translateX(-11px) rotate(-45deg) translateY(12px);
    }

    input[type=checkbox]:checked ~ label .line2 {
        opacity: 0;
    }

    input[type=checkbox]:checked ~ label .line3 {
        top: 14px;
        width: 24px;
        transform: translateX(-8px) rotate(45deg) translateY(-8px);
    }
}

/* -------------------------------------- */
/* ---------- max-width 550px ----------- */
/* -------------------------------------- */
@media only screen and (max-width: 550px) {
    body {
        font-size: 14px;
    }

    .header h1 {
        font-size: 40px;
    }
}
