
html {
	scroll-behavior: smooth;
  }

body {
	margin: 0;
	padding: 0;
	position: relative;
	width: auto;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
}
body #page {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: auto;
}

#body div h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
    padding: 15px 0;
    font-family: 'Poppins', sans-serif;
}

#body div h2 {
	font-size: 35px;
    letter-spacing: 0.5px;
	font-weight: 600;
    font-family: 'Poppins', sans-serif;
	padding: 0;
    text-align: center;
	text-transform: uppercase;
}
#body div h3 {
    /*text-transform: capitalize; */
	display: block;
	font-family: 'Poppins',sans-serif;
	font-weight: 600;
	letter-spacing: 0.25px;
	line-height: 20px;
	/* margin: 0 auto 15px;*/
}
#body div h3 span {
	background: url(/images/bg-border1.gif) no-repeat center bottom;
	display: block;
	margin: 0;
	padding: 0 0 11px;
	width: auto;
}
a,
a:link,
a:visited,
a:focus,
a:active
{
	text-decoration: none;
	outline: none;
	color: inherit;
}
a:active {
	background: none;
}

img {
	border: none;
}

@font-face {
	font-family: "Nasalization";
	src: url("../fonts/nasalization rg.ttf");}

/* Button Styling */
.button {
    display: inline-block;
    padding: 14px 28px;
    color: #FFFFFF!important;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 10px; /* Slightly rounded corners for a modern feel */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* A more pronounced shadow for depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for a modern interaction */
    margin: 10px auto;
    text-transform: uppercase; /* Uppercase text for a strong CTA presence */
    letter-spacing: 1px; /* Slight letter spacing for a sleek look */
}

/* Hover Effect */
.button:hover {
    transform: translateY(-3px); /* Slight upward movement on hover for a dynamic feel */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); /* Larger shadow on hover */
}

/* Active/Pressed State */
.button:active {
    transform: translateY(2px); /* Subtle downward movement when pressed */
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); /* Reduced shadow when pressed */
}

/* Optional Focus State for Accessibility */
.button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(214, 41, 118, 0.5); /* Soft dark red/pink glow for focus state */
}
.button.confirm{
    background: linear-gradient(135deg, #ff4e50, #d62929); 
}
.button.delete{
    background-color: rgb(247, 66, 66);
}


div#body.userman form .form-group{
    padding: 0 0 5px 0;
}

#body .button h3{
	width: 100%;
	background: none;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.popup_message {
    position: absolute!important;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 500px;
    padding: 20px!important;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #ccc;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out; /* Add -webkit- prefix */
}

.popup_message.show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1.05);
    background-color: rgba(255, 255, 255, 1); 
}
.popup_message.error {
    background-color: #ffcccc; /* Custom background color for error messages */
    border-color: #ff0000; /* Custom border color for error messages */
    color: #ff0000; /* Custom text color for error messages */
  }  

.popup-content {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    padding: unset!important;
}

body {
  font-family: Arial, sans-serif;
}

#logout-button {
  background-color: #ca2204; /* Tomato color */
  border: none;
  color: white;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

/*----------------------------------------header-styles---------------------------------------*/
#header {
	margin: 0;
	padding: 0;
    height: 93px;
	position: relative;
	width: 100%;
}
#header.fullsize_header{
    height: 800px;
    box-shadow: #000 1px 2px 2px;
}

#header div {
    max-width: 100%;
}
#header div a.logo {
	display: block;
	float: left;
	height: auto;
	padding: 0;
	width: 100%;
}

#header div.top-bar{
    position: absolute;
    width: 100%;
    height: 30px;
    color: #FFF;
    background: linear-gradient(to top, #232425, #2e3133);
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #232425, #2e3133);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #232425, #2e3133);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    z-index: 96;
}

#header div.top-bar div#socials-nav{
    height: 100%;
    float: right;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0 5px;
}
#header div.top-bar div#socials-nav a{
    padding: 7px 3px 0 3px ;
    border-left: #3f3f3f solid 2px;
    height: 30px;
    width: 30px;
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
}
#header div.top-bar div#socials-nav a:hover{
    background-color: #474545;
    color: black;
}


#header div#navigation{
    padding: 15px 0;
    position: absolute;
    height: 63px;
    width: 100%;
    z-index: 97;
    background-color: #0f0f138e;
}

/* Dropdown menu base styles */
.nav_item.dropdown ul.sub_menu {
    display: none; /* Initially hide the dropdown */
    position: absolute;
    top: 100%; /* Position dropdown below the parent item */
    left: 0;
    background-color: #444; /* Slightly darker background for contrast */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3); /* Add shadow for depth */
    padding: 10px 0;
    min-width: 180px; /* Set a minimum width for dropdown */
    z-index: 1000;
    border-radius: 8px; /* Rounded corners for a sleek look */
    opacity: 0; /* Start invisible */
    visibility: hidden; /* Hide visibility initially */
    transform: translateY(10px); /* Start slightly below */
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}


