/** Web Site Special Variables **/
@import "aos.css";
@import "jquery.fancybox.min.css";
@import "fontawesome/css/all.min.css";
@font-face {
  font-family: "Campton-Light";
  src: url("../fonts/Campton-Light.woff") format("woff"), url("../fonts/Campton-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Campton-Medium";
  src: url("../fonts/Campton-Medium.woff") format("woff"), url("../fonts/Campton-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Campton-SemiBold";
  src: url("../fonts/Campton-SemiBold.woff") format("woff"), url("../fonts/Campton-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Campton-Black";
  src: url("../fonts/Campton-Black.woff") format("woff"), url("../fonts/Campton-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Campton-Bold";
  src: url("../fonts/Campton-Bold.woff") format("woff"), url("../fonts/Campton-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Campton-Book";
  src: url("../fonts/Campton-Book.woff") format("woff"), url("../fonts/Campton-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Campton-ExtraBold";
  src: url("../fonts/Campton-ExtraBold.woff") format("woff"), url("../fonts/Campton-ExtraBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-x: hidden;
  min-height: 100%;
  height: 100%;
}

body {
  font-family: "Campton-Book", sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 14px;
  min-height: 100%;
  height: 100%;
}

ol, ul {
  list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

.errorBox {
  display: none;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
}

.succesData {
  font-size: 16px;
  color: #fff;
  background: #34bfa3;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.errorData {
  font-size: 16px;
  color: #fff;
  background: #c0392b;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.center {
  width: 90%;
  margin: 0 5%;
}

.clearfix {
  clear: both;
}

/************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  padding: 20px 0;
}
.header .container-fluid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.header .container-fluid h1 {
  display: flex;
  width: 349px;
  height: 54px;
  text-indent: -999999px;
  background: url("/assets/img/logo2.png?v=5") no-repeat center center;
  background-size: 349px 54px;
}
.header .container-fluid #top-menu {
  display: flex;
  flex-direction: row;
}
.header .container-fluid #top-menu li {
  display: flex;
  margin: 0 5px;
}
.header .container-fluid #top-menu li a {
  padding: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.header .container-fluid #top-menu li:hover a, .header .container-fluid #top-menu li.active a {
  color: #fff !important;
  background: #E2474B;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.header .container-fluid .phone {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.header .container-fluid .phone span:first-child {
  font-size: 25px;
  font-family: "Campton-Bold";
  color: #E2474B;
}
.header .container-fluid .phone span:last-child {
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}
.header .menuToggle {
  position: relative;
  z-index: 10;
  display: none;
  padding: 10px 10px 5px 10px;
  transition: all 0.3s ease-in-out;
  background: none;
  border: 2px solid #fff;
  height: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.header .menuToggle:hover {
  cursor: pointer;
}
.header .menuToggle .menu-item {
  background: #FFF;
  display: block;
  height: 2px;
  margin: 0 0 5px;
  transition: all 0.3s ease-in-out;
  width: 20px;
}
.header .menuToggle.open {
  height: 40px;
  padding: 10px 10px 10px 10px;
}
.header .menuToggle.open .menu-item {
  margin: 0 0 0;
}
.header .menuToggle.open .menu-item:first-child {
  transform: rotate(45deg);
  transform-origin: 10px;
}
.header .menuToggle.open .menu-item:nth-child(2) {
  opacity: 0;
}
.header .menuToggle.open .menu-item:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 8px;
  margin-top: -2px;
}
.header.scrollHeader {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(75, 75, 75, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(75, 75, 75, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(75, 75, 75, 0.15);
}
.header.scrollHeader .container-fluid h1 {
  background: url("/assets/img/logo.png?v=5") no-repeat center center;
  background-size: 349px 54px;
}
.header.scrollHeader .container-fluid #top-menu li a {
  color: #0E2549;
}
.header.scrollHeader .container-fluid #top-menu li a:hover, .header.scrollHeader .container-fluid #top-menu li a.active {
  color: #fff;
}
.header.scrollHeader .container-fluid .phone span:last-child {
  color: #0E2549;
}
.header.scrollHeader .menuToggle {
  border: 2px solid #E2474B;
}
.header.scrollHeader .menuToggle .menu-item {
  background: #E2474B;
}
.header.scrollHeader .menuToggle.open {
  border: 2px solid #fff;
}
.header.scrollHeader .menuToggle.open .menu-item {
  background: #fff;
}

.home {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  /*
    background: url(/images/bg.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    //background: url("/assets/img/bg.jpg?v=4") no-repeat top center;*/
  z-index: 10;
}
.home .container-fluid {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
.home .container-fluid h2 {
  font-size: 36px;
  color: #fff;
  font-family: "Campton-Bold";
  text-align: center;
}
.home .container-fluid .text {
  font-size: 22px;
  line-height: 30px;
  color: #eee;
  opacity: 0.6;
  text-align: center;
  margin: 20px 0;
  width: 50%;
}
.home .container-fluid a {
  padding: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #E2474B;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(226, 71, 75, 0.56);
  -moz-box-shadow: 0px 0px 12px 0px rgba(226, 71, 75, 0.56);
  box-shadow: 0px 0px 12px 0px rgba(226, 71, 75, 0.56);
}
.home .container-fluid a:hover {
  background: #0E2549;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(14, 37, 73, 0.56);
  -moz-box-shadow: 0px 0px 12px 0px rgba(14, 37, 73, 0.56);
  box-shadow: 0px 0px 12px 0px rgba(14, 37, 73, 0.56);
}
.home .bgrain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.home .flash {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  animation: flash 5s linear infinite;
}

#products {
  display: flex;
  width: 100%;
  padding: 30px 0;
  min-height: 100vh;
}
#products .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#products .container-fluid .title {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
#products .container-fluid .title h2 {
  font-family: "Campton-Bold";
  color: #0E2549;
  font-size: 36px;
}
#products .container-fluid .title .text {
  font-size: 18px;
  line-height: 24px;
  width: 50%;
  text-align: center;
  opacity: 0.8;
  margin: 20px 0;
}
#products .container-fluid ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
}
#products .container-fluid ul li {
  display: flex;
  flex-direction: column;
  width: calc(100%/3 - 20px);
  margin-bottom: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(75, 75, 75, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(75, 75, 75, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(75, 75, 75, 0.15);
}
#products .container-fluid ul li .liheader {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #0E2549;
  padding: 20px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 75px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 75px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 75px;
}
#products .container-fluid ul li .liheader img {
  width: 66px;
}
#products .container-fluid ul li .liheader h3 {
  color: #fff;
  font-size: 18px;
  font-family: "Campton-Bold";
  margin-left: 10px;
}
#products .container-fluid ul li .text {
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
}
#products .container-fluid ul li .list {
  padding: 0 20px 20px 20px;
}
#products .container-fluid ul li .list p {
  font-size: 14px;
  color: #0E2549;
  margin: 5px 0;
  font-weight: 500;
}
#products .container-fluid ul li .list p span {
  color: rgba(226, 71, 75, 0.17);
  font-family: "Campton-Bold";
  font-size: 24px;
}
#products .container-fluid ul li:last-child {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0E2549 url("/images/sigorta.png") no-repeat center center;
}
#products .container-fluid ul li:last-child h3 {
  font-size: 24px;
  font-family: "Campton-Bold";
}
#products .container-fluid ul li:last-child a {
  padding: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #E2474B;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(226, 71, 75, 0.56);
  -moz-box-shadow: 0px 0px 12px 0px rgba(226, 71, 75, 0.56);
  box-shadow: 0px 0px 12px 0px rgba(226, 71, 75, 0.56);
  margin: 20px 0;
}
#products .container-fluid ul li:last-child a:hover {
  background: #0E2549;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(14, 37, 73, 0.56);
  -moz-box-shadow: 0px 0px 12px 0px rgba(14, 37, 73, 0.56);
  box-shadow: 0px 0px 12px 0px rgba(14, 37, 73, 0.56);
}

