
/* 
 * This file is part of rh-zq.
 * Copyright (C) 2024 RH Köln gGmbH
 * All Rights Reserved. Unauthorized using and copying of this file,
 * via any medium is strictly prohibited!
 * 
 * Creaded: 15.04.2024 by Lilly Schmidt <lilly.schmidt@rh-koeln.de>
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
    background: url("images/scroll--icon.png") no-repeat !important;
    background-position: right center !important;
    background-size: 1vw 1vw !important;
    background-color: #fefefe;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-right: 20px !important;
}

option {
    color: #634fc4;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    box-shadow: inset 0 0 20px 20px white;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
    box-shadow: inset 0 0 20px 20px white;
}
body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #4b3c93;
    background: #fefefe;
    position: relative;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-family:  'Trebuchet MS', sans-serif;
}
@media (max-width:1100px) {
    select {
        background-size: 12px 12px !important;
    }
}


 /* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- LogIn
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
                
 body.login {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    display: block;
    overflow-y: scroll;
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;

    color: #49626c;
    
    background-color: #eaf2fb;
    background: radial-gradient(circle at top, #ffffff 20%, #eaf2fb 50%, #e0efff 70%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
page-login{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    display: block;
    overflow-y: scroll;
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;

    color: #49626c;
    
    background-color: #eaf2fb;
    background: radial-gradient(circle at top, #ffffff 20%, #eaf2fb 50%, #e0efff 70%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

page-login h3 { 
    color:#617a84;
}

footer.login {
    padding: .5em;
    font-size: 16px;
    color: #617a84;
    box-sizing: border-box;
    text-align: center;
}

footer.login a {
    padding: .5em;
    font-size: 16px;
    color: #617a84;
    text-decoration: none;
}

footer.login p {
    font-size: 16px;
    color: #617a84;
}


.logo {
    margin: 5em auto;
    display: block;
    max-width: 125px;
    height: auto;
}

@media only screen and (max-height:700px) {
    .logo {
        max-width: 80px
    }
}

@media only screen and (max-height:600px) {
    .logo {
        max-width: 60px
    }
}

@media (max-height:450px) {
    .logo {
        width: auto;
        max-height: 64px;
        position: absolute;
        top: 1em;
        left: 1em
    }
}

.form-signin-wrapper {
    width: 100%
}

.form-signin {
    margin: auto;
    max-width: 260px;
    padding: 0 15px 15px;
}


.form-signin-heading {
    margin: 0px;
    margin-bottom: 5px;
    font-size: 2em;
}

.form-signin-subheading {
    margin-bottom: 5px;
    font-size: 1.2em;
    color: #617a84;
    padding-left: 2px;
}

.form-signin input {
    margin-bottom: -1px;
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #c7d4d9;
    background-color: #fefefe;
}

.form-signin input[type=password] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.form-signin .mat-raised-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    background-color: #A7D7A5 !important;
    background-image: linear-gradient(195deg,#A7D7A5, #90CD8D, #ABD946);
    cursor: pointer;
    color: #1c323a !important;
    box-shadow: 0 2px 1px -1px #c7d4d9, 0 1px 1px 0 rgba(73, 98, 108, .14), 0 1px 3px 0 rgba(73, 98, 108, .12);
    transform: translate3d(0, 0, 0);
    transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1)
}

.mat-raised-button:hover {
    background-color: #a7d7a6 !important;
    color: #1c323a !important;
    box-shadow: 0 2px 1px -1px #c7d4d9, 0 1px 1px 0 rgba(73, 98, 108, .14), 0 1px 3px 0 rgba(73, 98, 108, .12);
}

.password-lost {
    display: block;
    text-align: right;
    font-size: .8em;
    margin-bottom: 1em
}

.password-lost a {
    text-decoration: none;
    color: #617a84;
    font-size: 12px;
}

.password-lost a:hover {
    color: #bcd126;
    text-decoration: underline
}

.logout-button {
    color: #bcd126;
    font-size: 1.5em;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- noscript
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

noscript footer {
    padding: .5em;
    font-size: 16px;
    color: #c7d4d9;
    text-decoration: none;
    border-radius: 50px;
    box-sizing: border-box;
    text-align: center;
}

noscript footer a {
    padding: .5em;
    font-size: 16px;
    color: #c7d4d9;
    text-decoration: none;
}

noscript footer p {
    font-size: 16px;
    color: #c7d4d9;
}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Tool
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
*/



.homepage {
    width: 100%;
    height: 100%;
    position: relative;
    background: #fefefe;
    box-sizing: border-box;
}

.mat-drawer-container {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    height: 100%;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    overflow: hidden;
    background-color: #eaf2fb;
    color: #4b3c93;
    visibility: visible;
}

@media (max-width:1100px) {
    .mat-drawer-container {
        display: none;
    }
}

.mat-sidenav-container,
.mat-sidenav {
    box-shadow: 0 0 10px 0 #c7d4d9;
    border-right: none;
    width: 320px;
    position: fixed;
}

.mat-drawer {
    display: block;
    position: absolute;
    top: 0px;
    left: 320px;
    z-index: 3;
    height: 100%;
    outline: 0;
    box-sizing: border-box;
    overflow: hidden;
    transform: translate3d(-100%, 0, 0);
    background-color: #fefefe;
    color: #4b3c93;
    width: 320px;
}

.mat-drawer-transition .mat-drawer-content {
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.25, .8, .25, 1);
    transition-property: transform, margin-left, margin-right
}

.mat-drawer-inner-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
}

