/*border-radius*/
/*
	.container-with-floated-children {
	  @extend %clearfix;
	}
*/
/**
 *
   a {
	  color: gray;
	  @include transition(color .3s ease);
	  &:hover {
	    color: black;
	  }
	}
 *
 */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: normal 14px/1.2em "DekaFrutiger W01 45 Light", Arial, sans-serif;
  color: #003745;
  margin: 0;
  padding: 20px 40px;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal;
}

/*!
* This CSS resource incorporates links to font software which is the valuable copyrighted
* property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
* redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
* Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com
*/
@font-face {
  font-family: "DekaFrutiger W01 45 Light";
  src: url("../fonts/b58e19da-2e56-4dc6-bab3-a4fc9f4acd31.eot?#iefix");
  src: url("../fonts/b58e19da-2e56-4dc6-bab3-a4fc9f4acd31.eot?#iefix") format("embedded-opentype"), url("../fonts/06098ab6-7521-46ba-a744-8ffc7b88de5e.woff") format("woff"), url("../fonts/6296f9bc-b8da-472a-9a94-711fd917c296.ttf") format("truetype"), url("../fonts/7b266387-159d-459f-9598-77f881f80481.svg#7b266387-159d-459f-9598-77f881f80481") format("svg");
}
@font-face {
  font-family: "DekaFrutiger W01 55 Regular";
  src: url("../fonts/407bf3a3-1104-47a2-a9c5-ce5ec3561d5a.eot?#iefix");
  src: url("../fonts/407bf3a3-1104-47a2-a9c5-ce5ec3561d5a.eot?#iefix") format("embedded-opentype"), url("../fonts/c21bc1e5-a24a-4d1d-8505-95144c8c12ff.woff") format("woff"), url("../fonts/263c1229-58e9-4d96-8ab7-6579d3bf5dfe.ttf") format("truetype"), url("../fonts/adae365a-4c8a-4706-89b8-3c698a5e3fe3.svg#adae365a-4c8a-4706-89b8-3c698a5e3fe3") format("svg");
}
@font-face {
  font-family: "DekaFrutiger W01 75 Bold";
  src: url("../fonts/1481aa94-c523-4c52-a873-c5edae576ac6.eot?#iefix");
  src: url("../fonts/1481aa94-c523-4c52-a873-c5edae576ac6.eot?#iefix") format("embedded-opentype"), url("../fonts/4858fe6b-7278-4750-9557-78ba37952861.woff") format("woff"), url("../fonts/1841d5e7-125f-42ab-b2ee-4645b4e27020.ttf") format("truetype"), url("../fonts/2bc9f7c7-65c8-4246-9116-42b487849f72.svg#2bc9f7c7-65c8-4246-9116-42b487849f72") format("svg");
}
#beratung-wrapper #beratung-body #content-left-wrapper {
  position: relative;
  width: 40%;
  padding: 0 40px 0 0;
  margin: 0;
  float: left;
}
@media (max-width: 767px) {
  #beratung-wrapper #beratung-body #content-left-wrapper {
    width: 100%;
    padding: 0;
    float: none;
  }
}
#beratung-wrapper #beratung-body #beratung-form-suchergebnis {
  padding: 0 0 15px 0;
}

.search-button {
  display: inline-block;
  margin-top: 20px;
  padding: .5em 10px;
  text-align: center;
  line-height: 1em;
  color: #FFFFFF;
  border: 1px solid #FF0000;
  background-color: #FF0000;
  font-family: "DekaFrutiger W01 75 Bold", Arial, sans-serif;
  margin-top: 38px;
  margin-top: 0.5rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -ms-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.search-button:hover {
  background-color: #FFFFFF;
  color: #FF0000;
  outline: none;
  cursor: pointer;
}

.form p {
  font-family: "DekaFrutiger W01 75 Bold", Arial, sans-serif;
  margin-top: 0.5em;
  margin-bottom: 0.4em;
}
.form input {
  width: 100%;
}
.form .search-button {
  font-family: "DekaFrutiger W01 75 Bold", Arial, sans-serif;
  float: right;
  width: auto;
  margin: 8px -1px 0 0;
}

input, textarea, select {
  vertical-align: middle;
  color: #003745;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input {
  background-color: #f4f1eb;
  border: 0;
  border-bottom: 4px solid #dad2bd;
  color: #003745;
  margin: 4px 4px 0 0;
  line-height: 28px;
  height: 30px;
  padding: 0 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: border-color 0.15s linear;
  -moz-transition: border-color 0.15s linear;
  -ms-transition: border-color 0.15s linear;
  -o-transition: border-color 0.15s linear;
  transition: border-color 0.15s linear;
}
input:focus {
  border-bottom-color: #FF0000;
  outline: none;
}

h1 {
  font-family: "DekaFrutiger W01 45 Light", Arial, sans-serif;
  font-size: 20px;
  float: left;
  padding-top: 8px;
}

h2 {
  font-family: "DekaFrutiger W01 75 Bold", Arial, sans-serif;
  font-size: 14px;
  margin-top: 0.5em;
  margin-bottom: 0.4em;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}

.preamble {
  margin-top: 16px;
  font-family: "DekaFrutiger W01 75 Bold", Arial, sans-serif;
}

.sparkassen-finder {
  display: block !important;
}
.sparkassen-finder-footer {
  position: absolute;
  bottom: 40px;
  clear: both;
}
@media screen and (max-height: 410px) {
  .sparkassen-finder-footer {
    position: static;
    padding-top: 60px;
  }
}
@media screen and (max-height: 700px) and (max-width: 767px) {
  .sparkassen-finder-footer {
    position: static;
    padding-top: 30px;
  }
}
.sparkassen-finder .logo {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 20px;
}
@media (max-width: 380px) {
  .sparkassen-finder .logo {
    position: static;
  }
}
.sparkassen-finder .logo + h1 {
  padding-left: 60px;
}
@media (max-width: 380px) {
  .sparkassen-finder .logo + h1 {
    padding-left: 0;
  }
}
.sparkassen-finder .header {
  width: 100%;
  clear: both;
  display: inline-block;
  position: relative;
}

.search-result-container {
  width: 60%;
  float: left;
}
@media (max-width: 767px) {
  .search-result-container {
    margin-top: 30px;
    width: 100%;
    float: none;
  }
}

a {
  font-family: "DekaFrutiger W01 55 Regular", Arial, sans-serif;
  color: #003745;
  text-decoration: none;
  background-image: url("../images/arrow-xs-primary.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 20px;
}
a:hover {
  color: #FF0000;
}
a.beratung-link {
  padding-right: 15px;
}