/* Dropdown menu item styles */
.nav_item.dropdown ul.sub_menu li {
    display: block;
    width: 100%; /* Ensure full width */
    padding: 0;
}

.nav_item.dropdown ul.sub_menu li a {
    display: block;
    padding: 10px 15px;
    color: #ddd;
    text-align: left;
    white-space: nowrap; /* Prevent text wrapping */
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Show dropdown on hover */
.nav_item.dropdown:hover ul.sub_menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /* Animate into place */
	width: 100%;
    margin: 0 0 0 -10px;
}

/* Dropdown menu item styles */
.nav_item.dropdown ul.sub_menu li {
    display: block;
    width: 100%; /* Ensure full width */
    padding: 0;
}

/* Dropdown caret icon */
.nav_item.dropdown a i {
    margin-left: 5px;
}

/* Hover effect for dropdown items */
.nav_item.dropdown ul.sub_menu li a:hover {
    background-color: #555; /* Slightly darker background on hover */
    color: #ffffff; /* White text on hover */
}

#header div.menu.divider{
	display: none;
}
#header div.logo-container {
    background-color: unset;
    position: absolute;
    left: 10px;
    top: 5px;
    width: 405px;
    height: 90px;
    z-index: 98;
    border-radius: 19px 0 0 0;
}
#header div.logo-container div#header-logo{
    position: relative;
    width:86%;
    height:86%;
    margin-top: 5px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover!important;
    background: url("/images/logo_white_440x98.png");
    z-index: 99;
}
#header ul#menu {
	display: flex;
    list-style: none outside none;
    margin: 0 auto;
	float:left;
	width: 100%;
	text-align: right;
	padding:0px;
    justify-content: end;
}

#header div.icon{
	min-height: unset;
	display: inline-block;
}

#header ul#menu li.member{
    font-weight: 700;
    border-radius: 5px;
	border-bottom: none;
	margin: 0px 55px 0 15px;
	background-color: #c72222;;
}
#header ul#menu a li.member:hover{
	background-color: #831313;;
}


.nav_item {
    display: inline-block;
    padding: 0; /* Remove padding from the list item to make it fully clickable */
    width: auto;
    border-bottom: solid 3px;
    transition: border-color .2s ease-in-out;
    border-color: rgb(110, 110, 110);
    position: relative; /* Ensure positioning for dropdown functionality */
}

.nav_item a {
    display: block; /* Make the anchor take up the full space of the parent */
    padding: 10px 15px; /* Add padding to the anchor for clickable area */
    width: 100%; /* Ensure it fills the parent width */
    height: 100%; /* Ensure it fills the parent height */
    text-transform: uppercase;
    color: #ddd;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-decoration: none; /* Remove underline for links */
    box-sizing: border-box; /* Include padding in width/height calculations */
}

.nav_item.admin-discreet{
    border-color: transparent;
    opacity: 0.7;
}

.nav_item.admin-discreet a{
    font-size: 13px;
    letter-spacing: 0.5px;
}


#header div ul li.selected{
	border-color: #c72222;
    color: #fff;
}
#header div ul li.selected a, #header div ul li.selected a:hover {
	color: #FFF;
}
#header div ul li:hover {
    border-color: #c72222;;
    color: #fff;
}

#header div.burger {
	display: none;
}

/*----------------------------------------body-home-styles---------------------------------------*/
#body {
  background: none;
  margin: auto;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
	min-height: 550px;
}
#body.home div {
	background: none;
	margin: 0;
	max-width: none;

}


#body::before, #body.home .field.bottom::before, .scheduleBody::before{
	content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.35;
}



.scheduleBody::before{
	top: 115px;
	z-index: -1;
}

#body.about::before, #body.running::before, #body.home::before,
 .scheduleBody::before, #body.contact::before{
	background: linear-gradient(
	0deg, rgb(0 0 0 / 22%), rgb(255 255 255 / 76%)), url(/images/SYMBOL.png) repeat-y;
	background-position: top center;
}


#body.home div.header{
	height: 750px;
}

#body.home div.headerShape{
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right:10px solid blue;
}
h2.field_header{
    margin-top: 100px;
}

h2.field_header:after{
    content: ' ';
    display: block;
    border: 1px solid rgb(54, 54, 54);
}

#body.home div.diagonal-box {
    background-image: linear-gradient(
45deg, #ff2424, #f82323);
    transform: skewY(
4deg);
    height: 200px;
    margin-top: -50px;
}

