body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 50px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 2px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        left: 4px;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0; }
  .contao-cookiebar .cc-inner {
    max-width: 750px; } }

@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.75); } }

@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75); }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden; } }

@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); } }

@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); } }

.contao-cookiebar {
  color: #444444; }
  .contao-cookiebar p {
    color: #868686;
    line-height: 1.4; }
  .contao-cookiebar .cc-inner {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff; }
  .contao-cookiebar .cc-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 10px; }
    .contao-cookiebar .cc-group > label {
      flex-grow: 1;
      margin: 5px 0 5px 10px; }
    .contao-cookiebar .cc-group .cc-detail-btn {
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      padding: 8px 10px;
      line-height: 1.2rem; }
      .contao-cookiebar .cc-group .cc-detail-btn span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn:hover {
        color: #717171; }
    .contao-cookiebar .cc-group .cc-detail-btn-details {
      display: inline-block;
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      text-decoration: underline;
      padding: 0;
      margin: 0 0 10px; }
      .contao-cookiebar .cc-group .cc-detail-btn-details span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn-details:hover {
        color: #717171; }
  .contao-cookiebar .cc-cookies {
    display: none;
    width: 100%;
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .contao-cookiebar .cc-cookies > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
        font-weight: 600; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px;
        word-wrap: break-word; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc > p {
      margin-bottom: 0; }
    .contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .contao-cookiebar .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
    text-align: center; }
  .contao-cookiebar .cc-info {
    margin-top: 15px; }
    .contao-cookiebar .cc-info > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .contao-cookiebar .cc-info > a:hover {
        color: #717171; }
      .contao-cookiebar .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #475253;
    width: 100%;
}

#main .inside {
    padding: 2em 0 1em 0;

}

h1 {
    font-family: 'Poiret One', cursive;
    font-size: 3em;

    color: #666666;
    line-height: normal;
    transition: all 0.30s linear 0s;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h1.ce_headline {
    margin: 0.5em auto 0.5em auto;
    max-width: 1200px;
    padding-top: 0;
    padding-bottom: 0;

}



h2 {
    /*	font-family: 'Kalam', cursive;*/
    font-family: 'Poiret One', cursive;
    font-size: 2.5em;
    color: #000;
    transition: all 0.30s linear 0s;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}


.css-blog {

    /*padding-bottom: */

}


.wissenswertes-css h2 {
    text-align: left;
    margin-top: 1.5em;
}

.wissenswertes-css #container .mod_article {
    padding-bottom: 1em;
}


.wissenswertes-link {
    padding-top: 2em;
    padding-bottom: 2em;
    font-style: italic;
}

.wissen-beschreibung {
    padding-top: 2em;
    padding-bottom: 2em;
}

.fachbuch .wissenswertes-link {
    margin-bottom: 156px;
}

.ce_hyperlink a {
    line-height: 1.5em;

}


.toggler {
    font-size: 1.3em;
    color: #fff;
    line-height: 2em;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 1em;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #999;
    transition: all 0.30s linear 0s;
}

.toggler:hover {
    cursor: pointer;
    background-color: #5D5D5D;
}

.ui-accordion-content {
    padding-bottom: 1em;

}

.gestaltung h2 {
    font-size: 1.1em;
    font-weight: 300;
    font-style: italic;
}

h3,
.css-blog .ce_comments h2 {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-size: 1.2em;
    line-height: normal;
    font-weight: bold;
    transition: all 0.30s linear 0s;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 300;
    font-style: normal;
    transition: all 0.30s linear 0s;

}

a {
    color: #807157;
    text-decoration: none
}

.start-projektassistenz p {
    padding-top: 0px;
}

.start-projektassistenz p,
.start-projektassistenz h3 {

    padding-bottom: 20px;

}

#unser-service p {
    padding-top: 0px;
}

#unser-service h3 {
    padding-bottom: 0px;

}


.textspalten-2 p {
    -webkit-columns: 300px 2;
    -moz-columns: 300px 2;
    columns: 300px 2;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
    -webkit-column-rule: 1px dotted #f5e4c6;
    -moz-column-rule: 1px dotted #f5e4c6;
    column-rule: 1px dotted #f5e4c6;
    margin-bottom: 36px;

}

