@font-face {
  font-family: 'ArialNarrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/arial-narrow.woff') format('woff');  
}

@font-face {
  font-family: 'ArialNarrowBold';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/arial-narrow-bold.woff') format('woff');  
}

html {    
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    padding:0;
    font-family:'objektiv-mk2',Arial,sans-serif;   
}

main {
    display: block
}

h1 {
    font-size: 2rem;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a, a:visited {
    background-color: transparent;
    color: #0D65AA;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;;
}


input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a0aec0
}

input::placeholder,
textarea::placeholder {
    color: #a0aec0
}

[role=button],
button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    box-sizing: border-box;
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }

    .stoerer {
    	right: -20px;
  		top: -10px;
    }
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-gray {
    --bg-opacity: 1;
    background-color: #efefef;
    background-color: rgba(239, 239, 239, var(--bg-opacity))
}

.bg-blue,
.hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #123c69;
    background-color: rgba(18, 60, 105, var(--bg-opacity))
}

.border-gray {
    --border-opacity: 1;
    border-color: #efefef;
    border-color: rgba(239, 239, 239, var(--border-opacity))
}

.border-red {
    --border-opacity: 1;
    border-color: #e00a1b;
    border-color: rgba(224, 10, 27, var(--border-opacity))
}

.border-blue-lighter {
    --border-opacity: 1;
    border-color: #51b6f0;
    border-color: rgba(81, 182, 240, var(--border-opacity))
}

