@charset "utf-8";
@font-face {
    font-family: 'blue_highwayregular';
    src: url('../fonts/blue_highway_rg-webfont.eot');
    src: url('../fonts/blue_highway_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blue_highway_rg-webfont.woff2') format('woff2'),
         url('../fonts/blue_highway_rg-webfont.woff') format('woff'),
         url('../fonts/blue_highway_rg-webfont.svg#blue_highwayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'socicon';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#FuturaMdBTBold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}


/* Grundenstellungen */
html {
	scroll-behavior: smooth;
}
body {
	margin:0;
	padding:0;
    font-size: 16px;
    font-family:'blue_highwayregular', Arial, Helvetica, sans-serif;
    color:#221c10;
    background: #c2aa7d;
	}

#bodyarea {
    padding:0;
    margin:0;
	hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;
    color:#221c10;
    background: #c2aa7d;
    background-image: url("../images/bg-glocke.svg");
    background-repeat: no-repeat;
    background-position: -10vw 560px;
    background-size: 50vw;
	}
@media (max-width: 1200px) {
#bodyarea {
    background-position: -15vw 560px;
    background-size: 70vw;
	}
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 460px) {
#bodyarea {
    background-position: -15vw 320px;
    background-size: 90vw;
	}
}


/* menubereich */
#headerarea {
    font-size: 16px;
    display:grid;
    grid-template-columns: 6% calc(44% - 113px) 226px calc(44% - 113px) 6%;
    grid-template-rows:30px 50px min-content 50px;
    margin-bottom: -40px;
    z-index: 50;
    position: relative;
}
#headerarea a {
    color:#221c10;
    text-decoration: none;
}
#headerarea strong {
    text-transform: uppercase;
    color:#524428;
    font-weight: normal;
}
#headerarea p {
    margin:0;
}
#logoarea {
    grid-column: 3 / 4;
    grid-row: 2 / 5;
    text-align: center;
    position: relative;
}
#logoarea:before {
    content: "";
    display:block;
    position: absolute;
    left:0;
    top:0;
    width:226px;
    height:226px;
    border-radius: 300px;
    background: #fff;
    z-index: 10;
}
#logoarea a {
    z-index: 20;
    position: relative;
}
#logoarea a img {
    width:200px;
    height: auto;
    padding: 35px 0 0;
}
#toprightarea {
    grid-column: 4 / 5;
    grid-row: 3 / 4;
    text-align: right;
}
#topleftarea {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}
@media (max-width: 1200px) {
#headerarea {
    grid-template-columns: 6% calc(44% - 113px) 226px calc(44% - 113px) 6%;
    grid-template-rows:30px 50px min-content min-content min-content 50px;
    margin-bottom: 0;
}
#logoarea {
    grid-column: 3 / 4;
    grid-row: 2 / 5;
    text-align: center;
    position: relative;
}
#logoarea:before {
    content: "";
    display:block;
    position: absolute;
    left:0;
    top:0;
    width:226px;
    height:226px;
    border-radius: 300px;
    z-index: 10;
}
#logoarea a {
    z-index: 20;
    position: relative;
}
#logoarea a img {
    width:200px;
    height: auto;
    padding: 35px 0 0;
}    
#toprightarea {
    grid-column: 3 / 5;
    grid-row: 4 / 5;
}
#topleftarea {
    grid-column: 2 / 4;
    grid-row: 4 / 5;
}
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
#headerarea {
    grid-template-columns: 6% calc(44% - 113px) 226px calc(44% - 113px) 6%;
    grid-template-rows:30px 50px 200px 0px min-content 0px min-content 15px;
}
#toprightarea {
    grid-column: 2 / 5;
    grid-row: 7 / 8;
    text-align: center;
}
#topleftarea {
    grid-column: 2 / 5;
    grid-row: 5 / 6;
    text-align: center;
    display:none;
}
}
@media (max-width: 460px) {
}