.textspalten-2-test {
    -webkit-columns: 300px 2;
    -moz-columns: 300px 2;
    columns: 300px 2;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
    -webkit-column-rule: 1px dotted #f5e4c6;
    -moz-column-rule: 1px dotted #f5e4c6;
    column-rule: 1px dotted #f5e4c6;
    margin-bottom: 36px;

}


.textspalten-3 p {
    -webkit-columns: 300px 3;
    -moz-columns: 300px 3;
    columns: 300px 3;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
    -webkit-column-rule: 1px dotted #f5e4c6;
    -moz-column-rule: 1px dotted #f5e4c6;
    column-rule: 1px dotted #f5e4c6;
    margin-bottom: 36px;

}

#header {
    box-shadow: 7px 0 7px 9px rgba(0, 0, 0, 0.1);


}

.titelbild {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 1800px;
    height: auto;
    margin: 0 auto;
}

.logo-projektassistenz {
    position: absolute;
    top: 180px;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    clear: both;
    transition: all 0.30s linear 0s;
}

.logo-projektassistenz .image_container {
    position: relative;
    width: 300px;
    height: auto;
    margin: 0 auto;
    clear: both;
    overflow: visible;
    transition: all 0.30s linear 0s;
    text-align: center;

}




.logo-projektassistenz img {
    border: none;

}

#container .ce_text ul li,
#container .ce_text ol li {
    display: list-item;
    line-height: 1.5rem;
    font-size: 1.1rem;
    margin-left: 36px;
    text-align: match-parent;
    font-weight: 300;
}

#container .ce_text ul li {
    list-style-type: square;

}

#container .ce_text ol li {
    list-style-type: decimal;
}

#container .ce_text ul li ul li {
    margin-left: 24px;
    list-style-type: "− ";
}

.ornament,
.ornament-weiss {
    text-align: center;
    padding-bottom: 24px;
}




#unser-service .devise p {
    font-size: 1.8em;
    line-height: normal;
    font-weight: 300;
    transition: all 0.30s linear 0s;
    color: #690;
    text-align: center;
    font-style: italic;
    padding-top: 16px;
}



/* seite-partner-kooperationen############################################################*/

.seite-partner-kooperationen h1 {
    padding-bottom: 48px;
}

#partner-kooperationen {
    padding-bottom: 5em;
}

#partner-kooperationen .sp-1-1 {
    padding-top: 2em;
    padding-bottom: 2em;
    width: 80%
}

#partner-kooperationen figure {
    width: 30%;
    text-align: center;
}


#partner-kooperationen .trennstreifen {
    text-decoration: none;
    border-top: thin dotted #f5e4c6;

}


/* pflege-von-loseblattsammlungen############################################################*/

#pflege-von-loseblattsammlungen h1 {
    margin-bottom: 12px;
    margin-top: 1em;
}

#pflege-von-loseblattsammlungen .sonder-breite-text p {
    width: 75%;
    padding-top: 48px;
    transition: all 0.30s linear 0s;

}

#pflege-von-loseblattsammlungen .image_container {
    text-align: center;
}

#pflege-von-loseblattsammlungen .caption {
    font-size: 0.9em;
    color: #999999;
    font-style: italic;
    line-height: 1.5em;
}

/* Blog ############################################################*/

.css-blog {}


.css-blog .layout_latest {
    overflow: hidden;
    padding: 1em 2em;
    position: relative;
    margin-bottom: 2em;
    border-top: thin dotted #f5e4c6;
    border-bottom: 2px solid #f5e4c6;
    background-color: #F9F9F9;
}

.css-blog .sp-4-3 h1 {
    text-align: left;

}

.css-blog .layout_latest h2,
.css-blog .mod_newsreader h2 {
    text-align: left;
    margin-top: 0.5rem;
}

.css-blog .menue-archive h3,
.css-blog .mod_newsmenu h3 {
    padding-top: 0;
}

.css-blog .layout_latest .info,
.css-blog .mod_newsreader .info {
    font-size: 0.9rem;
    padding-bottom: 1em;
    font-weight: bold;
}