.rounded {
    border-radius: .25rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-3xl {
    border-radius: 1.5rem
}

.border-0 {
    border-width: 0
}

.border-2 {
    border-width: 2px
}

.border-b {
    border-bottom-width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.flex {
    display: flex
}

.table {
    display: table
}

.hidden {
    display: none
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-center {
    justify-content: center
}

.flex-1 {
    flex: 1 1 0%
}

.font-bold {
    font-weight: 700
}

.h-1 {
    height: .25rem
}

.h-5 {
    height: 1.25rem
}

.text-xs {
    font-size: .75rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.leading-none {
    line-height: 1
}

.-mx-1 {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.mt-1 {
    margin-top: .25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mr-3 {
    margin-right: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.max-w-sm {
    max-width: 24rem
}

.opacity-0 {
    opacity: 0
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.overflow-hidden {
    overflow: hidden
}

.overflow-y-auto {
    overflow-y: auto
}

.p-2 {
    padding: .5rem
}

.p-6 {
    padding: 1.5rem
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pt-16 {
    padding-top: 4rem
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    top: 0;
    bottom: 0
}

.inset-0,
.inset-x-0 {
    right: 0;
    left: 0
}

.shadow-lg {
    box-shadow: 3px 3px 12px rgba(0, 0, 0, .1607843137254902)
}

.shadow-none {
    box-shadow: none
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.text-blue-lighter {
    --text-opacity: 1;
    color: #51b6f0;
    color: rgba(81, 182, 240, var(--text-opacity))
}

.text-blue {
    --text-opacity: 1;
    color: #123c69;
    color: rgba(18, 60, 105, var(--text-opacity))
}

.hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.w-1 {
    width: .25rem
}

.w-5 {
    width: 1.25rem
}

.w-16 {
    width: 4rem
}

.w-1\/3 {
    width: 33.333333%
}

.w-2\/4 {
    width: 50%
}

.w-full {
    width: 100%
}

.z-10 {
    z-index: 10
}


@media (min-width:768px){
	.md\:w-1\/2{width:50%}
}



.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.transition-colors {
    transition-property: background-color, border-color, color, fill, stroke
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ping {
    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {
    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@media (min-width:768px) {
    .confetti-header {
        background-size: 35rem
    }
}

.text-blue,
.text-blue-lighter {
    color: #0d65aa !important
}

.border-blue-lighter {
    border-color: #0d65aa !important
}

.border-b-1 {
    border-bottom-width: 1px
}

.w-1\/2 {
    width: 50%
}

.rounded-2xl {
    border-radius: .5rem
}

@media (max-width:640px) {
    .container {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

.sogehts {
    margin-top: 2.5rem;
    padding: 0.5rem;
    box-sizing: border-box;
    width: 100%;  
}

@media screen and (min-width:840px) {
    .sogehts {
        width: 100%;        
    }
}

button.btn-sogehts {	
    position: relative;
    cursor: pointer;
    width: 100%;
    background: none;
  	border: 0;
  	color: #003063;
	text-align: center;
	font-family: 'objektiv-mk2';
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}

button.btn-sogehts span {
    background: url(/assets/img/chevron-down.svg);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    transition: all .5s ease-in-out;
    background-position: center;    
    box-sizing: border-box;
    margin-right: 0.75rem;
    transform: rotate(180deg);
    position: absolute;
  	margin-left: -2rem;
}

button.btn-sogehts-aktiv span {
    transform: rotate(0);
    background-position: center;
    transform-origin: center
}

#sogehts {
    display: none;
    padding: 1.25rem 1.25rem 2.5rem;
}

#sogehts img {
    display: block;
    margin: 1rem auto
}

#sogehts span {
    display: inline-block;
    width: 100%;
    /*max-width: 300px*/
}

::-moz-placeholder {
    color: #a0aec0;
    opacity: 1
}

:-ms-input-placeholder {
    color: #a0aec0;
    opacity: 1
}

::placeholder {
    color: #a0aec0;
    opacity: 1
}

:-ms-input-placeholder {
    color: #a0aec0
}

::-ms-input-placeholder {
    color: #a0aec0
}

.opacity-50 {
    opacity: .4
}


#ham {
    background: linear-gradient(270deg, #FD0 0%, #F39200 49.52%, #E50058 100%);
}


#ham-header {    
    padding-top: 3.75rem;
    position: relative
}

#form>div:first-child {
    border: 1px solid #0d65aa
}

.upload-form {
    color: #002f63;
    font-size: 1rem;
    line-height: 1rem;
    border: 2px solid #002f63;
    border-radius: 8px;    
    padding: 0.875rem 2rem;
    cursor: pointer;
    width:100%;
    box-sizing: border-box;
    background-color: #fff;
    font-family: 'objektiv-mk2';
}

.upload-form-ok {
    color: #1c7b00;
    background: url(/assets/img/okay.svg);
    background-repeat: no-repeat;
    background-position: 0 21px;
    padding: 1.25rem 0 1.25rem 3.125rem;
    display: inline-block;
    margin-top: 1.25rem;
}

#upload-form-ok {
    display: none
}

.teaser-panel a {
	text-decoration: none;
}

.teaser-panel a span {
    display: block;
    border-radius: 0.5rem;    
    font-size: 1rem;
    line-height: 1rem;    
    padding: 1rem 1.25rem .875rem;
    color: #002f63;
    text-align: center;
    font-weight: 700;
    margin-top: 1.25rem;
    background-color:#fff;
    text-decoration: none;
}

@media (max-width:768px) {
	.teaser-panel {
		display: block !important;
	}
	.teaser-panel .w-full {
		box-sizing: border-box;
		margin-bottom:3rem;
	}
}

.danke-container {
    background: #00244a;
    background: linear-gradient(180deg, #00244a, #0d65aa);
    box-sizing: border-box;
    padding: 0 1.25rem 1.875rem;
    color: #fff
}

@media screen and (min-width:840px) {
    .danke-container {
        padding: 1.25rem 9.375rem 3.125rem;
    }
}

.danke-container>div {
    background: url(/assets/img/bildmarke_bg.svg);
    background-repeat: no-repeat;
    background-position: center 20px;
    padding-top: 30px
}

.danke-container a {
    text-transform: uppercase;
    color: #00244a !important
}

.ende-icon-panel {
    text-align: center;
    margin-top: 2.5rem;
}

.ende-icon-panel img {
    display: block;
    margin: 1rem auto
}

.ende-icon-panel span {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block
}

@media (min-width:640px) {
    .sm\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 2.5rem;
        padding-left: 2.5rem;
        max-width: 640px
    }
    @media (min-width:768px) {
        .sm\:container {
            max-width: 768px
        }
    }
    @media (min-width:1024px) {
        .sm\:container {
            max-width: 1024px
        }
    }
}

@media (min-width:768px) {
    .md\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 2.5rem;
        padding-left: 2.5rem
    }
    @media (min-width:640px) {
        .md\:container {
            max-width: 640px
        }
    }
    @media (min-width:768px) {
        .md\:container {
            max-width: 768px
        }
    }
    @media (min-width:1024px) {
        .md\:container {
            max-width: 1024px
        }
    }
    .md\:mt-0 {
        margin-top: 0
    }
    .md\:w-1\/2 {
        width: 50%
    }
}

@media (min-width:1024px) {
    .lg\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 2.5rem;
        padding-left: 2.5rem
    }
    @media (min-width:640px) {
        .lg\:container {
            max-width: 640px
        }
    }
    @media (min-width:768px) {
        .lg\:container {
            max-width: 768px
        }
    }
    @media (min-width:1024px) {
        .lg\:container {
            max-width: 1024px
        }
    }
}


header {
	align:center;
	position: relative;
}

header h1 {	
	font-family:'ArialNarrowBold',sans-serif;  
	font-weight: 400;	
	font-size: 8rem;	
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color:#003063;
	margin:1rem 0 0 0;
}

@media (max-width:768px) {
	header h1 {
		font-size: 4rem;
	}
}

header h2 {	
	font-family:'ArialNarrow',sans-serif;  
	font-weight: 400;	
	font-size: 3rem;	
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color:#003063;
	margin:0;
}

@media (max-width:768px) {
	header h2 {
		font-size: 2rem;
	}
}

header img {
	max-width: 720px;
	margin:0 auto;
	width: 100%;
}

.stoerer {
	position: absolute;
	display: flex;
	width: 240px;
	height: 240px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: -4px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
	border-radius: 999px;
	background: #E5006D;
	color: #FFF;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	top:2.5rem;
	right:0;
}

.stoerer span {	
	font-family:'ArialNarrowBold',sans-serif; 
	font-weight: 400;
	font-size: 4rem;	
}

@media (max-width:768px) {
	.stoerer {	
		width: 120px;
		height: 120px;
		font-size: .75rem;
		top:-100px;
	}
	.stoerer span {			
		font-size: 1.8rem;	
	}
}


.submain {
	display: flex;	
	padding: 2.375rem 5.188rem;
	flex-direction: column;
	align-items: center;	
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.75);
	margin-top:4rem;
}

@media (max-width:768px) {
	.submain {
		padding: 2.375rem 1.5rem;
	}
}

.submain h3 {
	font-family:'objektiv-mk2',sans-serif;  
	color: #1A1A1A;
	text-align: center;	
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin:0;
}

@media (max-width:768px) {
	.submain h3 {
		font-size: 1.4rem;
		font-weight: 700;
	}
}

.submain p {
	font-size:1rem;
	line-height: 150%;
}

.submain p.center {
	text-align: center;
}


.a11y-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}


.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  align-items: start;
}

.custom-checkbox input[type="checkbox"] {
	position: absolute;
    opacity: 0;
    pointer-events: none;
}

.custom-checkbox  .checkbox-icon {
    width: 24px;
    height: 24px;
    background-image: url('../img/unchecked.svg'); 
    background-size: contain;
    margin-right: 0.5em;
    transition: background-image 0.2s ease;
    flex: 0 0 24px;
    display: inline-block;
}

.custom-checkbox  input[type="checkbox"]:checked + .checkbox-icon {
    background-image: url('../img/checked.svg');
}

.custom-checkbox span {
   font-size: 1rem;
}

  
.custom-checkbox input[type="checkbox"]:focus-visible + .checkbox-icon {
   outline: 2px solid rgba(229, 0, 88, 1) !important;
    outline-offset: 2px !important;
    border-radius: .15rem;
}


#form label.normal {
	display: block;
	color: #1A1A1A;
	font-family: 'objektiv-mk2';
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	margin-bottom:0.5rem;	
}

#form select, #form input[type='text'] {
	width:100%;	
	border-radius: 0.5rem;
	border: 1px solid #737373;
	background: #FFF;
	color: #1A1A1A;
	font-family: 'objektiv-mk2';
	font-size: 1rem;
	padding:0.75rem;
	box-sizing: border-box;
}

#form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}


#form .gebblock {
	display: flex;
}

@media (max-width:768px) {
	#form .gebblock {
		display: block;
	}
}