#body.home .pricetable{
	width: 95%;

}
#body.home div.header div span a.email {
	border: 5px solid #000000;
	color: #000000;
	display: block;
	float: left;
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: bold;
	height: 47px;
	line-height: 47px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 63.142857142857%;
}
#body.home div.header div span a.signup {
	border: 5px solid #000000;
	border-left: none;
	color: #000000;
	display: block;
	float: left;
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: bold;
	height: 47px;
	line-height: 47px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 32.571428571429%;
}
#body.home div.header div img {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 97.9167%;
}
#body.home div.body {
	margin: 0;
	padding: 0;
	width: 100%;
}
#body.home div.body {
	background: none;
	margin: 0 auto;
    overflow: visible;
	z-index: 1;
}

#body div.admin-navigation{
	background-color: rgb(235, 207, 49);
	padding: 5px ;
	margin: unset;
	max-width: unset;
	margin: auto;

}

#body div.admin-navigation ul{
	padding: 0;
	width: 100%;
}
#body div.admin-navigation ul li{
	border: none;
	padding: 0 15px 0 10px;
	float: left;
}
#body div.admin-navigation ul li a{
	text-transform: uppercase;
}

#body.home div.field{
    background-size: cover;
    background-position: center center;
    padding: 20px 0px 0 0;
    overflow: visible;
}

#body.home div.top div.grid-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
    z-index: 99;
}

#body.home div.top div.grid-item,
#body.home section.top a.grid-item {
    color: rgb(243, 243, 243);
    padding: 0px;
    height: 350px;
    text-align: left;
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#body.home section.top a.grid-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.4);
}


#body.home div.top div.inner-grid.icon {
    padding: 3px 0 0 0px;
    height: 60%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

#body.home div.top div.inner-grid.bottom {
    height: 45%;
    font-size: 16px;
    line-height: 1.2;
    padding: 5px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    box-sizing: border-box;
    z-index: 2;
    transition: height 0.3s ease;
}
/* New grid item overlay style (used when grid-item is an <a> tag) */
#body.home section.top a.grid-item .grid-item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 24px 24px;
    background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.85) 60%, rgba(0,0,0,0.05) 100%);
    color: #fff;
    box-sizing: border-box;
    z-index: 2;
    transition: background 0.3s ease;
}
#body.home section.top a.grid-item:hover .grid-item-overlay {
    background: linear-gradient(to top, rgba(160,8,8,0.95) 0%, rgba(100,5,5,0.6) 60%, rgba(0,0,0,0.1) 100%);
}
#body.home section.top a.grid-item .grid-item-overlay h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}
#body.home section.top a.grid-item .grid-item-overlay p {
    font-size: 14px;
    margin: 0 0 12px;
    color: rgba(255,255,255,0.88);
    line-height: 1.5;
    width: auto;
}
#body.home section.top a.grid-item .grid-item-cta {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #f6d12d;
    border-bottom: 1px solid rgba(246,209,45,0.4);
    padding-bottom: 1px;
    transition: color 0.2s;
}
#body.home section.top a.grid-item:hover .grid-item-cta {
    color: #fff;
    border-color: rgba(255,255,255,0.5);
}

#body.home div.top div.inner-grid.bottom h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Subtle text shadow */
}

#body.home div.top div.inner-grid.bottom p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #f0f0f0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); /* Subtle text shadow */
}

#body.home div.top div.grid-item#tkd,
#body.home section.top a.grid-item#tkd {
    background: url(/images/card_hdg_kid.jpg) no-repeat center center;
    background-size: cover;
}

#body.home div.top div.grid-item#hkd,
#body.home section.top a.grid-item#hkd {
    background: url(/images/ad_members.jpg) no-repeat center center;
    background-size: cover;
}

#body.home div.top div.grid-item#hdg,
#body.home section.top a.grid-item#hdg {
    background: url(/images/card_schedule.jpg) no-repeat center center;
    background-size: cover;
}

#body.home div.top div.inner-grid a {
    margin: 5px auto 0px auto;
    display: block !important;
    width: 120px;
}

#body.home div.top div.inner-grid .call_to_action {
    text-align: center;
    background-color: #c72222;
    font-weight: 700;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px;
}

#body.home div.top div.inner-grid .call_to_action:hover {
    background-color: #831313;
    color: #FFF;
}
#body.home div.top div.inner-grid h3{
    font-size: 30px;
    margin-bottom: 10px;
}
#body.home .field.middle{
    padding-top: 10px;
}
#body.home .field.bottom{
		box-shadow: black 1px 4px 15px;
		height: 50%;
}

#body.home iframe#homeVideo{
	width: 100%;
	height: calc(100%*0.8);
}

#body.home .field.bottom::before{
	background: linear-gradient(
	0deg, rgb(0 0 0), rgb(212 175 44)), url(#) no-repeat;
	background-size: cover;
	background-position: top center;
	opacity: .9;
}