.css-blog .layout_latest .image_container,
.css-blog .mod_newsreader .image_container {

    padding-right: 2em;
}

.css-blog .layout_latest img,
.css-blog .mod_newsreader img {
    border: 0;
    padding-bottom: 0;
}





.css-blog .mod_newsmenu {}

.css-blog #container .mod_newsmenu ul {
    display: block;
    width: 100%;
}



.css-blog #container .mod_newsmenu ul li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    list-style-type: none;
    line-height: 1.2rem;
}

.css-blog #container .mod_newsmenu ul li a:link,
.css-blog #container .mod_newsmenu ul li.year span {
    display: block;
    padding: 3px 5px 3px 5px;
    background-color: #f5e4c6;
}

.css-blog #container .mod_newsmenu ul li span.active {
    padding: 3px 5px 3px 5px;
}

.css-blog #container .mod_newsmenu ul li a:hover,
.css-blog #container .mod_newsmenu ul li ul li a:hover {
    background-color: #F4F4F4;
}

.css-blog #container .mod_newsmenu ul li ul {
    padding: 0rem;
}

.css-blog #container .mod_newsmenu ul li ul li {
    padding: 0;
    margin: 0;
}

.css-blog #container .mod_newsmenu ul li ul li a:link {
    background-color: #fff;
}


/* CTA-Button ############################################################*/

.cta-button {

    background-color: #faeed8;
    border: none;
    margin: 4em 0.2em 3em 0.3em !important;
    padding: 2em !important;

}

.cta-button a {
    display: block;

}



/* formulare############################################################*/

#kontaktformular .sp-2-1 {
    padding-left: 10%;
    padding-right: 10%;
}


form p.error {
    color: #FF3300;

}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}

/* remove standard-styles */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
}




input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select,
label {
    margin: 5px 0 5px 0;
    padding: 8px 5px 0px 5px;
    font-size: 1.2em;
    line-height: 2.0em;
    color: #999999;
    -moz-box-sizing: border-box;
    display: inline-block;
    transition: all 0.30s linear 0s;
    width: 100%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #807157;
    border-right-color: #807157;
    border-bottom-color: #807157;
    border-left-color: #807157;
    font-style: italic;
    font-weight: 300;
}

label {
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    border-top-style: dotted;
    border-right-style: dotted;
    border-bottom-style: dotted;
    border-left-style: dotted;
    padding-top: 16px;
}


input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    outline: 0 none;
    background-attachment: scroll;
    background-color: #f5e4c6;
    color: #000;
    opacity: 1;
}

label {
    font-size: 0.9em;
    line-height: 1.5em;
    display: block;
}



input.captcha {
    width: 50px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.captcha_text {
    color: #638200;
}

.captcha_text {
    padding-left: 4px;
    font-size: 0.9em;
    line-height: 1.5em;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;

}

input[type="submit"] {
    margin-top: 16px;
    width: 100%;
    background-color: #f5e4c6;
    line-height: 3em;
    color: #807157;
    transition: all 0.30s linear 0s;
    border: 1px solid #66573e;
}


input[type="submit"]:hover {
    background-color: #807157;
    color: #fff;

}

#kontakt-formular fieldset {
    margin: 1em 0 2em 0;
    padding: 1em;
    border: 1px solid #807157;
}

#kontakt-formular fieldset legend {
    display: inline !important;
}

#kontakt-formular fieldset #ctrl_64 {
    margin: 0;
    padding: 0.5em;
    border: 0;
}

#kontakt-formular fieldset #ctrl_64 span label {
    display: inline;
    padding-left: 1em;
    border: 0;
}




button[type="submit"] {
    margin-top: 3em;
    padding-right: 3em;
    padding-left: 3em;
    background-color: #f5e4c6;
    line-height: 3em;
    color: #000;
    transition: all 0.3s linear 0s;
    border: 1px solid #EBCA8B;
}

button[type="submit"]:hover {
    background-color: #EBCA8B;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

#com_tl_content_2358 label {
    border: none;
    font-style: italic;
    font-weight: 300;
    font-size: 1.2em;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;

}

#ctrl_notify_2358 {
    margin-top: 2em;
}

#opt_notify_2358_0 {
    margin-top: 0.8em;

}

