@charset "utf-8";
/*****************************************************************
MEDIA QUERIES
*****************************************************************/
@import url(max480.css) (max-width: 480px);
@import url(max768.css) (max-width: 768px);
@import url("min992.css") (min-width: 992px);

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/Open_Sans/static/OpenSans/OpenSans-Regular.ttf);
    /*font-weight: normal;*/
}

@font-face {
    font-family: 'Josefin Sans';
    src: url(../fonts/Josefin_Sans/static/JosefinSans-Regular.ttf);
    /*font-weight: normal;*/
}
/*****************************************************************
BASE CSS
*****************************************************************/

DIV.csc-textpic .csc-textpic-imagewrap FIGURE,
DIV.csc-textpic FIGURE.csc-textpic-imagewrap,
FIGCAPTION.csc-textpic-caption {
    display: block;
}
DIV.csc-textpic-left .csc-textpic-imagewrap {
    float: none;
}
DIV.csc-textpic DIV.csc-textpic-imagecolumn {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.csc-default {clear: both;}





* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  line-height: 1.62857;
  
}


body {
background-image: url(../images/pap-bg.jpg);
background-repeat: repeat; 
}

main {
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
  color: #d24335;
  font-family: 'Josefin Sans', sans-serif;
}

.hausname {
  line-height: 0.2 !important;
}

main > div {
  padding: 15px;
}

header {
	position: relative;
}

#logo {
	position: absolute;
	top: 2em;
	left: 0px;
	color: #FFFFFF;
  background-image: linear-gradient(to right, #fff 50%, transparent 100%);
  padding: 0 60px 0 40px;
}

.img-border {
  background-color: #fdfdfd;
  padding: 5px 5px 1px 5px;
}

.navbar-default {
  background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
}


nav a{
 font-size: 23px !important;
font-family: 'Josefin Sans', sans-serif !important;
}


footer .container-fluid {
  background: #fff;
  /*background: #fff url(/fileadmin/MEMBERS_T110/images/3.jpg) repeat; */
}


footer .web {
background-color: #941035;
color: #ffffff;
}


footer .row  {
  padding: 0 30px;
}


footer .web a{
 color: #fff;
}

.navbar {
  border-radius: 0px;
}

footer .btn {
	margin-bottom: 10px;
}

.img-responsive {
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.csc-textpic-imagewrap {
  float: none !important;
}

figcaption {
    padding: 3px;
    font-size: small;
    background: #FCF9F2;
}

.padding-v-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

span.message {
    color: #C9302C;
    font-style: italic;
    font-size: small;
    padding-left: 5px;
}

.footerunten {
  padding: 15px 0;
  border-top: 1px solid #C3B7A6;
}

/**********************
 *iconbar
 **********************/

.icon-bar {
  background-color: #941035 !important;
}

.navbar-toggle {
  border-color: #941035 !important;
}

.navbar-toggle:hover {
  background-color: #f9f9f9 !important;
}

/********************
* Cookiebar
*********************/

#cookiebar {
  position:fixed;
  left:0;
  bottom:0;
  /*height:40px;*/
  width:100%;
  background-color:#313A45;
  padding: 10px 0;
  text-align:center;
  font-size:13px;
  color:#ffffff;
  line-height:24px;
  display: none;
  z-index: 999;
}

#cookiebar span {
  margin-right:1em;
  color: #eee;
}

#cookiebar button {
  height:26px;
  padding:0 12px;
  border:none;
  background-color: #E74B37; /*#4ea55e;*/
  color:#ffffff;
  cursor:pointer;
  font-weight:bold;
  line-height:26px;
}

#cookiebar a {
  margin-left:1em;
  color:#ffffff;
  text-decoration:underline;
}

#cookiebar a:hover {
  text-decoration:none
}
