body {
    margin: 0;
    padding: 0;
    max-width: 1170px;
    margin: 0px auto;
    font-family: Arial, Helvetica, sans-serif;
}

#logo {
    width: 650px;
    height: 172px;
    background: center center no-repeat;
    margin: auto;
}

.logo {
    width: 650px;
    height: 172px;
    background: url(images/header.jpg);
    vertical-align: middle;
    margin: auto;
}

.logo span {
    display: none;
}

.logo a {
    vertical-align: middle;
    text-align: center;
    position: absolute;
    height: 172px;
    width: 650px;
}

.logomobil {
    display: none;
    visibility: hidden;
}

.logomobil img {
    visibility: hidden;
}

@media (max-width: 600px) {

    .logomobil {
        display: block;
        visibility: visible;
        max-height: 250px;
        vertical-align: middle;
        text-align: center;
        margin: auto;
    }

    .logomobil img {
        visibility: visible;
        margin: auto;
        width: 100%;
        height: auto;
    }

    .logo {
        display: none;
        visibility: hidden;
    }

    #logo {
        visibility: hidden;
    }
}

/* Inhalt */

.content {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background-color: #e8e8e8;
    min-height: 500px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.inhalt {
    text-align: justify;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 90%;
}

.ohneblock {
    text-align: left;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 94%;
}

.datenschutz {
    text-align: justify;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 94%;
}

.grau {
    color: #848484;
    font-style: italic;
}

.grau a:link {
    color: #848484;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #848484;
}

article a:link {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #ff6601;
}

article a:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #ff6601;
}

article a:hover {
    color: #033785;
}

article a:active {
    color: #585858;
    text-decoration: underline;
    text-decoration-color: #ff6601;
}

/* Überschriften */

h1 {
    font-size: 32px;
    font-family: 'conganormal', sans-serif;
    font-weight: 900;
    color: #033785;
}

h2 {
    font-size: 25px;
    font-family: 'conganormal', sans-serif;
    font-weight: bold;
    color: #033785;
}

h3 {
    font-size: 20px;
    font-family: 'conganormal', sans-serif;
    font-weight: bold;
    color: #033785;
}

h4 {
    font-size: 15px;
    font-family: 'conganormal', sans-serif;
    font-weight: normal;
    color: #033785;
}

h5 {
    font-size: 13px;
    font-family: 'conganormal', sans-serif;
    font-weight: bold;
    color: #033785;
    margin-bottom: 0px;
}

/* Aufzählungen */

ul {
    list-style: none;
    padding-left: 1.8em;
    text-indent: -1.8em;
}

ul li:before {
    content: "►";
    display: block;
    float: left;
    width: 1.8em;
    color: #033785;
}

/* Besonderer Text */

#philosophie {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-family: "Times New Roman";
    color: #ff6601;
}

.warumwichtig {
    color: #033785;
}

#blauhervorgehoben {
    font-weight: bold;
    color: #033785;
}

.pfeil {
    font-weight: bold;
    font-size: 15px;
    color: #033785;
}

.frage {
    font-style: italic;
    font-weight: bolder;
    font-size: 22px;
    color: #033785;
    text-align: center;
}

.platz {
    width: 100%;
    max-width: 30%;
    height: 30px;
    float: left;
    margin: 10px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    text-align: left;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Bilder */

#anwaltbild {
    width: 225px;
    height: 300px;
    background: url(images/anwalt.jpg) top right no-repeat;
    background-size: 100% 100%;
    border: 0px;
    margin-left: 30px;
    margin-bottom: 30px;
    float: right;
}

#bonus {
    width: 300px;
    height: 169px;
    background: url(images/bonus.png) top right no-repeat;
    background-size: 100% 100%;
    border: 0px;
    margin-left: 30px;
    margin-bottom: 30px;
    float: right;
}

#urkundebild {
    width: 216px;
    height: 317px;
    background: url(images/urkunde_fa.jpg) top right no-repeat;
    background-size: 100% 100%;
    border-style: solid;
    border-width: thin;
    border-color: #000;
    margin-left: 30px;
    float: right;
}

/* Navigation */

nav {
    margin: 0 auto;
    left: 200px;
    text-align: center;
    width: 100%;
    background-color: #A4A4A4;
    overflow: hidden;
	display: flex;
	justify-content: center;
}

nav a {
    font-family: conganormal;
    font-weight: bold;
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

nav a:hover {
    background-color: #ddd;
    color: black;
}

nav a.active {
    border-bottom: 3px solid #ff6601;
}

.topnav a:nth-of-type(8) {
    display: none;
}


nav .icon {
    display: none;
}


/* Mobile Navigation */

@media screen and (max-width: 1092px) {
	
	nav {
		display: block;
		justify-content: unset !important;
	}

    /* Menü ausgeblendet */
    .topnav a:not(:nth-of-type(8)) {
        display: none;
    }
    /* Blende alle Links aus */
    .topnav a:nth-of-type(8) {
        display: inline;
    }
    /* Blende nur "Menü" ein */
    .topnav a.icon {
        float: right;
        display: block;
    }

    /* Menü eingeblendet */
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a:nth-of-type(8) {
        display: none;
    }
    /* Blende "Menü" aus */
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    /*.topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }*/
}


/* Mobile Inhalte */

@media screen and (max-width: 600px) {

    h1 {
        font-size: 24px;
        font-family: 'conganormal', sans-serif;
        font-weight: bolder;
        color: #033785;
    }
    h2 {
        font-size: 22px;
        font-family: 'conganormal', sans-serif;
        font-weight: bold;
        color: #033785;
    }
    h3 {
        font-size: 17px;
        font-family: 'conganormal', sans-serif;
        font-weight: bold;
        color: #033785;
    }
    h4 {
        font-size: 15px;
        font-family: 'conganormal', sans-serif;
        font-weight: normal;
        color: #033785;
    }
    h5 {
        font-size: 17px;
        font-family: 'conganormal', sans-serif;
        font-weight: normal;
        color: #033785;
    }

    #anwaltbild {
        float: inherit;
        margin-left: auto;
        margin-right: auto;
    }

    #bonus {
        float: inherit;
        margin-left: auto;
        margin-right: auto;
    }

    #urkundebild {
        float: inherit;
        margin-left: auto;
        margin-right: auto;
    }

    #philosophie {
        font-size: 22px;
    }
}