#lbl_notify_2358_0 {

    position: relative;
    float: right;
    width: 95%;

}

.comment_default {
    background-color: #F9EFDD;
    border-radius: 10px;
    display: block;
    font-style: italic;
    padding: 2%;
    margin-bottom: 2em;
}

.tl_confirm {
    padding-bottom: 3em;
}




/* footer ############################################################*/

#footer {
    /*	background-image: url(../../files//hg/kachel.jpg);
	background-repeat: repeat;
	background-position: center 0px;
	box-shadow: 0 0 7px 9px rgba(0, 0, 0, 0.1);	*/
    background-color: #f5e4c6;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    border-left-color: #FFF;
    min-height: 1px;
}

#footer .logo-projektassistenz {
    position: relative;
    top: 0;
    width: 300px;
    height: auto;
    margin: 0 auto;
    clear: both;
}

#footer .logo-projektassistenz {
    padding: 2em 0;


}

#footer .inside {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#footer .nach_oben_link {
    background: none repeat scroll 0 0 #EF8600;
    bottom: 60px;
    position: fixed;
    right: 0;
    width: 100px;
    z-index: 100;
}

#footer .nach_oben_link a {
    color: #FFFFFF;
    display: block;
    padding: 5px;
    text-decoration: none;
}


.webdesignby {
    text-align: right;
}

.fuss-copyright p {
    font-size: 0.9em;
    color: #494948;
    font-weight: 300;
    padding-top: 10px;
}

.fuss-copyright a {
    color: #494948;
    font-weight: 300;
    padding-top: 10px;
    text-decoration: none;
    font-style: italic;
}

.fuss-copyright a:hover {
    color: #333333;
}

/* Spaltensets /////////////////////////////*/
.artikel-sp8,
.artikel-sp7,
.artikel-sp6,
.artikel-sp5,
.artikel-sp4,
.artikel-sp3,
.artikel-s2,
.artikel-s1,
#main .inside {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border: 0px dotted #666;
}







.sp-1-1 {
    max-width: 1200px;
    margin: 0 auto;
    border: 0px dotted #666;
}


.sp-2-1 {
    width: 50%;
    border: 0px dotted #666;
}

.sp-3-1 {
    width: 33.3333%;
    border: 0px dotted #666;


}

.sp-3-2 {
    width: 65%;
    border: 0px dotted #666;
}

.sp-4-1 {
    width: 25%;
}

.sp-4-3 {
    width: 73%;
}

.sp-8-1 {
    width: 12.5%;
    border: none;
}



.sp-6-1 {
    width: 16.66%;
    border: none;
}


.sp-3-1,
.sp-3-2,
.sp-2-1,
.sp-1-1,
.sp-4-1,
.sp-4-2,
.sp-4-3,
.sp-6-1,
.sp-8-1 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.sp-6-1,
.sp-8-1,
.sp-4-1,
.sp-4-3,
.sp-3-1,
.sp-3-2,
.sp-2-1 {
    float: left;
}

#kontaktformular .sp-2-1,
#kontaktformular .sp-1-1 {
    padding-left: 24px;
    padding-right: 24px;
}

/* Spaltensets ende /////////////////////////////*/

.gerade {
    display: none;
}

.ungerade {
    display: block;
}

.abstand-klein-24 {
    height: 24px;
    width: 100%;
    font-size: 1px;
    position: relative;
    clear: both;
    float: left;
}

.text-rechts {
    text-align: right;
}

.text-rechts a {
    border: 1px dotted #f5e4c6;
    line-height: 2.5em;
    font-weight: 700;
    overflow: hidden;
    padding: 1em 0em 1em 4em;
    width: 50%;
}

.text-sonderformat a {
    border: 0;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 2.5em;
    overflow: hidden;
    padding: 9px 15px 9px 0;
    text-align: center;
}

.text-sonderformat p {
    font-size: 0.9em;
    text-align: center;

}

/* ////////////////////////////////////////////////*/
/* ueber-uns /////////////////////////////*/

#ueber-uns {
    display: flex;
    flex-wrap: wrap;
}

#ueber-uns h2 {
    text-align: left;
    margin-top: 0.5em;
}

