/* Freiburger Elements */
/* cabin-condensed-regular - latin */
@font-face {
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Cabin Condensed'), local('CabinCondensed-Regular'), url('../fonts/cabin-condensed-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/cabin-condensed-v13-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cabin-condensed-600 - latin */
@font-face {
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 600;
  src: local('Cabin Condensed SemiBold'), local('CabinCondensed-SemiBold'), url('../fonts/cabin-condensed-v13-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/cabin-condensed-v13-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cabin-condensed-500 - latin */
@font-face {
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 500;
  src: local('Cabin Condensed Medium'), local('CabinCondensed-Medium'), url('../fonts/cabin-condensed-v13-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/cabin-condensed-v13-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cabin-condensed-700 - latin */
@font-face {
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Cabin Condensed Bold'), local('CabinCondensed-Bold'), url('../fonts/cabin-condensed-v13-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/cabin-condensed-v13-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v20-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('../fonts/roboto-v20-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v20-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url('../fonts/roboto-v20-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v20-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('../fonts/roboto-v20-latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v20-latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('../fonts/roboto-v20-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-v20-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  font-family: 'Roboto';
  line-height: 1.5em;
}
main {
  border-top: 3px solid #f0f0f0;
}
a {
  /* Primary Color */
  color: #34b9f4;
    transition: all .3s;
}
a:hover, a:focus {
  /* Primary Color darker */
  color: #01A2C4;
}
a svg {
	height: 15px !important;
	width: 15px;
}
input:focus, optgroup:focus, select:focus, textarea:focus {
  border-color: #34b9f4;
}
button, .button, .buttonwrapper a, input[type='button'], input[type='reset'], input[type='submit'] {
  background-color: #DF002A;
  font-weight: 500;
  font-size: 1.1em;
  font-family: 'Cabin Condensed';
}
button:focus, .button:focus, .buttonwrapper a:focus, a:focus .buttoninlink, input[type='button']:focus, input[type='reset']:focus, input[type='submit']:focus, .link_button:hover, button:hover, .button:hover, .buttonwrapper a:hover, a:hover .buttoninlink, input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover {
  background-color: #ad0f2c;
  color: white;
}
h1, h2, h3, h4 {
  font-family: 'Cabin Condensed';
    line-height: 1.2em;
}
h1, h2 {
  font-size: 1.5em;
  margin-top: 1.5em;
}
h3 {
  font-size: 1.2em;
  color: #333;
}
h4 {
  font-size: 18px;
}
.w-heading > h1:before, .w-heading > h2:before, h1.page-title > span:before {
  width: 80px;
  content: "";
  background: #34b9f4;
  display: inline-block;
  position: absolute;
  height: 5px;
  top: -8px;
}
input[type='text'], input[type='email'], input[type='number'], input[type='tel'], input[type='password'], input[type='search'], optgroup, select, textarea {
  min-height: 45px;
  width:100%;
}
fieldset {
  background-color: transparent;
}
#block-freiburg-content ul, #block-freiburg-content ol {
  padding-left: 4%;
  display: flow-root;
  margin: 1% 0 2% 0;
}
ul {
  list-style-image: url('list-image-dash.png');
}
ol {
  list-style: none;
  counter-reset: li;
}
ol li::before {
  content: counter(li);
  color: #34b9f4;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
  font-family: 'Cabin Condensed';
  font-size: 1.5em;
  margin-top: 0.3em;
}
ol li {
  counter-increment: li
}
.w-montagsmenu button{
  margin-top: 15px;
}
/* Bilder */
.align-left {
  padding: 0 40px 40px 0;
  width: 50%;
  height: auto;
}
.align-right {
  height: auto;
  padding: 10px;
}
@media only screen and (max-width: 480px) {
  .align-left {
    padding: 0;
    width: 60%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 0 0 20px 0;
  }
  .align-right {
    padding: 0;
    width: 60%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 0 0 20px 0;
  }
}
#logo-size {
  width: 200px;
}
header {
  border-bottom: 5px solid #34b9f4;
  max-width: 100%;
}
header div {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 900px) {
	header div {
    margin: 0;
  }
}
.pager__item {
  list-style-image: none;
  margin-top: 40px;
}
/* Content when not in full width mode */
main {
  margin-bottom: 50px;
  border: none;
}

/* ## RADIO BUTTONS STYLEN */
.js-form-type-checkbox, .js-form-type-radio, .poll #edit-choice .js-form-item, .poll #edit-choice--2 .js-form-item, #edit-feedback-bogen--wrapper .js-form-item {
  position: relative;
  display: block;
  overflow: auto;
  width: 100%;
}
.js-form-type-checkbox label, .js-form-type-radio label, .poll #edit-choice .js-form-item label, .poll #edit-choice--2 .js-form-item label, #edit-feedback-bogen--wrapper .js-form-item label {
  display: block;
  background: lighten(#fcae2c, 30%);
  color: #444;
  border-radius: 5px;
  padding: 10px 20px 10px 30px;
  border: 2px solid lighten(#fcae2c, 20%);
  margin-bottom: 12px;
  cursor: pointer;
  position: relative;
  width: 100%;
  margin-top: 0;
}

.js-form-type-checkbox label::after, .js-form-type-checkbox label::before, .js-form-type-radio label::after, .js-form-type-radio label::before, .poll #edit-choice .js-form-item label::after, .poll #edit-choice .js-form-item label::before, .poll #edit-choice--2 .js-form-item label::after, .poll #edit-choice--2 .js-form-item label::before, #edit-feedback-bogen--wrapper .js-form-item label::after, #edit-feedback-bogen--wrapper .js-form-item label::before {
  content: "" !important;
  position: absolute;
  left: 0;
  top: 11px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: #efefef;
  box-shadow: inset 0px 0px 0px 1px #333;
}
.forum .js-form-type-checkbox label::after, .forum .js-form-type-checkbox label::before, .forum .js-form-type-radio label::after, .forum .js-form-type-radio label::before {
    background-color: #cccccc;
}

.js-form-type-checkbox label::before, .js-form-type-radio label::before, .poll #edit-choice .js-form-item label::before, .poll #edit-choice--2 .js-form-item label::before, #edit-feedback-bogen--wrapper .js-form-item label::before {
  background-color: transparent !important;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  z-index: 2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 0;
  height: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
input[type="checkbox"], input[type="radio"], .poll #edit-choice input[type="radio"], .poll #edit-choice--2 input[type="radio"], #edit-feedback-bogen--wrapper .js-form-item input[type="radio"] {
  display: none;
  position: absolute;
  width: 100%;
  appearance: none;
}
.beitragsrechner-block input[type="checkbox"], .beitragsrechner-block input[type="radio"] {
  display: block;
  position: relative;
  width: auto;
}
input[type="checkbox"]:checked + label, input[type="radio"]:checked + label, .poll #edit-choice input[type="radio"]:checked + label, .poll #edit-choice--2 input[type="radio"]:checked + label, #edit-feedback-bogen--wrapper .js-form-item input[type="radio"]:checked + label {
  background: lighten(#fcae2c, 15%);
  animation-name: blink;
  animation-duration: 1s;
}
input[type="checkbox"]:checked + label::after, input[type="radio"]:checked + label::after, .poll #edit-choice input[type="radio"]:checked + label::after, .poll #edit-choice--2 input[type="radio"]:checked + label::after, #edit-feedback-bogen--wrapper .js-form-item input[type="radio"]:checked + label::after {
  background-color: #34b9f4 !important;
}
input[type="checkbox"]:checked + label::before, input[type="radio"]:checked + label::before, .poll #edit-choice input[type="radio"]:checked + label::before, .poll #edit-choice--2 input[type="radio"]:checked + label::before, #edit-feedback-bogen--wrapper .js-form-item input[type="radio"]:checked + label::before {
  width: 20px;
  height: 20px;
  box-shadow: 0 0 0 #737373;
}
@keyframes blink {
  0% {
    background-color: lighten(#fcae2c, 15%);
  }
  10% {
    background-color: lighten(#fcae2c, 15%);
  }
  11% {
    background-color: lighten(#fcae2c, 20%);
  }
  29% {
    background-color: lighten(#fcae2c, 20%);
  }
  30% {
    background-color: lighten(#fcae2c, 15%);
  }
  50% {
    background-color: lighten(#fcae2c, 20%);
  }
  45% {
    background-color: lighten(#fcae2c, 15%);
  }
  50% {
    background-color: lighten(#fcae2c, 20%);
  }
  100% {
    background-color: lighten(#fcae2c, 15%);
  }
}
input[type="checkbox"], input[type="radio"], .poll #edit-choice input[type="radio"], .poll #edit-choice--2 input[type="radio"], #edit-feedback-bogen--wrapper .js-form-item input[type="radio"] {
  -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
  -moz-appearance: checkbox; /* Firefox */
  -ms-appearance: checkbox;
  float: left;
  margin: 6px 11px 10px 0;
}
.poll #edit-choice .js-form-item label::before, .poll #edit-choice .js-form-item label::after,
.poll #edit-choice--2 .js-form-item label::before, .poll #edit-choice--2 .js-form-item label::after {
  top: 16px;
}
/* Radio buttons ende */

/*webform errors*/

.webform-ajax-form-wrapper .error {
    
  border-left: #df002a solid 3px !important;
}

.webform-ajax-form-wrapper  .error + label::after {
    border: #df002a solid 2px;
}