/*open sans: 300, 400, 600, 700, 800'*/
/* hellblau: #1899C8 */
/* blau #cdd6dc */
/* rot: #fb0d1b */
/* orange: #d2491b */
/* grau: #555555*/
/* bgorange2: #f9eee5 */

body{ font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 16px; }

header { padding: 30px 0 30px 0; /*border-bottom: 2px solid #d2491b;*/}

.topbild { /*border-bottom: 2px solid #d2491b;*/ width: 100%;  }

.inhalt {padding: 100px 0 30px 0;}

.sidebar { border-right: 1px solid #ccc; padding-right: 10px; }

.butblock { margin-bottom: 50px; }

.but { margin-bottom: 15px; }

.bgorange1 { background-color: #d2491b; }

.bgblau { background-color: #dbe0e4; font-weight: 400; }

.textbox { padding: 15px; }

.tmp {-webkit-transition: all 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);}

/* Text */

.sidebarheadline { color:#d2491b; font-size: 1.4em; font-weight: 600; padding: 10px 0; margin:0 0;}

.headline { font-size: 1.5em; color: #d2491b; font-weight: 600; padding: 0 10px 0 0; text-align: right; }

h1 { color:#fff; font-size: 2.0em; font-weight: 700; padding: 50px 0; margin:0 0; }

h2 { color:#333; font-size: 1.4em; font-weight: 600; padding: 10px 0; margin:0 0;  text-transform: uppercase; }

h3 { color:#666; font-size: 1.4em; font-weight: 600; padding: 10px 0; }

h4 { color:#ddd; font-size: 2.0em; font-weight: 700; padding: 10px 0; margin:0 0;}

h5 { color:#ddd; font-size: 1.1em; font-weight: 300;}

span {color: #cc0000; font-weight: 600; font-size: 1.1em;}

small { font-size: 0.7em; }

p { color:#666633; font-size: 1.2em; padding: 5px 0;}

p a { color:#d2491b; font-weight: 400;}

.inhalt ul { list-style: square; padding-left: 20px;}

.inhalt ol { padding-left: 20px;}

li { color:#666633; font-size: 1.1em; }

.navbar-default .navbar-nav > li > a { font-weight: 300; color: #555; font-size: 1.2em ;  }

.navbar-default .navbar-nav > li > a:hover { color: #d2491b; }

.navbar-default{ padding: 0 0;}

.navbar-toggle .icon-bar {
  display: block;
  color: #ccc;
  width: 28px;
  height: 4px;
  border-radius: 1px;
}

.navbar-toggle {
  position: relative;
  float: left;
  padding: 9px 10px;
  margin-top: 8px;
  margin-left: 20px;
  margin-bottom: 8px;
  background-color: #ccc;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-default .navbar-nav .hotline a { color: #d2491b; text-decoration: none;}

.inhalt .hotline a { color: #d2491b; text-decoration: none;}

.teiler { margin: 30px 0;}


/* bilder */

.bild-links{ margin: 0 10px 0 0;}

.icon { margin-bottom: 10px;}

footer{ padding-top: 20px; background-color: #555;}

footer p{ color:#ddd; font-size: 1.2em; font-weight: 300;}

footer p a{ color:#ddd; font-weight: 300;}

footer p a:hover{ color:#fb0d1b; }

footer .footerheadline { color:#d2491b; font-size: 2.6em; font-weight: 700; padding: 0 0; margin:0 0;}

footer ul { list-style: square; padding-left: 20px; }

footer ul li { color: #fff; }

footer ul li a { color: #fff; font-weight: 300; }

footer ul li a:hover { color:#fb0d1b; }


.equalheight {
  display: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  }
  
 .equal {
  flex: 0 0 1;
 }

 @media (max-width: 767px) {
 .equalheight {
    display: block;
 }
 }