/* Modulposition 1 */
#precontent1 {
    margin: 0 6%;
}
@media (max-width: 1200px) {
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 460px) {
}

/* Modulposition 2 */
#precontent2  {
    
}


/* Modulposition 3 */
#precontent3 {

} 


/* Hauptinhalt */
#contentarea {

}
#contentarea .blog .category-desc {
 
}
#contentarea .blog .blog-items {

}
#contentarea .blog .page-header h2 { 
    font-weight: normal;
    padding:0;
    margin:0;
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;
}
.page-header h2 a { 
    text-decoration: none;
}
.readmore .btn {
    transition: all 200ms ease-in-out 100ms;
-webkit-transition: all 200ms ease-in-out 100ms;
-moz-transition: all 200ms ease-in-out 100ms;
-o-transition: all 200ms ease-in-out 100ms;
-ms-transition: all 200ms ease-in-out 100ms;
}
.readmore .btn:hover {
    transition: all 200ms ease-in-out 0ms;
-webkit-transition: all 200ms ease-in-out 0ms;
-moz-transition: all 200ms ease-in-out 0ms;
-o-transition: all 200ms ease-in-out 0ms;
-ms-transition: all 200ms ease-in-out 0ms;
}
@media (max-width: 1200px) {
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 460px) {
}


/* Inhaltsseite */
#contentarea .item-page {
    margin: 50px 6% 150px;
    text-align: center;
}
#contentarea .item-page.start,
.form-validate {
    margin: 50px 31% 100px;
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;
}
.item-page h1{
    margin: 0;
    padding: 0 0 40px;
    font-size: 72px;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    line-height: 1em;
    font-weight: normal;
}
.item-page h1 .firstline {
    font-size: 48px;
    text-transform:none;
}
.item-page p {
    color:#524428;
    line-height: 1.3em;
}
.item-page a {
    color:#221c10;
    text-decoration: none;
transition: all 0.5s ease-in-out 0ms;
  -webkit-transition: all 0.5s ease-in-out 0ms;
  -moz-transition: all 0.5s ease-in-out 0ms;
  -o-transition: all 0.5s ease-in-out 0ms;
  -ms-transition: all 0.5s ease-in-out 0ms;
}
.item-page a:hover {
    color:#524428;
    text-decoration: underline;
transition: all 0.25s ease-in-out 0ms;
  -webkit-transition: all 0.25s ease-in-out 0ms;
  -moz-transition: all 0.25s ease-in-out 0ms;
  -o-transition: all 0.25s ease-in-out 0ms;
  -ms-transition: all 0.25s ease-in-out 0ms;
}
.item-page h2 {
    margin: 0;
    padding: 20px 0 10px;
    font-size: 30px;
    letter-spacing: -0.05em;
    line-height: 1em; 
    font-weight: normal;
}
h3 {
    margin: 0;
    padding: 20px 0 10px;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    line-height: 1em; 
    font-weight: normal;
}
h4 {
    margin: 0;
    padding: 20px 0 10px;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    line-height: 1em; 
    font-weight: normal;
}
.cta {
    display:inline-block;
    border:3px solid #221c10;
    padding:10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
}
.cta:hover,
.item-page .cta:hover{
    text-decoration: none;
    background: #827357;
}
@media (max-width: 1200px) {
#contentarea .item-page.start {
    margin: 50px 17.5% 100px;
}
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
#contentarea .item-page.start {
    margin: 50px 6% 100px;
}
.item-page h1 {
    padding: 0 0 40px;
    font-size: 60px;
}
.item-page h1 .firstline {
    font-size: 36px;
}
.item-page h2 {
    font-size: 24px;
}
h3 {
    font-size: 36px;
    }
h4 {
    font-size: 24px;
    }
}
@media (max-width: 460px) {
.item-page h1 {
    padding: 0 0 30px;
    font-size: 48px;
}
.item-page h1 .firstline {
    font-size: 30px;
}
h3 {
    font-size: 30px;
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;
    }
h4 {
    font-size: 18px;
    }
}