#body.home .middle h1{
	color: #000;
}

/* ===== PRICING SECTION ===== */
.pricing-intro {
    text-align: center;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin: -20px auto 40px;
    max-width: 540px;
}

#body.home div.middle div.pricing-container,
#body.home section.middle div.pricing-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    padding: 0 0 40px;
}

#body.home div.middle article.pricing-card,
#body.home section.middle article.pricing-card {
    background: #1a1a1a;
    color: #fff;
    padding: 0;
    flex-basis: calc(50% - 14px);
    max-width: 420px;
    min-width: 280px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

#body.home div.middle article.pricing-card:hover,
#body.home section.middle article.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.4);
}

/* Featured card (first/adult) gets red top accent */
#body.home div.middle article.pricing-card.pricing-card--featured,
#body.home section.middle article.pricing-card.pricing-card--featured {
    border-color: #c72222;
}
#body.home div.middle article.pricing-card.pricing-card--featured::before,
#body.home section.middle article.pricing-card.pricing-card--featured::before {
    content: '';
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #ff4e50, #c72222);
    border-radius: 16px 16px 0 0;
}

/* "Populärast" badge */
.pricing-card-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, #ff4e50, #c72222);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: 20px;
}

.pricing-card-header {
    padding: 32px 32px 20px;
    border-bottom: 1px solid #2d2d2d;
}

#body.home div.middle article.pricing-card h3,
#body.home section.middle article.pricing-card h3 {
    color: #f0f0f0;
    font-size: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 16px;
    padding: 0;
    line-height: 1.2;
}

#body.home div.middle div.price,
#body.home section.middle div.price {
    margin-bottom: 4px;
}

.price-amount {
    font-size: 3em;
    font-weight: 800;
    color: #f6d12d;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}

#body.home div.middle div.price-desc,
#body.home section.middle div.price-desc {
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

#body.home div.middle div.features,
#body.home section.middle div.features {
    list-style-type: none;
    padding: 20px 32px;
    margin: 0;
}

#body.home div.middle ul.features,
#body.home section.middle ul.features {
    list-style: none;
    padding: 20px 32px;
    margin: 0;
}

#body.home div.middle ul.features li,
#body.home section.middle ul.features li {
    border-bottom: 1px solid #2d2d2d;
    padding: 12px 0;
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: #ccc;
    display: flex;
    align-items: center;
    gap: 10px;
}

#body.home div.middle ul.features li:last-child,
#body.home section.middle ul.features li:last-child {
    border-bottom: none;
}

#body.home div.middle ul.features li .fa-check,
#body.home section.middle ul.features li .fa-check {
    color: #c72222;
    font-size: 13px;
    flex-shrink: 0;
}

#body.home div.middle article.pricing-card div.sub-text,
#body.home section.middle article.pricing-card div.sub-text {
    font-size: 12px;
    color: #666;
    padding: 0 32px 20px;
    line-height: 1.6;
}

.pricing-btn {
    display: block !important;
    width: calc(100% - 64px);
    margin: 0 32px 32px !important;
    box-sizing: border-box;
    font-size: 1em !important;
    padding: 14px 0 !important;
}

@media (max-width: 960px) {
    #body.home div.middle article.pricing-card,
    #body.home section.middle article.pricing-card {
        flex-basis: calc(50% - 14px);
    }
}

@media (max-width: 620px) {
    #body.home div.middle article.pricing-card,
    #body.home section.middle article.pricing-card {
        flex-basis: 100%;
        max-width: 100%;
    }
}
  
#body.home .bottom h1{
	color: #FFF
}
#body.home div.container{
	max-width: 1200px;
    margin: auto;
}

#body.home #more.button{
	margin-top: 20px;
}

#body.home div.field.top .container{
    overflow: visible;
	padding: 0px 0 0px 0px;
	width: 100%;
    margin: 20px auto;

	flex-wrap: wrap;
}
#body.home div.field.top div.container h2 span{
    color:#f43434;
}

#body.home div.field.top div.container div.frontpage_inner{
    float:left;
    width:45%;
    padding:24px;
}
#body.home div.field.top div.container div.frontpage_inner div.ad-box{
    padding-bottom: 50%;
    width: 100%;
}
#body.home div.field.top div.container div.frontpage_inner div.ad-box#ad1{
    background: url(/images/ad_junior.jpg) no-repeat center top;
    background-size: contain;
}
#body.home div.field.top div.container div.frontpage_inner div.ad-box#ad2{
    background: gold;
}

#body.home .field div.pricecomment {
  color: gray;
  font-family: 'Roboto';
  bottom: -70px;
  text-align: center;
  position: relative;
}

