html,
body,
div,
h1,
h2,
h3,
h4,
h5,
p,
a,
table,
tr,
th,
td,
ol,
ul,
li,
form,
input,
select,
textarea {
    font-family:
        "GSK", sans-serif, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 16px;
    line-height: 20px;
    color: rgb(21, 21, 21);
    margin: 0;
    padding: 0;
    font-weight: 100;
    letter-spacing: 0em;
}
html,
body {
}
body {
    background-color: rgb(255, 255, 255);
}
div {
    position: relative;
    box-sizing: border-box;
}
div.preheader {
    width: 100%;
    height: 45px;
    margin: auto;
    background-color: rgb(0, 0, 0);
    padding-left: 25px;
}
div.preheaderbox {
    float: right;
    display: flex;
    justify-content: flex-end;
    border-left: solid 1px rgb(255, 255, 255);
    padding-left: 25px;
    padding-right: 25px;
    height: 45px;
    align-items: center;
    color: rgb(255, 255, 255);
}
div.preheaderbox.timetologout {
	width: 195px;
	justify-content: flex-start;
}
div.header {
    width: 100%;
    border-bottom: solid 1px rgb(214, 214, 214);
    height: auto;
}

div.aside {
    width: 280px;
    padding: 20px;
    display: flex;
    float: left;
}
div.filtertext,
div.filtercontent {
    width: 100%;
    padding: 15px;
    border-radius: 16px;
    margin-bottom: 15px;
}
div.filtertext {
    background: linear-gradient(180deg, #fa4c03 0, #ff7200);
    color: rgb(255, 255, 255);
}
div.filtercontent {
    background-color: rgb(240, 239, 237);
}
div.aside button {
    width: 100%;
}

div.content {
    /*width: calc(100% - 300px);*/
    margin-left: 300px;
    min-height: 800px;
    padding-top: 20px;
    padding-bottom: 40px;
}
div.featuredbox {
    display: flex;
    margin-bottom: 40px;
}
div.featvideo {
    width: 50%;
    min-width: 450px;
    margin-right: 20px;
}
div.featvideo video {
    width: 100%;
}
div.feattext {
    width: 50%;
}
div.medboxes {
    display: grid;
    /*grid-template-columns: repeat(4, 1fr);*/
    /*grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));*/
    grid-template-columns: repeat(auto-fit, minmax(350px, 350px));
    row-gap: 35px;
    column-gap: 15px;
    margin-top: 20px;
    margin-bottom: 40px;
}
div.medbox {
    width: auto;
    /*max-width: 350px;*/
    height: auto;
    min-height: 350px;
    background-color: rgb(240, 239, 237);
    border-radius: 16px;
    padding: 25px 15px;
}

div.footer {
    width: 100%;
    height: 60px;
    background-color: rgb(255, 255, 255);
    border-top: solid 1px rgb(214, 214, 214);
}
div.footerinner {
    min-height: 20px;
    margin: auto;
    margin-left: 300px;
    padding-top: 20px;
}
div.go_to {
    width: 64px;
    height: 64px;
    float: right;
    margin: 25px 0 0 20px;
}

/* 
################################################################################
General classes 
################################################################################
*/

h1 {
    font-size: 60px;
    line-height: 80px;
    font-weight: 400;
    margin-bottom: 30px;
	max-width: 800px;
}
h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}
h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 10px;
	border-bottom: solid 1px rgb(242, 102, 51);
}
h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px;
}
p {
    margin-bottom: 7px;
}
p.meddata {
    color: rgb(242, 102, 51);
    font-size: 0.8em;
}
p.medtitle {
    font-weight: 500;
    font-size: 18px;
}
p.medspeakers {
}
p.videotitle {
    margin-top: 30px;
    font-weight: 500;
}
p.videospeakers {
}
p.videodata {
    color: rgb(0, 161, 222);
    font-size: 0.8em;
}
p.feating {
    color: rgb(242, 102, 51);
}
p.feattext {
    font-size: 18px;
    line-height: 24px;
    padding-right: 50px;
}
p.error {
    color: rgb(255, 0, 0);
    font-size: 0.9em;
    font-weight: 500;
    background-color: rgb(255, 255, 255);
    padding: 5px;
}
p.small {
    font-size: 0.8em;
}
p.subheader {
	margin-left: 200px;
}
b {
    font-weight: 500;
}
sub,
sup {
    font-size: 0.7em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.4em;
}
sub {
    bottom: -0.25em;
}
a {
    text-decoration: underline;
    color: rgb(0, 0, 128);
}
a:hover {
    color: rgb(0, 0, 255);
}
a.backbutton {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-color: rgb(255, 109, 34);
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 5px 20px 5px 20px;
    font-weight: 300;
}
a.downloadbutton {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: block;
    background-color: rgb(242, 102, 51);
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 5px 20px 5px 20px;
    font-weight: 300;
    border-radius: 6px;
    font-size: 18px;
}
ol {
    margin: 0 0 10px 0;
}
ol li {
    margin: 0 0 10px 18px;
}
ul li {
    margin: 0 0 10px 15px;
}
select {
    width: 208px;
}
textarea {
    width: 206px;
    height: 100px;
}
input[type="text"],
input[type="password"] {
    padding: 2px 10px 2px 10px;
    line-height: 1.2em;
}
input[type="submit"] {
    padding: 2px 10px 2px 10px;
    line-height: 17px;
}
input[type="button"] {
    width: 100%;
    padding: 2px 0 2px 0;
    line-height: 17px;
}
input[type="date"] {
    padding: 2px 5px 2px 5px;
    line-height: 1.2em;
    width: 140px;
}
table {
    margin: 0;
    border: 0;
    padding: 0;
    border-collapse: collapse;
}
th,
td {
    text-align: left;
    vertical-align: top;
}
table.login td {
    padding-bottom: 10px;
    vertical-align: middle;
}

