﻿:root {
	--font-family: "Inter", sans-serif;
	--font-size: 18px;
	--line-height: 1.5;
	--text: #050505;
	--text__light: #75807B;
	--text__light--alt: #C7CFCB;
	--header__height: 100px;
	--main: #9e83d8;
	--main__dark: #75758B;
	--blue: #100EFB;
	--blue__pale: #34A2DA;
	--green: #16CB9C;
	--green__pale: #26B6BD;
	--green__light: #1BCCD2;
	--red: #EB5757;
	--orange: #EE7D45;
	/* --pink: #ffc5f4; */
	--pink: #faf8f4;
	--purple: #662D91;
	--purple__deep: #5048A5;
	--bg: #F5F5F5;
	--btn: &;
	--btn__offset: 0 24px 0 0;
	--btn__radius: 42px;
	--stroke: #0000001a;
	--gray: #828282;
	--gray__light: #a2a2a2;
	--gray__dark: #75758B;
	--input: #f6f6f6;
	--topbar: #798486;
	--menu: #ffffff;
	--footer:  rgba(250,250,250,1);
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/OpenSans-VariableFont_wdth_wght.woff2) format("woff2");
	
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/OpenSans-VariableFont_wdth_wght.woff2) format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/OpenSans-VariableFont_wdth_wght.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: "ArchivoBlack";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/ArchivoBlack-Regular.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}


html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

body {
	font-family: var(--font-family);
	font-size: var(--font-size);
	color: var(--text);
	line-height: var(--line-height);
	padding: 0;
	margin: 0;

}

body.locked {
	overflow: hidden
}

a {
	color: inherit;
	text-decoration: none;
}

* {
	box-sizing: border-box
}

p {
    margin-top: 1em;
    margin-bottom: 1em; 
    line-height: var(--line-height); 
}

ul, ol {
    padding-left: 40px; 
}
li {
    margin-bottom: 0.5em; 
}

.page__content {
	margin-top: 125px
}

.container {
	max-width: 1400px;
	height: 100%;
	padding: 50px 15px;
	margin: 0 auto;
}