.inhalt-vert-mittig {
    display: flex;
    align-items: center;
    padding-top: 1em;
    padding-left: 2em;
    padding-bottom: 1em;
}



/* ////////////////////////////////////////////////*/
/* Sonderformatierung /////////////////////////////*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.clearfix:after {
    clear: both;
}

.center-ausrichtung {
    float: none;
    text-align: center;
}

.spanAbstandhalter-2 {
    display: block;
    float: left;
    width: 150px;
    padding-right: 0.5em;
}

.height-8 {
    clear: both;
    width: 100%;
    height: 8px;
}

/* zitat ############################################################*/

.zitat {
    background-color: #999;
    margin-top: 3em;
    margin-bottom: 4em;
}

.zitat p,
.zitat h2 {
    color: #fff;
    text-align: center;
}




/* zitat - Ende ############################################################*/

.padding-bottom-1 {
    padding-bottom: 1em;
}

.padding-bottom-2 {
    padding-bottom: 2em;
}

.padding-bottom-3 {
    padding-bottom: 3em;
}

.padding-bottom-4 {
    padding-bottom: 4em;
}

.padding-bottom-5 {
    padding-bottom: 5em;
}

.margin-bottom-3 {
    margin-bottom: 3em;
}

.pt2 {
    padding-top: 2em;
}


.pb2 {
    padding-bottom: 2em !important;
}


.pt3 {
    padding-top: 3em;
}

.pb3 {
    padding-bottom: 3em;
}


.pt4 {
    padding-top: 4em;
}


.pb4 {
    padding-bottom: 4em;
}


.pb5 {
    padding-bottom: 5em;
}


/* poiret-one-regular - latin */
@font-face {
    font-family: 'Poiret One';
    font-style: normal;
    font-weight: 400;
    src: url('../../files/fonts/poiret-one-v12-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../../files/fonts/poiret-one-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../../files/fonts/poiret-one-v12-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../../files/fonts/poiret-one-v12-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../../files/fonts/poiret-one-v12-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../../files/fonts/poiret-one-v12-latin-regular.svg#PoiretOne') format('svg');
    /* Legacy iOS */
}

/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../../files/fonts/open-sans-v28-latin-300.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../../files/fonts/open-sans-v28-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../../files/fonts/open-sans-v28-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../../files/fonts/open-sans-v28-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('../../files/fonts/open-sans-v28-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../../files/fonts/open-sans-v28-latin-300.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../../files/fonts/open-sans-v28-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../../files/fonts/open-sans-v28-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../../files/fonts/open-sans-v28-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../../files/fonts/open-sans-v28-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../../files/fonts/open-sans-v28-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../../files/fonts/open-sans-v28-latin-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../../files/fonts/open-sans-v28-latin-600.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../../files/fonts/open-sans-v28-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../../files/fonts/open-sans-v28-latin-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../../files/fonts/open-sans-v28-latin-600.woff') format('woff'),
        /* Modern Browsers */
        url('../../files/fonts/open-sans-v28-latin-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../../files/fonts/open-sans-v28-latin-600.svg#OpenSans') format('svg');
    /* Legacy iOS */
}
@charset "utf-8";
/* CSS Document */

#mobile-menu-44 {}


.mobile_menu .inner {
	background: #e0e0e0;
	padding: 20px 0;

}



.mobile_menu,
.mobile_menu li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}


.mobile_menu li {
	position: relative;
}



.mobile_menu li::after {
	width: auto;
	margin-left: 20px;
	position: relative;
	left: auto;
}

.mobile_menu li::after {
	content: '';
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.mobile_menu li::after {
	border-color: rgba(0, 0, 0, 0.1);
}

.mobile_menu ul li a,
.mobile_menu ul li strong {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	line-height: 20px;
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0;
	color: rgba(0, 0, 0, 0.6);

}

.mobile_menu ul li a:not(:only-child)::after,
.mobile_menu ul li a:visited:not(:only-child)::after {
	padding-left: 4px;
	content: " ▾";
}

.mobile_menu ul li a:hover {
	background: rgba(255, 255, 255, 0.6);
}

.mobile_menu ul li strong {
	background: rgba(255, 255, 255, 0.6);
	font-weight: normal;
}


.mobile_menu a,
.mobile_menu a:hover {
	text-decoration: none;
}

.mobile_menu ul li ul li a,
.mobile_menu ul li ul li strong {
	padding-left: 30px;

}


/*---navi-horizonntal############################################################*/




#navi-horizontal {
	display: block;
	overflow: visible;
	height: 70px;
	width: 100%;
	z-index: 1000;
	font-size: 1.2em;
	color: #ffffff;
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	position: fixed;
	background-image: url(../../files/hg/verlauf.png);
	font-size: 0.9em;
}






