body {
  font-family: "Open Sans", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: none;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
}
header {
  overflow: hidden;
  min-width: 100%;
}
header h2 {
  font-size: 30px;
  font-weight: lighter;
  text-align: end;
  flex-grow: 3;
}
header h2 span {

}
a.link-text.sub-logo {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 10px;
  font-size: 30px;
}
a {
  text-decoration: none;
  background-color: transparent;
}
.content {
  min-width: 0px;
  max-width: 900px;
}
.container-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.toggle-container {
	display: flex;
	align-items: center;
	order: 3;
	flex-shrink: 2;
}
label {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  /*background: #ebebeb;*/
  border-radius: 200px;
  box-shadow: inset 0px 5px 15px rgba(0,0,0,0,0.4), inset 0px -5px 15px rgba(255,255,255,0.4);
  cursor: pointer;
  
}
label:after {
  content: "";
  width:35px;
  height: 35px;
  position: absolute;
  top:2.5px;
  left:2.5px;
  /*
  background: linear-gradient(180deg,#777,#3a3a3a);*/
  border-radius: 180px;
  /*box-shadow: 0px 5px 10px rgba(0,0,0,0.2);*/
}
input {
  width: 0;
  height: 0;
  visibility: hidden;
}
input:checked + label {
  /*background: linear-gradient(180deg,#ffcc89,#d8860b);*/
}
input:checked + label:after {
  /*left:95px;*/
  transform: translateX(-100%);

}
/*label, label:after {
  transition: 0.3s
}*/
label svg {
	position: absolute;
	width: 30px;
	height: 40px;
	top: 0px;
	z-index: 100;
}
label svg.sun {
	left:5px;
	/*fill:#fff;
	transition: 0.3s;*/
	visibility: hidden;
}
label svg.moon {
	left:5px;
	/*fill:#7e7e7e;
	transition: 0.3s;*/
	visibility: visible;
}
input:checked + label svg.sun {
	/*fill:#7e7e7e;*/
}
input:checked + label svg.moon {
	/*fill:#fff;*/
}
.header-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  overflow: hidden;
}
h1 {
  height: 30px;
}
.logo {
  width: auto;
  height: 30px;
}
.logo:hover {
  cursor: pointer;
}
.logo-line {
  margin-right: 20px;
  margin-left: 20px;
  min-width: 2px;
  min-height: 50px;
  max-width: 2px;
  max-height: 50px;
}
.main-section {
  padding: 40px;
  max-width: 600px;
  border: 1px solid #666;
  margin: 10px auto;
  overflow: auto;
}
.main-section h3 {
  font-size: 21px;
}
.table-layout {
  display: table;
  width: 100%;
}
.column-layout {
  display: table-cell;
  padding: 0 30px 0 0;
  vertical-align: top;
}
.column-layout+.column-layout {
  padding-left: 30px;
  border-left: 1px solid #ddd;
}
.column-layout:last-child {
  padding-right: 0;
}
.main-section p {
  font-size: 10px;
}
.container {
  padding: 0 20px;
}
.pass-function-section {
  font-size: 20px;
  padding: 10px 15px;
  margin-bottom: 5px;
  font-weight: lighter;
  border-radius: 5px;
  overflow: hidden;
  max-width: 90%;
  line-height: 20px;
  width: 100%;
  box-sizing: border-box;
}
.pass-function-section:hover {
  cursor: pointer;
}
.pass-function-section h5 {
  font-size: 0.8em;
  margin-top: 5px;
  margin-bottom: 5px;
}
.pass-function-section h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.main-section.alternative {
  max-width: 900px;
  padding: 0;
  background: 0 0;
}
.main-section.alternative h3 {
  font-size: 20px;
}
.main-section.alternative p {
  font-size: 16px;
}
.main-section.alternative .column-layout:first-child {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  min-width: 350px;
  align-items: center;
}
.main-section.alternative .extra-info {
  border-left: 0;
  padding: 30px 30px;
  font-size: 18px;
}
.main-section.alternative .extra-info h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.phone-number {

}
#extra-info-p {
  font-weight: bold;
  
  font-size: 15px;
  line-height: 1.3em;
}
@media all and (max-width: 980px) {
  /*.main-section.alternative .column-layout:first-child, .main-section.alternative .extra-info {
    padding: 20px 30px;
  }*/
  .main-section.alternative .column-layout:first-child {
    align-items: center;
  }
}
@media all and (max-width: 840px) {
  header h2 span {
    display: block;
  }
  header h2 {
    text-align: right;
    font-size: 25px;
  }
  a.link-text.sub-logo {
    font-size: 25px;
  }
  .main-section {
    margin: 50px auto;
  }
  .main-section.alternative .column-layout:first-child, .main-section.alternative .extra-info {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 40px;
  }
  .main-section.alternative .column-layout:first-child {
    align-items: center;
  }
  .pass-function-section {
    width: 100%;
    box-sizing: border-box;
  }
  .main-section.alternative .extra-info {
    padding-top: 40px;
  }
  h1 {
    height: 25px;
  }	
  .logo {
	width: auto;
	height: 25px;
  }
}
@media all and (max-width: 640px) {
  .container {
    padding: 0;
  }
  .main-section {
    margin: 0 auto;
    border: none;
  }
  .main-section .column-layout {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    border-left: 0;
  }
  .main-section .column-layout:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .main-section.alternative .column-layout:last-child {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
  }
  header h2 {
	font-size: 16px;
  }
  h1 {
	height: 20px;
  }
  .logo {
	width: auto;
	height: 14px;
  }
  a.link-text.sub-logo {
    font-size: 18px;
  }
  .main-section.alternative .column-layout {
    margin: 0;
  }
  .pass-function-section {
    padding: 10px 15px;
  }
  .pass-function-section h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .main-section.alternative h3 {
    font-size: 22px;
  }
}
@media all and (max-width: 420px) {
  .main-section {
    padding: 20px;
  }
  header h2 span {
	text-align: center;
  }
  h1 {
	height: 16px;
  }
  .logo {
    width: auto;
    height: 16px;
  }
  .main-section.alternative .column-layout:first-child {
    padding: 10px 10px 20px;
    display: flex;
    flex-direction: flex;
    align-items: center;
  }
  .pass-function-section {
    padding: 10px;
  }
  /*
  .pass-function-section h4 {
    font-size: 14px;
    line-height: 20px;
  }
  */
  .header-div {
    flex-direction: column;
  }
  header h2 {
	  order: 3;
  }
  .toggle-container {
	  position: absolute;
	  right: 0px;
  }