/* Modulposition 4 */
#postcontent1 {
    background: #827357;
    padding:100px 0 150px;
    text-align: center;
} 
#postcontent1 h3,
#postcontent2 h3,
#postcontent3 h3 {
    padding: 0 0 40px;
}
ul.pdflink {
    padding:0;
    margin:0;
    text-align: center;
}
ul.pdflink li {
    padding:0;
    margin:0;
    width:10vw;
    text-align: center;
    display: inline-block;
    list-style: none;
    vertical-align: top;
}
ul.pdflink li a {
    color:#221c10;
    text-decoration: none;
transition: all 0.5s ease-in-out 0ms;
  -webkit-transition: all 0.5s ease-in-out 0ms;
  -moz-transition: all 0.5s ease-in-out 0ms;
  -o-transition: all 0.5s ease-in-out 0ms;
  -ms-transition: all 0.5s ease-in-out 0ms;
}
ul.pdflink li:hover a {
    color:#524428;
transition: all 0.25s ease-in-out 0ms;
  -webkit-transition: all 0.25s ease-in-out 0ms;
  -moz-transition: all 0.25s ease-in-out 0ms;
  -o-transition: all 0.25s ease-in-out 0ms;
  -ms-transition: all 0.25s ease-in-out 0ms;
}
ul.pdflink li a:before {
    content: url("../images/pdficon.png");
    display:block;
    text-align: center;
    opacity: 1;
transition: all 0.5s ease-in-out 0ms;
  -webkit-transition: all 0.5s ease-in-out 0ms;
  -moz-transition: all 0.5s ease-in-out 0ms;
  -o-transition: all 0.5s ease-in-out 0ms;
  -ms-transition: all 0.5s ease-in-out 0ms;
}
ul.pdflink li:hover a:before {
    opacity: 0.6;
transition: all 0.25s ease-in-out 0ms;
  -webkit-transition: all 0.25s ease-in-out 0ms;
  -moz-transition: all 0.25s ease-in-out 0ms;
  -o-transition: all 0.25s ease-in-out 0ms;
  -ms-transition: all 0.25s ease-in-out 0ms;    
}
@media (max-width: 1200px) {
}
@media (max-width: 959px) {
ul.pdflink {
    padding:0 17.5%;
}
ul.pdflink li {
    padding:0 0 30px;
    margin:0;
    width:20vw;
}
}
@media (max-width: 767px) {
ul.pdflink {
    padding:0 6%;
}
ul.pdflink li {
    padding:0 0 30px;
    margin:0;
    width:40vw;
    position: relative;
}
ul.pdflink li a:before {
    content: "";
    display:block;
    text-align: center;
    width:29px;
    height:38px;
    margin:0 auto 10px;
    background: url("../images/pdficon.png");
    background-size: cover;
}
}
@media (max-width: 460px) {
#postcontent1 h3,
#postcontent2 h3,
#postcontent3 h3 {
    padding: 0 0 20px;
}
}


/* Modulposition 5 */
#postcontent2  {
    display:grid;
    grid-template-columns: 18% 25% 14% 25% 18%;
    grid-template-rows: 100px min-content 50px;
} 
#postcontent2 .moduletable:first-child {
    grid-column: 2 / 3;
    grid-row: 2 / 3;   
}
#postcontent2 .moduletable:last-child {
    grid-column: 4 / 5;
    grid-row: 2 / 3;   
}
#postcontent2 a {
    color:#221c10;
    text-decoration: none;
transition: all 0.5s ease-in-out 0ms;
  -webkit-transition: all 0.5s ease-in-out 0ms;
  -moz-transition: all 0.5s ease-in-out 0ms;
  -o-transition: all 0.5s ease-in-out 0ms;
  -ms-transition: all 0.5s ease-in-out 0ms;
}
#postcontent2 a:hover {
    color:#524428;