#body.home div.body div p {
	background: url(/images/bg-border1.gif) no-repeat center bottom;
	color: #FFFFFF;
	display: block;
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 48px;
	margin: 12px auto 0;
	padding: 0 0 12px;
	text-align: center;
	width: 100%;
}
#body.home div.body div p a {
	color: #ffffff;
	font-family: 'Roboto';
	font-size: 25px;
	font-weight: normal;
	line-height: 48px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#body.home div.body div a.more {
	border: 3px solid rgb(255 229 75);
	background-color: rgb(255 227 129);
	color: #000000;
	display: block;
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: bold;
	height: 47px;
	line-height: 47px;
	margin: 30px auto 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 230px;
}
#body.home div.body div a.more:hover {
	color: #000;
	background-color: rgb(197 155 0 / 90%);
}

#body.home div.styleSelect {
  width: 200px;
  height: 200px;
  padding: 0px;
  margin: 40px;
  border: #c72222 2px solid;
  transform: rotate(45deg);
}

#body.home div.innerSelect{
	position: absolute;
	width: 285px;
	top: -43px;
	left: -43px;
	height: 285px;
	padding: 0;
	transform: rotate(315deg);
	margin: 0px;
}

/*----------------------------------------body-styles---------------------------------------*/
#body div {
/* 	margin: 0 auto; */
	overflow: hidden;
	position: relative;
}
#body.running div {
	padding: 58px 0 161px;
	max-width: 1100px;
}

#body div img {
	display: block;
	padding: 0;
}

#body div p {
	color: #000;
	display: block;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.01em;
	line-height: 30px;
	padding: 0;
	margin: 0;
	
}
#body div p span {
	color: #ce0000;
	display: block;
	font-family: 'Roboto';
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.03em;
	line-height: 48px;
	padding: 39px 0;
}
#body div p span a {
	color: #000;
	font-family: 'Roboto';
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: 48px;
}
#body div p a {
	color: #ce0000;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: normal;
	line-height: 48px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
#body div p a:hover {
	color: #fc416f;
}


/* ===== ABOUT PAGE ===== */
#about-us {
    font-family: 'Poppins', sans-serif;
}

#about-us .about-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 24px;
    box-sizing: border-box;
}

/* --- Shared card style --- */
#about-us .about-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
    padding: 48px;
    box-sizing: border-box;
    margin-bottom: 28px;
}

/* --- Section headings --- */
#about-us .section-heading {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #1a1a1a;
    margin: 0 0 28px;
    padding: 0 0 16px;
    /* border-bottom: 3px solid #d62929; */
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

/* ===== HERO SECTION ===== */
#about-us .about-hero {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: center;
}

#about-us .about-hero-eyebrow {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d62929;
    margin: 0 0 10px;
    display: block;
}

#about-us .about-hero-text h1 {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #1a1a1a;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 0 0 18px;
    /* border-bottom: 3px solid #d62929; */
    line-height: 1.2;
    width: auto;
}

#about-us .about-hero-text p {
    font-size: 16px;
    line-height: 1.85;
    color: #555;
    margin: 0;
    padding: 0;
    width: auto;
}

#about-us .about-hero-text p a {
    color: #d62929;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

#about-us .about-hero-text p a:hover {
    color: #ff4e50;
}

#about-us .about-hero-logo {
    width: 200px;
    flex-shrink: 0;
}

#about-us .about-hero-logo img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 4px 16px rgba(0,0,0,0.12));
    transition: transform 0.3s ease;
}

#about-us .about-hero-logo img:hover {
    transform: scale(1.06);
}

/* ===== MISSION SECTION ===== */
#about-us .about-mission {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 36px;
    align-items: center;
}

#about-us .about-mission-accent {
    width: 5px;
    min-width: 5px;
    align-self: stretch;
    background: linear-gradient(180deg, #ff4e50, #d62929);
    border-radius: 4px;
}

#about-us .about-mission-content .section-heading {
    margin-bottom: 16px;
}

#about-us .about-mission-content p {
    font-size: 17px;
    line-height: 1.85;
    color: #555;
    font-style: italic;
    margin: 0;
    padding: 0;
    width: auto;
}

/* ===== BOARD SECTION ===== */
#about-us .about-board .section-heading {
    text-align: center;
}

#about-us .team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 0;
    margin: 0;
}

#about-us .team-member {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 28px 20px 24px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
}

#about-us .team-member::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff4e50, #d62929);
    transform: scaleX(0);
    transition: transform 0.25s ease;
}

#about-us .team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

#about-us .team-member:hover::before {
    transform: scaleX(1);
}

#about-us .team-img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 16px;
    display: block;
    border: 3px solid #f0f0f0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

#about-us .team-member h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 6px;
    padding: 0;
    line-height: 1.3;
    background: none;
    width: auto;
    letter-spacing: 0;
}