#uberuns {
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 0;
  min-height: 100vh;
}
#uberuns .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#uberuns .container-fluid .title {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
#uberuns .container-fluid .title h2 {
  font-family: "Campton-Bold";
  color: #0E2549;
  font-size: 36px;
}
#uberuns .container-fluid .title .text {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  opacity: 0.8;
  margin: 20px 0;
}
#uberuns .container-fluid .intext {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  width: 50%;
  padding-bottom: 150px;
  background: url("/images/uberuns.png") no-repeat center bottom;
}

#kontakt {
  display: flex;
  align-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  padding: 30px;
  margin-top: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(75, 75, 75, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(75, 75, 75, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(75, 75, 75, 0.15);
  background: url("/images/contact.jpg") no-repeat bottom left;
}
#kontakt .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#kontakt .container-fluid .title {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
#kontakt .container-fluid .title h2 {
  font-family: "Campton-Bold";
  color: #0E2549;
  font-size: 36px;
}
#kontakt .container-fluid .title .text {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  opacity: 0.8;
  margin: 20px 0;
}
#kontakt .container-fluid form {
  width: 40%;
}
#kontakt .container-fluid form .row input:not([type=checkbox]) {
  width: calc(50% - 16px);
}
#kontakt .container-fluid form input:not([type=checkbox]), #kontakt .container-fluid form textarea {
  border: 2px solid #DFDFDF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 15px 20px;
  margin: 8px;
  text-align: center;
}
#kontakt .container-fluid form input:not([type=checkbox]):focus, #kontakt .container-fluid form textarea:focus {
  border: 2px solid #E2474B;
}
#kontakt .container-fluid form textarea {
  width: 100%;
  height: 200px;
}
#kontakt .container-fluid form .row:last-child {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#kontakt .container-fluid form .checkbox {
  margin-top: 5px;
  margin-left: 10px;
}
#kontakt .container-fluid form .checkbox .text {
  font-size: 13px;
}
#kontakt .container-fluid form .checkbox .text a {
  color: #000;
  text-decoration: underline;
}
#kontakt .container-fluid form button {
  padding: 15px 30PX;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #E2474B;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(226, 71, 75, 0.56);
  -moz-box-shadow: 0px 0px 12px 0px rgba(226, 71, 75, 0.56);
  box-shadow: 0px 0px 12px 0px rgba(226, 71, 75, 0.56);
  border: none;
  margin-top: 5px;
}
#kontakt .container-fluid form button:hover {
  background: #0E2549;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(14, 37, 73, 0.56);
  -moz-box-shadow: 0px 0px 12px 0px rgba(14, 37, 73, 0.56);
  box-shadow: 0px 0px 12px 0px rgba(14, 37, 73, 0.56);
}