transition: all 0.25s ease-in-out 0ms;
  -webkit-transition: all 0.25s ease-in-out 0ms;
  -moz-transition: all 0.25s ease-in-out 0ms;
  -o-transition: all 0.25s ease-in-out 0ms;
  -ms-transition: all 0.25s ease-in-out 0ms;
}
@media (max-width: 1200px) {
}
@media (max-width: 959px) {
#postcontent2  {
    grid-template-columns: 6% 37% 14% 37% 6%;
    grid-template-rows: 100px min-content 50px;
} 
}
@media (max-width: 767px) {
#postcontent2  {
    grid-template-columns: 6% 37% 14% 37% 6%;
    grid-template-rows: 100px min-content 40px min-content 40px;
} 
#postcontent2 .moduletable:first-child {
    grid-column: 2 / 5;
    grid-row: 2 / 3;   
    text-align: center;
}
#postcontent2 .moduletable:last-child {
    grid-column: 2 / 5;
    grid-row: 4 / 5;  
    text-align: center;
}
}
@media (max-width: 460px) {
}


/* Modulposition 6 */
#postcontent3  {
    display:grid;
    grid-template-columns: 18% 25% 14% 25% 18%;
    grid-template-rows: 100px min-content 30px min-content 100px;
} 
#postcontent3 .osmodul{
    grid-column: 2 / 5;
    grid-row: 2 / 3;   
}
#postcontent3 .moduletable{
    grid-column: 2 / 5;
    grid-row: 4 / 5;
    text-align: center;
}
#postcontent3 .moduletable p {
    position: relative;
}
#postcontent3 .moduletable p::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 113px);
  top: 0;
  width: 226px;
  height: 226px;
  border-radius: 300px;
  background: #827357;
  z-index: 10;
}
#postcontent3 .moduletable p a {
    z-index: 20;
    position: relative;
}
#postcontent3 .moduletable p a img {
    padding: 35px 0 0;
    width:200px;
    height:auto;
}
.leaflet-layer {
  filter: grayscale(1);
}
@media (max-width: 1200px) {
}
@media (max-width: 959px) {
#postcontent3  {
    grid-template-columns: 6% 37% 14% 37% 6%;
    grid-template-rows: 0px min-content 30px min-content 50px;
} 
}
@media (max-width: 767px) {
}
@media (max-width: 460px) {
}




/* Fussbereich */
#footerarea {
    display:grid;
    grid-template-columns: 6% 35% 18% 35% 6%;
    grid-template-rows: 100px min-content 100px;
}
#footerarea .footerelement {
    grid-row: 2 / 3;  
}
#footerarea .footerelement:first-child {
    grid-column: 2 / 3; 
    text-align: left;
}
#footerarea .footerelement:nth-child(2) {
    grid-column: 3 / 4;    
    text-align: center;  
}
#footerarea .footerelement:last-child {
    grid-column: 4 / 5;  
    text-align: right;
}
.footerelement a {
    color:#221c10;
    text-decoration: none;
transition: all 0.5s ease-in-out 0ms;
  -webkit-transition: all 0.5s ease-in-out 0ms;
  -moz-transition: all 0.5s ease-in-out 0ms;
  -o-transition: all 0.5s ease-in-out 0ms;
  -ms-transition: all 0.5s ease-in-out 0ms;
}
.footerelement a:hover {
    color:#524428;
transition: all 0.25s ease-in-out 0ms;
  -webkit-transition: all 0.25s ease-in-out 0ms;
  -moz-transition: all 0.25s ease-in-out 0ms;
  -o-transition: all 0.25s ease-in-out 0ms;
  -ms-transition: all 0.25s ease-in-out 0ms;
}
.footerelement p {
    padding:0 0 10px;
    margin:0;
}
.footerelement ul {
    padding:0;
    margin:0;
}
.footerelement li {
    padding:0 10px;
    margin:0;
    list-style: none;
    display: inline-block;
}
@media (max-width: 1200px) {
}
@media (max-width: 959px) {
#footerarea {
    grid-template-columns: 6% 35% 18% 35% 6%;
    grid-template-rows: 20px min-content 60px min-content 30px min-content 100px;
}
#footerarea .footerelement:first-child {
    grid-row: 6 / 7;
    grid-column: 2 / 5; 
    text-align: center;
    font-size: 12px;
    color:#524428;
}
.footerelement:first-child a {
    color:#524428;
    }