#about-us .team-member p {
    font-size: 13px;
    color: #999;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 0;
    padding: 0;
    width: auto;
}


#body.about .about-us_inner{
    padding: 0;
    position: absolute;
    width: 500px;
    left: 10%;
    top: 150px;
}
#body.about .about-us_logo{
    padding: 0;
    width: 100%;
    height: 200px;
    margin: auto;
    background-image: url("/images/SYMBOL.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
#body.about .about-us_slogan{
    color: #FFF;
    width: 100%;
    height: 20px;
    margin: auto;
}

/* #body.about div.container {
    padding: 0;
    background: linear-gradient(to left, rgba(255, 0, 0, 0.47), rgba(0, 0, 0, 0.71) 68.49%), url(/images/bg-hkd2.png) no-repeat;
    height: 600px;
    width: 100%;
    position: absolute;
    top: -93;
    left: 0;
    background-size: cover;


} */

/* ===== RESPONSIVE ===== */
@media (max-width: 820px) {
    #about-us .about-wrapper {
        padding: 40px 16px;
    }
    #about-us .about-card {
        padding: 28px 22px;
    }
    #about-us .about-hero {
        grid-template-columns: 1fr;
    }
    #about-us .about-hero-logo {
        display: none;
    }
    #about-us .about-hero-text h1 {
        font-size: 6vw;
    }
 
    #about-us .about-mission-accent {
        width: auto;
        min-width: unset;
        height: 4px;
        min-height: 4px;
        background: linear-gradient(90deg, #ff4e50, #d62929);
    }
    #about-us .team-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }
}


#body div ul.gallery {
	display: inline-block;
	list-style: none outside none;
	margin: 0 0 76px;
	max-width: none;
	padding: 72px 0 0 30px;
	width: 100%;
}
#body div ul.gallery li {
	border: none;
	float: left;
	padding: 0;
	margin: 0;
	width: 33%;
	min-width: 285px;
}
#body div ul.gallery li a {
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
}
#body div ul.gallery li a img {
	display: block;
	float: none;
	margin: 0 auto;
	padding: 0;
	width: auto;
}

#body.running div p {
	margin: 0 auto 48px;
}

#body.running div#stylepick {
	display: inline-flex;
	width: 100%;
	justify-content: space-evenly;
}

#body.running div.stylebox{
	color:#000;
	background-color: rgba(255, 255, 255, 0.557);
    width: 265px;
    height: 360px;
    margin: 0;
	padding:0;
    border-radius: 15px;
}


#body.running td.join{
    left: 60px;
    bottom: 15px;
    position: absolute;

}


#body.running td.stylepick.header{
	color: #FFF;
    text-align: center;
    font-weight: 200;
    font-size: 32px;
    border: 0px;
    margin: 0px;
    padding: 30px 0 50px 0;
    box-shadow: #363636 0px 2px 4px;
}

#body.running div.stylebox table{
	width: 100%;
    border-spacing: 0px;
}

#body.running .full.button{
	background-color: grey!important;
}

#body.running .full.button::after{
content: "* Grupp är för närvarande full";
position: absolute;
margin: 30px 0 0 -10px;
color: #000;
font-family: 'Roboto';
}

#body ul.gallery h3 {
		color: #FFF;
		font-family: 'Nasalization';
    position: absolute;
    padding: 0;
    margin: 99px 0 0;
    width: 285px;
}


#body div ul li img {
	display: block;
	float: left;
	margin: 0 28px 0 0;
	padding: 0;
	width: auto;
}
#body div ul li div {
	background: none;
	float: left;
	margin: 0;
	max-width: none;
	overflow: hidden;
	padding: 6px 0 0;
	width: 522px;
}
#body div ul li div h1 {
	background: none;
	color: #FFFFFF;
	font-family: 'Roboto';
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 16px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}
#body div ul li div p {
	color: #000;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.01em;
	line-height: 48px;
	margin: 0 0 6px;
	padding: 0;
	text-align: left;
	width: auto;
}
#body div ul li div p a {
	color: #000;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: normal;
	line-height: 48px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
#body div ul li div p a:hover {
	color: #fc416f;
}
#body div ul li div a.more {
	border: 2px solid #000;
	color: #000;
	display: block;
	float: left;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: normal;
	height: 34px;
	line-height: 34px;
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 136px;
}
#body div ul li div a.more:hover {
	background-color: #fc416f;
	border: none;
	height: 38px;
	line-height: 38px;
	width: 140px;
}
/* ===== CONTACT PAGE ===== */

#body.contact div.contactWrapper {
    max-width: 1200px;
    padding: 60px 24px;
    margin: 0 auto;
    box-sizing: border-box;
}

#body.contact .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

#body.contact .contact-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