.mat-sidenav .sidenav-wrapper {
    width: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.mat-sidenav .mat-toolbar {
    background-color: #fefefe;
    box-shadow: 0 0 3px 0 #c7d4d9;
    flex-shrink: 0;
}

.mat-toolbar-row,
.mat-toolbar-single-row {
    height: 64px;
}

.mat-toolbar-row,
.mat-toolbar-single-row {
    height: 64px;
}

.mat-toolbar-row,
.mat-toolbar-single-row {
    display: flex;
    box-sizing: border-box;
    padding: 0 5px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
}

.mat-toolbar {
    background: #634fc3;
    color: #fefefe;
    white-space: pre-wrap;
}

.mat-button-wrapper {
    margin: 0px;
    height: 104px;
}

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
    font: 500 20px/32px 'Trebuchet MS', sans-serif;
    margin: 0;
}

.mat-sidenav .mat-toolbar .title-first {
    color: #634fc3;
    font-family: monospace;
    white-space: nowrap;
    font: 500 20px/32px 'Trebuchet MS', sans-serif;
}

.mat-sidenav .mat-toolbar .title-second {
    font-weight: 700;
    color: #fefefe;
    white-space: nowrap;
    margin-right: 40px;
}

.logo img {
    margin-top: 8px;
    width: 33px;
    height: 48px;
}

.context-title {
    margin: 10px;
    line-height: 18px;
}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

.navigation {
    width: 320px;
    padding-top: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e4eaef #fefefe;
}

.navigation hr {
    width: 80%;
    border: 0;
    border-bottom: 1px dashed #634fc3;
    margin-left: 0px;
}

.navigation span {
    display: block;
    padding: 8px;
    font-size: 16px;
    color: #634fc3;
    outline: 0;
}

.navigation a {
    display: block;
    margin-bottom: 5px;
    padding: 8px;
    border-radius: 0 175px 175px 0;
    background: #fefefe;
    font-size: 16px;
    color: #634fc3;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    box-sizing: border-box;
    -webkit-border-radius: 0 175px 175px 0;
    -moz-border-radius: 0 175px 175px 0;
    -ms-border-radius: 0 175px 175px 0;
    -o-border-radius: 0 175px 175px 0;
}

.navigation a.activerlink {
    background-color: rgba(99,79,196,0.075);
    text-decoration: underline;
    color: #634fc3;
}

.navigation a:hover {
    text-decoration: none;
    background-color: rgba(28,50,58,0.1);
    color: #1c323a;
}

.navigation a:active {
    background-color: rgba(99,79,196,0.15);
    text-decoration: underline;
    color: #634fc3;
}

.navigation a:focus {
    text-decoration: underline
}

.navigation a span {
    padding-left: 24px
}

.navigation a span.fa {
    float: left;
    padding: 4px
}

.navigation-footer {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px
}

.navigation-footer a {
    padding: .5em;
    color: #634fc3;
    text-decoration: none;
    border-radius: 50px
}

.navigation-footer a.active {
    color: #40347e;
    background-color: rgba(0, 0, 100, .08)
}

.navigation-footer a:hover {
    text-decoration: none;
    color: #1c323a
}

.spacer {
    flex: 1 1 auto;
    background-color: transparent;
}

.mat-icon {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

small {
    font-size: 75%;
}

.wrapper {
    padding-top: 15px;
    color: #163e6d;
    background-color: #EAF2FB;
}

.mat-drawer-content {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #634fc3 #e0e0e2;
}

.mat-sidenav-content {
    margin-left: 320px;
}

@media (max-width:1100px) {
    .mat-sidenav-content {
        margin-left: 0px;
    }
}

@media (max-width:1100px) {
    #mat-toolbar {
        display: inline-block;
        margin: 1px 25px;
        height: 34px;
    }
}

#mat-toolbar {
    display: none;
    margin: 1px 25px;
    cursor: pointer;
}

@media (max-width:1100px) {
    #mat-toolbar {
        display: inline-block;
    }
}


.main_center {
    height: 90%;
    width: 90%;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 10px;
    padding: 15px;
    color: #634fc3;
    font-size: 11px;
    text-align: left;
    box-sizing: border-box;
    background-color: #fefefe;
    box-shadow: 0 2px 1px -1px #c7d4d9, 0 1px 1px 0 rgba(73, 98, 108, .14), 0 1px 3px 0 rgba(73, 98, 108, .12);
}

a {
    color: #634fc3;
    cursor: pointer;
    text-decoration-line: underline;
    text-decoration-style: dotted;
}

a:hover {
    color: #df0070;
}

p {
    padding-bottom: 5px;
}

p.titel1 {
    text-align: center;
    color: #634fc3;
    font-size: 20px;
    font-weight: bold;
}

p.titel2 {
    text-align: center;
    color: #634fc3;
    font-size: 16px;
    font-weight: bold;
}

p.titel22 {
    text-align: left;
    color: #634fc3;
    font-size: 16px;
    font-weight: bold;
}

p.titel23 {
    text-align: left;
    color: #634fc3;
    font-size: 14px;
    font-weight: bold;
}

span.px10 {
    font-size: 10px;
}

span.px12 {
    font-size: 12px;
}

span.px14 {
    font-size: 14px;
}

span.px16 {
    font-size: 16px;
}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +          H1, H2, H3, H4, H5, H6              
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

h1 {
    font-size: 24px;
    line-height: 26px;
    margin-top: 0px;
    font-weight: normal;
    color: #617a84;
}

h2 {
    font-size: 22px;
    line-height: 24px;
    margin: 10px 2px;
    font-weight: normal;
    color: #617a84;
}

h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 10px 2px;
    font-weight: normal;
    color: #617a84;
}

h4 {
    font-size: 18px;
    line-height: 20px;
    margin: 10px 2px;
    font-weight: normal;
    color: #617a84;
}

h5 {
    font-size: 14px;
    line-height: 16px;
    margin: 10px 2px;
    font-weight: normal;
    color: #617a84;
}