#footerarea .footerelement:nth-child(2) {
    grid-row: 2 / 3;
    grid-column: 2 / 5;    
    text-align: center; 
}
#footerarea .footerelement:last-child {
    grid-row: 4 / 5;
    grid-column: 2 / 5;  
    text-align: center;
}
}
@media (max-width: 767px) {
}
@media (max-width: 460px) {
}









/* Module editieren */
/*
.jmodedit {
    display:none;
}
*/
[role=tooltip] {
    display:none;
    font-size: 14px;
    background: rgba(255,255,255,0.8);
    color:#000000;
    padding:10px;
    text-transform: none;
}
.form-validate legend{
    margin: 0;
    padding: 0 0 40px;
    font-size: 72px;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    line-height: 1em;
    font-weight: normal;
}
.form-validate fieldset legend{
    padding: 0 0 10px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -0.05em;;
}
.form-validate #options {
    display:none;
}
.form-validate .mb-2 {
    margin:50px 0 0;
}


/* Editorbereich */
/*.icons {
    display:none;
}*/

.icons a,
.edit-icon a,
.edit .btn-toolbar button,
.login button,
.edit #jform_title,
joomla-tab button[role="tab"],
.edit #images .btn,
.edit.item-page .btn,
.choices__button_joomla{
    font-family: 'YuGothic-Bold', "Franklin Gothic Bold", "Arial Black", "sans-serif";    
    }
.icons ul {
    padding:0;
    margin:0 0 30px;
}
.edit.item-page {
    display:block;
}
.icons a,
.edit-icon a,
.edit .btn-toolbar button,
.login button,
.jmodedit,
#headerarea .jmodedit,
#postcontent2 .jmodedit, 
.footerelement .jmodedit, 
.form-validate button {
	Border:3px solid #000;
	padding: 2px 20px;
    background:#000;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color:#fff;
    box-shadow: #92aadb 0 0 10px;
transition: all 200ms ease-in-out 0ms;
-webkit-transition: all 200ms ease-in-out 0ms;
-moz-transition: all 200ms ease-in-out 0ms;
-o-transition: all 200ms ease-in-out 0ms;
-ms-transition: all 200ms ease-in-out 0ms;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0 !important;
}
.icons a:hover,
.edit-icon a:hover,
.edit .btn-toolbar button:hover,
.login button:hover,
.jmodedit:hover,
#headerarea .jmodedit:hover,
#postcontent2 .jmodedit:hover,
.footerelement .jmodedit:hover, 
.form-validate button:hover{
    box-shadow: #92aadb 0 0 20px;
transition: all 200ms ease-in-out 0ms;
-webkit-transition: all 200ms ease-in-out 0ms;
-moz-transition: all 200ms ease-in-out 0ms;
-o-transition: all 200ms ease-in-out 0ms;
-ms-transition: all 200ms ease-in-out 0ms;
}
.form-validate .mceToolbarGroup button {
    background: #fff;
}
li.edit-icon {
	list-style:none;
	}
