/* =========================================================
   SchluterEvents Bootstrap modernization
   ========================================================= */

:root {
    --schluter-orange: #f78d1f;
    --schluter-orange-dark: #d96f17;
    --schluter-text: #222;
    --schluter-muted: #666;
    --schluter-border: #ddd;
    --schluter-light: #f7f7f7;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: Roboto,Verdana, Arial, Helvetica, sans-serif;
}

body.schluter-events-page {
    color: var(--schluter-text);
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
}

h2, h3, h4, h5, h6 {
    color:var(--schluter-muted);
}

h3, .subheadline {
    font-size: 18px;
    font-weight:300;
    color: #979CA5;
}
h4, .subheadline2 {    
    font-size: 11px;
    font-weight: normal;
    color: #979CA5;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--schluter-orange);
}

a:hover {
    color: var(--schluter-orange-dark);
}

.site-logo__img {
    max-width: 160px;
}

.breadcrumb-wrap {
    font-size: 14px;
}

.divider_line {
  width: 100%;
  height: 1px;
  overflow: hidden;
  background-color: #CCC;
}

.divider_dashed {
  width: 100%;
  height: 1px;
  overflow: hidden;
  background-image: url(images/dashed_line.gif);
  background-repeat: repeat-x;
}

.page-title {
    margin-bottom: 20px;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.15;
    font-weight: 600;
    color: #000 !important;
}

.layout-left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.section-title {
    margin: 28px 0 16px;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.2;
    font-weight: 600;
}

.content-card,
.workshop-menu,
.invite-card,
.contact-card {
    border-color: var(--schluter-border);
    border-radius: 0;
}

.form-control,
.btn {
    border-radius: 0;
}

.orange {
    color: var(--schluter-orange);
}

.other_language_links {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
}

.other_language_links a {
  width: calc(50% - 16px);
}

.other_language_links a:first-child {
  text-align: left;
}

.other_language_links a:last-child {
  text-align: right;
}

.hotel-radio-options {
  display: inline-flex;
  gap: 24px;
  margin-left: 12px;
  margin-bottom: 12px;
}

.dropdown-toggle{
 margin: 10px 0 12px 0;
}

body.schluter-events-page {
    color: var(--schluter-text);
    background: #ffffff;
    font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

body.schluter-events-page button,
body.schluter-events-page input,
body.schluter-events-page select,
body.schluter-events-page textarea {
    font-family: inherit;
}

body.schluter-events-page h1.orange {
    margin: 0 0 20px;
    color: var(--schluter-orange);
    font-family: inherit;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
}

/* =========================================================
   Mobile / tablet
   ========================================================= */

@media (max-width: 991.98px) {
    .site-logo__img {
        height: 70px;
    }
}

@media (max-width: 767.98px) {
    body.schluter-events-page {
        font-size: 16px;
    }

    main.container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .page-title {
        margin-bottom: 16px;
    }

    .container aside {
        margin-top:0;
    }

    .breadcrumb {
        line-height: 1.4;
        flex-wrap: nowrap;
    }

    li{
        margin-top:20px;
    }

    .other_language_links::after {
        content: "";
        position: absolute;
        top: 4px;
        bottom: 4px;
        left: 50%;
        width: 1px;
        background: #b8b8b8;
        transform: translateX(-50%);
    }

    .hotel-radio-options {
        display: flex;
        justify-content: space-between;
        width: 60%;
        margin: 10px 0 10px;
    }

    .hotel-radio-options .radio-inline {
        margin: 0;
    }
}