h6 {
    font-size: 12px;
    line-height: 14px;
    margin: 10px 2px;
    font-weight: normal;
    color: #617a84;
}




                @media (max-width:1100px) {
                    h1 {
                        font-size: 24px;
                        line-height: 24px;
                    }
                    h2 {
                        font-size: 22px;
                        line-height: 22px;
                    }
                    h3 {
                        font-size: 20px;
                        line-height: 20px;
                        margin: 20px 0px 5px 0px;
                    }
                    h4 {
                        font-size: 18px;
                        line-height: 18px;
                    }
                    h5 {
                        font-size: 14px;
                        line-height: 14px;
                    }
                    h6 {
                        font-size: 12px;
                        line-height: 12px;
                    }
                }
                
/*###################################*/

strong {
    font-weight: 550;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +          Seminare-Sicht             
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
                
                .ui-widget-overlay {
                    background: #49626c 150% 150% repeat;
                    opacity: .20;
                    filter: Alpha(Opacity=20);
                    height: 100%;
                }
                
                .ui-widget-content {
                    background-color: #fefefe;
                    border: 1px solid #adbec4;
                    color: #1c323a;
                }
                
                .ui-dialog-titlebar {
                    font-size: 16px;
                }
                
#seminare_sicht {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 1.35vw;
    padding-bottom: 0.9vw;
    font-size: 0.9vw;
    background: #fefefe;
    box-shadow: 0 -10px 0 -5px #f3f7f8, 0 -10px 1px -4px rgba(73, 98, 108, 0.125), 0 -20px 0 -10px #e2e9eb, 0 -20px 1px -9px rgba(73, 98, 108, 0.15);
    box-sizing: border-box;
    border: 1px solid rgba(73, 98, 108, 0.1);
    margin: 10px;
    width: 95%;
    min-height: calc(97.5vh - 90px);
}
@media (min-width:1100px) {
    #seminare_sicht {
        width: calc(100vW - 350px);
    }
}
#seminare_sicht p {
    display: block;
    position: relative;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 0.3vw;
    padding-bottom: 0.3vw;
    font-size: 1.2vw;
}

#seminare_sicht table {
    position: relative;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 0.3vw;
    padding-bottom: 0.3vw;
    font-size: 0.9vw;
}

#seminare_sicht ul {
    list-style: square outside none;
    padding-left: 30px;
}