#form .gebblock div {
	flex: 0 0 140px;
  	margin-right: 1rem;
}

@media (max-width:768px) {
	#form .gebblock div {
		margin: 0.5rem 0 0 0;
	}
}

#form .gebblock label {
	font-weight: normal;
}

#form .placeholder-option {
	color:#a0aec0;
}

#form ul li {
	font-size: 1rem;
}

#form ul {
	list-style-type: none;
	margin:0;
	padding:0;
}


input:focus-visible,
textarea:focus-visible,
select:focus-visible,
button:focus-visible,
a:focus-visible {
    outline: 2px solid rgba(229, 0, 88, 1) !important;
    outline-offset: 2px !important;
    border-radius: .15rem;
}


.infobox {	
	padding: 2.375rem 5.188rem;	
	border-radius: 16px;
	background: linear-gradient(180deg, #003063 0%, #0D65AA 100%), rgba(255, 255, 255, 0.75);
	color:#fff;
	text-align: center;
	margin-top:4rem;
}

.infobox h2 {
	font-family:'objektiv-mk2',sans-serif;  
	color: #fff;
	text-align: center;	
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin:0;
}

.a11y-skip-link {
	position: absolute;
  	top: -40px;
  	left: 112px;
  	background: #fff;
  	color: $color-blue;
  	padding: 0.5rem 1rem;
  	z-index: 100;
  	text-decoration: none;
  	transition: top 0.3s;
}

.a11y-skip-link:focus {
  	top:0;  	
}


.tippbox {
    border:2px solid rgba(229, 0, 88, 1);
    border-radius: 1rem;
    padding:1rem;
    margin-top: 1rem;
    text-align:center;
}