img {
    border: 0;
    max-width: 100%;
}
img.headerlogo {
    height: 30px;
    width: auto;
    padding: 15px 30px 15px 25px;
    display: block;
}
img.login {
    float: right;
    margin-left: 50px;
    width: 50%;
}
img.mediposter {
    display: block;
    position: absolute;
    bottom: 60px;
    left: 15px;
}
svg.headericon {
    padding-left: 15px;
    width: 16px;
    height: 14px;
}
button.standard {
    border: 0;
    color: rgb(255, 255, 255);
    background-color: rgb(242, 102, 51);
    cursor: pointer;
    font-weight: 300;
    font-size: 18px;
    border-radius: 8px;
    padding: 15px 30px;
    transition: all 0.25s ease-out;
    margin-bottom: 15px;
}
button.standard:hover {
    background-color: rgb(242, 82, 24);
    transition: all 0.25s ease-out;
}
video.startseite {
    width: 50%;
    margin-top: 15px;
    margin-bottom: 50px;
}

/* 
################################################################################
Dependent classes
################################################################################
*/

div.preheader p {
    padding-top: 15px;
    color: rgb(255, 255, 255);
}
div.preheader a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: all 0.25s ease-out;
}
div.preheader a:hover {
    color: rgb(242, 102, 51);
    text-decoration: none;
    transition: all 0.25s ease-out;
}
div.content article {
    max-width: 1000px;
    margin-top: 40px;
}
div.footerinner p {
    color: rgb(21,21,21);
}
div.footerinner a {
    font-weight: 300;
    color: rgb(21, 21, 21);
    padding-right: 20px;
    text-decoration: none;
    transition: all 0.25s ease-out;
}

div.footerinner a:hover {
    color: rgb(242, 102, 51);
    text-decoration: none;
    transition: all 0.25s ease-out;
}

/* 
################################################################################
Kontaktformular
################################################################################
*/
div {
    position: relative;
    box-sizing: border-box;
}

div.gridcontainer2 {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 20px 20px;
}
fieldset {
    margin: 0;
    border: 0;
    padding: 0;
}
fieldset p {
    margin-top: 15px;
}
fieldset p input[type="checkbox"] {
    margin-right: 5px;
}
fieldset input[type="text"],
fieldset select,
fieldset textarea {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
label {
    font-size: 14px;
    cursor: pointer;
    padding-left: 5px;
    font-weight: 300;
}
label div {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: inline;
}
input[name="email2"] {
    display: none;
}

.text-image-block {
    display: flex;
    gap: 20px;
}

.text-image-block .text {
    flex: 0 0 calc(100% - 10px);
}

.text-image-block .image {
    display: none;
    flex: 0 0 calc(40% - 10px);
    margin-top: 40px;
}

.text-image-block .image img {
    mask-image: radial-gradient(ellipse at center, black 60%, transparent 80%);
}