#navi-horizontal *,
#navi-horizontal *::before,
#navi-horizontal *::after {
	transition: all 300ms ease 0s;
}

#navi-horizontal ul {
	height: 70px;
	margin-bottom: 0;
	padding: 0;
	text-align: center;

}

#navi-horizontal ul li {
	display: inline-block;
	position: relative;
	width: auto;
}

#navi-horizontal ul li::before {
	display: none;
}

#navi-horizontal ul li a,
#navi-horizontal ul li strong {
	border-bottom: 0px solid transparent;
	color: #fff;
	display: block;
	font-size: 1.3em;
	line-height: 54px;
	padding-right: 0.8em;
	padding-left: 0.8em;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
}

#navi-horizontal ul li a:hover,
#navi-horizontal ul li a.trail {
	background-color: #f5e4c6;
	border-bottom: 0px solid #fff;
	color: #000;
}


#navi-horizontal ul li strong {
	background-color: transparent;
	border-bottom: 0px solid #ffd001;
	color: #f5e4c6;
	font-weight: 400;
}

#navi-horizontal ul li strong::after {
	border-bottom-color: #ffd001;
}

#navi-horizontal ul li ul {
	opacity: 0;
	position: absolute;
	text-align: left;
	transition: all 300ms ease 0s;
	visibility: hidden;
	margin-top: 7px;
	z-index: 1010;

}

#navi-horizontal ul li ul li {
	margin: 0;
	min-width: 410px;
}

#navi-horizontal ul li ul li a,
#navi-horizontal ul li ul li strong {
	background-color: rgba(244, 226, 196, 0.9);
	border-bottom: 0 none;
	color: #000;
	display: block;
	line-height: 2em;
	padding: 0.5em 1em;
	text-transform: none;
	font-size: 1em;
	font-weight: 400;
}

#navi-horizontal ul li ul li a::after,
#navi-horizontal ul li ul li strong::after {
	display: none;
}

#navi-horizontal ul li ul li a:hover,
#navi-horizontal ul li ul li a.trail {
	background-color: #EAC786;
	border-bottom: 0 none;
	color: #000;
}

#navi-horizontal ul li ul li strong {
	background-color: #EAC786;
	opacity: 1;
	color: #000;
}

#navi-horizontal ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

#navi-horizontal ul li.last ul {
	right: 0;
}

/*---navi-horizonntal - ende  ###############################*/


/*navi-imp ##############################*/

#navi-imp {
	position: relative;
	padding: 0;
	height: 35px;
	top: 16px;
	text-decoration: none;
}

#navi-imp ul {
	padding: 0 0 0 15px;
	margin: 0;
}

#navi-imp li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: auto;
	line-height: 35px;
	font-size: 0.9em;

}


#navi-imp a:link,
#navi-imp li.active {
	color: #333;
	padding-right: 0.9em;
	padding-left: 0em;
	text-align: center;
	text-decoration: none;
	line-height: 2.5em;
	float: left;
	display: block;
}


#navi-imp a:visited {
	color: #999;
}



#navi-imp a:focus {}

#navi-imp a:hover {
	text-decoration: none;
	color: #000;
}


#navi-imp li.active,
#navi-imp a:active {
	text-decoration: none;
	color: #000;
}


#navi-imp .soziale-medien a:link {
	float: right;
	padding: 0;
}

#navi-imp .soziale-medien img {
	width: 50%;
	height: 50%;
}


/*navi-imp  ende##############################*/