.edit-icon .tip, 
.edit-icon .hasTooltip {
    display: unset !important;
}
joomla-tab[view="tabs"] > div[role="tablist"] {
    display: flex;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    list-style: outside none none;
    background-color: #221c10;
    border-style: solid solid none;
    border-width: 0;
    border-radius: 0;
    -o-border-image: none;
    border-image: none;
    box-shadow: 0 0 #221c10 inset, 0 0 0 0 rgba(0, 0, 0, 0.15), 0 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 rgba(0, 0, 0, 0.04);
}
#jform_state,
#jform_featured,
#jform_publish_up,
#jform_publish_down,
#jform_metadesc{
    border-radius: 0;
    border: 1px solid #d3d3d3;
    padding: 5px 10px;
}
#jform_images_float_intro-lbl,
#jform_images_float_intro_chzn,
#jform_images_float_intro,
#jform_images_float_fulltext-lbl,
#jform_images_float_fulltext_chzn,
#jform_images_float_fulltext,
#jform_urls_urla-lbl,
#jform_urls_urla,
#jform_urls_urlb-lbl,
#jform_urls_urlb,
#jform_urls_urlc-lbl,
#jform_urls_urlc,
#jform_urls_urlatext-lbl,
#jform_urls_urlbtext-lbl,
#jform_urls_urlctext-lbl,
#jform_urls_urlatext,
#jform_urls_urlbtext,
#jform_urls_urlctext,
/*#jform_tags-lbl,
#jform_tags_chzn,
#jform_tags,*/
#jform_created_by_alias-lbl,
#jform_created_by_alias,
#jform_metakey-lbl,
#jform_metakey,
#jform_access-lbl,
#jform_access_chzn,
#jform_access,
#jform_images_image_intro_alt-lbl,
#jform_images_image_intro_alt,
#jform_images_image_fulltext_alt-lbl,
#jform_images_image_fulltext_alt,
.edit.item-page .nav-tabs,
/*#jform_images_image_fulltext_caption-lbl,
#jform_images_image_fulltext_caption,
#jform_images_image_intro_caption-lbl,
#jform_images_image_intro_caption,
#jform_featured-lbl,
#jform_featured_chzn,*/
#jform_version_note-lbl,
#jform_version_note,
#jform_language-lbl,
#jform_language_chzn,
#jform_language,
#jform_note-lbl,
#jform_note,
div.edit + div#contentaddarea,
.dropdown-toggle,
.btn.modal-button,
#editor-xtd-buttons a:last-child,
#attrib-fields-0,
#jform_featured_up-lbl,
#jform_featured_up,
#jform_featured_up_btn,
#jform_featured_down-lbl,
#jform_featured_down,
#jform_featured_down_btn
 {
	display:none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
	}
.mceDefaultSkin .mceLayout .mceBranding {
	display:none !important;
	}
joomla-tab[view="tabs"] > div[role="tablist"],
joomla-tab[view="accordion"] button {
    display: none;
}
joomla-tab > joomla-tab-element,
joomla-tab[view="accordion"] joomla-tab-element{
    display: block;
    padding: 15px;
    background-color: #221c10;
    border-left: none;
    border-right:none;
    border-top: none;
    border-bottom: 1px solid #d3d3d3;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.04);
}
joomla-tab[view="accordion"] {
    max-width:calc(100% - 40px);
}
#jform_images_image_intro-lbl,
#jform_images_image_fulltext-lbl,
#jform_com_fields_preis-lbl,
#jform_catid-lbl,
#jform_state-lbl,
#jform_publish_up-lbl,
#jform_publish_down-lbl,
#jform_metadesc-lbl,
#jform_tags-lbl,
#jform_featured-lbl,
#jform_articletext-lbl
{
    padding: 20px 0 0;
    display: block;
}
.edit .inputbox,
.wf-editor-toggle,
.edit button,
#images input {
	margin:0 !important;
	}
.mceToolbar button {
	padding:0;
	margin:0 !important;
	}
.btn-group button.btn {
    margin:10px 20px 0 0 !important;
	float: left !important;
	}
.edit #images .btn,
.edit.item-page .btn,
.choices__button_joomla{
    padding: 5px 15px;
    margin: 20px 5px 20px 0;
    border: none;
    background: #000;
    color: #221c10;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}
.edit #jform_title {
    font-size: 36px;
	margin:0 !important;
	width:80% !important;
	}
