.main-wrapper {
    max-width: 100%;
    margin-bottom: 50px;
    width: 100%;
    word-wrap: break-word;
    word-break: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.h1_text {
    color: black;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1.4px;
    line-height: 35px;
    text-transform: none;
    overflow-wrap: break-word;
    word-break: break-word;
    padding: 5px 3px;
    text-align: center;
    max-width: 700px;
    display: flex;
    -webkit-box-pack: center;
    place-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-flow: column nowrap;
    width: 100%;
}

.h2_text {
    color: black;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.4px;
    line-height: 16px;
    text-transform: none;
    overflow-wrap: break-word;
    word-break: break-word;
    padding: 10px 3px;
    margin-bottom: 10px;
    text-align: center;
    max-width: 700px;
    display: flex;
    -webkit-box-pack: center;
    place-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-flow: column nowrap;
    width: 100%;
}

.subwrapper {
    max-width: 100%;
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
}

.subwrapper2 {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 618px;
    margin: 0px auto;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.subwrapper2 > a {
    margin: 13px 8px !important;
}




.Bild {
    width: 100%;
    padding-bottom: 120px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.untertitel_wrapper {
    background: white;
    box-sizing: border-box;
    padding: 10px;
    /*display: flex;*/
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
	text-align: center;
}

.untertitel {
    color: rgb(0, 0, 0);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: 14px;
    text-transform: none;
    overflow-wrap: break-word;
    word-break: break-word;
    font-weight: normal;
}

.artikel {
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 20px;
}

.link_to {
    position: relative;
    width: 50%;
    flex: 0 1 100%;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding: 0px;
    height: auto;
    max-width: 160px;
	text-decoration: none;
}

a.link_to:hover {
  outline:1px solid #000;
}

.commerce {
   width: 700px;
	text-align: right;
	font-size: 11px;
}

.myButton {
	box-shadow:inset 0px 8px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	background-color:#ffffff;
	border-radius:0px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background-color:#f6f6f6;
	border:1px solid #000;
}
.myButton:active {
	position:relative;
	top:1px;
}


.lds-dual-ring {
  display: inline-block;
  width: 140px;
  height: 140px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 120px;
  height: 120px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #940000 transparent #940000 transparent;
  animation: lds-dual-ring 2.7s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