#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  padding: 20px 0;
}
#footer .links {
  margin-top: 5px;
}
#footer .links a {
  color: #000;
  text-decoration: underline;
}
#footer .links a:hover {
  color: #E2474B;
}

#cookie-policy {
  position: fixed;
  z-index: 9999;
  padding: 20px;
  color: #b9b9b9;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  right: 0;
  bottom: 0;
  max-width: 340px;
  margin: 30px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#cookie-policy > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
}

#cookie-policy a {
  color: #fff;
  text-decoration: underline;
}

#cookie-policy p {
  text-align: center;
  margin: 0;
  line-height: 18px;
}

#cookiePolicyButton {
  display: inherit;
  padding: 10px;
  border: 1px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none !important;
  font-weight: bold;
  margin-top: 10px;
}

#cookiePolicyButton:hover {
  color: #d0d0d0;
}

.modal-body {
  line-height: 20px;
}

@keyframes flash {
  0%, 95%, 98% {
    background-color: transparent;
  }
  96%, 99%, 100% {
    background-color: rgba(255, 255, 255, 0.29);
  }
}
/************/
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #d23e2b;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 1px solid #d23e2b;
  padding: 4px 10px;
  border-radius: 3px;
  font-family: arial;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #fff;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  font-size: 0;
  height: 1px;
  background: #d23e2b;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #fff;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: 0;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: 0;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  background: 0 0;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  background: 0 0;
}