/* Downloads-Seite */

.downloads {
    align-content: center;
}

.downloads a:link {
    text-decoration: none;
    font-weight: normal;
    font-weight: bold;
}

.downloads a:visited {
    color: #000000;
    font-weight: bold;
}

.downloads a:hover {
    color: #033785;
}

.downloads a:active {
    color: #585858;
    text-decoration: underline;
    text-decoration-color: #ff6601;
}

.download1 {
    width: 100%;
    margin: 10px;
    max-width: 31%;
    height: 360px;
    float: left;
    text-align: center;
    border-right: 1px solid #A4A4A4;
}

.download2 {
    width: 100%;
    margin: 10px;
    max-width: 31%;
    height: 360px;
    text-align: center;
    float: left;
    border-right: 1px solid #A4A4A4;
}


.download3 {
    width: 100%;
    margin: 10px;
    max-width: 31%;
    height: 360px;
    float: left;
}

/* mobile Downloads-Seite */

@media screen and (max-width:950px) {
    .download1 {
        float: none;
        width: 90%;
        max-width: none;
        height: 400px;
        border-bottom: 1px solid #A4A4A4;
        border-right: 0px solid #ff6601;
    }

    .download2 {
        float: none;
        width: 90%;
        max-width: none;
        height: 400px;
        border-bottom: 1px solid #A4A4A4;
        border-right: 0px solid #ff6601;
    }

    .download3 {
        float: none;
        width: 90%;
        max-width: none;
        height: 400px;
        border-bottom: 1px solid #A4A4A4;
        border-right: 0px solid #ff6601;
    }
}

/* Footer */

footer {
    color: #fff;
    background: #585858;
    position: relative;
    float: left;
    width: 100%;
}

.footer_box1 {
    width: 100%;
    max-width: 30%;
    height: 360px;
    font-size: 14px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    float: left;
    margin: 20px;
    text-align: center;
    border-right: 1px solid #ff6601;
}

.footer_box1 a {
    color: #FFF;
    text-decoration: none;
}

.footer_box1 span {
    font-weight: bold;
}

.footer_box2 {
    width: 100%;
    max-width: 18%;
    height: 360px;
    margin: 20px;
    text-align: center;
    padding-right: 45px;
    padding-top: 15px;
    float: left;
    border-right: 1px solid #ff6601;
}

.box2-text {
    font-size: 13px;
	text-align: justify;
	hyphens: auto;
	padding-top: 20px;
}

.box2bilder {
    margin-bottom: 30px;
}

.footer_box3 {
    width: 90%;
    max-width: 35%;
    height: 360px;
    padding-top: 40px;
    float: left;

}

.footer_box3 a {
    font-family: conganormal;
    font-weight: bold;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    font-size: 17px;
}

.footerlinks {
    text-align: center;
}

.footerlinks a {
    font-family: conganormal;
    font-weight: bold;
    color: #f2f2f2;
    text-align: center;
    text-decoration: inherit;
    line-height: 1.5;
    font-size: 17px;
}

.footerlinks a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #ff6601;
}

/* Mobiler Footer */

@media screen and (max-width:950px) {
    .footer_box1 {
        float: none;
        width: 100%;
        max-width: none;
        height: 380px;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        border-bottom: 1px solid #ff6601;
        border-right: 0px solid #ff6601;
    }

    .footer_box2 {
        float: none;
        width: 100%;
        max-width: none;
        height: 330px;
        margin-left: 0px;
        padding-right: 0px;
        border-bottom: 1px solid #ff6601;
        border-right: 0px solid #ff6601;
    }

    .box2bilder {
        margin-top: 5px;
    }
	
	.box2-text {
		text-align: unset;
	}

    .footer_box3 {
        float: none;
        width: 100%;
        max-width: none;
        height: 350px;
        padding-top: 20px;
        border-right: 0px solid #ff6601;
    }

    .footerlinks {
        text-align: center;
    }
}

/* Schriftart CONGA */

@font-face {
    font-family: 'conganormal';
    src: url('font/conga-webfont.eot');
    src: url('font/conga-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/conga-webfont.woff2') format('woff2'),
    url('font/conga-webfont.woff') format('woff'),
    url('font/conga-webfont.ttf') format('truetype'),
    url('font/conga-webfont.svg#conganormal') format('svg');
    /*    font-weight: normal;*/
    font-style: normal;
}