/*navi-02-impressum ##############################*/
.navi-e02 {
	position: relative;
	height: auto;
	top: 0;
	text-decoration: none;
	padding: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #f5e4c6;
	border-right-color: #f5e4c6;
	border-bottom-color: #f5e4c6;
	border-left-color: #f5e4c6;
}

.fachbuch #navi-e02 {
	margin-bottom: 2em;
}





.navi-e02 ul {
	padding-left: 1em;
}

.navi-e02 li {

	list-style-type: none;
	color: #807157;
	line-height: 1.2em;
	padding-bottom: 0.5em;


}

.navi-e02 li:before {

	content: "» ";
	margin-left: -11px;
	padding-right: 0;
	text-decoration: none !important;
	vertical-align: 5%;
}


.navi-e02 a:link {
	color: #807157;
	text-decoration: none;
	line-height: 1.5em;
	overflow: hidden;
	padding: 1em 1em 1em 0em;
	font-weight: 400;

}

.navi-e02 a:visited {
	color: #666;
}

.navi-e02 a:focus {}

.navi-e02 a:hover {
	text-decoration: none;
	color: #999999;
}


.navi-e02 li strong,
.navi-e02 a:active {
	text-decoration: none;
	color: #333333;
	font-weight: 400;

}

/* e//////////////////////////////////////////// ----------- */
/* einblendung mobil navi ----------- */
/* e//////////////////////////////////////////// ----------- */



/*
	MENU
*/
#menu:not(.mm-menu) {
	display: none;
}

#menu .fa {
	width: 15px;
	color: #ccc;
}

.mm-panel>p {
	font-size: 14px;
	margin-top: 20px;
}

.mm-panel>p+.mm-list {
	padding-top: 0;
}

#donate {
	padding: 45px 20px 30px 44px;
}

#donate:after {
	border: none !important;
}


/*
	LAYOUT
*/
#dd-mobil-menu {
	box-sizing: border-box;
	display: block;
	width: 70px;
	height: 45px;
	position: fixed;
	top: 0px;
	left: 100%;
	margin-left: -70px;
	z-index: 1002;
	background-color: rgba(0, 0, 0, 0.5);
}



#dd-mobil-menu:before,
#dd-mobil-menu:after,
#dd-mobil-menu span {
	background: #fff;
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	position: absolute;
	left: 20px;
}

#dd-mobil-menu:before {
	top: 10px;
}

#dd-mobil-menu span {
	top: 20px;
}

#dd-mobil-menu:after {
	top: 30px;
}

/* animation */
#dd-mobil-menu:before,
#dd-mobil-menu:after,
#dd-mobil-menu span {
	-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;

	-webkit-transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity;
}

html.mm-opening #dd-mobil-menu:before,
html.mm-opening #dd-mobil-menu:after {
	top: 20px;
}

html.mm-opening #dd-mobil-menu span {
	left: -50px;
	opacity: 0;
}

html.mm-opening #dd-mobil-menu:before {
	transform: rotate(45deg);
}

html.mm-opening #dd-mobil-menu:after {
	transform: rotate(-45deg);
}
@charset "utf-8";
/* CSS Document */

/* CSS Document */

/* max-width : 1620px (landscape) ----------- */
@media only screen and (max-width : 1600px) {}


/* max-width : 1200px (landscape) ----------- */
@media only screen and (max-width : 1220px) {

	.logo-projektassistenz {
		top: 112px;

	}
}

@media only screen and (max-width : 1150px) {


	#pflege-von-loseblattsammlungen .sonder-breite-text p {
		padding-top: 24px;
	}


}


@media only screen and (max-width : 1050px) {

	h1 {
		font-size: 2.5em;

	}

	h2 {
		font-size: 1.8em;

	}


	#navi-horizontal ul li a,
	#navi-horizontal ul li span {
		font-size: 1.1em;
		padding-right: 0.5em;
		padding-left: 0.5em;

	}

	#main .inside {
		padding-top: 10%;

	}

	#pflege-von-loseblattsammlungen .sonder-breite-text p {
		width: 95%;
		padding-top: 24px;
	}


}


