.webform-client-form-927 input[type="submit"] {
     color: #000;
     border-color: #000;
}

#sliding-popup .eu-cookie-compliance-default-button{
     cursor: pointer;
    border: none;
    background: none;
    margin-top: 1em;
    padding: 0 8px;
    background-color: transparent!important;
    border: none!important;
    border-right: 0!important;
    background-image: none!important;
    box-shadow: none!important;
    text-shadow: none!important;
    color: #fff!important;
    font-weight: normal!important;
}
#sliding-popup .eu-cookie-compliance-secondary-button {

    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 1em;
    vertical-align: middle;
    overflow: visible;
    width: auto;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff;
     -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
     box-shadow: inset 0 1px 0 0 #ffffff;
    background-color: transparent;
    background-image: -moz-linear-gradient(top,#ededed 5%,#dfdfdf 100%);
     background-image: -webkit-gradient(linear,left top,left bottom,color-stop(5%,#ededed),color-stop(100%,#dfdfdf));
     background-image: -webkit-linear-gradient(top,#ededed 5%,#dfdfdf 100%);
    background-image: -o-linear-gradient(top,#ededed 5%,#dfdfdf 100%);
    background-image: -ms-linear-gradient(top,#ededed 5%,#dfdfdf 100%);
     background-image: linear-gradient(to bottom,#ededed 5%,#dfdfdf 100%);
    -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
     border-radius: 6px;
    border: none;
    color: #000!important;
    font-family: Arial,sans-serif;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #ffffff;
}
#sliding-popup .eu-cookie-compliance-secondary-button:hover{
    background-color: #dfdfdf;
    background-image: -moz-linear-gradient(top,#dfdfdf 5%,#ededed 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(5%,#dfdfdf),color-stop(100%,#ededed));
    background-image: -webkit-linear-gradient(top,#dfdfdf 5%,#ededed 100%);
    background-image: -o-linear-gradient(top,#dfdfdf 5%,#ededed 100%);
    background-image: -ms-linear-gradient(top,#dfdfdf 5%,#ededed 100%);
    background-image: linear-gradient(to bottom,#dfdfdf 5%,#ededed 100%);
}

#sliding-popup .eu-cookie-compliance-more-button{
    display: none;
}
#popup-text h2 a:hover{
    color: #fff;
    text-decoration: underline;
}

#mapcontainer{
    margin: -60px 0;
}

.node-form-section h2{
    margin: 15px auto;
}
.content-container .container .node-basic-page .node-basic-page { width: 100%; }

.banner-inner {

  max-width: 300px;
  width: 100%;
  background-color: #e6007e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px;
  position: relative;
  top: 26px;
  margin-right: 5px;
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
           }
  @media only screen and (max-width: 480px) {
    .banner-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
              @media only screen and (min-width: 1200px){
    .banner-inner{
      max-width: 447px;
      top: 0;
    }
  }

  .banner-inner p {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    margin: 0;
    color: #ffffff;
    text-align: center; }

    @media only screen and (min-width: 1200px){
    .banner-inner p{
       font-size: 24px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.21;
    }
  }
  .banner-inner a {
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    padding: 5px 10px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 5px; }
    .banner-inner a:hover {
      background-color: #fff;
      color: #e6007e; }
@media only screen and (min-width: 1200px){
  .banner-inner a{
       font-size: 20px;
  }
}
.header-container.header-container-banner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 120px;
}
@media only screen and (max-width: 702px){
   .header-container.header-container-banner{
    flex-wrap: wrap-reverse;
   }
   .banner-inner{
    margin-bottom: 5px;
    margin-left: 5px;
   }
}
@media only screen and (min-width: 1200px){
  .header-container.header-container-banner{
     top: 0;
  }
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    background: transparent;

}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after
{
    content: '✔';
    width: 8px;
    height: 8px;
    position: absolute;
  color: #fff;
    top: 0px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after
{
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after
{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:disabled:checked + label:before,
[type="checkbox"]:disabled:not(:checked) + label:before
{
    border-color: #ccc;
    background-color: #eee;
}
[type="checkbox"]:disabled:checked + label:after
{
    background: #aaa;
}

.card-blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media only screen and (min-width: 480px) {
    .card-blockquote {
      -webkit-box-align: flex-start;
          -ms-flex-align: flex-start;
              align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .card-blockquote .card-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .card-blockquote .card-img img {
      padding: 0 0px 5px 0; }
      @media only screen and (min-width: 480px) {
        .card-blockquote .card-img img {
          padding: 0 30px 5px 0; } }
    .card-blockquote .card-img span {
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #ffffff; }
  .card-blockquote blockquote {
    border: none;
    font-size: 35px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 0 0 15px;
    margin: 0; }
    .card-blockquote blockquote p{
        line-height: 1;
    }
    @media only screen and (min-width: 480px) {
      .card-blockquote blockquote {
        padding: 0; } }


.header-container{
  position: relative;
}
.header-container a #logo{
  margin-right: 100px;
}
.header-container a{
  position: relative;
}

.header-container a:after{
  content: '';
  background-image: url(http://tagmar.ch/sites/all/themes/tagmar/img/tagmar_jubilaeumslogo.svg);
  width: 97px;
  height: 70px;
  display: block;
  right: 0px;
  top: 28px;
  position: absolute;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px){
  .header-container a:after{
    top: 0;
  }
}        
.banner-inner a:after{
  content: none;
}

/*.content-container .two-pane-container .left{
      margin-top: 23px;
}*/

@media only screen and (min-width: 1200px){
  .sidebar-block{
    margin-top: 5px;
  }
  #content-header .container{
    align-items: flex-start;
  }
}

.iframe-wrapper{
  position: relative;
    padding-bottom: 57%;
}

.iframe-wrapper iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.header-container a:after {
	display: none!important;
}

.content-container .node-basic-page h1, .content-container .node-basic-page h2 {
  margin-top: 23.2333px;
}

.vcard-button {
	color: white;
	line-height: 28px;
	padding: 0 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid white !important;
	text-transform: none !important;
}

.vcard-button:hover {
	border-color: #56a8dd !important;
}

.attribution .social-icons {
	margin: 15px 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	
}

.attribution .social-icons li {
	margin-right: 10px;
}