#body.contact .contact-card h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #1a1a1a;
    margin: 0 0 28px 0;
    padding: 0 0 16px 0;
    text-align: left;
    border-bottom: 3px solid #d62929;
    width: auto;
}

/* --- Info items (address / postal) --- */
#body.contact .contact-info-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 28px;
}

#body.contact .contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

#body.contact .contact-info-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: linear-gradient(135deg, #ff4e50, #d62929);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#body.contact .contact-info-icon i {
    color: #fff;
    font-size: 22px;
    display: block;
}

#body.contact .contact-info-text strong {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    font-weight: 700;
    margin-bottom: 5px;
}

#body.contact .contact-info-text p {
    color: #333;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    width: auto;
    display: block;
    font-family: 'Poppins', sans-serif;
}

/* --- Map --- */
#body.contact .contact-map {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

#body.contact .contact-map iframe {
    display: block;
    width: 100%;
    height: 280px;
    border: none;
}

/* --- Form card intro --- */
#body.contact .form-intro {
    color: #777;
    font-size: 14px;
    line-height: 1.6;
    margin: -14px 0 24px 0;
    padding: 0;
    width: auto;
    display: block;
    font-family: 'Poppins', sans-serif;
}

/* --- Form groups --- */
#body.contact .form-group {
    margin-bottom: 18px;
}

#body.contact .form-group label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #555;
    margin-bottom: 7px;
    font-family: 'Poppins', sans-serif;
}

/* --- Input wrapper (icon + field) --- */
#body.contact .input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

#body.contact .input-wrap > i.material-icons:first-child {
    position: absolute;
    left: 13px;
    color: #bbb;
    font-size: 20px;
    pointer-events: none;
    transition: color 0.2s;
    z-index: 1;
}

#body.contact .input-wrap:focus-within > i.material-icons:first-child {
    color: #d62929;
}

#body.contact .input-wrap input,
#body.contact .input-wrap select {
    width: 100%;
    padding: 13px 14px 13px 44px;
    border: 2px solid #e4e4e4;
    border-radius: 9px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    background: #f8f8f8;
    color: #1a1a1a;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    height: auto;
}

#body.contact .input-wrap input:focus,
#body.contact .input-wrap select:focus {
    border-color: #d62929;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(214, 41, 41, 0.09);
}

/* Custom select arrow */
#body.contact .input-wrap.select-wrap i.select-arrow {
    position: absolute;
    right: 12px;
    color: #bbb;
    font-size: 20px;
    pointer-events: none;
}

#body.contact .input-wrap.select-wrap select {
    padding-right: 40px;
    cursor: pointer;
}

/* --- Textarea --- */
#body.contact .form-group textarea {
    width: 100%;
    padding: 13px 14px;
    border: 2px solid #e4e4e4;
    border-radius: 9px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    background: #f8f8f8;
    color: #1a1a1a;
    outline: none;
    resize: vertical;
    min-height: 150px;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    box-sizing: border-box;
    display: block;
    margin: 0;
}

#body.contact .form-group textarea:focus {
    border-color: #d62929;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(214, 41, 41, 0.09);
}

#body.contact .char-hint {
    font-size: 12px;
    color: #aaa;
    margin-top: 5px;
    display: block;
    font-family: 'Poppins', sans-serif;
}

/* --- reCAPTCHA --- */
#body.contact .g-recaptcha {
    margin: 18px 0 16px;
    padding: 0;
}

#body.contact .g-recaptcha div {
    padding: 0;
}

/* --- Privacy note --- */
#body.contact .privacy-note {
    font-size: 12px;
    color: #aaa;
    font-style: italic;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    width: auto;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
}

#body.contact .privacy-note i {
    font-size: 14px;
    color: #bbb;
    flex-shrink: 0;
}

/* --- Submit button --- */
#body.contact .submit-btn {
    width: 100%;
    padding: 15px 28px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    cursor: pointer;
    border-radius: 9px;
    box-sizing: border-box;
}

#body.contact .submit-btn i {
    font-size: 18px;
}

/* --- Responsive: stack columns on small screens --- */
@media (max-width: 820px) {
    #body.contact .contact-grid {
        grid-template-columns: 1fr;
    }
    #body.contact .contact-card {
        padding: 28px 22px;
    }
}


/*----------------------------------------footer-styles---------------------------------------*/
#footer {
	background-color: #111111;
	margin: 0;
	min-height: 122px;
	padding: 0;
	width: 100%;
}
#footer div {
	margin: 0 auto;
	max-width: 940px;
	overflow: hidden;
	padding: 47px 10px 42px;
}
#footer div p {
	color: #FFFFFF;
	float: left;
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
	padding: 5px 0 0;
	text-align: left;
	text-transform: none;
	width: 400px;
}
#footer div .connect {
	display: block;
	float: right;
	height: 32px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 154px;
}
#footer div .connect a {

	display: block;
	float: left;
	height: 28px;
	margin: 0 7px;
	padding: 0;
	text-indent: -99999px;
	width: 28px;
}
#footer div .connect a.facebook {
	background: url(/images/icons/icon-fb-grey.png) no-repeat;
  background-size: cover;
}
#footer div .connect a.instagram {
	background: url(/images/icons/icon-insta-grey.png) no-repeat;
  background-size: cover;

}
#footer div .connect a.youtube {
	background: url(/images/icons/icon-yt-grey.png) no-repeat;
  background-size: cover;
}