@media (max-width:1100px) {
    #seminare_sicht,
    #seminare_sicht p,
    #seminare_sicht table,
    #seminare_sicht ul {
        font-size: 12px !important;
        padding-left: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

                
                #seminare_sicht .img-icon {
                    margin: 0px;
                    width: 42px;
                    height: 42px;
                    opacity: 1;
                }
                
                #seminare_sicht img {
                    margin: 25px 10%;
                    width: 75%;
                    height: auto;
                    opacity: 0.25;
                }

                #seminare_sicht .img_fo314{
                    margin: 25px 10%;
                    width: 75%;
                    height: auto;
                    opacity: 0.95;
                }
                #seminare_sicht .img_fo314-2{
                    margin: 25px 10%;
                    width: 45%;
                    height: auto;
                    opacity: 0.95;
                }
                
                #seminare_sicht .seminar-img {
                    float: right;
                    margin: 1vw 3vw 1vw 1vw;
                    width: 30vw;
                    height: auto;
                    opacity: 0.75;
                }
                
                @media (max-width:1100px) {
                    #seminare_sicht {
                        width: calc(100vW - 20px);
                    }
                    #seminare_sicht,
                    #seminare_sicht p,
                    #seminare_sicht table,
                    #seminare_sicht ul {
                        font-size: 12px;
                        padding-left: 20px;
                        padding-top: 10px;
                        padding-bottom: 10px;
                    }
                    #seminare_sicht .seminar-img {
                        float: right;
                        margin: 1vw 3vw 1vw 1vw;
                        width: 30vw;
                        min-width: 250px;
                        height: auto;
                    }
                }
                
                .semkategorie {
                    background: #fefefe;
                    position: relative;
                    margin-top: 20px;
                    padding: 10px 15px 10px 60px;
                    border-radius: 3px;
                    border: 1px solid rgba(73, 98, 108, 0.05);
                    box-shadow: 0.15rem 0.15rem 0.3rem rgba(73, 98, 108, 0.05), 0 0.25rem 0.525rem rgba(0, 30, 75, 0.05);
                }
                
                .semkategorie:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    width: 40px;
                    background: radial-gradient(#93a7b1 4px, rgba(73, 98, 108, 0.05) 1px, transparent 7px) repeat-y;
                    background-size: 25px 25px;
                    border-right: 1.5px solid #df0070;
                    box-sizing: border-box;
                }
                
                .semkategorie:first-child {
                    margin-top: 0;
                }
                
                .seminare-alle ul {
                    list-style: none;
                    padding-left: 10px;
                    font-size: 1vw;
                    margin: 10px 20px;
                    display: block;
                    margin-block-start: 1em;
                    margin-block-end: 1em;
                    margin-inline-start: 0px;
                    margin-inline-end: 0px;
                    padding-inline-start: 40px;
                }
                
                .seminare-alle ul ul {
                    list-style: none outside none;
                    padding-left: 25px;
                    font-size: 0.9vw;
                }
                
                .seminare-alle ul ul li {
                    border-bottom: 1px dashed #634fc4;
                    margin: 1.75rem 0;
                    padding-left: 1.75rem;
                }
                
                .seminare-alle ul ul li a {
                    text-decoration: none;
                    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
                    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
                    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
                    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
                    transition: font-size 0.3s ease, background-color 0.3s ease;
                    display: block;
                    margin-bottom: 3px;
                    font-weight: bold;
                }
                
                .seminare-alle ul ul li a:hover {
                    font-size: 1.2vw;
                    background: #e2e9eb;
                }
                
                @media (max-width:1100px) {
                    .seminare-alle ul li {
                        padding-left: 16px;
                    }
                    .seminare-alle ul {
                        font-size: 16px !important;
                    }
                    .seminare-alle ul ul {
                        font-size: 14px;
                    }
                    .seminare-alle ul ul li a:hover {
                        font-size: 18px !important;
                    }
                }
                
                @media (max-width:900px) {
                    .seminare-alle ul li {
                        padding-left: 14px;
                    }
                    .seminare-alle ul {
                        font-size: 14px !important;
                    }
                    .seminare-alle ul ul {
                        font-size: 12px;
                    }
                    .seminare-alle ul ul li a:hover {
                        font-size: 16px !important;
                    }
                }
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +          Tabellen              
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
                
                table {
                    margin-left: 15px;
                    margin-bottom: 0.5em;
                    empty-cells: hide;
                }
                /*######    resposiv    ########*/
                
                table.resposiv-tab {
                    border: 1px solid #c7d4d9;
                    border-collapse: collapse;
                    margin: 0;
                    padding: 0;
                    width: 100%;
                    table-layout: fixed;
                }
                
                table.resposiv-tab caption {
                    font-size: 1.5em;
                    margin: .5em 0 .75em;
                }
                
                table.resposiv-tab tr {
                    border: 1px solid #c7d4d9;
                    padding: 8px;
                }
                
                table.resposiv-tab tr:hover {
                    border: 1px solid #a7d7a5;
                    background-color: #a7d7a56d;
                }
                
                table.resposiv-tab th,
                table.resposiv-tab td {
                    font-size: .9vw;
                    padding: .25vw;
                    text-align: center;  
                    vertical-align: top;
                }
                
                table.resposiv-tab th {
                    padding: 5px;
                    padding-top: 9px;
                    padding-bottom: 9px;
                }
                
                table.resposiv-tab td {
                    border: 1px solid #c7d4d9;
                }
                
                table.resposiv-tab th.vertical {
                    border: 1px solid #c7d4d9;
                }
                
                table.resposiv-tab th.vertical {
                    text-align: center;
                    height: 90px;
                    white-space: pre;
                    vertical-align: middle;
                }
                
                table.resposiv-tab th.vertical span {
                    display: block;
                    width: 90px;
                    text-align: left;
                    font-size: 11px;
                    transform: rotatez(270deg) translate(0px, -35px);
                    transform-origin: 50% 50% 0;
                    -moz-transform: rotatez(270deg) translate(0px, -35px);
                    -moz-transform-origin: 50% 50% 0;
                    -webkit-transform: rotatez(270deg) translate(0px, -35px);
                    -webkit-transform-origin: 50% 50% 0;
                    -o-transform: rotatez(270deg);
                    -o-transform-origin: bottom left;
                    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
                }
                
                table.resposiv-tab td a {
                    font-size: 110%;
                    font-weight: bold;
                }
                
                table.resposiv-tab th {
                    letter-spacing: .1em;
                    text-transform: uppercase;
                }
                
                table.resposiv-tab table {
                    border: 0;
                    border-collapse: collapse;
                    margin: 0px;
                    padding: 0px;
                    width: 100%;
                    table-layout: fixed;
                }
                
                table.resposiv-tab table tr {
                    border: none;
                    border-bottom: 1px solid #adbec4;
                    padding: .30em;
                }
                
                table.resposiv-tab table td {
                    font-size: .8vw;
                    padding: .05vw;
                    text-align: center;
                    border: 1px solid transparent;
                }
                
                @media screen and (max-width: 1100px) {
                    table.resposiv-tab th,
                    table.resposiv-tab td {
                        font-size: 11px;
                    }
                    table.resposiv-tab table td {
                        font-size: 10px;
                    }
                }
                
                @media screen and (max-width: 650px) {
                    table.resposiv-tab {
                        border: 0;
                    }
                    table.resposiv-tab caption {
                        font-size: 1.2em;
                    }
                    table.resposiv-tab thead {
                        border: none;
                        clip: rect(0 0 0 0);
                        height: 1px;
                        margin: -1px;
                        overflow: hidden;
                        padding: 0;
                        position: absolute;
                        width: 1px;
                    }
                    table.resposiv-tab tr {
                        border: 2px solid #adbec4;
                        display: block;
                        margin-bottom: 3px;
                    }
                    table.resposiv-tab td,
                    table.resposiv-tab table td {
                        border: none;
                        display: block;
                        font-size: 12px;
                        text-align: right;
                        font-weight: bold;
                    }
                    table.resposiv-tab table {
                        margin: 0px 0px 0px 10vw;
                        width: 90%;
                    }
                    table.resposiv-tab table td {
                        font-size: 12px;
                    }
                    table.resposiv-tab td::before {
                        /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
                        content: attr(data-label);
                        float: left;
                        font-weight: normal;
                        text-transform: uppercase;
                    }
                    table.resposiv-tab td:last-child {
                        border-bottom: 0;
                    }
                }
                /*##############*/
                
                table.fragen {
                    table-layout: fixed;
                    margin-left: 15px;
                }
                
                table.fragen th {
                    text-align: left;
                }
                
                table.fragen tr {
                    height: 30px;
                }
                
                table.fragen th:nth-child(1) {
                    width: 5%;
                }
                
                table.fragen th:nth-child(2) {
                    width: 50%;
                }
                
                table.fragen td:nth-child(1) {
                    width: 5%;
                }
                
                table.fragen td:nth-child(2) {
                    width: 50%;
                }
                
                table.fragen td:nth-child(2) {
                    padding-right: 10px;
                }
                
                table.fragen6 {
                    margin-left: 15px;
                }
                
                table.liste {
                    position: relative;
                    left: -10px;
                    width: 100%;
                    background-color: #fefefe;
                    border-bottom: 1px solid #adbec4;
                }
                
                table.liste tr {
                    border: 1px solid #c7d4d9;
                }
                
                table.liste th,
                table.liste td {
                    font-size: .9vw;
                    padding: .25vw;
                    text-align: center;
                }
                
                table.liste th {
                    padding: 5px;
                    padding-top: 9px;
                    padding-bottom: 9px;
                }
                
                table.liste th {
                    letter-spacing: .1em;
                    text-transform: uppercase;
                }
                
                table.liste tbody tr:nth-child(odd) {
                    background-color: #e2e9eb;
                }
                
                table.liste tbody tr:nth-child(even) {
                    background-color: #fefefe;
                }
                
                table.liste tbody tr:nth-child(odd):hover {
                    border: 1px solid #a7d7a5;
                    background-color: #a7d7a550;
                }
                
                table.liste tbody tr:nth-child(even):hover {
                    border: 1px solid #a7d7a5;
                    background-color: #a7d7a550;
                }
                
                @media screen and (max-width: 1100px) {
                    table.liste th,
                    table.liste td {
                        font-size: 11px;
                    }
                }
                
                div.table-responsive {
                    display: table;
                    position: relative;
                    border: 1px solid #fefefe;
                    background-color: #fefefe;
                    border-collapse: separate;
                    empty-cells: hide;
                    background: url('images/email.png') no-repeat center right;
                }
                
                div.table-responsive div.table-tr {
                    display: table-row;
                }
                
                div.table-responsive div.table-th {
                    display: table-cell;
                    background-color: #fefefe;
                    color: #df0070;
                    font-size: 0.9vw;
                    font-weight: bold;
                    text-align: center;
                    border: 1px solid #adbec4;
                }
                
                div.table-responsive div.table-td {
                    display: table-cell;
                    padding: 10px 15px;
                    font-size: 0.9vw;
                    font-family: Arial, Helvetica, sans-serif;
                    color: #49626c;
                    border: 1px solid #fefefe;
                    text-align: left;
                    background-color: #e2e9eb84;
                }
                
                @media (max-width:1100px) {
                    div.table-responsive div.table-td,
                    div.table-responsive div.table-th {
                        font-size: 12px;
                    }
                }
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +          Buttons             
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
                
                a.buch_button {
                    display: inline-block;
                    margin: 0;
                    font-weight: 400;
                    text-align: center;
                    white-space: nowrap;
                    vertical-align: middle;
                    touch-action: manipulation;
                    cursor: pointer;
                    border: 1px solid transparent;
                    padding: 0.5vw 2.5vw;
                    line-height: 1.42857143;
                    font-size: .9vw;
                    border-radius: 4px;
                    background-color: #634fc4;
                    background-image: linear-gradient(#634FC4, #8686D1);
                    cursor: pointer;
                    color: #fefefe !important;
                    box-shadow: 0 2px 1px -1px #c7d4d9, 0 1px 1px 0 rgba(73, 98, 108, .14), 0 1px 3px 0 rgba(73, 98, 108, .12);
                    transform: translate3d(0, 0, 0);
                    transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1)                ;
                    -webkit-transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
                    -moz-transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
                    -ms-transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
                    -o-transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
}
                
                a.buch_button:hover {
                    background-color: #a7d7a6 !important;
                    
                    background-image: linear-gradient(#a7d7a6, #c1e8c1);
                    color: #634fc3 !important;
                    box-shadow: 0 2px 1px -1px #c7d4d9, 0 1px 1px 0 rgba(73, 98, 108, .14), 0 1px 3px 0 rgba(73, 98, 108, .12);
                }
                
                .abutton {
                    display: inline-block;
                    white-space: nowrap;
                    margin: 0.3em;
                    padding: 0;
                    background: #ffffff !important;
                    color: #634fc3;
                    font-weight: bold;
                    font-size: 10px !important;
                    text-decoration: none;
                    border: 1px solid #634fc3;
                    border-radius: 3px;
                }
                
                .abutton:hover {
                    border: 1px solid #fefefe;
                    background: #634fc3 !important;
                    color: #fefefe;
                    box-shadow: 0 0.1em 0.1em white inset, 0 0.1em 0.3em rgba(73, 98, 108, 0.7);
                }
                
                .abutton:active {
                    box-shadow: 0 0 4px 2px rgba(73, 98, 108, .3) inset;
                    position: relative;
                    top: 1px;
                }
                
                .abutton:focus {
                    outline: 0;
                    background: #fefefe;
                }
                
                .abutton:before {
                    background: transparent;
                    float: left;
                    text-align: center;
                    font-size: 16px !important;
                    margin: 0 1px 0 1px;
                    padding: 4px;
                    pointer-events: none;
                }
                /* Hexadecimal entities for the icons */
                
                .add:before {
                    content: "\271A";
                }
                
                .edit:before {
                    content: "\270E";
                }
                
                .delete:before {
                    content: "\2718";
                }
                
                .save:before {
                    content: "\2714";
                }
                
                .email:before {
                    content: "\2709";
                }
                
                .like:before {
                    content: "\2764";
                }
                
                .next:before {
                    content: "\279C";
                }
                
                .star:before {
                    content: "\2605";
                }
                
                .spark:before {
                    content: "\2737";
                }
                
                .play:before {
                    content: "\25B6";
                }
                
                .url:before {
                    content: "\0260D";
                }
                
                .il:before {
                    content: "\0261D";
                    font-size: 28px;
                }
                
                p.messenger {
                    position: relative;
                    color: #df0070;
                    text-align: center;
                    font-weight: 600;
                }
                
                p.messenger {
                    padding: 10px;
                }
                
                p.tab_header {
                    position: relative;
                    margin-bottom: 0;
                    color: #634fc3;
                    text-align: center;
                    font-weight: 600;
                    font-size: 1.75em !important;
                }
                
                p.tab_header {
                    padding: 10px;
                }
                
                hr.style1 {
                    border: none;
                    border-bottom: 1px dashed #634fc3;
                    background: #c7d4d9;
                }
                
                hr.trennlinie {
                    border: 0;
                    height: 1px;
                    background-image: linear-gradient(left, #e2e9eb, #617a84, #e2e9eb);
                    background-image: -webkit-linear-gradient(left, #e2e9eb, #617a84, #e2e9eb);
                    background-image: -moz-linear-gradient(left, #e2e9eb, #617a84, #e2e9eb);
                    background-image: -ms-linear-gradient(left, #e2e9eb, #617a84, #e2e9eb);
                    background-image: -o-linear-gradient(left, #e2e9eb, #617a84, #e2e9eb);
                }

                /*   AGB  */
                
                div#agb {
                    display: block;
                    padding: 20px;
                }
                
                div#agb {
                    width: 685px;
                    height: 525px;
                    overflow-x: hidden;
                    overflow-y: auto;
                }

                /* PAGINATOR*/

.paginate {
    font-family: 'CorporateS', Arial, Helvetica, sans-serif;
    font-size: 0.9vw;
    padding: 15px;
    margin: 3px;
}

.paginate p {
    font-family: 'CorporateS', Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 3px;
}

.paginate a {
    display: inline-block;
    white-space: nowrap;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #adbec4;
    text-decoration: none;
    color: #7a909a;
}

.paginate a:hover,
.paginate a:active {
    border: 1px solid #adbec4;
    color: #1c323a;
}

.paginate span.current {
    margin: 2px;
    padding: 2px 5px 2px 5px;
    border: 1px solid #adbec4;
    font-weight: bold;
    background-color: #adbec4;
    color: #FFF;
}

.paginate span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #e2e9eb;
    color: #c7d4d9;
}

@media (max-width:1100px) {
    .paginate {
        font-size: 12px;
    }
}

/* Formular */
input,
select,
textarea {
    padding: 5px;
    background: #fefefe;
    border: 1px solid #c7d4d9;
    border-radius: 3px;
    color: #634fc3;
    font-size: .9vw;
}

@media (max-width:1100px) {
    input,
    select,
    textarea {
        font-size: 12px;
    }
}

input:hover,
select:hover,
textarea:hover {
    border: 1px solid #8686d1;
}

input.button,
input[type='submit'] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    color: #ffffff;
    background: #634FC4;
    background-image: linear-gradient(#634FC4, #8686D1);
     border: 1px solid #634FC4;
    box-shadow: 0 3px 1px -2px #c7d4d9, 0 2px 2px 0 rgba(73, 98, 108, .14), 0 1px 5px 0 rgba(73, 98, 108, .12);
    padding: 5px 25px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 205px;
}

input.button:hover,
input[type='submit']:hover {
    -webkit-box-shadow: 0 0 transparent;
    box-shadow: 0 3px 1px -2px rgba(73, 98, 108, .3), 0 2px 2px 0 rgba(73, 98, 108, .14), 0 1px 5px 0 rgba(73, 98, 108, .12);
    color: #634fc4;
    background: #ABD946;
    background-image: linear-gradient(195deg,#ABD946, #A7D7A5);
    border: 1px solid #ABD946;
    outline: 0;
    background-image: none;
}

div.submit_button {
    display: block;
    margin: 10px auto;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
    color: #1c323a;
    background-color: #A7D7A5;
    background-image: linear-gradient(195deg,#A7D7A5, #90CD8D, #ABD946);
    border-color: #A7D7A5;
    box-shadow: 0 3px 1px -2px #c7d4d9, 0 2px 2px 0 rgba(73, 98, 108, .14), 0 1px 5px 0 rgba(73, 98, 108, .12);
    padding: 5px 25px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 205px;
    max-width: 305px;
}

div.submit_button:hover {
    -webkit-box-shadow: 0 0 transparent;
    box-shadow: 0 3px 1px -2px rgba(73, 98, 108, .3), 0 2px 2px 0 rgba(73, 98, 108, .14), 0 1px 5px 0 rgba(73, 98, 108, .12);
    color: #634fc4;;
    background-color: #A7D7A5;
    border-color: #A7D7A5;
    outline: 0;
    background-image: none;
    font-weight: 700;
}

                input.button-klein {
                    display: inline-block;
                    margin: 0;
                    font-weight: 400;
                    text-align: center;
                    white-space: nowrap;
                    vertical-align: middle;
                    touch-action: manipulation;
                    cursor: pointer;
                    color: #1c323a;
                    background-color: #A7D7A5;
                    background-image: linear-gradient(195deg,#A7D7A5, #90CD8D, #ABD946);
                    border-color: #A7D7A5;
                    box-shadow: 0 3px 1px -2px rgba(73, 98, 108, .2), 0 2px 2px 0 rgba(73, 98, 108, .14), 0 1px 5px 0 rgba(73, 98, 108, .12);
                    padding: 0.20vw 1vw;
                    line-height: 1.42857143;
                    border-radius: 4px;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    min-width: 70px;
                }
                
                input.button-klein:hover {
                    background: #a7d7a5;
                    color: #634fc4;
                    border: 1px solid #a7d7a5;
                    background-image: none;
                    font-weight: 500;
                }
/* Radiobox */

.rounded {
    display: inline-block;
    cursor: pointer;
    margin: 2px 7px 2px 5px;
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 20px 20px 20px 20px;
}

.rounded {
    padding: 3px;
    border: 10px solid rgba(152, 152, 152, 0);
}

.rounded:hover {
    border: 10px solid #c7d4d9;
    background-color: #a7d7a5;
}

.rounded label {
    padding: 3px;
    border: 1px solid #c7d4d9;
    border-radius: 20px;
}

.rounded label {
    background-color: #fefefe;
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.rounded label:hover {
    border: 1px solid #c7d4d9;
    background-color: #a7d7a5 !important;
    opacity: 0.5;
}

.rounded label:after {
    content: "\2713";
    color: #fefefe;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 4px;
    opacity: 0;
    border: none;
}

.rounded label:hover:after {
    color: #fefefe;
    opacity: 0.65;
}

.rounded input[type="radio"] {
    z-index: -100;
}

.rounded input[type="radio"]:checked+label {
    border: 1px solid #c7d4d9;
}

.rounded input[type="radio"]:checked+label {
    cursor: pointer;
    height: 20px;
    width: 20px;
    opacity: 1;
    background: #a7d7a5 !important;
}

.rounded input[type="radio"]:checked+label:after {
    opacity: 1;
}

.rounded input[type='radio'] {
    visibility: hidden;
}


/* Checkbox */

.squared {
    display: inline-block;
    cursor: pointer;
    margin: 2px 7px 2px 5px;
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
}

.squared {
    padding: 3px;
    border: 10px solid rgba(152, 152, 152, 0);
}

.squared:hover {
    border: 10px solid #c7d4d9;
    background-color: #a7d7a5;
}

.squared label {
    padding: 3px;
    border: 1px solid #c7d4d9;
    border-radius: 3px;
}

.squared label {
    background-color: #fefefe;
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.squared label:hover {
    border: 1px solid #c7d4d9;
    background-color: #a7d7a5 !important;
    opacity: 0.5;
}

.squared label:after {
    content: "\2713";
    color: #fefefe;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 4px;
    opacity: 0;
    border: none;
}

.squared input[type="checkbox"]:checked+label {
    cursor: pointer;
    height: 20px;
    width: 20px;
    opacity: 1;
    background: #a7d7a5 !important;
}

.squared input[type="checkbox"]:checked+label {
    border: 1px solid #c7d4d9;
    border-radius: 3px;
}

.squared label:hover:after {
    color: #ffffff;
    opacity: 0.65;
}

.squared input[type="checkbox"] {
    z-index: -100;
}

.squared input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.squared input[type='checkbox'] {
    visibility: hidden;
}

/* Validator    Error-Meldungen*/

form label.error,
label.error {
    display: none;
    color: #df0070;
    font-style: italic;
    font-size: 10px;
}

div.error {
    display: none;
}

form input.error {
    border: 1px #df0070 solid;
    background: #f192b4;
    background: -moz-linear-gradient(center top, #ffe8e8 0%, #f192b4 90%, #f192b4 100%) repeat scroll 0 0 transparent;
}

form select.error {
    border: 1px #df0070 solid;
    background: #f192b4;
    background: -moz-linear-gradient(center top, #ffe8e8 0%, #f192b4 90%, #f192b4 100%) repeat scroll 0 0 transparent;
}

form input[type="radio"].error+label {
    border: 1px #df0070 solid;
    background: #f192b4;
    background: -moz-linear-gradient(center top, #ffe8e8 0%, #f192b4 60%, #f192b4 100%) repeat scroll 0 0 transparent;
}

form input[type="checkbox"].error+label {
    border: 1px #df0070 solid;
    background: #f192b4;
    background: -moz-linear-gradient(center top, #ffe8e8 0%, #f192b4 60%, #f192b4 100%) repeat scroll 0 0 transparent;
}

form textarea.error {
    border: 1px #df0070 solid;
    background: #f192b4;
    background: -moz-linear-gradient(center top, #ffe8e8 0%, #f192b4 60%, #f192b4 100%) repeat scroll 0 0 transparent;
}

span#seiten_weckseln12,
span#seiten_weckseln21 {
    cursor: pointer;
}

form fieldset {
    display: block;
    position: relative;
    width: 95%;
    color: #634fc3;
    text-align: left;
    margin: 5px;
    background-color: transparent;
}

form fieldset {
    padding: 10px;
    border: 1px dashed #634fc3;
}

#agb_zq, #dsgvo_zq, #captcha_zq {
    padding:10px 175px;
    text-align:left;
}

#captcha_zq p {
    font-size:1.15em;
}

#suchen_form {
    position: relative;
    margin: 5px 30px;
    padding: 10px 225px;
    background-image: url('../img/search-icon.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 122px 122px;
    background-color: #eaf2fb;
    box-shadow: 0 0.1em 0.1em white inset, 0 0.1em 0.3em #e2e9eb;
}

#suchen_form p {
    font-size: 12px;
    margin: 2px;
}

div#messenger {
    position: relative;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 10px;
    background-image: url('../img/warning-icon.png');
    background-position: 20px 0px;
    background-repeat: no-repeat;
    background-size: 45px 45px;
}

div#messenger p {
    color: #df0070;
}
div#messenger_log {
    position: relative;
    padding-left: 80px;
    padding-top: 5px;
    padding-bottom: 10px;
    background-image: url('../img/warning-icon.png');
    background-position: 10px 0px;
    background-repeat: no-repeat;
    background-size: 52px 52px;
}

div#messenger_log p {
    color: #df0070;
}

div#messenger_na {
    position: relative;
    margin: 3px;
    padding-left: 85px;
    padding-top: 15px;
    background-image: url('../img/warning-icon.png');
    background-position: 20px 0px;
    background-repeat: no-repeat;
    background-size: 52px 52px;
}

div#messenger_na p {
    color: #df0070;
}

a.button {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #adbec4;
    text-decoration: none;
    color: #1c323a;
    font-size: 12px;
    background: #fff;
}

a.button:hover {
    border: 1px solid #adbec4;
    color: #df0070;
    background: #e5e5e3 !important;
    box-shadow: 0 0.1em 0.1em white inset, 0 0.1em 0.3em #adbec4;
}

#errorTxt {
    color: #df0070;
}

.errorMsg {
    color: #df0070;
}

#view_help_search {
    cursor: pointer;
}

#div_help_search {
    display: block;
    border: 1px dashed #df0070;
    margin: 0vw 0.5vw;
    padding: 1vw;
}