.formError .formErrorContent {
  width: 250px;
}

.formErrorContent {
  background: #e41200 !important;
  border-color: #e41200 !important;
}

.formError .formErrorArrow div {
  background: #e41200 !important;
}

.grecaptcha-badge {
  display: none;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  top: -500px;
  left: -500px;
}

/** responsive **/
@media only screen and (max-width : 1024px) {
  #products .container-fluid ul {
    width: 99%;
  }

  #kontakt .container-fluid form {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .header .container-fluid h1 {
    width: 173px;
    height: 27px;
    background: url(/assets/img/logo2.png?v=5) no-repeat center center;
    background-size: 173px 27px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  #uberuns .container-fluid .intext {
    font-size: 14px;
    background: url("/images/uberuns2.png") no-repeat center center;
  }
}
@media only screen and (max-width : 768px) {
  #products .container-fluid ul li {
    width: calc(100% - 20px);
  }

  .header .container-fluid .phone {
    display: none;
  }

  .header .menuToggle {
    display: inline-block !important;
  }

  .header.scrollHeader .menuToggle {
    display: inline-block !important;
  }

  .home .container-fluid h2 {
    font-size: 24px;
  }

  .home .container-fluid .text {
    width: 80%;
    font-size: 16px;
    line-height: 18px;
  }

  #uberuns .container-fluid .intext {
    width: 100%;
  }

  #kontakt .container-fluid form {
    width: 90%;
  }

  #kontakt .container-fluid form .row input:not([type=checkbox]) {
    width: 100%;
  }

  #kontakt .container-fluid form button {
    width: 100%;
  }

  .home .container-fluid a {
    font-size: 14px;
  }

  .header .container-fluid #top-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    background: #E2474B;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .header .container-fluid #top-menu li a {
    font-size: 24px;
  }

  .header.scrollHeader .container-fluid #top-menu li a,
.header .container-fluid #top-menu li:hover a, .header .container-fluid #top-menu li.active a {
    color: #fff !important;
  }

  #products .container-fluid ul li:last-child h3 {
    margin-top: 20px;
    font-size: 16px;
  }

  #products .container-fluid ul li:last-child a {
    font-size: 12px;
  }

  #uberuns .container-fluid .intext {
    font-size: 14px;
    background: url("/images/uberuns2.png") no-repeat center center;
  }

  #products .container-fluid .title .text {
    width: 100%;
    font-size: 12px;
  }

  #products .container-fluid ul li .liheader img {
    width: 40px;
  }

  #products .container-fluid ul li .liheader h3 {
    font-size: 14px;
  }

  #products .container-fluid ul li .list p {
    font-size: 12px;
  }
}
/** menu **/
.checkbox label:after,
.radio label:after {
  content: "";
  display: table;
  clear: both;
}

.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 10px;
}

.radio .cr {
  border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type=checkbox],
.radio label input[type=radio] {
  display: none;
}

.checkbox label input[type=checkbox] + .cr > .cr-icon,
.radio label input[type=radio] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}

.checkbox label input[type=checkbox]:checked + .cr > .cr-icon,
.radio label input[type=radio]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
  font-size: 18px;
}

.checkbox label input[type=checkbox]:disabled + .cr,
.radio label input[type=radio]:disabled + .cr {
  opacity: 0.5;
}

@media only screen and (max-width: 435px) {
  .header .container-fluid h1 {
    width: 225px;
    height: 35px;
    background: url(/assets/img/logo2.png?v=5) no-repeat center center;
    background-size: 225px 35px;
  }
}

/*# sourceMappingURL=style.css.map */