#footer div .connect a.facebook:hover {
	background: url(/images/icons/icon-fb-red.png) no-repeat;
	background-size: cover;
}
#footer div .connect a.instagram:hover {
	background: url(/images/icons/icon-insta-yellow.png) no-repeat;
	background-size: cover;
}
#footer div .connect a.youtube:hover {
	background: url(/images/icons/icon-yt-red.png) no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1155px){
    #header div ul#menu a{
        font-size:1em;
    }
}
@media screen and (max-width: 975px){
    #header div ul#menu a{
        font-size:12px;
    }
}


/* ======================================================
   HOMEPAGE REDESIGN — NEW SECTIONS
   ====================================================== */



/* ===== INTRO STRIP ===== */
.home-intro {
    background: #fff;
    padding: 64px 24px;
    text-align: center;
}
.home-intro-inner {
    max-width: 700px;
    margin: 0 auto;
    background: none !important;
}
.home-intro-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #c72222;
    margin-bottom: 12px;
}
.home-intro h2 {
    font-size: 2.2em;
    font-weight: 800;
    color: #111;
    text-transform: none;
    letter-spacing: -0.3px;
    margin: 0 0 16px;
    padding: 0;
    line-height: 1.2;
    text-align: center;
}
.home-intro p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 0 0 28px;
    padding: 0;
    width: auto !important;
    background: none !important;
    font-family: 'Poppins', sans-serif;
}
.home-intro .button {
    font-size: 0.95em;
    padding: 14px 36px;
}

/* ===== FEATURE GRID ===== */
#body.home section.field.top {
    padding: 100px 24px;
}
#body.home section.top .container {
    max-width: 1200px;
    margin: 0 auto;
    overflow: visible;
}
#body.home section.top .grid-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
#body.home section.top a.grid-item {
    height: 340px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 12px;
}

@media (max-width: 820px) {
    #body.home section.top .grid-container {
        grid-template-columns: 1fr;
    }
    #body.home section.top a.grid-item {
        height: 260px;
    }
}


/* ===== PRICING SECTION WRAPPER ===== */
#body.home section.field.middle {
    padding: 64px 24px;
}
#body.home section.middle .container {
    max-width: 1000px;
    margin: 0 auto;
    overflow: visible;
}
#body.home section.middle h2.field_header {
    margin-top: 0;
    color: #111;
}

/* ===== CTA BANNER ===== */
.home-cta-banner {
    background: linear-gradient(135deg, #1a0000 0%, #c72222 60%, #ff4e50 100%);
    padding: 80px 24px;
    text-align: center;
}
.home-cta-inner {
    max-width: 680px;
    margin: 0 auto;
    background: none !important;
}
.home-cta-banner h2 {
    font-size: 2em;
    font-weight: 800;
    color: #fff;
    text-transform: none;
    letter-spacing: -0.3px;
    margin: 0 0 14px;
    padding: 0;
    text-align: center;
}
.home-cta-banner p {
    font-size: 17px;
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
    margin: 0 0 32px;
    padding: 0;
    width: auto !important;
    background: none !important;
}
.home-cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    background: none !important;
}
.home-cta-actions .button {
    font-size: 0.95em;
}
.home-cta-btn-ghost {
    background: transparent !important;
    border: 2px solid rgba(255,255,255,0.65) !important;
    color: #fff !important;
    box-shadow: none !important;
}
.home-cta-btn-ghost:hover {
    background: rgba(255,255,255,0.15) !important;
    border-color: #fff !important;
    transform: translateY(-3px) !important;
}

@media (max-width: 568px) {
    .home-intro {
        padding: 48px 20px;
    }
    .home-intro h2 {
        font-size: 1.6em;
    }
    .home-cta-banner {
        padding: 56px 20px;
    }
    .home-cta-banner h2 {
        font-size: 1.5em;
    }
    .home-cta-actions {
        flex-direction: column;
        align-items: center;
    }
    .home-cta-actions .button {
        width: 100%;
        max-width: 320px;
        box-sizing: border-box;
    }
}

/* ===== SECTION TITLE — home sections ===== */
#body.home section.styles-section h2.field_header,
#body.home section.middle h2.field_header {
    margin-bottom: 40;
}
