ul {
     list-style: none;
    padding: 0px;
 }

ul li {
    background-image: url(../img/ul_list_bullet.png);
    background-repeat: no-repeat;
    min-height: 70px;
    line-height: 30px;
    padding-left: 70px;
    padding-top: 15px;
}

ol {
    list-style: none;
    padding: 0px;
}

ol li {
    background-image: url(../img/ol_list_bullet.png);
    background-repeat: no-repeat;
    min-height: 40px;
    padding-left: 45px;
    padding-top: 5px;
}


p {
    margin: 0px;
    padding: 0px;
}
/* [type="disc"]*/

.clear {
    clear: both;
}

.close-left {
    left: 450px;
    position: absolute;
    margin-top: 50px;
}

.mymenu {
    top: 0;
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 2;
}
.menuBox {
    text-align: center;
    width: 300px;
    height: 40px;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 15px 10px -10px #666666, 0 1px 6px #AFAFAF, 0 0 30px 6px #E6E6E6 inset;
}
.menuBox p {
    margin-top: -10px;
}
.menuContainer {
    margin-top: 5px;
}

.banner-portrait {
    right: 40px;
    top: 400px;
    position: absolute;
    z-index: 2;
}
/******dropdown menu*********/
.dropdown-content {
    display: none;
    margin-top: 5px; /* todo correct for mobile */
    position: absolute;
    background-color: #f5d930;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 0px 0px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-menu-01:hover .dropdown-content {
    display: block;
}


/*****slider****/
.slider {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 45px;
}