/* iPads (landscape) ----------- */
@media only screen and (max-width : 920px) {

	body {
		font-size: 0.9em;

	}

	h1.ce_headline {
		padding-left: 2em;
		padding-right: 2em;
	}


	.logo-projektassistenz {
		top: 75px;

	}

	.sp-8-1,
	.sp-4-1,
	.sp-4-3,
	.sp-3-1,
	.sp-3-2,
	.sp-2-1 {
		width: 50%;
		padding: 0 24px 24px 24px;

	}

	#navi-imp .sp-2-1 {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;

	}


	.sp-1-1 {
		padding: 2em 24px 2em 24px;

	}

	.text-mit-bild {
		padding-top: 0 !important;
	}

	.text-mit-bild figure {
		width: 100%;
		text-align: center;

	}

	#navi-horizontal,
	#navi-e02 {
		display: none;
	}

	.wissenswertes-css #navi-e02 {
		display: block;
	}


	#dd-mobil-menu {
		display: block;

	}

	.ungerade {
		display: none;
	}

	.gerade {
		display: block;
	}


	.spanAbstandhalter-2 {
		width: 120px;
	}


	.toggler {

		margin-left: 24px;

	}

	.fachbuch .wissenswertes-link {
		margin-bottom: 200px;
	}




	/* Styles */
}


/* Smartphones (portrait) ----------- */


@media only screen and (max-width : 768px) {

	h1 {
		text-align: left;
		font-size: 2.2em;
		margin-bottom: 0;
	}


	h1.ce_headline {
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
	}

	h2 {
		text-align: left;
		font-size: 1.8em;
	}

	.logo-projektassistenz {
		top: 65px;

	}

	#footer .logo-projektassistenz {

		width: auto;
	}

	.logo-projektassistenz .image_container,
	#footer.logo-projektassistenz .image_container {
		width: 86%;
		margin: 0 auto;

	}





	.sp-8-1,
	.sp-4-1,
	.sp-4-3,
	.sp-3-1,
	.sp-3-2,
	.sp-2-1,
	.sp-6-1,
	.sp-1-1,
	#kontaktformular .sp-2-1,
	#kontaktformular .sp-1-1,
	.sp-4-2,
	.wissenswertes-css #navi-e02 {
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
	}

	.toggler {

		margin-left: 10%;
		margin-right: 10%;

	}

	.ungerade {
		display: none;
	}

	.gerade {
		display: none;
	}


	#unser-service .devise p {
		font-size: 1.5em;
		text-align: left;
	}



	#footer .sp-2-1 p {
		padding-bottom: 0;
		text-align: center;
	}

	.fuss-copyright p {
		text-align: center;
	}

	.spanAbstandhalter-2 {
		width: 80px;
		padding-right: 0.25em;

	}

	#pflege-von-loseblattsammlungen .sonder-breite-text p {
		width: 100%;
		padding-top: 0;
	}

	.text-sonderformat a,
	.text-sonderformat p {

		text-align: left;
	}

	.fachbuch .wissenswertes-link {
		margin-bottom: 2em;
	}






	/* Styles - Ende */
}


@media only screen and (max-width : 520px) {

	h1 {
		font-size: 2em;

	}

	h1.ce_headline {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}

	h2 {
		font-size: 1.5em;

	}

	.sp-8-1,
	.sp-4-1,
	.sp-4-2,
	.sp-4-3,
	.sp-3-1,
	.sp-3-2,
	.sp-2-1,
	.sp-6-1,
	.sp-1-1,
	#kontaktformular .sp-2-1,
	#kontaktformular .sp-1-1,
	.wissenswertes-css #navi-e02 {
		padding-left: 5%;
		padding-right: 5%;
	}


	.toggler {

		margin-left: 5%;
		margin-right: 5%;

	}




}


@media only screen and (max-width : 460px) {



	#container .ce_gallery li {
		width: 100%;
	}

	.spanAbstandhalter-2 {
		width: auto;
	}


}



/* iPads (landscape) ----------- */
@media only screen and (min-width : 769px) {






	/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 869px) {


	/* Styles */
}


/* iPads (landscape) ----------- */
@media only screen and (min-width : 921px) {
	#dd-mobil-menu {
		display: none !important;

	}



	/* Styles */
}


/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {


	/* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {




	/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {




	/* Styles */
}