.flex-container {
	max-width: 1400px;
	min-height: 400px;
	height: 100%;
	padding: 30px 10px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-container > div {
	width: 600px;
	margin: 10px;
  }

.flex-container-4 {
	max-width: 1400px;
	height: 100%;
	padding: 30px 10px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.flex-container-4 > div {
	background-color: #eeeeee;
	flex: 1 1 20%;
	margin: 10px;
	padding: 15px;
	border-radius: 15px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
				0 2px 2px rgba(0,0,0,0.11), 
				0 4px 4px rgba(0,0,0,0.11), 
				0 6px 8px rgba(0,0,0,0.11),
				0 8px 16px rgba(0,0,0,0.11);
  }

  .flex-container-3 {
	max-width: 1400px;
	height: 100%;
	padding: 30px 10px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.flex-container-3 > div {
	position: relative;
	max-width: 350px;
	flex: 1 1 20%;
  }

.container-text{
	font-weight:400;
	font-size: 1.2rem;
}


.single-container {
	background-color: #eeeeee;
	height: 100%;
	padding: 30px 10px;
	margin: 0 20px 50px 20px;
	border-radius: 15px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
				0 2px 2px rgba(0,0,0,0.11), 
				0 4px 4px rgba(0,0,0,0.11), 
				0 6px 8px rgba(0,0,0,0.11),
				0 8px 16px rgba(0,0,0,0.11);
}

h1,h2,h3,h4{
	font-family: "ArchivoBlack";
	overflow-wrap: break-word;
}

h1{
	font-size: 4rem;
	font-weight: bold;
}

h2{
	font-size: 2.4rem;
	font-weight:800;
}


@media (max-width: 1024px) {
	.flex-container-4 > div {
	  flex: 1 1 40%; 
	}
	.flex-container-3 > div {
		flex: 1 1 25%; 
	  }
}

@media (max-width: 768px) {
	.flex-container-4 > div {
		flex: 1 1 100%;
	  }
	.flex-container-3 > div {
		flex: 1 1 100%;
	}
	.container-text{
		font-size: 1em;
	}
	h1{
		font-size: 2rem;
		font-weight: bold;
	}
	
	h2{
		font-size: 1.5rem;
		font-weight:800;
	}
	.flex-container > div {
		margin: 1px;
	}
}

.admin-bar nav {
	top: 32px
}

.admin-bar nav ul {
	top: 97px
}

@media(max-width: 782px) {
	.admin-bar nav{
		top: 46px
	}

	.admin-bar nav ul{
		top: 110px
	}
}










/* Header */
.menu__btn {
	width: 20px;
	height: 20px;
	background: linear-gradient(var(--text) 0%, var(--text) 3px, #fff 3px);
	display: block;
	position: absolute;
	transition: .2s
}

.menu__btn::before {
	content: "";
	width: 20px;
	height: 3px;
	background: var(--text);
	border-radius: 4px;
	position: absolute;
	top: 6px;
	left: 0;
	transition: .2s
}

.menu__btn::after {
	content: "";
	width: 20px;
	height: 3px;
	background: var(--text);
	border-radius: 4px;
	position: absolute;
	top: 12px;
	left: 0;
	transition: .2s
}

.menu__btn.active {
	background: none
}

.menu__btn.active::before {
	top: 6px;
	transform: rotate(45deg)
}

.menu__btn.active::after {
	top: 6px;
	transform: rotate(-45deg)
}

  nav{
	height: 80px;
	width: 100%;

	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; 
	display: flex; 
    align-items: center; 
    justify-content: space-between; 
	background-color: white;
  }

nav .container {
    width: 100%;
    display: flex;
    align-items: center;
	justify-content: space-between; 
}

  nav ul{
	float: left;
	margin-right: 0px;
	margin-left: 20px;
	padding: 0;

	position: fixed;
	width: 550px;
	height: 100vh;
	background: #ffffff;
	top: 80px;
	right: -100%;
	text-align: center;
	transition: all .35s;
  }

  nav ul li{
	display: block;
	margin: 35px 0;
	line-height: 30px;
  }

  nav ul li a{
	display: inline-block;
	font-size: 20px;
	padding: 7px 13px;
	border-radius: 3px;
	min-width: 250px;

  }
  nav ul a.active,a:hover{
	background: var(--pink);
	transition: .15s;
  }
  .checkbtn{
	font-size: 30px;

	float: right;
	line-height: 80px;
	margin-right: 40px;
	cursor: pointer;
	display: block;
	margin-bottom: 10px;
  }
  .container-nav{
	width: 1400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .flags{
	display: flex;
	margin-right: 40px;
	gap: 15px;
	align-items: center;
  }

  .right-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }

  .language-list {
	display: flex;
	gap: 5px;
	}
	.language-dropdown {
		display: none;
	}

  #check{
	display: none;
  }

  .btn_contact {
	font-size: 20px;
	width: 140px;
	height: 40px;
	color: white;
	border: 0;
	border-radius: 32px;
	background: var(--pink);
	padding: 10px 10px;
	box-shadow: 1px 4px 6px rgba(0.657, 0.657, 0.657, 0.25);
  }

.header__logo:hover {
	background: none;
	color: black;
}

.header__logo {
	font-family: "ArchivoBlack";
	font-size: 1.5em;
	font-weight: bold;
	display: flex;
    align-items: center;
}

  .circle_logo {
	margin-right: 12px;
  }

  #check:checked ~ ul{
	right: 0%;
  }

@media (max-width: 768px) {
  	nav ul{
		width: 100%;
  	}
  	.header__logo {
		font-size: 1em;
	}
	.flags{
		margin-right: 20px;
		gap: 10px;		
		margin-left: 5px;
	}
	  .language-list {
		display: none;
	}
	.language-dropdown {
		display: block;
		width: 100%;
		padding: 5px;
		font-size: 16px;
	}
}




/* Footer */
/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.contact-section {
    padding: 50px;
}

/* First Grid (Sales, Support, etc.) */
.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
    gap: 30px;
    margin-bottom: 50px;
}

/* Second Grid (Footer info) */
.secondary {
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
    align-items: start;
}

.grid-item h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.grid-item p {
    margin-bottom: 10px;
    color: #333;
    font-size: 1rem;
}

.grid-item input {
    padding: 10px;
    width: 100%;
    margin-top: 10px;
}

.grid-item button {
    margin-top: 10px;
    padding: 10px;
}

.grid-item ul {
    list-style-type: none;
}

.grid-item ul li {
    margin-bottom: 10px;
}

/* Responsive Styling */
@media (max-width: 1024px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for tablet */
    }

    .secondary {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for tablet */
    }
}

@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr; /* 1 column for mobile */
    }

    .secondary {
        grid-template-columns: 1fr; /* 1 column for mobile */
    }
}





/* Front Page*/
.video-background {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the section without stretching */
    z-index: -1; /* Places video behind content */
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    display: none; /* Hidden by default on larger screens */
}

.hero {
    text-align: left;
    padding: 100px 50px;
    background-size: cover;
    background-position: center;
}

.container-hero {
    text-align: left;
    padding: 0px 50px;
}

.hero h1 {
	margin-top: 20px;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

.sub-links {
    margin-top: 30px;
}

.sub-links a {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-decoration: none;
    color: #000;
	max-width: 400px;
}

.sub-links a:hover {
	font-weight: bold;
	background: var(--pink);
	padding-left: 5px;
	transition: .25s;
}

.sub-links span {
    margin-left: 10px;
    font-size: 1.5rem;
}

.pink_btn{
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%);
	width: 80%;
	background: var(--pink);
	max-width: 350px;
	margin: 20px auto 20px auto;
	text-align: center;
	padding: 5px;
}

.pink_btn-blog{
	background: var(--pink);
	max-width: 350px;
	margin: 20px auto 20px auto;
	text-align: center;
	padding: 5px;
}

.tab_button {
	display: block;
	color:black;
	background-color: rgba(250,250,250,1);
	border: none;
	text-decoration: none;
	margin: 10px 2px;
	font-size: 1.5rem;
	cursor: pointer;
  }