.slider img {max-height: 540px; width: 100%; object-fit: cover; object-position: center; display: block;}
.pagination-name { position: absolute; bottom: 340px; font-size: 60px; font-weight: bold; color: #FFF; text-shadow: 0px 0px 15px #000; margin-left: 200px; }
.pagination { position: absolute; bottom: 90px; font-size: 60px; font-weight: bold; color: #FFF; text-shadow: 0px 0px 15px #000; border-left: 50px solid #f5d930; margin-left: 200px; }

.auto-frame {
    max-width: 1200px;
    margin: auto;
    position: relative;
}
body {
    font-family: verdana, arial, sans-serif;
    margin: 0px;
    padding-top: 0px;
    background-color: #fefef4;
    /*font-size: 15px;*/
}
img {
    /*max-width: 100%;
    height: auto; */
    vertical-align: top;
}

.editable {
    outline: #575859 solid 2px;
}
.editable:focus {
    outline: #4a49c9 solid 2px;
}
/********header********/
header {
    background-color: #4a49c9;
    color: #FFFFFF;
    position: fixed;
    width: 100%;
    top: 0px;
    margin-top: 0px;
    height: 26px;
    padding: 3px 0px;
    z-index: 1;
}
.left {
    position: absolute;
    left: 0px;
}
.middle {
    position: absolute;
    left: 50%;
    margin-left: -85px;
}
.right {
    position: absolute;
    right: 0px;
}
/*******end of header*****/
#menuToggle input {
    display: none;
}
nav {
    background-color: #f5d930;
    width: 100%;
    margin: auto;
    z-index: 1;
}
.nav-container div a {
    text-decoration: none;
    color: #000000;
    border-radius: 25px;
    border: 8px solid #f5d930;
}
.nav-container div a:hover,
.nav-container div .active {
    text-decoration: none;
    background-color: #4a49c9;
    color: #FFFFFF;
    border-radius: 25px;
    border: 8px solid #4a49c9;
}

.dropdown-content-archive {
    margin-top: -1px;
    padding: 10px;
    border: 1px solid #c0c0c0;
    position: absolute;
    display: none;
    background-color: #FFFFFF;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 3;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}
.dropdown-content-archive form {
    border-bottom: 1px solid #c0c0c0;
    padding: 3px 0px;
    transition: 0.5s background;
}
.dropdown-content-archive form:hover {
    background-color: #F0F0F0;
}
hr {
    border: none;
    border-bottom: 1px solid #c0c0c0;
}
.dropdown-archive:hover .dropdown-content-archive {
    display: block;
}
.dropdown-archive {
    display: inline-block;
    cursor: pointer;
}

.content-a img, .content-b img, .content-c img, .content-d img {
     /* margin: 20px 40px; */
     /* box-shadow: 0 0 8px #cdcdcd; */
 }

/*******content********/
.content-a, .content-c {
    padding-top: 20px;
    background-color: #fef5be;
    padding-bottom: 20px;
}
.content-b, .content-d {
    padding-top: 20px;
    background-color: #fefef4;
    padding-bottom: 20px;
}


.button, a.button {
    display: inline-block;
    width: 300px;
    height: 45px;
    text-decoration: none;
    line-height: 45px;
    border-radius: 25px;
}

.yellow{
    background-color: #f5d930;
}
.grey {
    background-color: #e9e9e9;
}

.blue {
    background-color: #4a49c9;
    color: #ffffff;
}

h1, h2 {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
}

h3 {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
}

.subheading {
    text-align: center;
    font-size: 15px;
    margin-bottom: 25px;
}

table {
    margin: 10px 0px;
}


.tableheader {
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 5px;
}
.p8 {
    font-size: 12px;
    margin-left: 5px;
}
a {
    color: #000000;
}
/******content a******/
.images-container {
    text-align: center;
    padding-bottom: 10px;
}
.images-container figure {
    margin: 3.8px;
    overflow: hidden;
    background-color: #f5d930;
    display: inline-block;
}
.images-container figcaption {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 15px;
}
/******end of content a******/
/*******content b *********/
.divTable {
    display: table;
    width: 100%;
    border-spacing: 10px;
    padding-bottom: 10px;
}
.divTableRow {
    display: table-row;
}
.divTableCell {
    border-collapse: separate;
    display: table-cell;
    padding: 5px 5px 5px 5px;
}
.divTableCell.col1 {
    background-color: #f5d930;
}
.divTableCell.col2 {
    background-color: #fef5be;
    vertical-align: top;
}
.divTableBody {
    display: table-row-group;
}
.tableImg {
    max-width: 80px;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 15px;
}
/*****end of content b******/
/*******content c**********/
.container {
    overflow: hidden;
}
.table-aboutme {
    display: table;
    border-spacing: 1px;
    float: left;
}
.table-c {
    display: table;
    border-spacing: 3px;
    float: left;
}
.divTableCell.col3 {
    background-color: #fef5be;
}
.divTableCell.col3 img {
    width: 50px;
}
.divTableCell.col4 {
    background-color: #fef5be;
    vertical-align: top;
}
.col5 {
    background-color: #fef5be;
}
.col5 img {
    width: 40px;
}
.col6 {
    background-color: #fef5be;
    vertical-align: top;
}
.divTableCell.col6 {
    padding: 0px 0px 0px 6px;
}
.table-ausbildung {
    float: left;
    display: table;
}
.col7 {
    vertical-align: bottom;
}
.divTableCell.col7 {
    padding: 0px 0px 0px 0px;
}
.images-content-c {
    float: right;
}
.images-content-c .img1 {
    float: left;
    margin-right: 15px;
}
.images-content-c div {
    float: right;
}
.imgc img {
    width: 250px;
    height: 200px;
}
/*********end of content c******/
/****content d******/
.headers-d {
    text-transform: uppercase;
    font-size: 18px;
}
.text-d {
    font-size: 13px;
}
.italic {
    font-size: 12px;
    font-style: italic;
}
.container-d {
    text-align: justify;
    overflow: hidden;
}
.container-d .left-container {
    float: left;
    padding-top: 20px;
    padding-bottom: 10px;
}
.middle-container {
    display: inline-block;
    padding-top: 25px;
    margin-left: 60px;
    max-width: 40%;
}
.right-container {
    float: right;
    padding-top: 25px;
}


footer {
    background-color: #f5d930;
    word-spacing: 3px;
    text-align: center;
}
footer p {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13.5px;
}
footer div img {
    padding-bottom: 5px;
}
/***********Termine********************/

.elementBox {
    margin: 15px 0px 10px 10px;
    overflow: hidden;
    background-color: #fef5be;
    border: 1px solid #fded81;
    padding: 0px;
    border-radius: 4px;
    display: block;
}
.header-termine {
    font-size: 17px;
    margin-top: 5px;
    text-align: center;
}
.header-contact {
    font-weight: bold;
    font-size: 15px;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 0.5px;
}
.entryDescription {
    max-width: 850px;
    font-weight: normal;
    margin: auto;
}
p.entryDescription {
    font-size: 16px;
    display: block;
    /*line-height:16px; */
}
.float-left-container {
    overflow: hidden;
    float: left;
    display: inline-block;
    padding-top: 20px;
}
.float-right-container {
    overflow: hidden;
    float: right;
    display: inline-block;
    padding-top: 20px;
}
.max-half {
    max-width: 50%;
}
.text-left {
    text-align: left;
}
.bold {
    font-weight: bold;
}
.table-cons {
    display: table;
    border-spacing: 2px;
    float: left;
}
.table-cons .divTableCell.col3, .table-cons .divTableCell.col4 {
    background-color: #fefef4;
    vertical-align: top;
}
.tips-nav {
    text-align: center;
}
.tips-nav a {
    display: inline-block;
    background: #f5d930;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    transition: background 0.5s, color 0.5s;
}
.tips-nav a:hover {
    background: #4a49c9;
    color: #fff;
}

.ref {position: absolute; margin-top: -120px; }