@charset "UTF-8";
/*
Theme Name: CS Kør | Divi child theme
Theme URI: https://divi.com/
Description: CS Kør tema
Author: Nicolai Kibsgaard
Template: Divi
Version: 1.0.0
*/
:root {
  --theme-black: #262626;
  --theme-white: #ffffff;
  --theme-primary-light: #f9f9f9;
  --theme-primary: #af0000;
  --theme-secondary: #880000;
  --theme-extra: #af0000;
  --theme-gold: #880000;
  --theme-border-color: rgba(0,0,0,0.15);
  --section-background: #f9f9f9;
  --text-light: var(--theme-white);
  --text-dark: var(--theme-black);
  --text-link: var(--theme-extra);
  --icon-light: var(--theme-primary);
  --icon-dark: var(--theme-secondary);
}
:root {
  --theme-content-width: 1380px;
  --theme-header-height: 86px;
  --theme-header-icon-height: 32px;
  --theme-border-radius: 10px;
  --theme-border-width: 1px;
  --theme-border: var(--theme-border-width) solid var(--theme-border-color);
  --theme-transition-speed: 0.6s;
  --theme-transition-function: ease;
  --theme-transition-object: all;
  --theme-transition: var(--theme-transition-speed) var(--theme-transition-function) var(--theme-transition-object);
}
body {
  overscroll-behavior: none;
}
body h1, body h2, body h3 {
  font-weight: 600;
}
body h4, body h5, body h6 {
  text-transform: unset;
}
body .et_pb_section {
  background-color: var(--section-background);
}
@media screen and (max-width: 980px) {
  body .custom-header-menu {
    display: none;
  }
}
.et_pb_section.flex-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.et_pb_row.vertical-center {
  display: flex;
  align-items: center;
}
.et_pb_row.media-text {
  display: flex;
  align-items: stretch;
}
@media (max-width: 980px) {
  .et_pb_row.media-text {
    flex-direction: column;
  }
}
.et_pb_row.media-text > .et_pb_column {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 980px) {
  .et_pb_row.media-text.reverse > .et_pb_column:nth-child(1) {
    order: 2;
  }
  .et_pb_row.media-text.reverse > .et_pb_column:nth-child(2) {
    order: 1;
  }
}
@media (max-width: 980px) {
  .et_pb_row.media-text.video > .et_pb_column.et_pb_column_empty {
    display: flex;
    padding-top: 56.25%;
  }
}
.et_pb_gutters2.et_pb_footer_columns4 #footer-widgets .footer-widget {
  display: flex;
  flex-direction: column;
}
.et_pb_gutters2.et_pb_footer_columns4 #footer-widgets .footer-widget .fwidget {
  margin-bottom: 10px;
}
.et_pb_gutters2.et_pb_footer_columns4 #footer-widgets .footer-widget .fwidget ul li {
  padding-left: 0;
  margin-bottom: 0;
}
.et_pb_gutters2.et_pb_footer_columns4 #footer-widgets .footer-widget .fwidget ul li::before {
  display: none;
}
.et_pb_gutters2.et_pb_footer_columns4 #footer-widgets .footer-widget .fwidget ul li a {
  font-size: 14px;
  color: var(--theme-dark);
}
@media screen and (min-width: 981px) {
  body #main-footer .footer-widget h4, body #main-footer .widget_block h1, body #main-footer .widget_block h2, body #main-footer .widget_block h3, body #main-footer .widget_block h4, body #main-footer .widget_block h5, body #main-footer .widget_block h6 {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.02rem;
    font-weight: 600;
    color: var(--theme-black);
  }
}
body.et_header_style_fullscreen {
  /**
    * Header for pages with Hero section
    **/
  /*************** HERER ********************/
}
body.et_header_style_fullscreen header#main-header {
  box-shadow: none;
  transition: var(--theme-transition);
  background-color: rgba(175, 0, 0, 0.8);
}
body.et_header_style_fullscreen header#main-header img#logo {
  filter: invert(1);
  transition: var(--theme-transition);
}
body.et_header_style_fullscreen header#main-header #et-top-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body.et_header_style_fullscreen header#main-header #et-top-navigation .custom-header-menu #menu-header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
body.et_header_style_fullscreen header#main-header #et-top-navigation .custom-header-menu #menu-header-menu .menu-item {
  margin-right: 30px;
}
body.et_header_style_fullscreen header#main-header #et-top-navigation .custom-header-menu #menu-header-menu .menu-item a {
  transition: var(--theme-transition);
  color: var(--theme-white);
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.et_header_style_fullscreen header#main-header #et-top-navigation .custom-header-menu #menu-header-menu .menu-item:hover a {
  color: var(--theme-extra);
}
body.et_header_style_fullscreen header#main-header #et-top-navigation .custom-header-menu #menu-header-menu .menu-item.button {
  height: 40px;
  background: transparent;
  border: var(--theme-border);
  border-color: var(--theme-white);
  transition: var(--theme-transition);
}
body.et_header_style_fullscreen header#main-header #et-top-navigation .custom-header-menu #menu-header-menu .menu-item.button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
body.et_header_style_fullscreen header#main-header #et-top-navigation .custom-header-menu #menu-header-menu .menu-item.button:hover {
  background-color: var(--theme-white);
}
body.et_header_style_fullscreen header#main-header #et-top-navigation .custom-header-menu #menu-header-menu .menu-item.button:hover a {
  color: var(--text-dark);
}
body.et_header_style_fullscreen header#main-header .mobile_menu_bar::before {
  transition: var(--theme-transition);
  color: var(--theme-white);
}
body.et_header_style_fullscreen.page-template-page_w_hero #page-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
body.et_header_style_fullscreen.page-template-page_w_hero header:not(.et-fixed-header)#main-header {
  background-color: transparent;
}
body.et_header_style_fullscreen.page-template-page_w_hero header:not(.et-fixed-header)#main-header img#logo {
  filter: invert(0);
}
body.et_header_style_fullscreen.page-template-page_w_hero header:not(.et-fixed-header)#main-header #et-top-navigation .custom-header-menu #menu-header-menu .menu-item a {
  color: var(--text-light);
}
body.et_header_style_fullscreen.page-template-page_w_hero header:not(.et-fixed-header)#main-header #et-top-navigation .custom-header-menu #menu-header-menu .menu-item:hover a {
  color: var(--theme-primary-light);
}
body.et_header_style_fullscreen.page-template-page_w_hero header:not(.et-fixed-header)#main-header #et-top-navigation .custom-header-menu #menu-header-menu .menu-item.button {
  border-color: var(--theme-primary);
}
body.et_header_style_fullscreen.page-template-page_w_hero header:not(.et-fixed-header)#main-header #et-top-navigation .custom-header-menu #menu-header-menu .menu-item.button:hover {
  background-color: var(--theme-primary);
}
body.et_header_style_fullscreen.page-template-page_w_hero header:not(.et-fixed-header)#main-header #et-top-navigation .custom-header-menu #menu-header-menu .menu-item.button:hover a {
  color: var(--text-light) !important;
}
body.et_header_style_fullscreen.page-template-page_w_hero header:not(.et-fixed-header)#main-header .mobile_menu_bar::before {
  color: var(--theme-white) !important;
}
body.et_header_style_fullscreen.et_header_style_left .logo_container {
  width: auto;
}
body.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
  height: var(--theme-header-icon-height);
  right: 10px;
  top: 10px;
}
body.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu::before {
  color: var(--theme-white);
}
body.et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened {
  opacity: 1;
}
/**
  * Hero
  **/