a.btn-outline-secondary + a.btn.hasTooltip {
	display:none !important;
	}
joomla-tab button[aria-expanded="true"]::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 5px;
    content: "";
    background-color: #000;
    opacity: 0.8;
}
	
body#tinymce,
.mce-content-body{
	background:#221c10;
    font-size:16px !important;
	}	
.calendar-container,
#contentarea .controls a {
	color:#000;
	}
.icon-upload:before {
	content:"";
	background:url(../images/upload-icon.svg) no-repeat 0px 5px;
	background-size:cover;
	width:20px;
	height:20px;
	display:inline-block;
}
.icon-calendar:before {
	content:"";
	background:url(../images/calendar-icon.svg) no-repeat;
	background-size:cover;
	width:20px;
	height:20px;
	display:block;
	}
.edit fieldset,
.login fieldset {
	border: dashed 1px;
}
.tip, 
.hasTooltip{
    display:block!important;
}
.fade {
    display:none;
}	

.modal .modal-body{
    overflow: visible;
    height:500px;
    width:calc(100% - 2px);
}
.modal .modal-body iframe{
    width:calc(100% - 4px);
    border:2px dashed #000;
}
div[data-url].wf-media-wrapper > div.modal, div[data-url] > div.modal-dialog > div.modal-content {
  height: auto;
}
.edit button.btn-close {
    display:block;
    height:30px;
    width:auto;
    background:#000;
    border:3px solid #000;
}
.edit button.btn-close:after {
display:block;
    content: "Schliessen";
    position: relative;
    color:#221c10;
    font-size: 14px;
}





.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #221c10fff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}




ul.actions {
	margin: 0;
	padding: 0;
}
ul.actions li {
	list-style-image: none;
	list-style-type: none;
	float: right;
}
ul.actions li a img {
	border: 0 none;
	padding-left: 0px;
	padding-right: 0px;
}
ul.actions li a,
ul.actions li a:hover, 
ul.actions li a:active, 
ul.actions li a:visited, 
ul.actions li a:link {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.row-separator, .item-separator {
	display:block;
	width: 100%;
	height:5px;
	clear:both;
}
img {
	border: none;
	}


/*-----SOCIALICONS-----*/
[data-icon]:before {
	font-family:"socicon"!important;
	content:attr(data-icon);
	font-style:normal!important;
	font-weight:400!important;
	font-variant:normal!important;
	text-transform:none!important;
	speak:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family:"socicon"!important;
	font-style:normal!important;
	font-weight:400!important;
	font-variant:normal!important;
	text-transform:none!important;
	speak:none;
	line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
    font-size: 24px;
    transition: all 200ms ease-in-out 0ms;
-webkit-transition: all 200ms ease-in-out 0ms;
-moz-transition: all 200ms ease-in-out 0ms;
-o-transition: all 200ms ease-in-out 0ms;
-ms-transition: all 200ms ease-in-out 0ms;
    color:#221c10
}
[class^="icon-"]:hover:before,
[class*=" icon-"]:hover:before {
    transition: all 200ms ease-in-out 0ms;
-webkit-transition: all 200ms ease-in-out 0ms;
-moz-transition: all 200ms ease-in-out 0ms;
-o-transition: all 200ms ease-in-out 0ms;
-ms-transition: all 200ms ease-in-out 0ms;
    color:#524428
}

.icon-twitter:before {
	content:"\e040";
}
.icon-facebook:before {
	content:"\e041";
}
.icon-googleplus:before {
	content:"\e042";
}
.icon-pinterest:before {
	content:"\e043";
}
.icon-youtube:before {
	content:"\e051";
}
.icon-instagram:before {
	content:"\e057";
}
.icon-xing:before {
	content:"\e04b";
}
.icon-linkedin:before{
	content:"\e049";
}


@media (max-width: 1200px) {
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 460px) {
}