.tab_button:hover {
	background-color: var(--pink);
  }

.tab_button.active {
    background-color: var(--pink);
	font-weight: bold;
}

.attribute {
	min-height: 400px;
}

#Erlebnis {
	font-size: 4em;
}


@media (max-width: 768px) {
	.bg-video {
        display: none; 
    }

    .bg-image {
        display: block;
    }
	.hero h1 {
		font-size: 2rem;
	}
	.hero {
		margin-top: 5px;
		padding: 100px 5px;
	}
	.container-hero {
		padding: 0px 5px;
	}
	.tab_button {
		font-size: 1rem;
	  }
	#Erlebnis {
		font-size: 2em;
	}
	.pink_btn, .pink_btn-blog {
		background: var(--pink);
		max-width: 350px;
		margin: 15px 5px;
		text-align: center;
		padding: 5px;
	}
}



/* Blog single*/
.singlepost img{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.singlepost__sidebar {
    flex: 0 0 400px; /* Fixed width for the left side */
    position: sticky;
    top: 75px;
    height: 100vh; /* Full height minus 100px */
}

.sticky-container {
    position: sticky;
    top: 0px; /* The sticky container starts 100px from the top */
    height: calc(100vh - 125px); /* Full height minus 100px */
    display: flex;
    flex-direction: column;
}

.spacer {
    flex-grow: 1;
}

.blog_content {
	overflow-x: hidden;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
  }

.admin-bar .singlepost__sidebar {
	top: 100px;
}


@media (max-width: 1156px) {	
	.singlepost__sidebar {
		flex: 100%;
		position:static;
		width: 100%;
		justify-content:center;
		height: 100%;
	}
	.spacer {
		flex-grow: 0;
	}
	.sticky-container {
		height: 100%;
		justify-content:start;
	}
}


/* Blog category */
  .row {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -15px;
  }

  .col-25 {
    flex: 0 0 calc(25% - 20px);
    box-sizing: border-box;
    margin: 10px;
    max-width: calc(25% - 20px);
  }

  @media (max-width: 1023px) {
    .col-25 {
      flex: 1 1 calc(33.33% - 20px);
      max-width: calc(33.33% - 20px);
    }
  }

  @media (max-width: 768px) {
    .col-25 {
      flex: 1 1 100%;
      max-width: 100%;
    }
  }

.blog__item {
	background-color: #f7f7f7;
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	transition: .2s;
	box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
	0 2px 2px rgba(0,0,0,0.11), 
	0 4px 4px rgba(0,0,0,0.11), 
	0 6px 8px rgba(0,0,0,0.11),
	0 8px 16px rgba(0,0,0,0.11);
}

.blog__item:hover {
	box-shadow: 0 4px 20px #dadada99;
	z-index: 1
}

.blog__img {
	margin: 0 0 10px 0;
	width: 100%;
	max-height: 200px;
	object-fit:contain;
}

.blog__img img {
	display: block;
	width: 100%;
	height: 100%;
}

.blog__title {
	font-size: 20px;
	line-height: 32px;
	padding: 0 16px;
	margin: 0 0 16px 0
}


.blog__excerpt {
	padding: 0 16px 16px 16px;
	font-size: 0.85em;
}

@media (max-width: 768px) {
	.row > div {
		flex: 1 1 100%;
	  }
}

.outlined-text {
    color: black;
    -webkit-text-stroke: 1.2px white; 
    text-shadow: 
        1px 1px 0 white,
        -1px 1px 0 white,
        1px -1px 0 white,
        -1px -1px 0 white;
}

/* Contact popup*/
.popup {
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
	z-index: 9999;
  }


.popup-content {
	background-color: #fff;
    padding: 10px;
    width: 90%;
    max-width: 500px;
	overflow-y: auto;
	max-height: 90vh;
    border-radius: 8px;
	box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

.close {
    position: absolute;
    font-size: 2em;
    font-weight: bold;
    top: 15px;
    right: 15px;
    cursor: pointer;
}



/* Input Label Styling */
#contactForm label {
    display: block;
    font-weight: bold;
    margin: 5px 0 5px;
    color: #444;
}

/* Input and Select Field Styling */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="time"],
textarea,
select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
textarea,
select:focus {
    border-color: var(--pink); /* Highlight color on focus */
    outline: none;
}

textarea{
	resize: vertical;
}

/* Checkbox Styling */
input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.2);
}

label[for="contactMethod"] {
    display: inline-block;
    margin-top: 5px;
    font-weight: normal;
}

/* Button Styling */
button[type="submit"] {
	margin-top:20px;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button[type="submit"]:hover:not(:disabled) {
    background-color: #005f8c;
}

button[type="submit"]:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}

.openPopup{
	cursor: pointer;
	font-weight: 800;
}

#formFeedback, #formFeedback2{
    padding: 10px; 
    border-radius: 4px;
}

.success {
    background-color: #d4edda;
    color: #155724; 
    border: 1px solid #c3e6cb;
}

.error {
    background-color: #f8d7da;
    color: #721c24; 
    border: 1px solid #f5c6cb;
}