.et_pb_section.hero .scroll-down-icon-container {
  padding: 0;
  margin: 0;
}
body .et_pb_button {
  border-width: 1px !important;
  color: var(--theme-primary-light);
  border-color: var(--theme-primary-light);
  background-color: transparent;
}
body .et_pb_button:hover {
  color: var(--text-dark) !important;
  border-color: var(--theme-primary-light) !important;
  background-color: var(--theme-primary-light);
}
body .et_pb_button.filled {
  color: var(--theme-black);
  border-color: var(--theme-white);
  background-color: var(--theme-white);
}
body .et_pb_button.filled:hover {
  color: var(--theme-dark) !important;
  border-color: var(--theme-primary-light) !important;
  background-color: var(--theme-primary-light);
}
body .et_pb_button.dark {
  color: var(--theme-black);
  border-color: var(--theme-black);
  background-color: transparent;
}
body .et_pb_button.dark:hover {
  color: var(--text-light) !important;
  border-color: var(--theme-black) !important;
  background-color: var(--theme-black);
}
body .et_pb_button.dark.filled {
  color: var(--theme-white);
  border-color: var(--theme-black);
  background-color: var(--theme-black);
}
body .et_pb_button.dark.filled:hover {
  color: var(--theme-white) !important;
  border-color: var(--theme-secondary) !important;
  background-color: var(--theme-secondary);
}
body.et_pb_button_helper_class .et_pb_button {
  border-width: 1px !important;
  color: var(--theme-primary-light);
  border-color: var(--theme-primary-light);
  background-color: transparent;
}
body.et_pb_button_helper_class .et_pb_button:hover {
  color: var(--text-dark) !important;
  border-color: var(--theme-primary-light) !important;
  background-color: var(--theme-primary-light);
}
body.et_pb_button_helper_class .et_pb_button.filled {
  color: var(--theme-black);
  border-color: var(--theme-white);
  background-color: var(--theme-white);
}
body.et_pb_button_helper_class .et_pb_button.filled:hover {
  color: var(--theme-dark) !important;
  border-color: var(--theme-primary-light) !important;
  background-color: var(--theme-primary-light);
}
body.et_pb_button_helper_class .et_pb_button.dark {
  color: var(--theme-black);
  border-color: var(--theme-black);
  background-color: transparent;
}
body.et_pb_button_helper_class .et_pb_button.dark:hover {
  color: var(--text-light) !important;
  border-color: var(--theme-black) !important;
  background-color: var(--theme-black);
}
body.et_pb_button_helper_class .et_pb_button.dark.filled {
  color: var(--theme-white);
  border-color: var(--theme-black);
  background-color: var(--theme-black);
}
body.et_pb_button_helper_class .et_pb_button.dark.filled:hover {
  color: var(--theme-white) !important;
  border-color: var(--theme-secondary) !important;
  background-color: var(--theme-secondary);
}
body input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--theme-black);
  border: 1px solid var(--theme-black);
  background-color: transparent;
  width: auto;
  transition: all ease 0.3s;
  cursor: pointer;
}
body input[type="submit"]:hover {
  color: var(--text-light) !important;
  border-color: var(--theme-black) !important;
  background-color: var(--theme-black);
}
@media (min-width: 981px) {
  .et_pb_module.et_pb_image.desktop-bg-img {
    width: 100%;
    height: 100%;
  }
  .et_pb_module.et_pb_image.desktop-bg-img .et_pb_image_wrap {
    width: 100%;
    height: 100%;
  }
  .et_pb_module.et_pb_image.desktop-bg-img .et_pb_image_wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
.wpcf7 .wpcf7-form .cf7-field {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  margin-bottom: 16px;
}
.wpcf7 .wpcf7-form .cf7-field input, .wpcf7 .wpcf7-form .cf7-field textarea {
  background: transparent;
  border: none;
  border-bottom: 2px solid var(--theme-border-color);
  width: 100%;
  padding: 0 0 6px 0;
}
.wpcf7 .wpcf7-form .cf7-field input {
  height: 32px;
}
.wpcf7 .wpcf7-form .cf7-field .cf7-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}
.wpcf7 .wpcf7-form .cf7-field .wpcf7-not-valid-tip {
  font-size: 11px;
}
/*# sourceMappingURL=style.css.map */