strong.help {
    font-weight: bolder;
    color: #df0070;
}

p.muster {
    font-weight: bolder;
    color: #df0070;
}

label.lpwch {
    font-size: 14px;
    color: #fefefe;
    font-weight: bolder;
}

button.mat-raised-button {
    font-size: 14px;
}

                /* Autocimplete */
                
                span.ausgabe_autocomplette {
                    z-index: 1000;
                    position: absolute;
                }
                /*  Anmeldeformular  */
                
                #seminar_daten {
                    display: block;
                    width: 48%;
                    float: left;
                    position: relative;
                }
                
                #benutzer_daten {
                    display: inline-block;
                    position: relative;
                    width: 48%;
                    margin-left: 25px;
                }
                
                #form_footer {
                    display: block;
                    position: relative;
                }
                
                table.form_daten {
                    border: 1px solid #c7d4d9;
                }
                
                table.form_daten {
                    border-collapse: collapse;
                    margin: 0;
                    padding: 5px;
                }
                
                table.form_daten {
                    width: 100%;
                    table-layout: fixed;
                }
                
                table.form_daten caption {
                    font-size: 1.5em;
                    margin: .5em 0 .75em;
                }
                
                table.form_daten tr {
                    border: 1px solid transparent;
                }
                
                table.form_daten td {
                    font-size: .9vw;
                    padding: 5px;
                    text-align: left;
                }
                
                table.form_daten td:first-child {
                    width: 25%;
                }
                
                table.form_daten td input {
                    width: 95%;
                }
                
                @media (max-width:850px) {
                    #seminar_daten {
                        display: block;
                        width: 98%;
                        margin-left: 5px;
                    }
                    #benutzer_daten {
                        display: block;
                        width: 98%;
                        margin-left: 5px;
                    }
                    table.form_daten td {
                        font-size: 11px;
                    }
                }
                
                #suche_matrikelNr {
                    position: relative;
                    top: 30px;
                    left: -95px;
                }
                /*    Black-List    */
                
                #blacklist_plus img {
                    width: 1.75em;
                    height: 1.75em;
                    opacity: 0.8;
                    cursor: pointer;
                }
                /*     Statistik     */
                
                .ueberschrift {
                    display: block;
                    padding: 8px;
                    font-weight: bold;
                    background-color: #eaf2fb;
                }
                /*     Kalender in 'Aktuelle Veranstaltungen    */
                
                table.calender {
                    border-collapse: separate;
                    border-spacing: 1px 3px;
                    margin: 0;
                    width: 100%;
                    table-layout: fixed;
                }
                
                table.calender caption {
                    font-size: 16px;
                    margin: .5em 0 .75em;
                }
                
                table.calender tr {
                    border: 1px solid transparent;
                }
                
                table.calender td {
                    font-size: .9vw;
                    padding: 5px;
                    text-align: left;
                    border-bottom: 1px dashed #96c0e8;
                }
                
                table.calender td:first-child {
                    width: 30%;
                }
                
                .sonntag {
                    background-color: #adbec4;
                }
                
                .sonntagheute {
                    background-color: #99bd98;
                }
                
                .tagheute {
                    background-color: #a7d7a5;
                }
                
                .seminar {
                    background-color: #634fc4;
                }
                
                .seminarheute {
                    background-color: #8686d1;
                }
                /*#################################*/
                
                .background-building {
                    margin-left: calc((50vw - 320px)/2);
                    opacity: 0.25;
                    width: 50vw;
                    height: auto;
                }
                
                @media only screen and (max-width:1100px) {
                    .background-building {
                        width: 75vw;
                        margin-left: 12.5vw;
                    }
                }
                
                .rufconfirm_button {
                    display: inline-block;
                    width: 35px;
                    height: 35px;
                    vertical-align: top;
                    padding: 0;
                    margin: -7px;
                    background-color: transparent;
                }
                
                .rufconfirm_button {
                    border: 1px solid transparent;
                    cursor: pointer;
                }
                /*#######################################*/
                
                p.formlabel {
                    font-size: 115% !important;
                    font-weight: 600;
                }
                
                #folgetermin_plus img {
                    width: 1.75em;
                    height: 1.75em;
                    margin: 0px auto;
                    cursor: pointer;
                    opacity: 1;
                    vertical-align: middle;
                }
                
                .minus img {
                    width: 1.75em !important;
                    height: 1.75em !important;
                    margin: 0px !important;
                    cursor: pointer;
                    opacity: 1 !important;
                    vertical-align: middle;
                }
                
                .termin,
                .folgetermin_div {
                    display: inline-block;
                    padding: 1em;
                    margin: 0.15em;
                    background-image: linear-gradient(rgba(192,217,241,0.25), rgba(192,217,241,0.25), rgba(150,192,232, 0.25));
                    box-shadow: 1px 2px 2px #e2e9eb;
                    border-radius: 3px;
                }
                
                .termin {
                    width: 55vw;
                }
                
                .folgetermin_div {
                    width: 35vw;
                }
                
                .termin p,
                .folgetermin_div p {
                    white-space: nowrap;
                }
                
                @media only screen and (max-width:1100px) {
                    .termin,
                    .folgetermin_div {
                        width: 75vw;
                        margin-left: 10vw;
                    }
                    p.formlabel {
                        font-size: 14px !important;
                    }
                }
                
                #blacklist_add {
                    display: none;
                    width: 100%;
                    text-align: center;
                    margin: 5px 3.5vw;
                }